Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MergeToClientContext ¶
MergeToClientContext merge new metadata into ctx.
func NewClientContext ¶
NewClientContext creates a new context with client md attached.
Types ¶
type Metadata ¶
type Metadata map[string]interface{}
Metadata is our way of representing request headers internally. They're used at the RPC level and translate back and forth from Transport headers.
func FromClientContext ¶
FromClientContext returns the client metadata in ctx if it exists.
func FromServerContext ¶
FromServerContext returns the server metadata in ctx if it exists.
Click to show internal directories.
Click to hide internal directories.