Documentation
¶
Index ¶
- type ActiveEntry
- type ActiveEnvVar
- type Manager
- func (m *Manager) ActiveBinDirs() ([]string, error)
- func (m *Manager) ActiveDepTrees(ctx context.Context) ([]*pkg.DepTree, error)
- func (m *Manager) ActiveEnv() (map[string]ActiveEnvVar, error)
- func (m *Manager) ListActive() ([]ActiveEntry, error)
- func (m *Manager) Refresh(ctx context.Context) error
- func (m *Manager) SetEnv(vars []Var, scope manifest.Scope) error
- func (m *Manager) Tidy(ctx context.Context, scope manifest.Scope) error
- func (m *Manager) UnsetEnv(keys []string, scope manifest.Scope) error
- func (m *Manager) Unuse(ctx context.Context, pkgName string, scope manifest.Scope) error
- func (m *Manager) Upgrade(ctx context.Context, scope manifest.Scope) error
- func (m *Manager) Use(ctx context.Context, refs pkg.Refs, scope manifest.Scope) error
- type Var
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActiveEntry ¶
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
func (*Manager) ActiveBinDirs ¶
func (*Manager) ActiveDepTrees ¶
func (*Manager) ListActive ¶
func (m *Manager) ListActive() ([]ActiveEntry, error)
Click to show internal directories.
Click to hide internal directories.