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