Documentation
¶
Index ¶
- Constants
- func Configure(cfg Map)
- func Go()
- func Ready()
- func Register(name string, value Any, overrides ...bool)
- 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, override bool)
- func (this *Module) Initialize()
- func (this *Module) Job(name string, config Job, override bool)
- func (this *Module) Launch()
- func (this *Module) Register(name string, value Any, override bool)
- func (this *Module) Terminate()
Constants ¶
View Source
const (
NAME = "CRON"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Context ¶
type Filter ¶
type Filter struct { Name string `json:"name"` Text string `json:"text"` Action ctxFunc `json:"-"` }
Filter 拦截器
Click to show internal directories.
Click to hide internal directories.