(ctx context.Context, lower string)
| 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) |
| 319 | // Volumes |
| 320 | GetVolumeByID(ctx context.Context, id string) (DockerVolume, error) |
no outgoing calls
no test coverage detected