Documentation ¶
Overview ¶
Package update contains the update command, which upgrades a specific agent
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AgentCommand ¶
AgentCommand returns the iris update agent cobra command
Types ¶
type Builder ¶
type Builder interface { // Build returns a new Updater. BuildUpdater(ctx context.Context) (Updater, error) }
Builder is an interface for building an Updater.
Click to show internal directories.
Click to hide internal directories.