Documentation
¶
Overview ¶
Package value provides support for some additional flag value types.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ByteLength ¶
type ByteLength int
ByteLength represents number of bytes
func (*ByteLength) UnmarshalText ¶
func (b *ByteLength) UnmarshalText(data []byte) error
type Hex ¶
type Hex int
Hex represents an integer that parses from the hex syntax
func (*Hex) UnmarshalText ¶
Click to show internal directories.
Click to hide internal directories.