| Index: filter/dscache/ds.go
|
| diff --git a/filter/dscache/ds.go b/filter/dscache/ds.go
|
| index d0105cfb2d537bfed78bb975cc567c4eb831adb8..e8d60a3f973fd211aebb1184ba4f439cc714aacb 100644
|
| --- a/filter/dscache/ds.go
|
| +++ b/filter/dscache/ds.go
|
| @@ -28,7 +28,7 @@ func (d *dsCache) DeleteMulti(keys []*ds.Key, cb ds.DeleteMultiCB) error {
|
| })
|
| }
|
|
|
| -func (d *dsCache) PutMulti(keys []*ds.Key, vals []ds.PropertyMap, cb ds.PutMultiCB) error {
|
| +func (d *dsCache) PutMulti(keys []*ds.Key, vals []ds.PropertyMap, cb ds.NewKeyCB) error {
|
| return d.mutation(keys, func() error {
|
| return d.RawInterface.PutMulti(keys, vals, cb)
|
| })
|
|
|