Versions in this module Expand all Collapse all v0 v0.0.1 Jul 31, 2020 Changes in this version + type Environment struct + Config interface{} + Repo string + type Plugin interface + Init func(env *Environment) error + Name func() string + Version func() string + type PluginDaemon interface + Start func(coreiface.CoreAPI) error + type PluginDaemonInternal interface + Start func(*core.IpfsNode) error + type PluginDatastore interface + DatastoreConfigParser func() fsrepo.ConfigFromMap + DatastoreTypeName func() string + type PluginIPLD interface + RegisterBlockDecoders func(dec ipld.BlockDecoder) error + RegisterInputEncParsers func(iec coredag.InputEncParsers) error + type PluginTracer interface + InitTracer func() (opentracing.Tracer, error)