Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func Chain ¶
func Chain(f http.HandlerFunc, middlewares ...Middleware) http.HandlerFunc
Chain applies middlewares to a http.HandlerFunc
func RegisterGrpcService ¶
func RegisterGrpcService(engine *http.ServeMux, svcs ...pick.Service[Middleware])
Types ¶
type Middleware ¶
type Middleware func(http.HandlerFunc) http.HandlerFunc
Click to show internal directories.
Click to hide internal directories.