Documentation ¶
Index ¶
- Constants
- func Check(conf *Config, workers map[eosc.RequireId]eosc.IWorker) error
- func Create(id, name string, conf *Config, workers map[eosc.RequireId]eosc.IWorker) (eosc.IWorker, error)
- func NewFactory() eosc.IExtenderDriverFactory
- func Register(register eosc.IExtenderDriverRegister)
- type Config
- type Driver
- type ProxyRewrite
- func (p *ProxyRewrite) CheckSkill(skill string) bool
- func (p *ProxyRewrite) Destroy()
- func (p *ProxyRewrite) DoFilter(ctx eocontext.EoContext, next eocontext.IChain) (err error)
- func (p *ProxyRewrite) DoHttpFilter(ctx http_service.IHttpContext, next eocontext.IChain) (err error)
- func (p *ProxyRewrite) Reset(v interface{}, workers map[eosc.RequireId]eosc.IWorker) error
- func (p *ProxyRewrite) Start() error
- func (p *ProxyRewrite) Stop() error
Constants ¶
View Source
const (
Name = "proxy_rewrite"
)
Variables ¶
This section is empty.
Functions ¶
func NewFactory ¶
func NewFactory() eosc.IExtenderDriverFactory
func Register ¶
func Register(register eosc.IExtenderDriverRegister)
Types ¶
type ProxyRewrite ¶
type ProxyRewrite struct { drivers.WorkerBase // contains filtered or unexported fields }
func (*ProxyRewrite) CheckSkill ¶
func (p *ProxyRewrite) CheckSkill(skill string) bool
func (*ProxyRewrite) Destroy ¶
func (p *ProxyRewrite) Destroy()
func (*ProxyRewrite) DoHttpFilter ¶ added in v0.8.0
func (p *ProxyRewrite) DoHttpFilter(ctx http_service.IHttpContext, next eocontext.IChain) (err error)
func (*ProxyRewrite) Start ¶
func (p *ProxyRewrite) Start() error
func (*ProxyRewrite) Stop ¶
func (p *ProxyRewrite) Stop() error
Source Files ¶
Click to show internal directories.
Click to hide internal directories.