package
0.14.1
Repository: https://github.com/eclipse/codewind-installer.git
Documentation: pkg.go.dev

# Functions

AddConnectionToList : validates then adds a new connection to the connection config.
GetAllConnections : Retrieve all saved connections.
GetConnectionByID : retrieve a single connection with matching ID.
GetConnectionConfigDir : get path to the connections config directory.
GetConnectionConfigFilename : get full file path of connections file.
GetConnectionsConfig : Retrieves and returns the entire Connection configuration contents.
InitConfigFileIfRequired : Check the config file exist, if it does not then create a new default configuration.
RemoveConnectionFromList : Removes the stored entry.
ResetConnectionsFile : Creates a new / overwrites connection config file with a default single local Codewind connection.
UpdateExistingConnection : Update an existing connection.

# Structs

ConError : Connection package errors.
Connection entry.
ConnectionConfig state and possible connections.
ConnectionConfigV0 : ConnectionsConfig Schema Version 0.
ConnectionConfigV1 : Connections Schema Version 1.
ConnectionV0 : Connections Schema Version 0.
ConnectionV1 : Connections Schema Version 1.
Result : status message.