# Packages
No description provided by the author
# Functions
TODO remove after migration.
CheckRequiredFlags checks for required flags, and show usage if requirements not met.
No description provided by the author
CheckStandardStatus return error if status is not OK.
No description provided by the author
FileExists checks file existence.
FlagConvertParams converts cli parameters in API callable params.
FlagConvertParamsJSON converts cli parameters in API callable params, and encodes JSON parameters.
TODO remove after migration.
GetConcertoConfig returns concerto configuration.
GetDefaultCaCertFilePath returns default concerto configuration path file.
GetDefaultCertFilePath returns default concerto configuration path file.
GetDefaultKeyFilePath returns default concerto configuration path file.
GetDefaultLogFilePath returns default concerto configuration path file.
GetProcessIdFromFile reads the process id previously stored in the file.
InitializeConcertoConfig creates the concerto configuration structure.
ItemConvertParams converts API items into map of interface.
JSONParam parses parameter as json structure.
NewHTTPConcertoService creates new http Concerto client based on config.
NewHTTPConcertoService creates new http Concerto client based on config.
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
RunTracedCmd executes the received command and manages two output pipes (output and error) It shouldn't throw any exception/error or stop the process.
No description provided by the author
SetProcessIdToFile obtains the process id and save it inside a file.
StopProcess reads the process id from given file and stops the process.
StopProcessId stops the process by the given id.
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
Cert stores cert files location.
Config stores configuration file contents.
HTTPConcertoservice web service manager.
MockConcertoService service manager.
# Interfaces
ConcertoService defines actions to be performed by web service manager.