MCPcopy
hub / github.com/PatchMon/PatchMon / GetHostsWithCounts

Method GetHostsWithCounts

server-source-code/internal/db/querier.go:258–258  ·  view source on GitHub ↗
(ctx context.Context, arg GetHostsWithCountsParams)

Source from the content-addressed store, hash-verified

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)

Callers 2

GetHostsWithCountsMethod · 0.65
HostsMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by

no test coverage detected