Documentation ¶ Index ¶ type Node func NewNode() *Node func (n *Node) AllowAutoSkip() bool func (n *Node) Execute(ctx context.Context, input dag_impl.Input) (*checks.Output, error) func (n *Node) GetDependencies() []any Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Node ¶ type Node struct { checks.BaseCheckNode } func NewNode ¶ func NewNode() *Node func (*Node) AllowAutoSkip ¶ func (n *Node) AllowAutoSkip() bool func (*Node) Execute ¶ func (n *Node) Execute(ctx context.Context, input dag_impl.Input) (*checks.Output, error) func (*Node) GetDependencies ¶ func (n *Node) GetDependencies() []any Source Files ¶ View all Source files node.go Click to show internal directories. Click to hide internal directories.