# Functions
CreateBackup ..
CreateBackupHandler ..
DeleteBackup ...
DeleteBackupHandler ..
Restore takes a PgbasebackupRestoreRequest, creates the pgtask's needed to initiate the restore of a cluster using a pg_basebackup backup, and then returns a PgbasebackupRestoreResponse.
RestoreHandler takes a GET request for URL path '/pgbasebackuprestore', calls the required business logic to perform a pg_basebackup restore, and then returns the appropriate response.
ShowBackup ...
ShowBackupHandler ..