(ctx context.Context, dollar_1 []string)
| 254 | // Returns all Windows Update entries for a host, most recently checked first. |
| 255 | GetHostWindowsUpdates(ctx context.Context, hostID string) ([]GetHostWindowsUpdatesRow, error) |
| 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 |