file

package module
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: Nov 1, 2022 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Overview

Package local is a file system backed store

Index

Constants

This section is empty.

Variables

View Source
var (
	// DefaultDatabase is the namespace that the bbolt store
	// will use if no namespace is provided.
	DefaultDatabase = "micro"
	// DefaultTable when none is specified.
	DefaultTable = "micro"
	// DefaultDir is the default directory for bbolt files.
	DefaultDir = filepath.Join(os.TempDir(), "micro", "store")
)

Functions

func DirOption added in v1.0.1

func DirOption(dir string) store.Option

DirOption is a file store Option to set the directory for the file store.

func NewStore

func NewStore(opts ...store.Option) store.Store

NewStore returns a memory store.

Types

This section is empty.

Jump to

Keyboard shortcuts

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