Documentation ¶
Index ¶
- func Extract(ctx context.Context, stack auto.Stack, sr auto.UpResult, fsist *fs.Instance) error
- func LoadStack(ctx context.Context, dir, id string) (auto.Stack, error)
- func NewStack(ctx context.Context, id string, fschall *fs.Challenge, sourceId string) (auto.Stack, error)
- func Update(ctx context.Context, oldDir string, us string, fschall *fs.Challenge, ...) error
- type ErrOutputRequired
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ErrOutputRequired ¶
type ErrOutputRequired struct {
Key string
}
ErrOutputRequired is an error returned when the stack state did not export a required key.
func (ErrOutputRequired) Error ¶
func (err ErrOutputRequired) Error() string
Click to show internal directories.
Click to hide internal directories.