Documentation ¶ Index ¶ func AuthMiddleware(next http.Handler) http.Handler func CacheMiddleware(next http.Handler) http.Handler func GenerateCacheKey(req *http.Request) string func RecoveryMiddleware(next http.Handler) http.Handler Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func AuthMiddleware ¶ func AuthMiddleware(next http.Handler) http.Handler func CacheMiddleware ¶ func CacheMiddleware(next http.Handler) http.Handler func GenerateCacheKey ¶ func GenerateCacheKey(req *http.Request) string func RecoveryMiddleware ¶ func RecoveryMiddleware(next http.Handler) http.Handler Types ¶ This section is empty. Source Files ¶ View all Source files middlewares.go Click to show internal directories. Click to hide internal directories.