Documentation
¶
Index ¶
- type NodeWsSend
- func (n *NodeWsSend) GetID() idwrap.IDWrap
- func (n *NodeWsSend) GetName() string
- func (n *NodeWsSend) GetOutputVariables() []string
- func (n *NodeWsSend) GetRequiredVariables() []string
- func (n *NodeWsSend) RunAsync(ctx context.Context, req *node.FlowNodeRequest, ...)
- func (n *NodeWsSend) RunSync(ctx context.Context, req *node.FlowNodeRequest) node.FlowNodeResult
- func (n *NodeWsSend) SetID(id idwrap.IDWrap)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NodeWsSend ¶
type NodeWsSend struct {
FlowNodeID idwrap.IDWrap
Name string
WsConnectionNodeName string
Message string
}
NodeWsSend sends a message to a WebSocket connection established by a WsConnection node.
func (*NodeWsSend) GetID ¶
func (n *NodeWsSend) GetID() idwrap.IDWrap
func (*NodeWsSend) GetName ¶
func (n *NodeWsSend) GetName() string
func (*NodeWsSend) GetOutputVariables ¶
func (n *NodeWsSend) GetOutputVariables() []string
GetOutputVariables implements node.VariableIntrospector.
func (*NodeWsSend) GetRequiredVariables ¶
func (n *NodeWsSend) GetRequiredVariables() []string
GetRequiredVariables implements node.VariableIntrospector.
func (*NodeWsSend) RunAsync ¶
func (n *NodeWsSend) RunAsync(ctx context.Context, req *node.FlowNodeRequest, resultChan chan node.FlowNodeResult)
func (*NodeWsSend) RunSync ¶
func (n *NodeWsSend) RunSync(ctx context.Context, req *node.FlowNodeRequest) node.FlowNodeResult
func (*NodeWsSend) SetID ¶
func (n *NodeWsSend) SetID(id idwrap.IDWrap)
Click to show internal directories.
Click to hide internal directories.