Files
open-im-server/pkg/common/db/table/relation/utils.go
T
2023-02-10 15:36:25 +08:00

13 lines
184 B
Go

package relation
type BatchUpdateGroupMember struct {
GroupID string
UserID string
Map map[string]any
}
type GroupSimpleUserID struct {
Hash uint64
MemberNum uint32
}