bolt

package
v0.2.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 27, 2018 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const Profile = "bolt"

Variables

View Source
var InvalidPropertiesError = errors.New("properties must not be nil")

Functions

func GetDataSource

func GetDataSource() *dataSource

func GetRepository

func GetRepository() *repository

Types

type DataSource

type DataSource interface {
	Open(properties *properties) error
	Close() error
	IsOpened() bool
	DB() *bolt.DB
}

type Repository

type Repository interface {
	data.KVRepository
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL