aboutsummaryrefslogtreecommitdiff
path: root/internal/exec/scmr/module.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/exec/scmr/module.go')
-rw-r--r--internal/exec/scmr/module.go6
1 files changed, 6 insertions, 0 deletions
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{}