[message pusher] - add Dockerfile

This commit is contained in:
zeaslity
2024-04-23 15:39:53 +08:00
parent 9d09c793ad
commit 7b9e471c00
3 changed files with 17 additions and 2 deletions

View File

@@ -0,0 +1,11 @@
package cmii
// CmiiUpdateMessage message_pusher/cmii/CmiiMessage.go
type CmiiUpdateMessage struct {
Namespace string
AppName string
FromTag string
ToTag string
Replicas string
DeployStatus bool
}