Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Version = "1.0.0" AppName = "unknown" SeqId int64 = 0 Source string )
Functions ¶
func ConfFileName ¶
func ConfFileName() string
func ConfigureFileNameInEnv ¶
Types ¶
type Config ¶
type Config struct { GinMode string `json:"mode"` Server string `json:"server"` PubIP string `json:"public_ip"` EnabledUser bool `json:"enabled_user"` EnabledRedis bool `json:"enabled_redis"` EnabledDb bool `json:"enabled_db"` EnabledId bool `json:"enabled_id"` EnabledMQ bool `json:"enabled_mq"` LogConfig logger.Config `json:"log"` }
Click to show internal directories.
Click to hide internal directories.