Documentation
¶
Index ¶
- type StreamClientInterceptors
- func (sci *StreamClientInterceptors) StreamClientInterceptor() grpc.StreamClientInterceptor
- func (sci *StreamClientInterceptors) UseGlobal(interceptors []grpc.StreamClientInterceptor, skipMethods ...string)
- func (sci *StreamClientInterceptors) UseMethod(method string, interceptors ...grpc.StreamClientInterceptor)
- type StreamServerInterceptors
- func (ssi *StreamServerInterceptors) StreamServerInterceptor() grpc.StreamServerInterceptor
- func (ssi *StreamServerInterceptors) UseGlobal(interceptors []grpc.StreamServerInterceptor, skipMethods ...string)
- func (ssi *StreamServerInterceptors) UseMethod(method string, interceptors ...grpc.StreamServerInterceptor)
- type UnaryClientInterceptors
- func (uci *UnaryClientInterceptors) UnaryClientInterceptor() grpc.UnaryClientInterceptor
- func (uci *UnaryClientInterceptors) UseGlobal(interceptors []grpc.UnaryClientInterceptor, skipMethods ...string)
- func (uci *UnaryClientInterceptors) UseMethod(method string, interceptors ...grpc.UnaryClientInterceptor)
- type UnaryServerInterceptors
- func (usi *UnaryServerInterceptors) UnaryServerInterceptor() grpc.UnaryServerInterceptor
- func (usi *UnaryServerInterceptors) UseGlobal(interceptors []grpc.UnaryServerInterceptor, skipMethods ...string)
- func (usi *UnaryServerInterceptors) UseMethod(method string, interceptors ...grpc.UnaryServerInterceptor)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StreamClientInterceptors ¶
type StreamClientInterceptors struct {
// contains filtered or unexported fields
}
func (*StreamClientInterceptors) StreamClientInterceptor ¶
func (sci *StreamClientInterceptors) StreamClientInterceptor() grpc.StreamClientInterceptor
func (*StreamClientInterceptors) UseGlobal ¶
func (sci *StreamClientInterceptors) UseGlobal(interceptors []grpc.StreamClientInterceptor, skipMethods ...string)
func (*StreamClientInterceptors) UseMethod ¶
func (sci *StreamClientInterceptors) UseMethod(method string, interceptors ...grpc.StreamClientInterceptor)
type StreamServerInterceptors ¶
type StreamServerInterceptors struct {
// contains filtered or unexported fields
}
func (*StreamServerInterceptors) StreamServerInterceptor ¶
func (ssi *StreamServerInterceptors) StreamServerInterceptor() grpc.StreamServerInterceptor
func (*StreamServerInterceptors) UseGlobal ¶
func (ssi *StreamServerInterceptors) UseGlobal(interceptors []grpc.StreamServerInterceptor, skipMethods ...string)
func (*StreamServerInterceptors) UseMethod ¶
func (ssi *StreamServerInterceptors) UseMethod(method string, interceptors ...grpc.StreamServerInterceptor)
type UnaryClientInterceptors ¶
type UnaryClientInterceptors struct {
// contains filtered or unexported fields
}
func (*UnaryClientInterceptors) UnaryClientInterceptor ¶
func (uci *UnaryClientInterceptors) UnaryClientInterceptor() grpc.UnaryClientInterceptor
func (*UnaryClientInterceptors) UseGlobal ¶
func (uci *UnaryClientInterceptors) UseGlobal(interceptors []grpc.UnaryClientInterceptor, skipMethods ...string)
func (*UnaryClientInterceptors) UseMethod ¶
func (uci *UnaryClientInterceptors) UseMethod(method string, interceptors ...grpc.UnaryClientInterceptor)
type UnaryServerInterceptors ¶
type UnaryServerInterceptors struct {
// contains filtered or unexported fields
}
func (*UnaryServerInterceptors) UnaryServerInterceptor ¶
func (usi *UnaryServerInterceptors) UnaryServerInterceptor() grpc.UnaryServerInterceptor
func (*UnaryServerInterceptors) UseGlobal ¶
func (usi *UnaryServerInterceptors) UseGlobal(interceptors []grpc.UnaryServerInterceptor, skipMethods ...string)
func (*UnaryServerInterceptors) UseMethod ¶
func (usi *UnaryServerInterceptors) UseMethod(method string, interceptors ...grpc.UnaryServerInterceptor)
Click to show internal directories.
Click to hide internal directories.