package middleware import "github.com/gin-gonic/gin" func CheckSuper() gin.HandlerFunc { return func(c *gin.Context) { // } }