filebrowser/bolt/bolt.go
Henrique Dias f3c1c4b5d2 some cleaning
License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com>
2019-01-03 14:06:03 +00:00

9 lines
130 B
Go

package bolt
import "github.com/asdine/storm"
// Backend implements types.StorageBackend.
type Backend struct {
DB *storm.DB
}