Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Map ¶
type Map[K comparable, V any] struct { sync.RWMutex // contains filtered or unexported fields }
func NewMap ¶
func NewMap[K comparable, V any]() *Map[K, V]
type StringListMap ¶
Convenience type aliases for common use cases
func NewStringListMap ¶
func NewStringListMap() *StringListMap
Convenience constructors for common use cases
Click to show internal directories.
Click to hide internal directories.