code cleanup, starting and stopping
This commit is contained in:
14
models/docker.go
Normal file
14
models/docker.go
Normal file
@@ -0,0 +1,14 @@
|
||||
package models
|
||||
|
||||
type Containers struct {
|
||||
ID string `json:"id"`
|
||||
ContainerID string `json:"container_id"`
|
||||
DeploymentID int64 `json:"deployment_id"`
|
||||
CreatedAt string `json:"created_at"`
|
||||
}
|
||||
|
||||
type Deployments struct {
|
||||
ID int64 `json:"id"`
|
||||
URLs string `json:"urls"`
|
||||
CreatedAt string `json:"created_at"`
|
||||
}
|
||||
Reference in New Issue
Block a user