Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InboundHandler ¶
type InboundHandler struct {
*handlers.InboundHandler
}
func NewInboundHandler ¶
func NewInboundHandler(gn string, fn *string, pb *int32, dw *float32, kv *map[string]string) (*InboundHandler, error)
NewInboundHandler returns a new InboundHandler
func (*InboundHandler) NewStreamServerInterceptor ¶
func (h *InboundHandler) NewStreamServerInterceptor() grpc.StreamServerInterceptor
NewStreamServerInterceptor returns a Guarded grpc.StreamServerInterceptor
func (*InboundHandler) NewUnaryServerInterceptor ¶
func (h *InboundHandler) NewUnaryServerInterceptor() grpc.UnaryServerInterceptor
NewUnaryServerInterceptor returns a Guarded grpc.UnaryServerInterceptor
type OutboundHandler ¶
type OutboundHandler struct {
*handlers.OutboundHandler
}
func NewOutboundHandler ¶
func NewOutboundHandler(gn string, fn *string, pb *int32, dw *float32, kv *map[string]string) (*OutboundHandler, error)
NewOutboundHandler returns a new OutboundHandler
func (*OutboundHandler) NewStreamClientInterceptor ¶
func (h *OutboundHandler) NewStreamClientInterceptor() grpc.StreamClientInterceptor
NewStreamClientInterceptor returns a Guarded grpc.StreamClientInterceptor
func (*OutboundHandler) NewUnaryClientInterceptor ¶
func (h *OutboundHandler) NewUnaryClientInterceptor() grpc.UnaryClientInterceptor
NewUnaryClientInterceptor returns a Guarded grpc.UnaryClientInterceptor
Click to show internal directories.
Click to hide internal directories.