Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Entry ¶
type Entry struct { ID interface{} Data []byte // contains filtered or unexported fields }
Entry is the unpacked message object.
func (*Entry) MustGet ¶ added in v0.0.6
MustGet retrieves the value according to the key. Panics if key does not exist.
Click to show internal directories.
Click to hide internal directories.