Documentation
¶
Index ¶
Constants ¶
View Source
const (
DeleteType = 3
)
Variables ¶
This section is empty.
Functions ¶
func DeleteService ¶
func DeleteService(dataId int64)
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.