# Functions
AdaptPath tunes the received path base on the runtime OS
Example for Windows: "c:\\" will be replaced by "/c", and "\\" by "/".
CreateExchangeFolder creates an ExchangeFolder at the provided location and with the give name.
CreateFolderPath returns a FolderPath matching the given path.
No description provided by the author
No description provided by the author
No description provided by the author
JoinPaths joins the provided paths as a string.
RepositoryFlavor returns the repository flavor, branchn tag ..., based on the presence of '@' into the given url.
SaveFile saves the given bytes into a fresh new file specified by its folderand name.
# Constants
ActionEnvVariableKey is the environment variable key used to pass the ekera action to perform between several Ekara components.
ComponentModuleFolder is the name of any folder containing component modules.
EnvYamlFileName is the name of any file containing environment variables.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ExternalVarsFilename is the name of the file containing the map of all components locations.
ExtraVarYamlFileName is the name of any file containing extra vars.
InstallerLogPrefix is the prefix for the installer logs.
InstallerVolume is the volume location used by the installer.
InventoryModuleFolder is the name of any folder containing inventories.
InventoryYamlFileName is the name of any file containing host inventories.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ParamYamlFileName is the name of any file containing params.
SSHPrivateKeyFileName is the Name of the SSH Private key file.
SSHPuplicKeyFileName is the Name of the SSH Public key file.
StarterEnvLoginVariableKey is the environment variable key used to passthe environment descriptor user.
StarterEnvNameVariableKey is the environment variable key used to pass the environment descriptor name between several Ekara components.
StarterEnvPasswordVariableKey is the environment variable key usedto pass the environment descriptor password.
StarterEnvVariableKey is the environment variable key used to pass the environment descriptor location between several Ekara components.
# Structs
ExchangeFolder represents a folder structure used to pass and get content to container.
FolderPath holds the location of a folder and its eventual children.
No description provided by the author
# Interfaces
No description provided by the author