small fixes and deploy event streaming

This commit is contained in:
Zoe
2024-12-10 02:56:44 -06:00
parent 6c035fc391
commit e46bb05b39
10 changed files with 671 additions and 205 deletions

View File

@@ -15,3 +15,9 @@ type Compression struct {
type Info struct {
Compression Compression `json:"compression"`
}
type DeploymentEvent struct {
Stage string `json:"stage"`
Message string `json:"message"`
Error string `json:"error,omitempty"`
}