Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type MachineJson ¶
type MachineListJson ¶
type MachineListJson struct {
Stage []StageJson `json:"stage"`
}
服务表中机器列表的json
type StageJson ¶
type StageJson struct {
Machine []MachineJson `json:"machine"`
}
Click to show internal directories.
Click to hide internal directories.