Volumes
(ctx context.Context, id string)
| 318 | GetUserByUsernameOrEmail(ctx context.Context, lower string) (User, error) |
| 319 | // Volumes |
| 320 | GetVolumeByID(ctx context.Context, id string) (DockerVolume, error) |
| 321 | GetVolumesByHostID(ctx context.Context, hostID string) ([]DockerVolume, error) |
| 322 | GlobalSearch(ctx context.Context, search string) ([]GlobalSearchRow, error) |
| 323 | HostInHostGroup(ctx context.Context, arg HostInHostGroupParams) (bool, error) |