Documentation ¶
Index ¶
Constants ¶
View Source
const DefaultPriority = LowPriority
View Source
const DefaultSeparator = "="
View Source
const HighPriority = 10
View Source
const LowPriority = 1
View Source
const MediumPriority = 5
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Map ¶
type Map struct {
// contains filtered or unexported fields
}
func (Map) AsKeyValueStrings ¶
type Option ¶
type Option func(a *entry)
func WithAllowDuplicates ¶ added in v1.1.0
func WithAllowDuplicates() Option
WithAllowDuplicatesForKey allows to add multiple values for the same key (covers all keys)
func WithPriority ¶
func WithSeparator ¶
Click to show internal directories.
Click to hide internal directories.