Files
open-im-server/pkg/call_back_struct/group.go
T

9 lines
155 B
Go
Raw Normal View History

2023-06-29 22:35:31 +08:00
package call_back_struct
type CallbackBeforeCreateGroupReq struct {
CommonCallbackReq
}
type CallbackAfterCreateGroupResp struct {
CommonCallbackResp
}