Add metadata comment
This commit is contained in:
parent
0bdd3bc1b6
commit
8b9faefd92
@ -6,6 +6,9 @@ import (
|
|||||||
|
|
||||||
type metaKey struct{}
|
type metaKey struct{}
|
||||||
|
|
||||||
|
// Metadata is our way of representing request headers internally.
|
||||||
|
// They're used at the RPC level and translate back and forth
|
||||||
|
// from Transport headers.
|
||||||
type Metadata map[string]string
|
type Metadata map[string]string
|
||||||
|
|
||||||
func FromContext(ctx context.Context) (Metadata, bool) {
|
func FromContext(ctx context.Context) (Metadata, bool) {
|
||||||
|
Loading…
Reference in New Issue
Block a user