Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrEntryTooLarge = errors.New("entry exceeds max size")
Functions ¶
This section is empty.
Types ¶
type Entry ¶
type Entry struct { Name string `msgpack:"-"` Originated msgputil.Time32 `msgpack:"_,extension"` Received msgputil.Time32 `msgpack:"_,extension"` StatusCode int16 Vary bool // contains filtered or unexported fields }
func (*Entry) MarshalMsg ¶
MarshalMsg implements msgp.Marshaler
type Key ¶
func (*Key) MarshalMsg ¶
MarshalMsg implements msgp.Marshaler
Click to show internal directories.
Click to hide internal directories.