initial commit
This commit is contained in:
10
domain/domain.flag.go
Normal file
10
domain/domain.flag.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package domain
|
||||
|
||||
const (
|
||||
FlagKeyTaken = "key_taken"
|
||||
FlagCupboardOpen = "cupboard_open"
|
||||
FlagMugTaken = "mug_taken"
|
||||
FlagCoffeeHasBeans = "coffee_has_beans"
|
||||
FlagCoffeeHasMug = "coffee_has_mug"
|
||||
FlagPromisedCoffee = "promised_coffee"
|
||||
)
|
||||
Reference in New Issue
Block a user