Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Default = Config{ Host: "http://localhost", Port: "8000", Database: "postgres", Postgres: Postgres{ Username: "postgres", Password: "postgres", Host: "localhost", Port: "5432", DBName: "postgres", SSLMode: "disable", }, Mongo: Mongo{ Username: "mongo", Password: "mongo", Host: "localhost", Port: "27017", }, }
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.