CountByTimeRange count users by time range. Will return all records if start or end is nil.
(ctx context.Context, start, end *time.Time)
| 87 | MarkPasskeyUsed(ctx context.Context, uid int, keyId string) error |
| 88 | // CountByTimeRange count users by time range. Will return all records if start or end is nil. |
| 89 | CountByTimeRange(ctx context.Context, start, end *time.Time) (int, error) |
| 90 | // ListUsers list users with pagination. |
| 91 | ListUsers(ctx context.Context, args *ListUserParameters) (*ListUserResult, error) |
| 92 | // Upsert upserts a user. |
nothing calls this directly
no outgoing calls
no test coverage detected