Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BitnessNames ¶
func BitnessNames() []string
BitnessNames returns a list of possible string values of Bitness.
Types ¶
type Bitness ¶
type Bitness int
ENUM( Invalid 32Bit = 32 64Bit = 64 )
func ParseBitness ¶
ParseBitness attempts to convert a string to a Bitness
func (Bitness) MarshalText ¶
MarshalText implements the text marshaller method
func (*Bitness) UnmarshalText ¶
UnmarshalText implements the text unmarshaller method
Click to show internal directories.
Click to hide internal directories.