This commit is contained in:
suyl
2021-07-20 18:31:37 +08:00
parent bc87ce5508
commit 44d20db9af
3 changed files with 17 additions and 0 deletions

View File

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