Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Values = []Value{ Custom, Matched, Mismatched, Missing, }
Values holds all possible values.
Functions ¶
This section is empty.
Types ¶
type Value ¶
type Value byte
Value describes the state of a source compared to a piece of data.
func ExtractValue ¶
ExtractValue extracts the value from a string.
func (Value) EnsureValid ¶
EnsureValid ensures this is of a known value.
func (Value) MarshalText ¶
MarshalText implements the encoding.TextMarshaler interface.
func (*Value) UnmarshalText ¶
UnmarshalText implements the encoding.TextUnmarshaler interface.
Click to show internal directories.
Click to hide internal directories.