ledisdb/store/writebatch.go

10 lines
120 B
Go
Raw Normal View History

2014-07-25 13:58:00 +04:00
package store
import (
"github.com/siddontang/ledisdb/store/driver"
)
type WriteBatch struct {
driver.IWriteBatch
}