From a4b3b9ffbb9bf4cac1863ac8c3b5dbf7748f9fdd Mon Sep 17 00:00:00 2001 From: Kunal Kushwaha Date: Mon, 15 Oct 2018 10:40:30 +0900 Subject: Tree implementation for podman images Signed-off-by: Kunal Kushwaha --- cmd/podman/cliconfig/config.go | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cmd/podman/cliconfig') diff --git a/cmd/podman/cliconfig/config.go b/cmd/podman/cliconfig/config.go index ec08eedb5..cb9d9a338 100644 --- a/cmd/podman/cliconfig/config.go +++ b/cmd/podman/cliconfig/config.go @@ -66,6 +66,11 @@ type TagValues struct { PodmanCommand } +type TreeValues struct { + PodmanCommand + WhatRequires bool +} + type WaitValues struct { PodmanCommand Interval uint -- cgit v1.2.3-54-g00ecf