Documentation ¶
Overview ¶
Package cronopts contains the options for cron.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CronLogAdapter ¶
CronLogAdapter is an adapter between kitlog and cron logger interface
func (CronLogAdapter) Error ¶
func (c CronLogAdapter) Error(err error, msg string, keysAndValues ...interface{})
Error implements cron.Logger
func (CronLogAdapter) Info ¶
func (c CronLogAdapter) Info(msg string, keysAndValues ...interface{})
Info implements cron.Logger
Click to show internal directories.
Click to hide internal directories.