Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SwhidPlugin ¶
type SwhidPlugin struct{}
func (*SwhidPlugin) Init ¶
func (*SwhidPlugin) Init(env *plugin.Environment) error
Init initializes plugin, satisfying the plugin.Plugin interface. Put any initialization logic here.
func (*SwhidPlugin) Name ¶
func (*SwhidPlugin) Name() string
Name returns the plugin's name, satisfying the plugin.Plugin interface.
func (*SwhidPlugin) Register ¶
func (*SwhidPlugin) Register(reg multicodec.Registry) error
func (*SwhidPlugin) Version ¶
func (*SwhidPlugin) Version() string
Version returns the plugin's version, satisfying the plugin.Plugin interface.
Click to show internal directories.
Click to hide internal directories.