refactor: remove SPNGroup from 'control.instance' interface and update pause logic

This commit is contained in:
Alexandr Stelnykovych
2025-11-07 16:51:58 +02:00
parent b9cce33113
commit 2c67b27b4a
3 changed files with 19 additions and 14 deletions

View File

@@ -31,7 +31,6 @@ type Control struct {
type instance interface {
Config() *config.Config
InterceptionGroup() *mgr.GroupModule
SPNGroup() *mgr.ExtendedGroup
IsShuttingDown() bool
}