Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidKey = errors.New("invalid key: must be [A-Za-z0-9_]+") ErrInvalidValue = errors.New("invalid value: must not contain spaces or '='") )
Functions ¶
This section is empty.
Types ¶
type Fields ¶
type Fields struct {
// contains filtered or unexported fields
}
Fields is a validated key=value annotation set.
func (*Fields) StringSorted ¶
Click to show internal directories.
Click to hide internal directories.