Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var EchoHelper = struct { IsException func(error) bool Args func(ping *echo.Ping) *EchoArgs WrapResponse func(*echo.Pong, error) (*EchoResult, error) UnwrapResponse func(*EchoResult) (*echo.Pong, error) }{}
Functions ¶
This section is empty.
Types ¶
type EchoArgs ¶
func (*EchoArgs) EnvelopeType ¶
func (v *EchoArgs) EnvelopeType() wire.EnvelopeType
func (*EchoArgs) MethodName ¶
type EchoResult ¶
func (*EchoResult) EnvelopeType ¶
func (v *EchoResult) EnvelopeType() wire.EnvelopeType
func (*EchoResult) MethodName ¶
func (v *EchoResult) MethodName() string
func (*EchoResult) String ¶
func (v *EchoResult) String() string
Click to show internal directories.
Click to hide internal directories.