(ctx context.Context, oidcSub *string)
| 313 | GetUserByEmail(ctx context.Context, lower string) (User, error) |
| 314 | GetUserByID(ctx context.Context, id string) (User, error) |
| 315 | GetUserByOidcSub(ctx context.Context, oidcSub *string) (User, error) |
| 316 | GetUserByOidcSubOrEmail(ctx context.Context, arg GetUserByOidcSubOrEmailParams) (User, error) |
| 317 | GetUserByUsername(ctx context.Context, lower string) (User, error) |
| 318 | GetUserByUsernameOrEmail(ctx context.Context, lower string) (User, error) |
no outgoing calls
no test coverage detected