Documentation
¶
Overview ¶
Package filesystemtype is an enumeration of the states Xfs, Ext4
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ValidStrings = []string{ Xfs.String(), Ext4.String(), }
ValidStrings is the set of strings that are valid inputs to ParseEnum
Functions ¶
This section is empty.
Types ¶
type Enum ¶
type Enum uint8
Enum is an enumerated type
func (Enum) MarshalText ¶
MarshalText implements the text marshaller method
func (*Enum) UnmarshalText ¶
UnmarshalText implements the text unmarshaller method
Click to show internal directories.
Click to hide internal directories.