Documentation
¶
Index ¶
- type Node
- func (n *Node) CreateSkippedOutput(reason string, input dag_impl.Input) *Output
- func (n *Node) Execute(ctx context.Context, input dag_impl.Input) (*Output, error)
- func (n *Node) GetDependencies() []any
- func (n *Node) Kind() string
- func (n *Node) Read(ctx context.Context, input dag_impl.Input) (*Output, error)
- type Output
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Node ¶
type Node struct {
Description string `json:"description,omitempty"`
// contains filtered or unexported fields
}
func (*Node) CreateSkippedOutput ¶
func (*Node) GetDependencies ¶
type Output ¶
type Output struct {
dag_impl.BaseOutput
GitMeta *models.GitMetadata `json:"metadata,omitempty"`
}
func (*Output) GitMetadata ¶
func (o *Output) GitMetadata() *models.GitMetadata
func (*Output) PersistKey ¶
Click to show internal directories.
Click to hide internal directories.