Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
Methods []string
Start *Node
Playbook *Playbook
FlowName string
AppName string
}
func (*Controller) GetMethods ¶
func (cc *Controller) GetMethods() []string
type Node ¶
type Node struct {
Data map[string]interface{} `json:"data"`
Outputs map[string]*Output `json:"outputs"`
}
func (*Node) DeepCopyData ¶
DeepCopyData crea una copia profunda solo del campo Data
Click to show internal directories.
Click to hide internal directories.