Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DailyOnce ¶
type DailyOnce struct {
// contains filtered or unexported fields
}
func NewDailyOnce ¶
func NewDailyOnce() *DailyOnce
type PeriodOnce ¶
type PeriodOnce struct {
// contains filtered or unexported fields
}
func CreatePeriodOnce ¶
func CreatePeriodOnce(hour, minute int) (*PeriodOnce, error)
func (*PeriodOnce) Do ¶
func (o *PeriodOnce) Do(f func())
Click to show internal directories.
Click to hide internal directories.