Files
wingmate/types.go
Suyono ad8499daa5 feat(pidproxy): read startsecs from env
chore: centralize env prefix
2023-12-10 22:23:43 +11:00

12 lines
128 B
Go

package wingmate
type CronTimeType int
const (
Any CronTimeType = iota
Exact
MultipleOccurrence
EnvPrefix = "WINGMATE"
)