Zypper represents the Zypper package manager
| 13 | |
| 14 | // Zypper represents the Zypper package manager |
| 15 | type Zypper struct { |
| 16 | name string |
| 17 | osid string |
| 18 | } |
| 19 | |
| 20 | // NewZypper creates a new Zypper instance |
| 21 | func NewZypper(osid string) *Zypper { |
nothing calls this directly
no outgoing calls
no test coverage detected