package
Version:
v0.25.3
Opens a new window with list of versions in this module.
Published: Aug 10, 2023
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type TimeFrame struct {
Start time.Time `uri:"from" required:"true" format:"2006-01-02T15"`
End time.Time `uri:"to" format:"2006-01-02T15"`
EveryXHours int `uri:"every-x-hours" default:"1"`
Daily bool `uri:"daily"`
OnHours []int `uri:"on-hours"`
OffHours []int `uri:"off-hours"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.