1 2 3 4 5 6 7 8 9
package store import ( "github.com/lunny/nodb/store/driver" ) type WriteBatch interface { driver.IWriteBatch }