init: mvp
This commit is contained in:
commit
e307989b9f
20 changed files with 835 additions and 0 deletions
8
internal/entity/config/const.go
Normal file
8
internal/entity/config/const.go
Normal file
|
@ -0,0 +1,8 @@
|
|||
package config
|
||||
|
||||
type Cycle string
|
||||
|
||||
const (
|
||||
Repeatedly Cycle = "repeatedly"
|
||||
Once Cycle = "once"
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue