package auth import ( "github.com/gin-gonic/gin" ) func ApiHandler(r *gin.RouterGroup) { }