package
Version:
v0.0.0-...-c0c47de
Opens a new window with list of versions in this module.
Published: Sep 20, 2020
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package configs database configs
BuildDSN build Postgresql's DSN
type DBConfig struct {
Host string `default:"0.0.0.0"`
Port string `default:"5432"`
User string `default:"postgres"`
DBName string `default:"postgres"`
Password string `default:"postgres"`
}
DBConfig database configuration
BuildDBConfig build DB config
Source Files
¶
Click to show internal directories.
Click to hide internal directories.