MCPcopy Create free account
hub / github.com/PatchMon/PatchMon / GetHostGroupByID

Method GetHostGroupByID

server-source-code/internal/db/querier.go:237–237  ·  view source on GitHub ↗
(ctx context.Context, id string)

Source from the content-addressed store, hash-verified

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)
239 GetHostGroupsForHosts(ctx context.Context, dollar_1 []string) ([]GetHostGroupsForHostsRow, error)
240 GetHostIDsByGroup(ctx context.Context, hostGroupID string) ([]string, error)

Callers 1

GetByIDMethod · 0.65

Implementers 1

Queriesserver-source-code/internal/db/db.go

Calls

no outgoing calls

Tested by

no test coverage detected