Versions in this module Expand all Collapse all v0 v0.0.1 May 17, 2023 Changes in this version + func CloneRepo(repoURL, branch, workdir string) (string, error) + func CopyDir(src, dst string) error + func InstallExtension(extensionName, manifest string, inputs map[string]interface{}, action string) + type Input struct + Default string + Description string + Name string + Required bool + Type string + type Manifest struct + Author string + Description string + Inputs []Input + Name string + Type string + Version string + type MultiError struct + Errors []error + func (m *MultiError) Error() string + type ResourceStatus struct + Kind string + Message string + Path string + Resource string + Success bool