mirror of
https://github.com/go-micro/go-micro.git
synced 2025-09-16 08:36:30 +02:00
Add metadata comment
This commit is contained in:
@@ -6,6 +6,9 @@ import (
|
||||
|
||||
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
|
||||
|
||||
func FromContext(ctx context.Context) (Metadata, bool) {
|
||||
|
Reference in New Issue
Block a user