Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EndShuffle ¶
type EndShuffle struct {
}
type Message ¶
type Message struct {
StartShuffle *StartShuffle `json:",omitempty"`
EndShuffle *EndShuffle `json:",omitempty"`
}
type MsgFormat ¶
type MsgFormat struct {
// contains filtered or unexported fields
}
MsgFormat is the engine to encode and decode SHUFFLE messages in JSON format.
- implements serde.FormatEngine
func NewMsgFormat ¶
func NewMsgFormat() MsgFormat
type StartShuffle ¶
Click to show internal directories.
Click to hide internal directories.