Documentation ¶
Index ¶
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) }{}
Functions ¶
This section is empty.
Types ¶
type Echo_Echo_Args ¶ added in v0.4.0
type Echo_Echo_Args struct {
Ping *Ping `json:"ping,omitempty"`
}
func (*Echo_Echo_Args) EnvelopeType ¶ added in v0.4.0
func (v *Echo_Echo_Args) EnvelopeType() wire.EnvelopeType
func (*Echo_Echo_Args) FromWire ¶ added in v0.4.0
func (v *Echo_Echo_Args) FromWire(w wire.Value) error
func (*Echo_Echo_Args) MethodName ¶ added in v0.4.0
func (v *Echo_Echo_Args) MethodName() string
func (*Echo_Echo_Args) String ¶ added in v0.4.0
func (v *Echo_Echo_Args) String() string
type Echo_Echo_Result ¶ added in v0.4.0
type Echo_Echo_Result struct {
Success *Pong `json:"success,omitempty"`
}
func (*Echo_Echo_Result) EnvelopeType ¶ added in v0.4.0
func (v *Echo_Echo_Result) EnvelopeType() wire.EnvelopeType
func (*Echo_Echo_Result) FromWire ¶ added in v0.4.0
func (v *Echo_Echo_Result) FromWire(w wire.Value) error
func (*Echo_Echo_Result) MethodName ¶ added in v0.4.0
func (v *Echo_Echo_Result) MethodName() string
func (*Echo_Echo_Result) String ¶ added in v0.4.0
func (v *Echo_Echo_Result) String() string
Click to show internal directories.
Click to hide internal directories.