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 ¶
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) 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) 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.