tappin/internal/entity/config/const.go
Arthur Khachaturov e307989b9f
init: mvp
2024-08-17 01:20:24 +03:00

8 lines
105 B
Go

package config
type Cycle string
const (
Repeatedly Cycle = "repeatedly"
Once Cycle = "once"
)