Skip to content

Commit

Permalink
feat(domain): add new task types (#415)
Browse files Browse the repository at this point in the history
  • Loading branch information
scaleway-bot committed May 11, 2020
1 parent 6493a82 commit 5e35a6b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions api/domain/v2alpha2/domain_sdk.go
Original file line number Diff line number Diff line change
Expand Up @@ -772,6 +772,10 @@ const (
TaskTypeRenewSslCertificate = TaskType("renew_ssl_certificate")
// TaskTypeSendMessage is [insert doc].
TaskTypeSendMessage = TaskType("send_message")
// TaskTypeDeleteDomainExpired is [insert doc].
TaskTypeDeleteDomainExpired = TaskType("delete_domain_expired")
// TaskTypeDeleteExternalDomain is [insert doc].
TaskTypeDeleteExternalDomain = TaskType("delete_external_domain")
)

func (enum TaskType) String() string {
Expand Down

0 comments on commit 5e35a6b

Please sign in to comment.