DEBSOURCES
Skip Quicknav
sources / golang-github-lunny-nodb / 0.0~git20160621.0.fc1ef06-4 / store / writebatch.go
123456789
package store import ( "github.com/lunny/nodb/store/driver" ) type WriteBatch interface { driver.IWriteBatch }