Documentation ¶
Index ¶
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) *WebController
func (*WebController) Index ¶
func (wc *WebController) Index(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)
Click to show internal directories.
Click to hide internal directories.