wingmate/types.go

12 lines
128 B
Go
Raw Permalink Normal View History

2023-08-28 18:12:31 +10:00
package wingmate
type CronTimeType int
const (
Any CronTimeType = iota
Exact
MultipleOccurrence
EnvPrefix = "WINGMATE"
2023-08-28 18:12:31 +10:00
)