Documentation ¶
Index ¶
Constants ¶
View Source
const ( ErrRegistryExists = "registry with this name already exists" ErrRegistryNotExists = "registry with this name does not exists" ErrRegistryAuthFailed = "Authentication failed for given credentials" ErrRegistryIDMissing = "registry id is missing" )
Registry errors
View Source
const ( ErrIntegrationExists = "integration with this configuration already exists" ErrInvalidCredential = "invalid credentials" )
Integration errors
View Source
const ( SuccessRegistryUpdated = "registry updated successfully" SuccessRegistryCreated = "registry added successfully" SuccessCloudControlsEnabled = "controls enabled successfully" SuccessCloudControlsDisabled = "controls disabled successfully" SuccessIntegrationDeleted = "integration deleted successfully" SuccessIntegrationUpdated = "integration updated successfully" SuccessIntegrationCreated = "integration added successfully" SuccessEmailConfigCreated = "email configuration added successfully" SuccessEmailConfigTest = "test email sent successfully" ErrIntegrationDoesNotExist = "integration does not exist" ErrIntegrationTypeCannotBeUpdated = "integration type cannot be updated" ErrIntegrationTypeEmpty = "integration type cannot be empty" ErrNotificationTypeEmpty = "notification type cannot be empty" ErrSendSummaryNotSupported = "notification type does not support sending summary links" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.