Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var TimeNow = func() time.Time { return time.Now() }
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
ServerPort string `json:"server_port"`
Debug bool `json:"debug"`
DisableHttpLogger bool `json:"disable_http_logger"`
EnableSwaggerUi bool `json:"enable_swagger_ui"`
DatabaseSelection string `json:"database_selection"`
MongoUrl string `json:"mongo_url"`
MongoTable string `json:"mongo_table"`
MongoVariablesCollection string `json:"mongo_variables_collection"`
PostgresConnString string `json:"postgres_conn_string"`
}
Click to show internal directories.
Click to hide internal directories.