db update

This commit is contained in:
Gordon
2023-01-18 10:59:25 +08:00
parent 6e26c0d986
commit 640960a87b
2 changed files with 9 additions and 3 deletions
-1
View File
@@ -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
}