mirror of https://github.com/grpc/grpc-go.git
Fix the Timeout comments
This commit is contained in:
parent
3a6b72b858
commit
e4b9b7f606
|
|
@ -338,6 +338,7 @@ type ConnectOptions struct {
|
||||||
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/or 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 ClientTransport.
|
||||||
Timeout time.Duration
|
Timeout time.Duration
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue