Versions in this module Expand all Collapse all v2 v2.8.2 Dec 15, 2025 v2.8.1 Jan 31, 2025 v2.8.0 Jan 26, 2025 Changes in this version + type BootProcess struct + CurrentState *types.State + Log Log + func NewBootProcess(state *types.State) *BootProcess + func (process *BootProcess) Finish(ctx context.Context) + func (process *BootProcess) NextStep(ctx context.Context) bool + func (process *BootProcess) String() string + type ErroredSteps []*StepResult + func (s ErroredSteps) As(target any) bool + func (s ErroredSteps) Error() string + func (s ErroredSteps) Is(target error) bool + type Log []StepResult + func (log Log) Error() error + func (log Log) GetDataMeasuredWith(trustChain types.TrustChain) types.MeasuredDataSlice + func (log Log) IssuesCount() uint + func (log Log) String() string + type StepIssue struct + Coords StepIssueCoords + Issue error + func (err StepIssue) Error() string + func (err StepIssue) String() string + func (err StepIssue) Unwrap() error + type StepIssueCoords any + type StepIssueCoordsAction struct + ActionIndex uint + func (i StepIssueCoordsAction) String() string + type StepIssueCoordsActions struct + func (i StepIssueCoordsActions) String() string + type StepIssueCoordsActor struct + func (StepIssueCoordsActor) String() string + type StepIssues []StepIssue + type StepResult struct + Actions types.Actions + Actor types.Actor + ActorCode *types.Data + Issues StepIssues + MeasuredData types.MeasuredDataSlice + Step types.Step