Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { Unique UniqueConfig `json:"unique"` DB DBConfig `json:"db"` }
所有配置
var (
GlobalConfig *Config
)
type UniqueConfig ¶
type UniqueConfig struct { //Host string `json:"host"` Port uint32 `json:"port"` }
唯一检查服务器配置
Click to show internal directories.
Click to hide internal directories.