Documentation
¶
Index ¶
- func CreateInitControllersFn(wc *WebController) fasthttp.RequestHandler
- type WebController
- func (wc *WebController) Action(c *fasthttp.RequestCtx)
- func (wc *WebController) ActionCreate(c *fasthttp.RequestCtx)
- func (wc *WebController) ActionRun(c *fasthttp.RequestCtx)
- func (wc *WebController) ActionStore(c *fasthttp.RequestCtx)
- func (wc *WebController) App(c *fasthttp.RequestCtx)
- func (wc *WebController) Apps(c *fasthttp.RequestCtx)
- func (wc *WebController) Credentials(c *fasthttp.RequestCtx)
- func (wc *WebController) CredentialsCreate(c *fasthttp.RequestCtx)
- func (wc *WebController) CredentialsStore(c *fasthttp.RequestCtx)
- func (wc *WebController) Echo(c *fasthttp.RequestCtx)
- func (wc *WebController) Index(c *fasthttp.RequestCtx)
- func (wc *WebController) Memo(c *fasthttp.RequestCtx)
- func (wc *WebController) OAuth(c *fasthttp.RequestCtx)
- func (wc *WebController) Page(c *fasthttp.RequestCtx)
- func (wc *WebController) Qr(c *fasthttp.RequestCtx)
- func (wc *WebController) Robots(c *fasthttp.RequestCtx)
- func (wc *WebController) ScriptCreate(c *fasthttp.RequestCtx)
- func (wc *WebController) ScriptRun(c *fasthttp.RequestCtx)
- func (wc *WebController) ScriptStore(c *fasthttp.RequestCtx)
- func (wc *WebController) Scripts(c *fasthttp.RequestCtx)
- func (wc *WebController) Setting(c *fasthttp.RequestCtx)
- func (wc *WebController) SettingCreate(c *fasthttp.RequestCtx)
- func (wc *WebController) SettingStore(c *fasthttp.RequestCtx)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateInitControllersFn ¶
func CreateInitControllersFn(wc *WebController) fasthttp.RequestHandler
Types ¶
type WebController ¶
type WebController struct {
// contains filtered or unexported fields
}
func NewWebController ¶
func NewWebController(opt *web.Options, rdb *redis.Client, logger *zap.Logger, midClient pb.MiddleClient, msgClient pb.MessageClient, wfClient pb.WorkflowClient) *WebController
func (*WebController) Action ¶ added in v0.0.16
func (wc *WebController) Action(c *fasthttp.RequestCtx)
func (*WebController) ActionCreate ¶ added in v0.0.16
func (wc *WebController) ActionCreate(c *fasthttp.RequestCtx)
func (*WebController) ActionRun ¶ added in v0.0.16
func (wc *WebController) ActionRun(c *fasthttp.RequestCtx)
func (*WebController) ActionStore ¶ added in v0.0.16
func (wc *WebController) ActionStore(c *fasthttp.RequestCtx)
func (*WebController) App ¶ added in v0.0.15
func (wc *WebController) App(c *fasthttp.RequestCtx)
func (*WebController) Apps ¶ added in v0.0.9
func (wc *WebController) Apps(c *fasthttp.RequestCtx)
func (*WebController) Credentials ¶ added in v0.0.9
func (wc *WebController) Credentials(c *fasthttp.RequestCtx)
func (*WebController) CredentialsCreate ¶ added in v0.0.9
func (wc *WebController) CredentialsCreate(c *fasthttp.RequestCtx)
func (*WebController) CredentialsStore ¶ added in v0.0.9
func (wc *WebController) CredentialsStore(c *fasthttp.RequestCtx)
func (*WebController) Echo ¶ added in v0.0.15
func (wc *WebController) Echo(c *fasthttp.RequestCtx)
func (*WebController) Index ¶
func (wc *WebController) Index(c *fasthttp.RequestCtx)
func (*WebController) Memo ¶ added in v0.0.9
func (wc *WebController) Memo(c *fasthttp.RequestCtx)
func (*WebController) OAuth ¶ added in v0.0.15
func (wc *WebController) OAuth(c *fasthttp.RequestCtx)
func (*WebController) Page ¶
func (wc *WebController) Page(c *fasthttp.RequestCtx)
func (*WebController) Qr ¶
func (wc *WebController) Qr(c *fasthttp.RequestCtx)
func (*WebController) Robots ¶
func (wc *WebController) Robots(c *fasthttp.RequestCtx)
func (*WebController) ScriptCreate ¶ added in v0.0.15
func (wc *WebController) ScriptCreate(c *fasthttp.RequestCtx)
func (*WebController) ScriptRun ¶ added in v0.0.15
func (wc *WebController) ScriptRun(c *fasthttp.RequestCtx)
func (*WebController) ScriptStore ¶ added in v0.0.15
func (wc *WebController) ScriptStore(c *fasthttp.RequestCtx)
func (*WebController) Scripts ¶ added in v0.0.15
func (wc *WebController) Scripts(c *fasthttp.RequestCtx)
func (*WebController) Setting ¶ added in v0.0.9
func (wc *WebController) Setting(c *fasthttp.RequestCtx)
func (*WebController) SettingCreate ¶ added in v0.0.9
func (wc *WebController) SettingCreate(c *fasthttp.RequestCtx)
func (*WebController) SettingStore ¶ added in v0.0.9
func (wc *WebController) SettingStore(c *fasthttp.RequestCtx)
Click to show internal directories.
Click to hide internal directories.