Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterMiddleware ¶
func RegisterMiddleware(kind string, handler CreateMiddlewareHandler) error
Types ¶
type CreateMiddlewareHandler ¶
type CreateMiddlewareHandler func(param map[string]any) (app.HandlerFunc, error)
func FindHandlerByType ¶
func FindHandlerByType(kind string) CreateMiddlewareHandler
Click to show internal directories.
Click to hide internal directories.