package main; type Service struct { Name string `json:"name"`; Healthy bool `json:"healthy"`; }