Documentation ¶
Index ¶
Constants ¶
View Source
const ChainApiPlug = PluginTypeName("ChainApiPlugin")
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChainApiPlugin ¶
type ChainApiPlugin struct { AbstractPlugin // contains filtered or unexported fields }
func NewChainApiPlugin ¶
func NewChainApiPlugin() *ChainApiPlugin
func (*ChainApiPlugin) PluginInitialize ¶
func (c *ChainApiPlugin) PluginInitialize(options *cli.Context)
func (*ChainApiPlugin) PluginShutdown ¶
func (c *ChainApiPlugin) PluginShutdown()
func (*ChainApiPlugin) PluginStartup ¶
func (c *ChainApiPlugin) PluginStartup()
func (*ChainApiPlugin) SetProgramOptions ¶
func (c *ChainApiPlugin) SetProgramOptions(options *[]cli.Flag)
type ChainApiPluginImpl ¶
type ChainApiPluginImpl struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.