Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EntryChain ¶
type EntryChain []*Entry
func (EntryChain) Len ¶
func (e EntryChain) Len() int
func (EntryChain) Less ¶
func (e EntryChain) Less(i, j int) bool
func (EntryChain) Swap ¶
func (e EntryChain) Swap(i, j int)
type Logger ¶
type Logger interface { Info(v ...interface{}) Error(v ...interface{}) }
func PrintfLogger ¶
func PrintfLogger(l interface{ Print(...interface{}) }) Logger
type Option ¶
type Option func(o *OnTime)
func WithBefore ¶
func WithBefore(f func()) Option
func WithLogger ¶
Click to show internal directories.
Click to hide internal directories.