Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MultMap ¶
type MultMap[K comparable] map[K][]interface{}
MultMap a map of key-value
func (MultMap[K]) Add ¶
func (s MultMap[K]) Add(key K, values ...interface{}) []interface{}
Add add a new entry in the multmap
func (MultMap[K]) GetAllValues ¶
func (s MultMap[K]) GetAllValues() []interface{}
GetAllValues return all values
Click to show internal directories.
Click to hide internal directories.