Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Enum ¶
type Enum uint8
Enum is the type of an action
const ( // Check represents a check action, to test if a feature is installed Check Enum // Add represents an add action, to install a feature Add // Remove represents a remove action, to remove a feature Remove )
func FromString ¶
FromString returns an Enum corresponding to the string parameter This method is intended to be used from validated input.
Click to show internal directories.
Click to hide internal directories.