| 6 | ) |
| 7 | |
| 8 | type Client interface { |
| 9 | ModuleCreation() |
| 10 | ModuleReconciliation() |
| 11 | MCPModuleReconciliation() |
| 12 | InstanceStart() |
| 13 | ReleaseUpdate() |
| 14 | ReleaseMigration() |
| 15 | TemplateCreation() |
| 16 | TemplateEdit() |
| 17 | AddonInstall(addon string) |
| 18 | } |
| 19 | |
| 20 | type logger interface { |
| 21 | Info(string, ...any) |
no outgoing calls
no test coverage detected
searching dependent graphs…