aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/manager/diff/manager.go
Commit message (Collapse)AuthorAgeFilesLines
* pkg/manager/diff: add testsAleksandr Nogikh2026-01-261-24/+47
| | | | | Refactor the package to support testing and add a number of basic tests.
* pkg/manager: store status in the diff storageAleksandr Nogikh2026-01-261-0/+7
|
* pkg/manager: split off diff fuzzer functionalityAleksandr Nogikh2026-01-231-0/+416
Move the code to a separate pkg/manager/diff package. Split the code into several files.