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