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

Method ListContainers

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

Source from the content-addressed store, hash-verified

348 ListComplianceScansByHost(ctx context.Context, arg ListComplianceScansByHostParams) ([]ListComplianceScansByHostRow, error)
349 ListComplianceScansHistory(ctx context.Context, arg ListComplianceScansHistoryParams) ([]ListComplianceScansHistoryRow, error)
350 ListContainers(ctx context.Context, arg ListContainersParams) ([]DockerContainer, error)
351 ListDashboardPreferencesByUserID(ctx context.Context, userID string) ([]DashboardPreference, error)
352 ListDockerHostsPaginated(ctx context.Context, arg ListDockerHostsPaginatedParams) ([]ListDockerHostsPaginatedRow, error)
353 ListHostGroups(ctx context.Context) ([]HostGroup, error)

Callers 2

ListContainersMethod · 0.65
ListContainersMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by

no test coverage detected