Documentation
¶
Index ¶
- type Plan
- func (p *Plan) AddDependency(fromOpID, toOpID string) error
- func (p *Plan) AddInStagedOperation(op opertn.Operation, stageInID string)
- func (p *Plan) AddOperation(op opertn.Operation)
- func (p *Plan) AddOutStagedOperation(op opertn.Operation, stageOutID string)
- func (p *Plan) AddStagedOperation(op opertn.Operation, stageInID, stageOutID string)
- func (p *Plan) CanceledOperations() (canceledOps []opertn.Operation, found bool, err error)
- func (p *Plan) CompletedOperations() (completedOps []opertn.Operation, found bool, err error)
- func (p *Plan) DOT() ([]byte, error)
- func (p *Plan) FailedOperations() (failedOps []opertn.Operation, found bool, err error)
- func (p *Plan) Operation(idFormat string, a ...any) (op opertn.Operation, found bool)
- func (p *Plan) Operations() (operations []opertn.Operation, found bool, err error)
- func (p *Plan) OperationsMatch(regex *regexp.Regexp) (ops []opertn.Operation, found bool, err error)
- func (p *Plan) Optimize() error
- func (p *Plan) PredecessorMap() (map[string]map[string]graph.Edge[string], error)
- func (p *Plan) SaveDOT(path string) error
- func (p *Plan) Useless() (bool, error)
- func (p *Plan) WorthyCanceledOperations() (worthyCanceledOps []opertn.Operation, found bool, err error)
- func (p *Plan) WorthyCompletedOperations() (worthyCompletedOps []opertn.Operation, found bool, err error)
- func (p *Plan) WorthyFailedOperations() (worthyFailedOps []opertn.Operation, found bool, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Plan ¶
type Plan struct {
// contains filtered or unexported fields
}
func (*Plan) AddDependency ¶
func (*Plan) AddInStagedOperation ¶
func (*Plan) AddOperation ¶
func (*Plan) AddOutStagedOperation ¶
func (*Plan) AddStagedOperation ¶
func (*Plan) CanceledOperations ¶
func (*Plan) CompletedOperations ¶
func (*Plan) FailedOperations ¶
func (*Plan) Operations ¶
func (*Plan) OperationsMatch ¶
func (*Plan) PredecessorMap ¶
func (*Plan) WorthyCanceledOperations ¶
func (*Plan) WorthyCompletedOperations ¶
Click to show internal directories.
Click to hide internal directories.