Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ClientHandler ¶
type ClientHandler struct {
ocgrpc.ClientHandler
}
ClientHandler injects debugging meta
func (*ClientHandler) HandleRPC ¶
func (h *ClientHandler) HandleRPC(ctx context.Context, rs stats.RPCStats)
func (*ClientHandler) TagRPC ¶
func (h *ClientHandler) TagRPC(ctx context.Context, s *stats.RPCTagInfo) context.Context
type ServerHandler ¶
type ServerHandler struct {
ocgrpc.ServerHandler
}
ServerHandler parses debugging meta
func (*ServerHandler) HandleRPC ¶
func (h *ServerHandler) HandleRPC(ctx context.Context, rs stats.RPCStats)
func (*ServerHandler) TagRPC ¶
func (h *ServerHandler) TagRPC(ctx context.Context, s *stats.RPCTagInfo) context.Context
Click to show internal directories.
Click to hide internal directories.