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

Method ListImages

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

Source from the content-addressed store, hash-verified

357 ListHostsForPackage(ctx context.Context, arg ListHostsForPackageParams) ([]ListHostsForPackageRow, error)
358 ListHostsPaginated(ctx context.Context, arg ListHostsPaginatedParams) ([]ListHostsPaginatedRow, error)
359 ListImages(ctx context.Context, arg ListImagesParams) ([]DockerImage, error)
360 ListJobHistoryByApiID(ctx context.Context, arg ListJobHistoryByApiIDParams) ([]JobHistory, error)
361 ListNeedingUpdates(ctx context.Context) ([]ListNeedingUpdatesRow, error)
362 ListNetworks(ctx context.Context, arg ListNetworksParams) ([]DockerNetwork, error)

Callers 2

ListImagesMethod · 0.65
ListImagesMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by

no test coverage detected