Versions in this module Expand all Collapse all v0 v0.1.0 Jan 18, 2026 Changes in this version + type Execution struct + func NewExecution(bb []byte, err error) Execution + func (e Execution) Code() code.Code + func (e Execution) Err() error + func (e Execution) Failed() bool + func (e Execution) Output() output.Output + func (e Execution) String() string