Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var HookMap = make(map[string]HookFunc)
实现一个方法调用的接口集合 用于对各类hook的统一map管理 动态挂载卸载
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
DongtaiGoOpenapi string `yaml:"DongtaiGoOpenapi"`
DongtaiGoToken string `yaml:"DongtaiGoToken"`
DongtaiGoProjectName string `yaml:"DongtaiGoProjectName"`
DongtaiGoProjectVersion string `yaml:"DongtaiGoProjectVersion"`
DongtaiGoProjectCreate bool `yaml:"DongtaiGoProjectCreate"`
}
type HookStruct ¶ added in v0.3.1
type HookStruct interface {
GetHook() []string
HookAll()
UnHookAll()
}
Click to show internal directories.
Click to hide internal directories.