prysm-pulse/validator/rpc/server_test.go
Victor Farazdagi d98a6dda8f
Verify interface compliance using typed nil instead of dereferencing and conversion (#7489)
Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
2020-10-10 00:36:48 +00:00

8 lines
127 B
Go

package rpc
import (
pb "github.com/prysmaticlabs/prysm/proto/validator/accounts/v2"
)
var _ pb.AuthServer = (*Server)(nil)