mirror of https://github.com/grpc/grpc-go.git
Fix the Timeout comments
This commit is contained in:
parent
3a6b72b858
commit
e4b9b7f606
|
|
@ -338,7 +338,8 @@ type ConnectOptions struct {
|
|||
Dialer func(string, time.Duration) (net.Conn, error)
|
||||
// AuthOptions stores the credentials required to setup a client connection and/or issue RPCs.
|
||||
AuthOptions []credentials.Credentials
|
||||
Timeout time.Duration
|
||||
// Timeout specifies the timeout for dialing a ClientTransport.
|
||||
Timeout time.Duration
|
||||
}
|
||||
|
||||
// NewClientTransport establishes the transport with the required ConnectOptions
|
||||
|
|
|
|||
Loading…
Reference in New Issue