ledisdb/store/writebatch.go

10 lines
120 B
Go

package store
import (
"github.com/siddontang/ledisdb/store/driver"
)
type WriteBatch struct {
driver.IWriteBatch
}