aboutsummaryrefslogtreecommitdiff
path: root/plugin_inv.go
Commit message (Collapse)AuthorAgeFilesLines
* Implement inventory plugin APIHimbeer2024-12-071-0/+45
This change adds an API to retrieve a read-only copy of the current inventory and listen for and modify inventory actions. Closes #90.