Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FlowMetaInsight ¶
type FlowRunningInsight ¶
type FlowRunningInsight struct { Name string `json:"name"` ID string `json:"id"` Status string `json:"status"` LastError error `json:"last_error"` Begin time.Time `json:"begin_time"` Duration int64 `json:"duration"` Total int `json:"total"` Running int `json:"running"` Done int `json:"done"` Nodes []NodeRunningInsight `json:"nodes"` }
type InspectStdFunction ¶
type ListStdFunctions ¶
type NodeRunningInsight ¶
type SimpleError ¶
type SimpleSucceed ¶
Click to show internal directories.
Click to hide internal directories.