MCPcopy
hub / github.com/wailsapp/wails / Zypper

Struct Zypper

v2/internal/system/packagemanager/zypper.go:15–18  ·  view source on GitHub ↗

Zypper represents the Zypper package manager

Source from the content-addressed store, hash-verified

13
14// Zypper represents the Zypper package manager
15type Zypper struct {
16 name string
17 osid string
18}
19
20// NewZypper creates a new Zypper instance
21func NewZypper(osid string) *Zypper {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected