Prechádzať zdrojové kódy

container runner logic

reid 2 rokov pred
rodič
commit
5025e59308
1 zmenil súbory, kde vykonal 1 pridanie a 0 odobranie
  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