Add metadata comment

This commit is contained in:
Asim 2016-01-30 21:17:44 +00:00
parent 0bdd3bc1b6
commit 8b9faefd92

View File

@ -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) {