fix pipe closed issue, and a lot of other stuff

This commit is contained in:
Zoe
2024-12-14 02:49:05 -06:00
parent 7689999413
commit de22bd20c9
23 changed files with 1032 additions and 795 deletions

View File

@@ -17,5 +17,5 @@ type Info struct {
}
type DeploymentEvent struct {
Message string `json:"message"`
Message interface{} `json:"message"`
}