almost there
This commit is contained in:
8
pkg/responses.go
Normal file
8
pkg/responses.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package pkg
|
||||
|
||||
type App struct {
|
||||
ID int64 `json:"id,omitempty"`
|
||||
Name string `json:"name,omitempty"`
|
||||
DeploymentID int64 `json:"deployment_id,omitempty"`
|
||||
DeploymentStatus string `json:"deployment_status,omitempty"`
|
||||
}
|
||||
Reference in New Issue
Block a user