json 소문자로 변경

This commit is contained in:
2023-06-14 15:33:44 +09:00
parent 1c1f9f748a
commit f58db1ec09

View File

@ -90,8 +90,8 @@ func (sp *hostPool) unregist(key string) {
}
type hostSnapshot struct {
Procs []ProcessSnapshot
Deploys map[string][]*protos.VersionAndArgs
Procs []ProcessSnapshot `json:"procs"`
Deploys map[string][]*protos.VersionAndArgs `json:"deploys"`
}
func (sp *hostPool) allHosts() map[string]hostSnapshot {