Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Config struct { Port string `json:"port"` ServerName string `json:"server_name"` DatabaseHost string `json:"db_host"` DatabaseUserName string `json:"db_user_name"` DatabasePassword string `json:"db_password"` DatabaseName string `json:"db_name"` }
Config the appllication
Functions ¶
func LoadConfig ¶
LoadConfig loads config given a file from json
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.