Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RingLog ¶
RingLog is a capped logger with fixed size
type RingLogger ¶
type RingLogger interface { Insert(interface{}) Walk() []interface{} }
RingLogger describes ring logger methods
Click to show internal directories.
Click to hide internal directories.