Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConvertTargetTemplateToTargetExtension ¶
func ConvertTargetTemplateToTargetExtension(tmplData interface{}) (*dataobjects.TargetExtension, error)
Types ¶
type Constructor ¶
type Constructor struct {
*installations.Operation
}
Constructor is a struct that contains all values that are needed to load and merge all exported data.
func NewConstructor ¶
func NewConstructor(op *installations.Operation) *Constructor
NewConstructor creates a new export constructor
func (*Constructor) Construct ¶
func (c *Constructor) Construct(ctx context.Context) ([]*dataobjects.DataObject, []*dataobjects.TargetExtension, error)
Construct loads the exported data from the execution and the subinstallations.
Click to show internal directories.
Click to hide internal directories.