prysm-pulse/tools/cluster-pk-manager/server/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 main
import (
pb "github.com/prysmaticlabs/prysm/proto/cluster"
)
var _ pb.PrivateKeyServiceServer = (*server)(nil)