Files
open-im-server/pkg/base_info/msg.go
T

9 lines
114 B
Go
Raw Normal View History

2022-03-16 20:37:37 +08:00
package base_info
type DelMsgReq struct {
OperationID string `json:"operationID"`
}
type DelMsgResp struct {
}