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

Method GetImageByID

server-source-code/internal/db/querier.go:260–260  ·  view source on GitHub ↗

Images

(ctx context.Context, id string)

Source from the content-addressed store, hash-verified

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)
262 GetImageUpdatesByImageID(ctx context.Context, imageID string) ([]DockerImageUpdate, error)
263 GetImagesByIDs(ctx context.Context, dollar_1 []string) ([]DockerImage, error)

Callers 2

GetContainerMethod · 0.65
GetImageMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by

no test coverage detected