Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cell ¶
type Cell flowModels.Cell
type Flow ¶
type Flow struct {
flowModels.Flow
Model Model `json:"model,omitempty"`
}
type FlowApiService ¶ added in v0.0.15
type Model ¶
type Model struct {
Cells []Cell `json:"cells,omitempty"`
}
func (*Model) GetConnectorById ¶
func (*Model) GetEmptyNodeInputs ¶
func (*Model) GetEmptyNodeInputsAndConfigValues ¶
func (*Model) GetNodeById ¶
func (*Model) GetNodeIdByConnectorId ¶
Click to show internal directories.
Click to hide internal directories.