Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StartServer ¶
Types ¶
type Config ¶
type Config struct {
MySQLHost string `loader:"env,key=MYSQL_HOST"`
MySQLUsername string `loader:"env,key=MYSQL_USERNAME"`
MySQLPassword string `loader:"env,key=MYSQL_PASSWORD"`
MySQLDatabase string `loader:"env,key=MYSQL_DATABASE"`
AdminUsername string `loader:"env,key=ADMIN_USERNAME"`
AdminPassword string `loader:"env,key=ADMIN_PASSWORD"`
}
Click to show internal directories.
Click to hide internal directories.