(ctx context.Context, name string, limit int, onlyStaff bool)
| 60 | GetByEmail(ctx context.Context, email string) (userInfo *entity.User, exist bool, err error) |
| 61 | GetUserCount(ctx context.Context) (count int64, err error) |
| 62 | SearchUserListByName(ctx context.Context, name string, limit int, onlyStaff bool) (userList []*entity.User, err error) |
| 63 | IsAvatarFileUsed(ctx context.Context, filePath string) (bool, error) |
| 64 | } |
| 65 |
no outgoing calls
no test coverage detected