Documentation ¶
Index ¶
- Variables
- type Echo_Echo_Args
- func (v *Echo_Echo_Args) EnvelopeType() wire.EnvelopeType
- func (v *Echo_Echo_Args) Equals(rhs *Echo_Echo_Args) bool
- func (v *Echo_Echo_Args) FromWire(w wire.Value) error
- func (v *Echo_Echo_Args) MethodName() string
- func (v *Echo_Echo_Args) String() string
- func (v *Echo_Echo_Args) ToWire() (wire.Value, error)
- type Echo_Echo_Result
- func (v *Echo_Echo_Result) EnvelopeType() wire.EnvelopeType
- func (v *Echo_Echo_Result) Equals(rhs *Echo_Echo_Result) bool
- func (v *Echo_Echo_Result) FromWire(w wire.Value) error
- func (v *Echo_Echo_Result) MethodName() string
- func (v *Echo_Echo_Result) String() string
- func (v *Echo_Echo_Result) ToWire() (wire.Value, error)
- type Ping
- type Pong
Constants ¶
This section is empty.
Variables ¶
View Source
var Echo_Echo_Helper = struct { Args func(ping *Ping) *Echo_Echo_Args IsException func(error) bool WrapResponse func(*Pong, error) (*Echo_Echo_Result, error) UnwrapResponse func(*Echo_Echo_Result) (*Pong, error) }{}
View Source
var ThriftModule = &thriftreflect.ThriftModule{Name: "echo", Package: "go.uber.org/yarpc/internal/crossdock/thrift/echo", FilePath: "echo.thrift", SHA1: "c3e4e93d3bee132394d26e5ec61011e3f76b7f33", Raw: rawIDL}
Functions ¶
This section is empty.
Types ¶
type Echo_Echo_Args ¶
type Echo_Echo_Args struct {
Ping *Ping `json:"ping,omitempty"`
}
func (*Echo_Echo_Args) EnvelopeType ¶
func (v *Echo_Echo_Args) EnvelopeType() wire.EnvelopeType
func (*Echo_Echo_Args) Equals ¶ added in v1.8.0
func (v *Echo_Echo_Args) Equals(rhs *Echo_Echo_Args) bool
func (*Echo_Echo_Args) MethodName ¶
func (v *Echo_Echo_Args) MethodName() string
func (*Echo_Echo_Args) String ¶
func (v *Echo_Echo_Args) String() string
type Echo_Echo_Result ¶
type Echo_Echo_Result struct {
Success *Pong `json:"success,omitempty"`
}
func (*Echo_Echo_Result) EnvelopeType ¶
func (v *Echo_Echo_Result) EnvelopeType() wire.EnvelopeType
func (*Echo_Echo_Result) Equals ¶ added in v1.8.0
func (v *Echo_Echo_Result) Equals(rhs *Echo_Echo_Result) bool
func (*Echo_Echo_Result) MethodName ¶
func (v *Echo_Echo_Result) MethodName() string
func (*Echo_Echo_Result) String ¶
func (v *Echo_Echo_Result) String() string
Click to show internal directories.
Click to hide internal directories.