Documentation
¶
Index ¶
- func Add(db *storage.Database, name, sched, command string) (string, error)
- func RandomName() string
- func Remove(db *storage.Database, id string) error
- func SetEnabled(db *storage.Database, id string, enabled bool) error
- func Update(db *storage.Database, id, name, sched, command string) error
- type ImportResult
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RandomName ¶
func RandomName() string
Types ¶
type ImportResult ¶ added in v1.0.1
func Import ¶ added in v1.0.1
func Import(db *storage.Database, entries []crontab.ForeignEntry) (ImportResult, error)
Click to show internal directories.
Click to hide internal directories.