Documentation
¶
Index ¶
- type Interceptor
- func (i *Interceptor) Dialer(f func(string, time.Duration) (net.Conn, error)) func(string, time.Duration) (net.Conn, error)
- func (i *Interceptor) StreamClient() grpc.StreamClientInterceptor
- func (i *Interceptor) StreamServer() grpc.StreamServerInterceptor
- func (i *Interceptor) UnaryClient() grpc.UnaryClientInterceptor
- func (i *Interceptor) UnaryServer() grpc.UnaryServerInterceptor
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interceptor ¶
type Interceptor struct {
// contains filtered or unexported fields
}
Interceptor ...
func (*Interceptor) Dialer ¶
func (i *Interceptor) Dialer(f func(string, time.Duration) (net.Conn, error)) func(string, time.Duration) (net.Conn, error)
Dialer ...
func (*Interceptor) StreamClient ¶
func (i *Interceptor) StreamClient() grpc.StreamClientInterceptor
StreamClient ...
func (*Interceptor) StreamServer ¶
func (i *Interceptor) StreamServer() grpc.StreamServerInterceptor
StreamServer ...
func (*Interceptor) UnaryClient ¶
func (i *Interceptor) UnaryClient() grpc.UnaryClientInterceptor
UnaryClient ...
func (*Interceptor) UnaryServer ¶
func (i *Interceptor) UnaryServer() grpc.UnaryServerInterceptor
UnaryServer ...
Click to show internal directories.
Click to hide internal directories.