Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RunDesigner ¶
Starts a http server to serve Cellery designer react app and API
Types ¶
type Components ¶
type Components struct {
Name string `json:"name"`
ID string `json:"id"`
X float64 `json:"x"`
Y float64 `json:"y"`
Shape string `json:"shape"`
Value float64 `json:"value"`
Iterator float64 `json:"iterator"`
Type string `json:"type"`
Image string `json:"image"`
Parent string `json:"parent"`
SourceImage string `json:"sourceImage"`
Dependencies map[string]string `json:"dependencies"`
}
type DesignMeta ¶
type Nodes ¶
type Nodes struct {
Name string `json:"name"`
ID string `json:"id"`
X float64 `json:"x"`
Y float64 `json:"y"`
Shape string `json:"shape"`
Iterator float64 `json:"iterator"`
Value float64 `json:"value"`
Type string `json:"type"`
Image string `json:"image"`
Org string `json:"org"`
Version string `json:"version"`
Components []Components `json:"components"`
Gateway Gateway `json:"gateway"`
}
type TemplateComponent ¶
type TemplateComponent struct {
Name string
SourceImage string
Dependencies []TemplateDependency
}
type TemplateDependency ¶
type TemplateImage ¶
type TemplateImage struct {
Name string
Type string
Components []TemplateComponent
}
Click to show internal directories.
Click to hide internal directories.