Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( GIT = "https://github.com/" API = "https://api.github.com/repos/" )
Functions ¶
Types ¶
type Config ¶
type Config struct {
// 引擎
*gin.Engine
// 端口 0~65535
Port uint16
// 资源文件管理器
Resource resource.Explorer
// 资源文件夹路径
Path Path
// Github 主页
Github Github
// 管理员
Administrators []string
}
webhook 配置
type Github ¶
Click to show internal directories.
Click to hide internal directories.