mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-24 10:22:36 +08:00
26 lines
267 B
Go
26 lines
267 B
Go
package message
|
|
|
|
import (
|
|
"github.com/gin-gonic/gin"
|
|
)
|
|
|
|
func Broadcast(c *gin.Context) {
|
|
|
|
}
|
|
|
|
func SearchMessageByUser(c *gin.Context) {
|
|
|
|
}
|
|
|
|
func SearchMessageByGroup(c *gin.Context) {
|
|
|
|
}
|
|
|
|
func MassSendMassage(c *gin.Context) {
|
|
|
|
}
|
|
|
|
func Withdraw(c *gin.Context) {
|
|
|
|
}
|