Documentation
¶
Index ¶
Constants ¶
View Source
const ( OuterName = "outerExtProc" InnerName = "innerExtProc" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InnerPlugin ¶
type InnerPlugin struct {
// contains filtered or unexported fields
}
func (*InnerPlugin) Config ¶
func (p *InnerPlugin) Config() api.PluginConfig
func (*InnerPlugin) Order ¶
func (p *InnerPlugin) Order() plugins.PluginOrder
type OuterPlugin ¶
type OuterPlugin struct {
// contains filtered or unexported fields
}
func (*OuterPlugin) Config ¶
func (p *OuterPlugin) Config() api.PluginConfig
func (*OuterPlugin) Order ¶
func (p *OuterPlugin) Order() plugins.PluginOrder
Click to show internal directories.
Click to hide internal directories.