Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StartLocalIPFS ¶ added in v0.6.0
func StartLocalIPFS() error
StartLocalIPFS initializes a local IPFS node.
Types ¶
type Callback ¶ added in v0.3.1
type Callback = config.NodeCallback
Callback is an alias for a common.NodeCallback
type IPFSDocsStore ¶ added in v0.6.0
type IPFSDocsStore = iface.DocumentStore
IPFSDocsStore is an alias for a iface.DocumentStore.
func OpenDocumentStore ¶ added in v0.6.0
func OpenDocumentStore(ctx context.Context, controllerAddr string, opts *iface.CreateDocumentDBOptions) (IPFSDocsStore, error)
OpenDocumentStore creates a new IPFSDocsStore. This requires a valid Sonr Account Public Key.
type IPFSEventLogStore ¶ added in v0.6.0
type IPFSEventLogStore = iface.EventLogStore
IPFSEventLogStore is an alias for a iface.EventLogStore.
func OpenEventLogStore ¶ added in v0.6.0
func OpenEventLogStore(ctx context.Context, controllerAddr string) (IPFSEventLogStore, error)
OpenEventLogStore creates a new IPFSEventLogStore. This requires a valid Sonr Account Public Key.
type IPFSKVStore ¶ added in v0.6.0
type IPFSKVStore = iface.KeyValueStore
IPFSKVStore is an alias for a iface.KeyValueStore.
func OpenKeyValueStore ¶ added in v0.6.0
func OpenKeyValueStore(ctx context.Context, controllerAddr string) (IPFSKVStore, error)
OpenKeyValueStore creates a new IPFSKVStore. This requires a valid Sonr Account Public Key.
Click to show internal directories.
Click to hide internal directories.