Versions in this module Expand all Collapse all v1 v1.0.1 Jul 1, 2026 Changes in this version + type MockEngine struct + func NewMockEngine(ctrl *gomock.Controller) *MockEngine + func (m *MockEngine) Create(arg0 context.Context, arg1 *engine.Spec, arg2 *engine.Step) error + func (m *MockEngine) Destroy(arg0 context.Context, arg1 *engine.Spec) error + func (m *MockEngine) EXPECT() *MockEngineMockRecorder + func (m *MockEngine) Setup(arg0 context.Context, arg1 *engine.Spec) error + func (m *MockEngine) Start(arg0 context.Context, arg1 *engine.Spec, arg2 *engine.Step) error + func (m *MockEngine) Tail(arg0 context.Context, arg1 *engine.Spec, arg2 *engine.Step) (io.ReadCloser, error) + func (m *MockEngine) Wait(arg0 context.Context, arg1 *engine.Spec, arg2 *engine.Step) (*engine.State, error) + type MockEngineMockRecorder struct + func (mr *MockEngineMockRecorder) Create(arg0, arg1, arg2 interface{}) *gomock.Call + func (mr *MockEngineMockRecorder) Destroy(arg0, arg1 interface{}) *gomock.Call + func (mr *MockEngineMockRecorder) Setup(arg0, arg1 interface{}) *gomock.Call + func (mr *MockEngineMockRecorder) Start(arg0, arg1, arg2 interface{}) *gomock.Call + func (mr *MockEngineMockRecorder) Tail(arg0, arg1, arg2 interface{}) *gomock.Call + func (mr *MockEngineMockRecorder) Wait(arg0, arg1, arg2 interface{}) *gomock.Call v1.0.0 Jul 1, 2026