Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct {
Cache cache.CacheDriver
Config *AppConfig
}
type AppConfig ¶
type AppConfig struct {
Cache cache.CacheConfig
GitHub GitHubConfig
}
type File ¶
type File struct {
// 文件类型
Type string
// 文件内容
Content interface{}
}
func (*File) FromString ¶
type GitHubConfig ¶
type GitHubConfig struct {
Raw string
}
Click to show internal directories.
Click to hide internal directories.