Documentation ¶
Overview ¶
Package drpcmetadata define the structure of the metadata supported by drpc library.
Index ¶
- func Add(ctx context.Context, key, value string) context.Context
- func AddPairs(ctx context.Context, metadata map[string]string) context.Context
- func Decode(buf []byte) (map[string]string, error)
- func Encode(buf []byte, metadata map[string]string) ([]byte, error)
- func Get(ctx context.Context) (map[string]string, bool)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.