Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Component ¶
type Component interface { // Name returns the name of the component Name() string // Install installs the component Install(ctx context.Context) error // Uninstall uninstalls the component Uninstall(ctx context.Context) error // CheckExists checks if the component exists CheckExists(ctx context.Context) (bool, error) }
Click to show internal directories.
Click to hide internal directories.