README ¶ ss-ds-store IPFS Datastore implementation of ss-store Install ss-ds-store works like a regular Go module: > go get github.com/StreamSpace/ss-ds-store Usage import "github.com/StreamSpace/ss-ds-store" Expand ▾ Collapse ▴ Documentation ¶ Index ¶ func NewDataStore(dsConf *DSConfig) (store.Store, error) type DSConfig func (ds *DSConfig) Handler() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewDataStore ¶ func NewDataStore(dsConf *DSConfig) (store.Store, error) Types ¶ type DSConfig ¶ type DSConfig struct { DS datastore.Batching } func (*DSConfig) Handler ¶ added in v0.0.2 func (ds *DSConfig) Handler() string Source Files ¶ View all Source files ds.go Directories ¶ Show internal Expand all Path Synopsis inmem Click to show internal directories. Click to hide internal directories.