package router import ( "github.com/gin-gonic/gin" ) func NeedSysLogInput(c *gin.Context) { //session, _ := c.Get(config.TokenForSession) //_session := session.(*service.Session) //params, _ := c.Get("params") //service.Publish(config.EventForSystemLogs, _session.Community, _session.UID, _session.Name, mode, event, content, // params, c.ClientIP()) }