Versions in this module Expand all Collapse all v1 v1.1.21 Jul 5, 2021 Changes in this version + type ListMap struct + func New() *ListMap + func (lm *ListMap) Exist(key string) bool + func (lm *ListMap) GetItem(key string) (interface{}, error) + func (lm *ListMap) GetTop() interface{} + func (lm *ListMap) Push(key string, value interface{}) + func (lm *ListMap) Remove(key string) interface{} + func (lm *ListMap) Size() int + func (lm *ListMap) Walk(cb func(value interface{}) bool)