Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ThriftModule = &thriftreflect.ThriftModule{Name: "internal", Package: "go.uber.org/yarpc/serialize/internal", FilePath: "internal.thrift", SHA1: "c60c5759efeaa1545aebd396d371509bc561b153", Raw: rawIDL}
Functions ¶
This section is empty.
Types ¶
type RPC ¶
type RPC struct {
SpanContext []byte `json:"spanContext"`
CallerName string `json:"callerName"`
ServiceName string `json:"serviceName"`
Encoding string `json:"encoding"`
Procedure string `json:"procedure"`
Headers map[string]string `json:"headers"`
ShardKey *string `json:"shardKey,omitempty"`
RoutingKey *string `json:"routingKey,omitempty"`
RoutingDelegate *string `json:"routingDelegate,omitempty"`
Body []byte `json:"body"`
}
Click to show internal directories.
Click to hide internal directories.