agenttools

package
v0.0.0-...-12adbad Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 18, 2024 License: AGPL-3.0 Imports: 13 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Register

func Register(registry facade.FacadeRegistry)

Register is called to expose a package of facades onto a given registry.

Types

type AgentToolsAPI

type AgentToolsAPI struct {
	// contains filtered or unexported fields
}

AgentToolsAPI implements the API used by the machine model worker.

func NewAgentToolsAPI

func NewAgentToolsAPI(
	modelGetter ModelGetter,
	newEnviron func() (environs.Environ, error),
	findTools toolsFinder,
	envVersionUpdate func(*state.Model, version.Number) error,
	authorizer facade.Authorizer,
) (*AgentToolsAPI, error)

NewAgentToolsAPI creates a new instance of the Model API.

func (*AgentToolsAPI) UpdateToolsAvailable

func (api *AgentToolsAPI) UpdateToolsAvailable() error

UpdateToolsAvailable invokes a lookup and further update in environ for new patches of the current tool versions.

type ModelGetter

type ModelGetter interface {
	Model() (*state.Model, error)
}

ModelGetter represents a struct that can provide a state.Model.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL