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

Struct Pacman

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

Pacman represents the Pacman package manager

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected