package auth import "github.com/gin-gonic/gin" type Config struct { } func Apply(r *gin.Engine, config *Config) { r.Use(middleware) }