Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Hello_Sink_Helper = struct { Args func(snk *SinkRequest) *Hello_Sink_Args }{}
Functions ¶
This section is empty.
Types ¶
type Hello_Sink_Args ¶
type Hello_Sink_Args struct {
Snk *SinkRequest `json:"snk,omitempty"`
}
func (*Hello_Sink_Args) EnvelopeType ¶
func (v *Hello_Sink_Args) EnvelopeType() wire.EnvelopeType
func (*Hello_Sink_Args) MethodName ¶
func (v *Hello_Sink_Args) MethodName() string
func (*Hello_Sink_Args) String ¶
func (v *Hello_Sink_Args) String() string
type SinkRequest ¶
type SinkRequest struct {
Message string `json:"message"`
}
func (*SinkRequest) String ¶
func (v *SinkRequest) String() string
Click to show internal directories.
Click to hide internal directories.