(ctx context.Context, dollar_1 []string)
| 233 | GetHostByApiID(ctx context.Context, apiID string) (Host, error) |
| 234 | GetHostByID(ctx context.Context, id string) (Host, error) |
| 235 | GetHostCountsForRepos(ctx context.Context, dollar_1 []string) ([]GetHostCountsForReposRow, error) |
| 236 | GetHostDockerStats(ctx context.Context, hostID string) (GetHostDockerStatsRow, error) |
| 237 | GetHostGroupByID(ctx context.Context, id string) (HostGroup, error) |
| 238 | GetHostGroupMemberships(ctx context.Context, hostID string) ([]string, error) |