Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientConn ¶
type ClientConn interface {
Close() error
}
ClientConn is an interface for the upstream grpc.ClientConn struct.
type Dialer ¶
type Dialer interface {
DialContext(ctx context.Context, target string, opts ...grpc.DialOption) (conn ClientConn, err error)
}
Dialer is an interface for the upstream grpc.DialContext function.
Click to show internal directories.
Click to hide internal directories.