DependencyQuery is generic Debian-dependency like query
| 69 | |
| 70 | // DependencyQuery is generic Debian-dependency like query |
| 71 | type DependencyQuery struct { |
| 72 | Dep Dependency |
| 73 | } |
| 74 | |
| 75 | // MatchAllQuery is query that matches all the packages |
| 76 | type MatchAllQuery struct{} |
nothing calls this directly
no outgoing calls
no test coverage detected