Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type JobTreeNode ¶ added in v0.9.0
type JobTreeNode struct {
ID string `json:"id"`
Name string `json:"name"`
ProjectID string `json:"projectId"`
Dependents []JobTreeNode `json:"dependents,omitempty"`
Dependencies []JobTreeNode `json:"dependencies,omitempty"`
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.