Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Err ¶
func Err[T any](results []StepResult[T]) error
Types ¶
type StepResult ¶
type StepResult[T any] struct { // contains filtered or unexported fields }
func (*StepResult[T]) Digest ¶
func (r *StepResult[T]) Digest() string
func (*StepResult[T]) Err ¶
func (r *StepResult[T]) Err() error
func (*StepResult[T]) ID ¶
func (r *StepResult[T]) ID() string
func (*StepResult[T]) Result ¶
func (r *StepResult[T]) Result() T
Click to show internal directories.
Click to hide internal directories.