Versions in this module Expand all Collapse all v0 v0.0.2 Oct 11, 2021 v0.0.1 Oct 11, 2021 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.Dms3Node) error + type PluginDatastore interface + DatastoreConfigParser func() fsrepo.ConfigFromMap + DatastoreTypeName func() string + type PluginLD interface + RegisterBlockDecoders func(dec ld.BlockDecoder) error + RegisterInputEncParsers func(iec coredag.InputEncParsers) error + type PluginTracer interface + InitTracer func() (opentracing.Tracer, error)