//
pkg.gl
Category
github.com/stratumn/go-core
filestore
package
0.4.8
Repository:
https://github.com/stratumn/go-core.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
17
Dependents
6
Files
414 SLOC
#
Functions
New
New creates an instance of a FileStore.
NewBatch
NewBatch creates a new Batch.
#
Constants
DefaultPath
DefaultPath is the path where segments will be saved by default.
Description
Description is the description set in the store's information.
Name
Name is the name set in the store's information.
#
Structs
Batch
Batch is the type that implements github.com/stratumn/go-core/store.Batch.
Config
Config contains configuration options for the store.
FileStore
FileStore is the type that implements github.com/stratumn/go-core/store.Adapter.
Info
Info is the info returned by GetInfo.