upload config, manage volumes, and gen architecture improvements
This commit is contained in:
@@ -6,3 +6,12 @@ type App struct {
|
||||
DeploymentID int64 `json:"deployment_id,omitempty"`
|
||||
DeploymentStatus string `json:"deployment_status,omitempty"`
|
||||
}
|
||||
|
||||
type Compression struct {
|
||||
Enabled bool `json:"enabled"`
|
||||
Level int `json:"level,omitempty"`
|
||||
}
|
||||
|
||||
type Info struct {
|
||||
Compression Compression `json:"compression"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user