golint core/discov (#525)

This commit is contained in:
Kevin Wan
2021-02-27 23:56:18 +08:00
committed by GitHub
parent ad32f9de23
commit f02711a9cb
5 changed files with 27 additions and 13 deletions

View File

@@ -9,6 +9,7 @@ import (
"google.golang.org/grpc"
)
// EtcdClient interface represents an etcd client.
type EtcdClient interface {
ActiveConnection() *grpc.ClientConn
Close() error