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