fixup! feat(agent): add service monitor interface and docker implementation
This commit is contained in:
@@ -0,0 +1,6 @@
|
|||||||
|
package models
|
||||||
|
|
||||||
|
type Service struct {
|
||||||
|
Name string
|
||||||
|
Status string
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user