package callback import "github.com/gin-gonic/gin" type Cmcc struct { } // Record @Title 录音接收 func (*Cmcc) Record(c *gin.Context) { } // Start @Title 呼叫起始 func (*Cmcc) Start(c *gin.Context) { } // End @Title 呼叫结束 func (*Cmcc) End(c *gin.Context) { } // RingDown @Title 振铃 func (*Cmcc) RingDown(c *gin.Context) { }