cmd

package
v0.1.6 Latest Latest
Warning

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

Go to latest
Published: Nov 1, 2023 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	CORE             = "core"
	CLUSTERCOMPONENT = "cluster-component"
	U4A              = "u4a"
	COMPONENTSTORE   = "component-store"
)

Variables

This section is empty.

Functions

func Enroll

func Enroll(name string, instance InstallerFunc)

Enroll Only name conflicts will return an error

func NewInstallCmd

func NewInstallCmd() *cobra.Command

Types

type Installer

type Installer interface {
	Description() string
	Install() error
	Uninstall()
}

func NewCoreInstaller

func NewCoreInstaller(conf *config) Installer

type InstallerFunc

type InstallerFunc func(*config) Installer

func GetInstaller

func GetInstaller(name string) InstallerFunc

Jump to

Keyboard shortcuts

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