0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-10-04 23:18:59 +02:00
gitea/vendor/github.com/lunny/nodb/store/writebatch.go
2019-02-05 11:52:51 -05:00

9 lines
115 B
Go

package store
import (
"github.com/lunny/nodb/store/driver"
)
type WriteBatch interface {
driver.IWriteBatch
}