Documentation
¶
Index ¶
- Constants
- type Config
- type Context
- type Filter
- type Instance
- type Job
- type Module
- func (this *Module) Configure(global Map)
- func (this *Module) Connect()
- func (this *Module) Filter(name string, config Filter)
- func (this *Module) Initialize()
- func (this *Module) Job(name string, config Job)
- func (this *Module) Launch()
- func (this *Module) Register(name string, value Any)
- func (this *Module) Terminate()
Constants ¶
View Source
const (
NAME = "CRON"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Context ¶
type Filter ¶
type Filter struct { Name string `json:"name"` Text string `json:"text"` Action ctxFunc `json:"-"` }
Filter 拦截器
type Module ¶
type Module struct {
// contains filtered or unexported fields
}
func (*Module) Initialize ¶
func (this *Module) Initialize()
Click to show internal directories.
Click to hide internal directories.