reboot

package
v0.0.0-...-0a82276 Latest Latest
Warning

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

Go to latest
Published: Nov 29, 2024 License: AGPL-3.0 Imports: 9 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 RebootAPI

type RebootAPI struct {
	*common.RebootActionGetter
	// The ability for a machine to reboot itself is not yet used.
	*common.RebootRequester
	*common.RebootFlagClearer
	*common.MachineWatcher
}

RebootAPI provides access to the Reboot API facade.

func NewRebootAPI

func NewRebootAPI(
	auth facade.Authorizer,
	watcherRegistry facade.WatcherRegistry,
	machineService *service.WatchableService,
) (*RebootAPI, error)

NewRebootAPI creates a new instance of the RebootAPI by initializing the various components needed for reboot functionality.

func NewRebootApiFromModelContext

func NewRebootApiFromModelContext(ctx facade.ModelContext) (*RebootAPI, error)

NewRebootApiFromModelContext creates a new server-side RebootAPI facade.

Jump to

Keyboard shortcuts

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