| 26 | ) |
| 27 | |
| 28 | type ProfileModule struct { |
| 29 | mgr *mgr.Manager |
| 30 | instance instance |
| 31 | |
| 32 | EventConfigChange *mgr.EventMgr[string] |
| 33 | EventDelete *mgr.EventMgr[string] |
| 34 | EventMigrated *mgr.EventMgr[[]string] |
| 35 | |
| 36 | states *mgr.StateMgr |
| 37 | } |
| 38 | |
| 39 | func (pm *ProfileModule) Manager() *mgr.Manager { |
| 40 | return pm.mgr |
nothing calls this directly
no outgoing calls
no test coverage detected