Documentation
¶
Index ¶
Constants ¶
View Source
const ( DEVELOPER = "developer" HOMOLOGATION = "homologation" PRODUCTION = "production" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Mode string `json:"mode"`
HttpConfig
MongoDBConfig
RedisDBConfig
PGSQLConfig
RMQConfig
}
type HttpConfig ¶
type HttpConfig struct {
PORT string `json:"port"`
}
type MongoDBConfig ¶
type PGSQLConfig ¶
Click to show internal directories.
Click to hide internal directories.