Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AuthConfig ¶
AuthConfig 配置資料
type JsonConfig ¶
type JsonConfig struct { IP string `yaml:"ip"` // 位址 Port string `yaml:"port"` // 埠號 Key string `yaml:"key"` // 密鑰 }
JsonConfig 配置資料
type ProtoConfig ¶
type ProtoConfig struct { IP string `yaml:"ip"` // 位址 Port string `yaml:"port"` // 埠號 Key string `yaml:"key"` // 密鑰 }
ProtoConfig 配置資料
Click to show internal directories.
Click to hide internal directories.