Documentation
¶
Index ¶
- type Manager
- func (m *Manager) Available() (map[string]*records.Status, error)
- func (m *Manager) AvailableFor(name string) (*records.Status, error)
- func (m *Manager) AvailableForSimple(name string) (*records.SimpleStatus, error)
- func (m *Manager) Clean() error
- func (m *Manager) Clear() error
- func (m *Manager) Initialize() (*tree.Entry, error)
- func (m *Manager) Install(packages ...string) error
- func (m *Manager) List() ([]*records.Package, error)
- func (m *Manager) Privileged() bool
- func (m *Manager) Ready() bool
- func (m *Manager) Refresh() error
- func (m *Manager) Remove(packages ...string) error
- func (m *Manager) Update(packages ...string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
func (*Manager) AvailableFor ¶ added in v0.1.32
func (*Manager) AvailableForSimple ¶ added in v0.1.41
func (m *Manager) AvailableForSimple(name string) (*records.SimpleStatus, error)
func (*Manager) Privileged ¶ added in v0.1.18
Click to show internal directories.
Click to hide internal directories.