package controllers import "github.com/gin-gonic/gin" type CallbackController struct { } func (t *CallbackController) Msg(c *gin.Context) { }