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