升级easymap
This commit is contained in:
@ -33,4 +33,5 @@ type EasyMap interface {
|
||||
Del(key interface{})
|
||||
Exist(key interface{}) bool
|
||||
GetAll() map[interface{}]interface{}
|
||||
GetAllForMapKeyString() map[string]interface{}
|
||||
}
|
||||
|
Reference in New Issue
Block a user