json 소문자로 변경
This commit is contained in:
@ -90,8 +90,8 @@ func (sp *hostPool) unregist(key string) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type hostSnapshot struct {
|
type hostSnapshot struct {
|
||||||
Procs []ProcessSnapshot
|
Procs []ProcessSnapshot `json:"procs"`
|
||||||
Deploys map[string][]*protos.VersionAndArgs
|
Deploys map[string][]*protos.VersionAndArgs `json:"deploys"`
|
||||||
}
|
}
|
||||||
|
|
||||||
func (sp *hostPool) allHosts() map[string]hostSnapshot {
|
func (sp *hostPool) allHosts() map[string]hostSnapshot {
|
||||||
|
|||||||
Reference in New Issue
Block a user