package
0.5.1
Repository: https://github.com/ethfsx/go-ipfs.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# Structs

Environment is the environment passed into the plugin on init.

# Interfaces

Plugin is the base interface for all kinds of go-ipfs plugins It will be included in interfaces of different Plugins Optionally, Plugins can implement io.Closer if they want to have a termination step when unloading.
PluginDaemon is an interface for daemon plugins.
PluginDaemonInternal is an interface for daemon plugins.
PluginDatastore is an interface that can be implemented to add handlers for for different datastores.
PluginIPLD is an interface that can be implemented to add handlers for for different IPLD formats.
PluginTracer is an interface that can be implemented to add a tracer.