feat: app
This commit is contained in:
6
service-model.go
Normal file
6
service-model.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package main;
|
||||
|
||||
type Service struct {
|
||||
Name string `json:"name"`;
|
||||
Healthy bool `json:"healthy"`;
|
||||
}
|
||||
Reference in New Issue
Block a user