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

Struct DependencyQuery

deb/query.go:71–73  ·  view source on GitHub ↗

DependencyQuery is generic Debian-dependency like query

Source from the content-addressed store, hash-verified

69
70// DependencyQuery is generic Debian-dependency like query
71type DependencyQuery struct {
72 Dep Dependency
73}
74
75// MatchAllQuery is query that matches all the packages
76type MatchAllQuery struct{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected