package adjust import ( "github.com/gin-gonic/gin" ) func Notify(c *gin.Context) { // log.Debug("adjust.Notify %v", *c) }