Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
// 引擎
*gin.Engine
// 测试
Debug bool `yaml:"debug"`
// 端口 0~65535
Port uint16 `yaml:"port"`
// 动态
Oid string `yaml:"oid"`
// 资源文件管理器
Resource resource.Explorer
// 资源文件夹路径
Path Path `yaml:"path"`
// Github 主页
Github Github `yaml:"github"`
// 管理员
Administrators []string `yaml:"administrators"`
}
webhook 配置
Click to show internal directories.
Click to hide internal directories.