Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cell ¶
type Cell struct {
Id string `json:"id,omitempty"`
Name string `json:"name,omitempty"`
DeploymentType string `json:"deploymentType,omitempty"`
InPorts []string `json:"inPorts,omitempty"`
OutPorts []string `json:"outPorts,omitempty"`
Type string `json:"type,omitempty"`
Source Port `json:"source,omitempty"`
Target Port `json:"target,omitempty"`
Image string `json:"image,omitempty"`
Config []ConfigValue `json:"config,omitempty"`
OperatorId string `json:"operatorId,omitempty"`
Cost uint `json:"cost"`
}
type ConfigValue ¶
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.