package login import ( "github.com/gin-gonic/gin" ) type LoginController struct { } func (s *LoginController) Login(c *gin.Context) { }