Versions in this module Expand all Collapse all v6 v6.4.0 May 18, 2020 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) Other modules containing this package github.com/33cn/chain33