fixup! feat(agent): add service monitor interface and docker implementation

This commit is contained in:
2026-04-05 03:38:53 +03:00
parent b86c36d996
commit 5475912365
+6
View File
@@ -0,0 +1,6 @@
package models
type Service struct {
Name string
Status string
}