支持toStruct
This commit is contained in:
@@ -36,4 +36,6 @@ type EasyMap interface {
|
||||
GetAllForMapKeyString() map[string]interface{}
|
||||
// Iterator 对数据的迭代
|
||||
Iterator(IteratorFunc)
|
||||
// ToStruct 转换成结构体
|
||||
ToStruct(receiver interface{}) error
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user