fix a comment
This commit is contained in:
@ -324,7 +324,7 @@ type ConnectOptions struct {
|
|||||||
UserAgent string
|
UserAgent string
|
||||||
// Dialer specifies how to dial a network address.
|
// Dialer specifies how to dial a network address.
|
||||||
Dialer func(string, time.Duration) (net.Conn, error)
|
Dialer func(string, time.Duration) (net.Conn, error)
|
||||||
// AuthOptions stores the credentials required to setup a client connection and issue RPCs.
|
// AuthOptions stores the credentials required to setup a client connection and/or issue RPCs.
|
||||||
AuthOptions []credentials.Credentials
|
AuthOptions []credentials.Credentials
|
||||||
// Timeout specifies the timeout for dialing a client connection.
|
// Timeout specifies the timeout for dialing a client connection.
|
||||||
Timeout time.Duration
|
Timeout time.Duration
|
||||||
|
Reference in New Issue
Block a user