Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interface ¶
type Interface interface {
// PluginNodeTransformations is the list of node transformations
// the plugin would like to apply when constructing the manifest.
// Also plugins can provide a no-op transformation to get part of
// the node tree that will be needed when processing a node on a
// later stage
PluginNodeTransformations() []manifest.NodeTransformation
}
Interface should be implemented by plugins
Click to show internal directories.
Click to hide internal directories.