Documentation ¶ Index ¶ func CORSMiddleware(next http.Handler) http.Handler func ChainMiddleware(handler http.Handler, middlewares ...func(http.Handler) http.Handler) http.Handler func LoggingMiddleware(next http.Handler) http.Handler Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func CORSMiddleware ¶ func CORSMiddleware(next http.Handler) http.Handler func ChainMiddleware ¶ func ChainMiddleware(handler http.Handler, middlewares ...func(http.Handler) http.Handler) http.Handler func LoggingMiddleware ¶ func LoggingMiddleware(next http.Handler) http.Handler Types ¶ This section is empty. Source Files ¶ View all Source files middleware.go Click to show internal directories. Click to hide internal directories.