Documentation
¶
Index ¶
- Constants
- type ChromeDpHandler
- type ModulesHandler
- func (*ModulesHandler) Delete(ctx context.Context)
- func (*ModulesHandler) Get(ctx context.Context, t template.Template, data template.Data)
- func (*ModulesHandler) New(ctx context.Context, t template.Template)
- func (*ModulesHandler) NewAction(ctx context.Context, f form.NewModule)
- func (*ModulesHandler) RefreshModule(ctx context.Context)
- func (*ModulesHandler) SetStatus(status string) flamego.Handler
- func (*ModulesHandler) Update(ctx context.Context, f form.UpdateModule)
- type ProxyHandler
Constants ¶
View Source
const ( Enable = "enable" Disable = "disable" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChromeDpHandler ¶
type ChromeDpHandler struct{}
func NewChromeDpHandler ¶
func NewChromeDpHandler() *ChromeDpHandler
func (*ChromeDpHandler) New ¶
func (*ChromeDpHandler) New()
type ModulesHandler ¶
type ModulesHandler struct{}
func NewModulesHandler ¶
func NewModulesHandler() *ModulesHandler
func (*ModulesHandler) Delete ¶
func (*ModulesHandler) Delete(ctx context.Context)
func (*ModulesHandler) NewAction ¶
func (*ModulesHandler) NewAction(ctx context.Context, f form.NewModule)
func (*ModulesHandler) RefreshModule ¶
func (*ModulesHandler) RefreshModule(ctx context.Context)
func (*ModulesHandler) Update ¶
func (*ModulesHandler) Update(ctx context.Context, f form.UpdateModule)
type ProxyHandler ¶
type ProxyHandler struct{}
func NewProxyHandler ¶
func NewProxyHandler() *ProxyHandler
func (*ProxyHandler) ShutDown ¶
func (*ProxyHandler) ShutDown(ctx context.Context)
func (*ProxyHandler) Start ¶
func (*ProxyHandler) Start(ctx context.Context, f form.StartProxy)
Click to show internal directories.
Click to hide internal directories.