17 lines
226 B
Go
17 lines
226 B
Go
package routing
|
|
|
|
const (
|
|
ArmyMovesPrefix = "army_moves"
|
|
|
|
WarRecognitionsPrefix = "war"
|
|
|
|
PauseKey = "pause"
|
|
|
|
GameLogSlug = "game_logs"
|
|
)
|
|
|
|
const (
|
|
ExchangePerilDirect = "peril_direct"
|
|
ExchangePerilTopic = "peril_topic"
|
|
)
|