Skip to content

Commit

Permalink
add checkly alert source type
Browse files Browse the repository at this point in the history
  • Loading branch information
yacut committed Jun 15, 2023
1 parent cadebbd commit 9780383
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions alert_source.go
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ var AlertSourceIntegrationTypes = struct {
OhDear string
MongodbAtlas string
Gitlab string
Checkly string
}{
AmazonCloudWatch: "CLOUDWATCH",
API: "API",
Expand Down Expand Up @@ -297,6 +298,7 @@ var AlertSourceIntegrationTypes = struct {
OhDear: "OHDEAR",
MongodbAtlas: "MONGODBATLAS",
Gitlab: "GITLAB",
Checkly: "CHECKLY",
}

// AlertSourceIntegrationTypesAll defines all alert source integration types
Expand Down Expand Up @@ -372,6 +374,7 @@ var AlertSourceIntegrationTypesAll = []string{
AlertSourceIntegrationTypes.OhDear,
AlertSourceIntegrationTypes.MongodbAtlas,
AlertSourceIntegrationTypes.Gitlab,
AlertSourceIntegrationTypes.Checkly,
}

// CreateAlertSourceInput represents the input of a CreateAlertSource operation.
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package ilert

// Version package version
const Version = "v3.0.2"
const Version = "v3.0.3"

0 comments on commit 9780383

Please sign in to comment.