package
Version:
v0.1.1521
Opens a new window with list of versions in this module.
Published: Apr 10, 2025
License: Apache-2.0, MIT
Opens a new window with license information.
Imports: 16
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
-
func ConvertProjectNameToId(url string, space string, apiKey string, accessToken string, name string, ...) (string, error)
-
func ConvertProjectToTerraform(args args.Arguments, version string) (*data.ResourceDetailsCollection, error)
-
func ConvertRunbookNameToId(url string, space string, apiKey string, accessToken string, projectId string, ...) (string, error)
-
func ConvertRunbookToTerraform(args args.Arguments, version string) (*data.ResourceDetailsCollection, error)
-
func ConvertSpaceToTerraform(args args.Arguments, version string) (*data.ResourceDetailsCollection, error)
-
func Entry(parseArgs args.Arguments, version string) (map[string]string, error)
-
func ProcessResources(resources []data.ResourceDetails) (map[string]string, error)
func ConvertProjectNameToId(
url string,
space string,
apiKey string,
accessToken string,
name string,
version string,
useRedirector bool,
redirectorHost string,
redirectorServiceApiKey string,
redirecrtorApiKey string,
redirectorRedirections string,
) (string, error)
func ConvertRunbookNameToId(url string,
space string,
apiKey string,
accessToken string,
projectId string,
runbookName string,
version string,
useRedirector bool,
redirectorHost string,
redirectorServiceApiKey string,
redirecrtorApiKey string,
redirectorRedirections string,
) (string, error)
Entry takes the arguments, exports the Octopus resources to HCL in strings and returns the strings mapped to file names.
ProcessResources creates a map of file names to file content
Source Files
¶
Click to show internal directories.
Click to hide internal directories.