1
0
Fork 0

Cluster Transport doesn't need Dialer

master
Philip O'Toole 9 months ago
parent e8ea575a57
commit a7423b1b8f

@ -114,7 +114,6 @@ type CredentialStore interface {
// Transport is the interface the network layer must provide.
type Transport interface {
net.Listener
Dialer
}
// Service provides information about the node and cluster.

Loading…
Cancel
Save