فهرست منبع

container runner logic

reid 2 سال پیش
والد
کامیت
5025e59308
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      structs/structs.go

+ 1 - 0
structs/structs.go

@@ -20,6 +20,7 @@ type Event struct {
 type ContainerState struct {
 	ID            string
 	Name          string
+	Type          string
 	Image         string
 	ActualStatus  string
 	DesiredStatus string