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