Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cache ¶
type Cache struct { Use bool `json:"use"` Host string `json:"host"` Port int `json:"port"` Auth string `json:"auth"` }
Cache キャッシュサーバ接続設定
type Config ¶
type Config struct { Log Log `json:"log"` Cache Cache `json:"cache"` DB DB `json:"db"` Mail Mail `json:"mail"` }
Config 設定
type DB ¶
type DB struct { Name string `json:"name"` Host string `json:"host"` Port int `json:"port"` User string `json:"user"` Password string `json:"password"` Timezone string `json:"timezone"` }
DB データベース接続設定
Click to show internal directories.
Click to hide internal directories.