Documentation
¶
Index ¶
- type GitErrorDetails
- 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 GitErrorDetails ¶
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
Commit string `json:"commit,omitempty"`
NormalizedURL string `json:"normalized_url,omitempty"`
IsPrivate bool `json:"is_private,omitempty"`
UnsupportedVCS bool `json:"unsupported_vcs,omitempty"`
GitErrorDetails *GitErrorDetails `json:"git_error_details,omitempty"`
}
func NewOutputWithError ¶
func NewOutputWithError(status executiondag.Status, statusReason string, gitErr *GitErrorDetails, input dag_impl.Input) *Output
func (*Output) PersistKey ¶
Click to show internal directories.
Click to hide internal directories.