PkgQuery is search request against specific package
| 62 | |
| 63 | // PkgQuery is search request against specific package |
| 64 | type PkgQuery struct { |
| 65 | Pkg string |
| 66 | Version string |
| 67 | Arch string |
| 68 | } |
| 69 | |
| 70 | // DependencyQuery is generic Debian-dependency like query |
| 71 | type DependencyQuery struct { |
nothing calls this directly
no outgoing calls
no test coverage detected