| 18 | } |
| 19 | |
| 20 | type Control struct { |
| 21 | mgr *mgr.Manager |
| 22 | instance instance |
| 23 | states *mgr.StateMgr |
| 24 | |
| 25 | locker sync.Mutex |
| 26 | resumeWorker *mgr.WorkerMgr |
| 27 | pauseNotification *notifications.Notification |
| 28 | pauseInfo PauseInfo |
| 29 | } |
| 30 | |
| 31 | type instance interface { |
| 32 | Config() *config.Config |
nothing calls this directly
no outgoing calls
no test coverage detected