升级easymap

This commit is contained in:
2021-09-15 21:51:13 +08:00
parent d261c4eb1a
commit ddb048c5c9
5 changed files with 63 additions and 0 deletions

View File

@ -33,4 +33,5 @@ type EasyMap interface {
Del(key interface{})
Exist(key interface{}) bool
GetAll() map[interface{}]interface{}
GetAllForMapKeyString() map[string]interface{}
}