Documentation
¶
Index ¶
Constants ¶
View Source
const ( // REPO_OWNER is the username of the owner of the plugins Github repo. REPO_OWNER = "konveyor" // REPO_NAME is the name of the plugins Github repo. REPO_NAME = "cli" // REPO_BRANCH is the branch of the plugins Github repo where the metadata for the plugins are stored. REPO_BRANCH = "main" // REPO_PLUGINS_DIR is the directory on the Github repo where the metadata for the plugins are stored. REPO_PLUGINS_DIR = "plugins" )
Variables ¶
This section is empty.
Functions ¶
func ExtractTarGz ¶
ExtractTarGz expands a gzip compressed tar archive.
func GetFileFromGithub ¶
GetFileFromGithub gets the contents of a file from the Github repo.
func GetPluginYamlFromGithub ¶
GetPluginYamlFromGithub gets the plugin yaml from the Github repo.
func GetPluginsListFromGithub ¶
GetPluginsListFromGithub returns the list of plugins from the Github repo.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.