Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Module = fx.Provide(NewInterceptor)
Functions ¶
This section is empty.
Types ¶
type Interceptor ¶
type Interceptor struct {
// contains filtered or unexported fields
}
func NewInterceptor ¶
func NewInterceptor() *Interceptor
func (*Interceptor) Set ¶
func (i *Interceptor) Set(fn MetadataFunc)
func (*Interceptor) Stream ¶
func (i *Interceptor) Stream() grpc.StreamClientInterceptor
func (*Interceptor) Unary ¶
func (i *Interceptor) Unary() grpc.UnaryClientInterceptor
Click to show internal directories.
Click to hide internal directories.