MCPcopy Index your code
hub / github.com/aptly-dev/aptly / FieldQuery

Struct FieldQuery

deb/query.go:56–61  ·  view source on GitHub ↗

FieldQuery is generic request against field

Source from the content-addressed store, hash-verified

54
55// FieldQuery is generic request against field
56type FieldQuery struct {
57 Field string
58 Relation int
59 Value string
60 Regexp *regexp.Regexp `codec:"-"`
61}
62
63// PkgQuery is search request against specific package
64type PkgQuery struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected