Documentation ¶ Index ¶ func Chain(handler http.Handler, ms ...Middleware) http.Handler func Log(next http.Handler) http.Handler func RequestID(next http.Handler) http.Handler type Middleware func Authorize(signedKey any) Middleware Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Chain ¶ func Chain(handler http.Handler, ms ...Middleware) http.Handler func Log ¶ func Log(next http.Handler) http.Handler func RequestID ¶ func RequestID(next http.Handler) http.Handler Types ¶ type Middleware ¶ type Middleware func(next http.Handler) http.Handler func Authorize ¶ func Authorize(signedKey any) Middleware Source Files ¶ View all Source files authorize.gohelpers.golog.gorequest_id.go Click to show internal directories. Click to hide internal directories.