Documentation
¶
Index ¶
- type NodeStart
- func (nr *NodeStart) GetID() idwrap.IDWrap
- func (nr *NodeStart) GetName() string
- func (nr *NodeStart) IsEntryNode() bool
- func (nr *NodeStart) RunAsync(ctx context.Context, req *node.FlowNodeRequest, ...)
- func (nr *NodeStart) RunSync(ctx context.Context, req *node.FlowNodeRequest) node.FlowNodeResult
- func (nr *NodeStart) SetID(id idwrap.IDWrap)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NodeStart ¶
func (*NodeStart) IsEntryNode ¶
func (*NodeStart) RunAsync ¶
func (nr *NodeStart) RunAsync(ctx context.Context, req *node.FlowNodeRequest, resultChan chan node.FlowNodeResult)
func (*NodeStart) RunSync ¶
func (nr *NodeStart) RunSync(ctx context.Context, req *node.FlowNodeRequest) node.FlowNodeResult
Click to show internal directories.
Click to hide internal directories.