From ab141f2076b141bf885f56cb5730252cc2880041 Mon Sep 17 00:00:00 2001 From: Bryan McNulty Date: Mon, 10 Mar 2025 06:45:04 -0500 Subject: Fix `scmr delete` --- internal/exec/scmr/module.go | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'internal/exec/scmr/module.go') diff --git a/internal/exec/scmr/module.go b/internal/exec/scmr/module.go index 2a2d378..0372668 100644 --- a/internal/exec/scmr/module.go +++ b/internal/exec/scmr/module.go @@ -36,3 +36,9 @@ type MethodChangeConfig struct { NoStart bool ServiceName string } + +type CleanupMethodDeleteConfig struct { + ServiceNames []string +} + +type CleanupMethodRevertConfig struct{} -- cgit v1.2.3