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

Method GetDockerHostsByIDs

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

Source from the content-addressed store, hash-verified

226 GetDistinctDockerHostIDs(ctx context.Context) ([]string, error)
227 GetDockerDashboardStats(ctx context.Context) (GetDockerDashboardStatsRow, error)
228 GetDockerHostsByIDs(ctx context.Context, dollar_1 []string) ([]GetDockerHostsByIDsRow, error)
229 GetDockerHostsMinimalByIDs(ctx context.Context, dollar_1 []string) ([]GetDockerHostsMinimalByIDsRow, error)
230 GetFirstComplianceProfileByType(ctx context.Context, type_ string) (ComplianceProfile, error)
231 GetFirstSettings(ctx context.Context) (Setting, error)

Callers 3

GetContainerMethod · 0.65
GetVolumeMethod · 0.65
GetNetworkMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by

no test coverage detected