Add Go agent package commands

This commit is contained in:
benya
2026-06-05 02:41:22 +03:00
parent 12efed526c
commit e2cf1c715e
3 changed files with 63 additions and 1 deletions

View File

@@ -87,6 +87,10 @@
- [x] `route_show`;
- [x] `interfaces_show`;
- [x] `pkg_list_installed` / `opkg_list_installed`;
- [x] `pkg_update` / `opkg_update`;
- [x] `pkg_list_upgradable` / `opkg_list_upgradable`;
- [x] `pkg_install` / `opkg_install`;
- [x] `pkg_remove` / `opkg_remove`;
- [ ] OpenWrt cross-build/package integration.
## Этап 2: MVP Server API