Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Plugins = []plugin.Plugin{ &Plugin{}, }
Plugins is exported list of plugins that will be loaded
Functions ¶
This section is empty.
Types ¶
type Plugin ¶
type Plugin struct{}
Plugin is the main structure.
func (*Plugin) RegisterBlockDecoders ¶
func (*Plugin) RegisterBlockDecoders(decoder ipld.BlockDecoder) error
RegisterBlockDecoders registers the decoder for different types of block
func (*Plugin) RegisterInputEncParsers ¶
func (*Plugin) RegisterInputEncParsers(encodingParsers coredag.InputEncParsers) error
RegisterInputEncParsers registers the encode parsers needed to put the blocks into the DAG
Click to show internal directories.
Click to hide internal directories.