Documentation ¶
Index ¶
- Variables
- type BaseService_Healthy_Args
- func (v *BaseService_Healthy_Args) EnvelopeType() wire.EnvelopeType
- func (v *BaseService_Healthy_Args) Equals(rhs *BaseService_Healthy_Args) bool
- func (v *BaseService_Healthy_Args) FromWire(w wire.Value) error
- func (v *BaseService_Healthy_Args) MethodName() string
- func (v *BaseService_Healthy_Args) String() string
- func (v *BaseService_Healthy_Args) ToWire() (wire.Value, error)
- type BaseService_Healthy_Result
- func (v *BaseService_Healthy_Result) EnvelopeType() wire.EnvelopeType
- func (v *BaseService_Healthy_Result) Equals(rhs *BaseService_Healthy_Result) bool
- func (v *BaseService_Healthy_Result) FromWire(w wire.Value) error
- func (v *BaseService_Healthy_Result) MethodName() string
- func (v *BaseService_Healthy_Result) String() string
- func (v *BaseService_Healthy_Result) ToWire() (wire.Value, error)
- type ExtendEmpty_Hello_Args
- func (v *ExtendEmpty_Hello_Args) EnvelopeType() wire.EnvelopeType
- func (v *ExtendEmpty_Hello_Args) Equals(rhs *ExtendEmpty_Hello_Args) bool
- func (v *ExtendEmpty_Hello_Args) FromWire(w wire.Value) error
- func (v *ExtendEmpty_Hello_Args) MethodName() string
- func (v *ExtendEmpty_Hello_Args) String() string
- func (v *ExtendEmpty_Hello_Args) ToWire() (wire.Value, error)
- type ExtendEmpty_Hello_Result
- func (v *ExtendEmpty_Hello_Result) EnvelopeType() wire.EnvelopeType
- func (v *ExtendEmpty_Hello_Result) Equals(rhs *ExtendEmpty_Hello_Result) bool
- func (v *ExtendEmpty_Hello_Result) FromWire(w wire.Value) error
- func (v *ExtendEmpty_Hello_Result) MethodName() string
- func (v *ExtendEmpty_Hello_Result) String() string
- func (v *ExtendEmpty_Hello_Result) ToWire() (wire.Value, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var BaseService_Healthy_Helper = struct { Args func() *BaseService_Healthy_Args IsException func(error) bool WrapResponse func(bool, error) (*BaseService_Healthy_Result, error) UnwrapResponse func(*BaseService_Healthy_Result) (bool, error) }{}
View Source
var ExtendEmpty_Hello_Helper = struct { Args func() *ExtendEmpty_Hello_Args IsException func(error) bool WrapResponse func(error) (*ExtendEmpty_Hello_Result, error) UnwrapResponse func(*ExtendEmpty_Hello_Result) error }{}
View Source
var ThriftModule = &thriftreflect.ThriftModule{Name: "common", Package: "go.uber.org/yarpc/encoding/thrift/thriftrw-plugin-yarpc/internal/tests/common", FilePath: "common.thrift", SHA1: "1bd2b34a2289d2767d66eff00fa74778a14a625f", Raw: rawIDL}
Functions ¶
This section is empty.
Types ¶
type BaseService_Healthy_Args ¶
type BaseService_Healthy_Args struct{}
func (*BaseService_Healthy_Args) EnvelopeType ¶
func (v *BaseService_Healthy_Args) EnvelopeType() wire.EnvelopeType
func (*BaseService_Healthy_Args) Equals ¶ added in v1.8.0
func (v *BaseService_Healthy_Args) Equals(rhs *BaseService_Healthy_Args) bool
func (*BaseService_Healthy_Args) FromWire ¶
func (v *BaseService_Healthy_Args) FromWire(w wire.Value) error
func (*BaseService_Healthy_Args) MethodName ¶
func (v *BaseService_Healthy_Args) MethodName() string
func (*BaseService_Healthy_Args) String ¶
func (v *BaseService_Healthy_Args) String() string
type BaseService_Healthy_Result ¶
type BaseService_Healthy_Result struct {
Success *bool `json:"success,omitempty"`
}
func (*BaseService_Healthy_Result) EnvelopeType ¶
func (v *BaseService_Healthy_Result) EnvelopeType() wire.EnvelopeType
func (*BaseService_Healthy_Result) Equals ¶ added in v1.8.0
func (v *BaseService_Healthy_Result) Equals(rhs *BaseService_Healthy_Result) bool
func (*BaseService_Healthy_Result) FromWire ¶
func (v *BaseService_Healthy_Result) FromWire(w wire.Value) error
func (*BaseService_Healthy_Result) MethodName ¶
func (v *BaseService_Healthy_Result) MethodName() string
func (*BaseService_Healthy_Result) String ¶
func (v *BaseService_Healthy_Result) String() string
type ExtendEmpty_Hello_Args ¶
type ExtendEmpty_Hello_Args struct{}
func (*ExtendEmpty_Hello_Args) EnvelopeType ¶
func (v *ExtendEmpty_Hello_Args) EnvelopeType() wire.EnvelopeType
func (*ExtendEmpty_Hello_Args) Equals ¶ added in v1.8.0
func (v *ExtendEmpty_Hello_Args) Equals(rhs *ExtendEmpty_Hello_Args) bool
func (*ExtendEmpty_Hello_Args) FromWire ¶
func (v *ExtendEmpty_Hello_Args) FromWire(w wire.Value) error
func (*ExtendEmpty_Hello_Args) MethodName ¶
func (v *ExtendEmpty_Hello_Args) MethodName() string
func (*ExtendEmpty_Hello_Args) String ¶
func (v *ExtendEmpty_Hello_Args) String() string
type ExtendEmpty_Hello_Result ¶
type ExtendEmpty_Hello_Result struct{}
func (*ExtendEmpty_Hello_Result) EnvelopeType ¶
func (v *ExtendEmpty_Hello_Result) EnvelopeType() wire.EnvelopeType
func (*ExtendEmpty_Hello_Result) Equals ¶ added in v1.8.0
func (v *ExtendEmpty_Hello_Result) Equals(rhs *ExtendEmpty_Hello_Result) bool
func (*ExtendEmpty_Hello_Result) FromWire ¶
func (v *ExtendEmpty_Hello_Result) FromWire(w wire.Value) error
func (*ExtendEmpty_Hello_Result) MethodName ¶
func (v *ExtendEmpty_Hello_Result) MethodName() string
func (*ExtendEmpty_Hello_Result) String ¶
func (v *ExtendEmpty_Hello_Result) String() string
Source Files ¶
Click to show internal directories.
Click to hide internal directories.