Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Configuration ¶
type Configuration struct {
Server ServerConfig `json:"server"`
DataBase DatabaseConfig `json:"dataBase"`
}
type DatabaseConfig ¶
type DatabaseConfig struct {
DriverName string `json:"driverName"`
URL string `json:"url"`
MaxOpenConns int `json:"maxOpenConns"`
}
DatabaseConfig set type of database management system
the url of connection string, max amount of connections, tables, sizes of page of gamers and users
type ServerConfig ¶
Click to show internal directories.
Click to hide internal directories.