Documentation ¶
Overview ¶
simple example for eos-go plugins
Index ¶
Constants ¶
View Source
const TemplatePlug = PluginTypeName("TemplatePlugin")
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TemplatePlugin ¶
type TemplatePlugin struct { AbstractPlugin // contains filtered or unexported fields }
func NewTemplatePlugin ¶
func NewTemplatePlugin() *TemplatePlugin
func (*TemplatePlugin) PluginInitialize ¶
func (c *TemplatePlugin) PluginInitialize(options *cli.Context)
func (*TemplatePlugin) PluginShutdown ¶
func (c *TemplatePlugin) PluginShutdown()
func (*TemplatePlugin) PluginStartup ¶
func (c *TemplatePlugin) PluginStartup()
func (*TemplatePlugin) SetProgramOptions ¶
func (c *TemplatePlugin) SetProgramOptions(options *[]cli.Flag)
type TemplatePluginImpl ¶
type TemplatePluginImpl struct { }
Click to show internal directories.
Click to hide internal directories.