bench-forgejo/vendor/github.com/lunny/nodb/store/writebatch.go

10 lines
115 B
Go
Raw Normal View History

2019-02-05 22:22:51 +05:30
package store
import (
"github.com/lunny/nodb/store/driver"
)
type WriteBatch interface {
driver.IWriteBatch
}