Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Hello_Echo_Helper = struct { Args func(echo *EchoRequest) *Hello_Echo_Args IsException func(error) bool WrapResponse func(*EchoResponse, error) (*Hello_Echo_Result, error) UnwrapResponse func(*Hello_Echo_Result) (*EchoResponse, error) }{}
Functions ¶
This section is empty.
Types ¶
type EchoRequest ¶
func (*EchoRequest) String ¶
func (v *EchoRequest) String() string
type EchoResponse ¶
func (*EchoResponse) String ¶
func (v *EchoResponse) String() string
type Hello_Echo_Args ¶
type Hello_Echo_Args struct {
Echo *EchoRequest `json:"echo,omitempty"`
}
func (*Hello_Echo_Args) EnvelopeType ¶
func (v *Hello_Echo_Args) EnvelopeType() wire.EnvelopeType
func (*Hello_Echo_Args) MethodName ¶
func (v *Hello_Echo_Args) MethodName() string
func (*Hello_Echo_Args) String ¶
func (v *Hello_Echo_Args) String() string
type Hello_Echo_Result ¶
type Hello_Echo_Result struct {
Success *EchoResponse `json:"success,omitempty"`
}
func (*Hello_Echo_Result) EnvelopeType ¶
func (v *Hello_Echo_Result) EnvelopeType() wire.EnvelopeType
func (*Hello_Echo_Result) MethodName ¶
func (v *Hello_Echo_Result) MethodName() string
func (*Hello_Echo_Result) String ¶
func (v *Hello_Echo_Result) String() string
Click to show internal directories.
Click to hide internal directories.