diff --git a/types/types.go b/types/types.go index 3ed5217..95c1b60 100644 --- a/types/types.go +++ b/types/types.go @@ -256,6 +256,7 @@ type Info struct { Runtimes map[string]Runtime DefaultRuntime string Swarm swarm.Info + LiveRestore bool } // PluginsInfo is a temp struct holding Plugins name