Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Debug bool `json:"debug" ini:"debug" cfg:"debug" cfgDefault:"false"`
Listen string `json:"listen" ini:"listen" cfg:"listen" cfgDefault:"0.0.0.0:2200"`
PrivateKey string `json:"private_key" ini:"private_key" cfg:"private_key" cfgDefault:"id_rsa"`
BaseBBSDir string `json:"base_bbs_dir" ini:"base_bbs_dir" cfg:"base_bbs_dir" cfgDefault:"./"`
}
Click to show internal directories.
Click to hide internal directories.