fix proxy race conditions

This commit is contained in:
Zoe
2024-12-04 23:08:17 -06:00
parent 7a71275551
commit f1ad13a216
5 changed files with 93 additions and 97 deletions

View File

@@ -2,6 +2,7 @@ package models
type Containers struct {
ID string `json:"id"`
Head bool `json:"head"` // if the container is the head of the deployment
ContainerID string `json:"container_id"`
DeploymentID int64 `json:"deployment_id"`
CreatedAt string `json:"created_at"`