update MapResult
This commit is contained in:
parent
dac3a32e6f
commit
822aabaac6
@ -7,7 +7,10 @@
|
||||
// Date : 2023-05-05 14:44
|
||||
package wrapper
|
||||
|
||||
import "time"
|
||||
import (
|
||||
"git.zhangdeman.cn/zhangdeman/easymap"
|
||||
"time"
|
||||
)
|
||||
|
||||
// Int8Result ...
|
||||
//
|
||||
@ -465,7 +468,7 @@ type StringSliceResult struct {
|
||||
//
|
||||
// Date : 16:05 2023/8/10
|
||||
type MapResult struct {
|
||||
Value Map
|
||||
Value easymap.EasyMap
|
||||
Err error
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user