starter repo
This commit is contained in:
16
internal/routing/routing.go
Normal file
16
internal/routing/routing.go
Normal file
@@ -0,0 +1,16 @@
|
||||
package routing
|
||||
|
||||
const (
|
||||
ArmyMovesPrefix = "army_moves"
|
||||
|
||||
WarRecognitionsPrefix = "war"
|
||||
|
||||
PauseKey = "pause"
|
||||
|
||||
GameLogSlug = "game_logs"
|
||||
)
|
||||
|
||||
const (
|
||||
ExchangePerilDirect = "peril_direct"
|
||||
ExchangePerilTopic = "peril_topic"
|
||||
)
|
||||
Reference in New Issue
Block a user