mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-10 03:56:00 +08:00
db update
This commit is contained in:
@@ -16,7 +16,6 @@ type GroupModelInterface interface {
|
||||
Update(ctx context.Context, groups []*Group) (err error)
|
||||
Find(ctx context.Context, groupIDs []string) (groups []*Group, err error)
|
||||
Take(ctx context.Context, groupID string) (group *Group, err error)
|
||||
DeleteTx(ctx context.Context, groupIDs []string) error
|
||||
|
||||
//mongo
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user