Documentation ¶
Index ¶
- Variables
- type ExampleService_Award_Args
- func (v *ExampleService_Award_Args) EnvelopeType() wire.EnvelopeType
- func (v *ExampleService_Award_Args) Equals(rhs *ExampleService_Award_Args) bool
- func (v *ExampleService_Award_Args) FromWire(w wire.Value) error
- func (v *ExampleService_Award_Args) MethodName() string
- func (v *ExampleService_Award_Args) String() string
- func (v *ExampleService_Award_Args) ToWire() (wire.Value, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var ExampleService_Award_Helper = struct { Args func(token *string) *ExampleService_Award_Args }{}
View Source
var ThriftModule = &thriftreflect.ThriftModule{Name: "example", Package: "go.uber.org/yarpc/transport/x/cherami/example/thrift/example", FilePath: "example.thrift", SHA1: "ba38fc91b56598964cc5bf48c1be05a6a478a695", Raw: rawIDL}
Functions ¶
This section is empty.
Types ¶
type ExampleService_Award_Args ¶
type ExampleService_Award_Args struct {
Token *string `json:"token,omitempty"`
}
func (*ExampleService_Award_Args) EnvelopeType ¶
func (v *ExampleService_Award_Args) EnvelopeType() wire.EnvelopeType
func (*ExampleService_Award_Args) Equals ¶ added in v1.8.0
func (v *ExampleService_Award_Args) Equals(rhs *ExampleService_Award_Args) bool
func (*ExampleService_Award_Args) FromWire ¶
func (v *ExampleService_Award_Args) FromWire(w wire.Value) error
func (*ExampleService_Award_Args) MethodName ¶
func (v *ExampleService_Award_Args) MethodName() string
func (*ExampleService_Award_Args) String ¶
func (v *ExampleService_Award_Args) String() string
Click to show internal directories.
Click to hide internal directories.