Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Metadata ¶
type Metadata interface { WriteResponseHeader(k, v string) error Caller() string Service() string Transport() string Procedure() string Encoding() transport.Encoding Headers() transport.Headers ShardKey() string RoutingKey() string RoutingDelegate() string CallerProcedure() string }
Metadata holds metadata for an incoming request. This includes metadata about the inbound request as well as response metadata.
This drives the behavior of yarpc.Call and encoding.Call.
Click to show internal directories.
Click to hide internal directories.