overflow_server_app/constants.go
crusader 1639b86706 ing
2017-11-23 17:06:44 +09:00

9 lines
126 B
Go

package main
const (
ConfigPathFlagName = "config-dir"
ConfigFileName = "config.json"
GRPCUserIDKey = "GRPCUserID"
)