Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RadixMiddleware ¶
RadixMiddleware The middleware between router and radix handler functions
func NewRadixMiddleware ¶
func NewRadixMiddleware(path, method string, next models.RadixHandlerFunc, handled func(*RadixMiddleware, http.ResponseWriter, *http.Request, time.Time)) *RadixMiddleware
NewRadixMiddleware Constructor for radix middleware
func (*RadixMiddleware) Handle ¶
func (handler *RadixMiddleware) Handle(w http.ResponseWriter, r *http.Request)
Handle Wraps radix handler methods
Click to show internal directories.
Click to hide internal directories.