From 051a2bf4378bf73f5dba14b03afb53fd09e2f3f9 Mon Sep 17 00:00:00 2001 From: Valentin Rothberg Date: Thu, 7 May 2020 19:28:38 +0200 Subject: auto-update Add the `podman auto-update` command. There have been no tests in v1, so there are no in v2 either ... for now :) Signed-off-by: Valentin Rothberg --- pkg/domain/entities/auto-update.go | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 pkg/domain/entities/auto-update.go (limited to 'pkg/domain/entities/auto-update.go') diff --git a/pkg/domain/entities/auto-update.go b/pkg/domain/entities/auto-update.go new file mode 100644 index 000000000..aef8fc46b --- /dev/null +++ b/pkg/domain/entities/auto-update.go @@ -0,0 +1,7 @@ +package entities + +// AutoUpdateReport contains the results from running auto-update. +type AutoUpdateReport struct { + // Units - the restarted systemd units during auto-update. + Units []string +} -- cgit v1.2.3-54-g00ecf