Explorar el Código

container runner logic

reid hace 2 años
padre
commit
5025e59308
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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