Procházet zdrojové kódy

container runner logic

reid před 2 roky
rodič
revize
5025e59308
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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