(ctx context.Context, arg GetHostsWithCountsParams)
| 256 | GetHostsByIDs(ctx context.Context, dollar_1 []string) ([]Host, error) |
| 257 | GetHostsForPackageTrends(ctx context.Context) ([]GetHostsForPackageTrendsRow, error) |
| 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) |
no outgoing calls
no test coverage detected