Documentation ¶
Index ¶
- Constants
- func Register(register eosc.IExtenderDriverRegister)
- type App
- func (a *App) CheckSkill(skill string) bool
- func (a *App) Destroy()
- func (a *App) DoFilter(ctx eocontext.EoContext, next eocontext.IChain) (err error)
- func (a *App) DoHttpFilter(ctx http_service.IHttpContext, next eocontext.IChain) error
- func (a *App) Id() string
- func (a *App) Reset(conf interface{}, workers map[eosc.RequireId]eosc.IWorker) error
- func (a *App) Start() error
- func (a *App) Stop() error
- type Config
- type Driver
- type Factory
Constants ¶
View Source
const (
Name = "plugin_app"
)
Variables ¶
This section is empty.
Functions ¶
func Register ¶
func Register(register eosc.IExtenderDriverRegister)
Types ¶
type App ¶
type App struct {
// contains filtered or unexported fields
}
func (*App) CheckSkill ¶
func (*App) DoHttpFilter ¶
func (a *App) DoHttpFilter(ctx http_service.IHttpContext, next eocontext.IChain) error
type Driver ¶
type Driver struct {
// contains filtered or unexported fields
}
func (*Driver) ConfigType ¶
Click to show internal directories.
Click to hide internal directories.