Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct { Postges struct { Name string Host string Port string User string Pass string } MongoDB struct { Host string Pass string User string Name string } App struct { Secret string Host string Port string } Admin struct { Email string Password string } Loki struct { Username string Password string Host string Port string } }
type MongoDB ¶
func InitializeMongo ¶
type Postgres ¶
func InitializePostgres ¶
func (*Postgres) NewConnection ¶
func (p *Postgres) NewConnection()
Click to show internal directories.
Click to hide internal directories.