mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-21 15:05:01 +00:00
set deploy statuses in app service (#354)
This commit is contained in:
10
app/domain/domain.go
Normal file
10
app/domain/domain.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package domain
|
||||
|
||||
type Status string
|
||||
|
||||
const (
|
||||
StatusDeploying = "Deploying"
|
||||
StatusUpdating = "Updating"
|
||||
StatusDeleting = "Deleting"
|
||||
StatusDeploymentError = "DeploymentError"
|
||||
)
|
||||
Reference in New Issue
Block a user