Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExampleMsg ¶
type ExampleMsg struct {
Time int64 `json:"time"`
}
func (*ExampleMsg) Marshal ¶
func (e *ExampleMsg) Marshal() []byte
func (*ExampleMsg) Unmarshal ¶
func (e *ExampleMsg) Unmarshal(data []byte) error
Click to show internal directories.
Click to hide internal directories.