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