Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Facade ¶
type Facade struct { *common.EnvironWatcher *ToolsVersionUpdater }
Facade provides access to a machine environment worker's view of the world.
type ToolsVersionUpdater ¶
type ToolsVersionUpdater struct {
// contains filtered or unexported fields
}
ToolsVersionUpdater allows api calls to update available tool version.
func NewToolsVersionUpdater ¶
func NewToolsVersionUpdater(facade base.FacadeCaller) *ToolsVersionUpdater
NewToolsVersionUpdater returns a new ToolsVersionUpdater pointer.
func (*ToolsVersionUpdater) UpdateToolsVersion ¶
func (t *ToolsVersionUpdater) UpdateToolsVersion() error
UpdateToolsVersion calls UpdateToolsAvailable in the server with the provided version.
Click to show internal directories.
Click to hide internal directories.