Files
open-im-server/pkg/call_back_struct/group.go
T
wangchuxiao 0bed7ee669 merge code
2022-02-28 17:57:03 +08:00

9 lines
155 B
Go

package call_back_struct
type CallbackBeforeCreateGroupReq struct {
CommonCallbackReq
}
type CallbackAfterCreateGroupResp struct {
CommonCallbackResp
}