nodeprocessor

package
v0.3.9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 21, 2025 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewApplyNode

func NewApplyNode(node *domain.WorkflowNode) *applyNode

func NewConditionNode

func NewConditionNode(node *domain.WorkflowNode) *conditionNode

func NewDeployNode

func NewDeployNode(node *domain.WorkflowNode) *deployNode

func NewExecuteFailureNode

func NewExecuteFailureNode(node *domain.WorkflowNode) *executeFailureNode

func NewExecuteSuccessNode

func NewExecuteSuccessNode(node *domain.WorkflowNode) *executeSuccessNode

func NewNotifyNode

func NewNotifyNode(node *domain.WorkflowNode) *notifyNode

func NewStartNode

func NewStartNode(node *domain.WorkflowNode) *startNode

func NewUploadNode

func NewUploadNode(node *domain.WorkflowNode) *uploadNode

Types

type NodeProcessor

type NodeProcessor interface {
	GetLogger() *slog.Logger
	SetLogger(*slog.Logger)

	Process(ctx context.Context) error
}

func GetProcessor

func GetProcessor(node *domain.WorkflowNode) (NodeProcessor, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL