(ctx context.Context, userIDs []string)
| 26 | Create(ctx context.Context, users []*model.User) (err error) |
| 27 | UpdateByMap(ctx context.Context, userID string, args map[string]any) (err error) |
| 28 | Find(ctx context.Context, userIDs []string) (users []*model.User, err error) |
| 29 | Take(ctx context.Context, userID string) (user *model.User, err error) |
| 30 | TakeNotification(ctx context.Context, level int64) (user []*model.User, err error) |
| 31 | TakeByNickname(ctx context.Context, nickname string) (user []*model.User, err error) |
no outgoing calls