Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterBizCtx ¶
func RegisterBizCtx(i IBizCtx)
func RegisterCustom ¶
func RegisterCustom(i ICustom)
func RegisterFeishu ¶
func RegisterFeishu(i IFeishu)
func RegisterMiddleware ¶
func RegisterMiddleware(i IMiddleware)
Types ¶
type IBizCtx ¶
type IMiddleware ¶
type IMiddleware interface { CORS(r *ghttp.Request) Log(r *ghttp.Request) Ctx(r *ghttp.Request) I18n(r *ghttp.Request) }
func Middleware ¶
func Middleware() IMiddleware
Click to show internal directories.
Click to hide internal directories.