MCPcopy
hub / github.com/aptly-dev/aptly / PkgQuery

Struct PkgQuery

deb/query.go:64–68  ·  view source on GitHub ↗

PkgQuery is search request against specific package

Source from the content-addressed store, hash-verified

62
63// PkgQuery is search request against specific package
64type PkgQuery struct {
65 Pkg string
66 Version string
67 Arch string
68}
69
70// DependencyQuery is generic Debian-dependency like query
71type DependencyQuery struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected