Compat is the compatibility check module.
| 15 | |
| 16 | // Compat is the compatibility check module. |
| 17 | type Compat struct { |
| 18 | mgr *mgr.Manager |
| 19 | instance instance |
| 20 | |
| 21 | selfcheckWorkerMgr *mgr.WorkerMgr |
| 22 | cleanNotifyThresholdWorkerMgr *mgr.WorkerMgr |
| 23 | |
| 24 | states *mgr.StateMgr |
| 25 | } |
| 26 | |
| 27 | // Manager returns the module manager. |
| 28 | func (u *Compat) Manager() *mgr.Manager { |
nothing calls this directly
no outgoing calls
no test coverage detected