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

Method GetVolumeByID

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

Volumes

(ctx context.Context, id string)

Source from the content-addressed store, hash-verified

318 GetUserByUsernameOrEmail(ctx context.Context, lower string) (User, error)
319 // Volumes
320 GetVolumeByID(ctx context.Context, id string) (DockerVolume, error)
321 GetVolumesByHostID(ctx context.Context, hostID string) ([]DockerVolume, error)
322 GlobalSearch(ctx context.Context, search string) ([]GlobalSearchRow, error)
323 HostInHostGroup(ctx context.Context, arg HostInHostGroupParams) (bool, error)

Callers 1

GetVolumeMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by

no test coverage detected