installmethod

package
v21.11.1 Latest Latest
Warning

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

Go to latest
Published: Apr 26, 2022 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Enum

type Enum uint8

Enum represents the type of a method

const (

	// Apt is supported by target
	Apt Enum
	// Yum is supported by target
	Yum
	// Dnf is supported by target
	Dnf
	// Bash is supported by target
	Bash
	// Ansible is supported by target
	Ansible
	// DCOS_deprecated packager is supported by cluster target
	DCOS_deprecated // nolint
	// Helm is supported by cluster target
	Helm
	// None does nothing; check always fail, add and remove always succeed
	None

	// NextEnum marks the next value (or the max, depending the use)
	NextEnum
)

func Parse

func Parse(v string) (Enum, error)

Parse returns a Enum corresponding to the string parameter If the string doesn't correspond to any Enum, returns an error (nil otherwise) This function is intended to be used to parse user input.

func (Enum) String

func (e Enum) String() string

String returns a string representation of an Enum

Jump to

Keyboard shortcuts

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