Images
(ctx context.Context, id string)
| 258 | GetHostsWithCounts(ctx context.Context, arg GetHostsWithCountsParams) ([]GetHostsWithCountsRow, error) |
| 259 | // Images |
| 260 | GetImageByID(ctx context.Context, id string) (DockerImage, error) |
| 261 | GetImageIDByRepositoryTagImageID(ctx context.Context, arg GetImageIDByRepositoryTagImageIDParams) (string, error) |
| 262 | GetImageUpdatesByImageID(ctx context.Context, imageID string) ([]DockerImageUpdate, error) |
| 263 | GetImagesByIDs(ctx context.Context, dollar_1 []string) ([]DockerImage, error) |
no outgoing calls
no test coverage detected