Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DropBehavior ¶
type DropBehavior int
const ( Oldest DropBehavior = iota Newest Unknown )
func NewDropBehavior ¶
func NewDropBehavior(b string) (DropBehavior, error)
func (DropBehavior) String ¶
func (x DropBehavior) String() string
Click to show internal directories.
Click to hide internal directories.