Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Node ¶
type Node struct {
ObjID string `json:"bk_obj_id,omitempty"`
Data map[string]interface{} `json:"data,omitempty"`
Childs []*Node `json:"childs,omitempty"`
// contains filtered or unexported fields
}
Node topo node define
type ProcessTopo ¶
type Topo ¶
type Topo struct {
Mainline []string `json:"mainline,omitempty"`
BizTopo *Node `json:"biz_topo,omitempty"`
ProcTopos *ProcessTopo `json:"proc_topo,omitempty"`
}
Topo define
Click to show internal directories.
Click to hide internal directories.