Documentation ¶
Index ¶
- func CreateInitControllersFn(wc *WebController) fasthttp.RequestHandler
- type WebController
- 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) Index(c *fasthttp.RequestCtx)
- func (wc *WebController) Memo(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) 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, logger *zap.Logger, midClient pb.MiddleClient, msgClient pb.MessageClient) *WebController
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) 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) 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) 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.