package handler import "github.com/gin-gonic/gin" func Auth() gin.HandlerFunc { return func(cx *gin.Context) { cx.Next() } }