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

Method GetHostsByIDs

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

Source from the content-addressed store, hash-verified

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

Callers 1

GetByIDsMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by

no test coverage detected