# Functions
No description provided by the author
No description provided by the author
CheckKeyring simply tries a write followed by a read in the local keyring and returns nothing if it works or an error otherwise.
No description provided by the author
ClearKeyring removes sensitive info from the local keychain, if they are present.
No description provided by the author
ConfigFromKeyring tries to find sensitive info inside local keychain and feed the conf.
ConfigToKeyring stores sensitive information in local keyring if any and removes it from current SDK config.
No description provided by the author
DefaultCecConfig simply creates a new configuration struct.
No description provided by the author
No description provided by the author
No description provided by the author
GetConfigList retrieves configuration stored in the config.json file.
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
No description provided by the author
No description provided by the author
NewLocalBaseNode creates the base node for crawling in case of an upload.
NewLocalNode creates while crawling local tree before transfer.
NewRemoteNode creates the base node for crawling in case of a download.
NewSdkClient creates a new client based on the given config.
No description provided by the author
No description provided by the author
No description provided by the author
RetrieveRemoteServerVersion gets the version info from the distant server.
RetrieveSessionLogin tries to get the registry of the server defined by the passed configuration and parse the result to get current user login.
RetryCallback implements boilerplate code to easily call the same function until it succeeds or a time-out is reached.
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
No description provided by the author
No description provided by the author
# Constants
NoKeyringMsg warns end user when no keyring is found.
No description provided by the author
No description provided by the author
# 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
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
No description provided by the author
# Structs
No description provided by the author
CecConfig extends the default SdkConfig with custom parameters.
CellsConfigStore implements a Cells Client specific ConfigRefresher, that also securely stores credentials: It wraps a keyring if such a tool is correctly configured and can be reached by the client.
No description provided by the author
CrawlNode enables processing the scp command step by step.
No description provided by the author
SdkClient wraps the APi Client and exposes convenient methods to be called by implementing layers.
No description provided by the author
No description provided by the author
No description provided by the author