ItemMap concurrence map
| 36 | |
| 37 | // ItemMap concurrence map |
| 38 | type ItemMap struct { |
| 39 | innerMap map[string]interface{} |
| 40 | *sync.RWMutex |
| 41 | } |
| 42 | |
| 43 | // NewItemMap create new ItemMap |
| 44 | func NewItemMap() *ItemMap { |
nothing calls this directly
no outgoing calls
no test coverage detected