Documentation ¶
Overview ¶
Package keyvalue implements parsed key/value information.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var BooleanValues = []string{
"true",
"false",
}
Functions ¶
This section is empty.
Types ¶
type ErrInvalidType ¶
type ErrInvalidType struct {
ExpectedType ValueType
}
func (ErrInvalidType) Error ¶
func (e ErrInvalidType) Error() string
Click to show internal directories.
Click to hide internal directories.