Versions in this module Expand all Collapse all v0 v0.7.0 Feb 8, 2026 Changes in this version + type MockCommandable struct + func NewMockCommandable(t interface{ ... }) *MockCommandable + func (_m *MockCommandable) EXPECT() *MockCommandable_Expecter + func (_mock *MockCommandable) GetName() string + func (_mock *MockCommandable) SetInstructions(s string) + func (_mock *MockCommandable) SetName(s string) + type MockCommandable_Expecter struct + func (_e *MockCommandable_Expecter) GetName() *MockCommandable_GetName_Call + func (_e *MockCommandable_Expecter) SetInstructions(s interface{}) *MockCommandable_SetInstructions_Call + func (_e *MockCommandable_Expecter) SetName(s interface{}) *MockCommandable_SetName_Call + type MockCommandable_GetName_Call struct + func (_c *MockCommandable_GetName_Call) Return(s string) *MockCommandable_GetName_Call + func (_c *MockCommandable_GetName_Call) Run(run func()) *MockCommandable_GetName_Call + func (_c *MockCommandable_GetName_Call) RunAndReturn(run func() string) *MockCommandable_GetName_Call + type MockCommandable_SetInstructions_Call struct + func (_c *MockCommandable_SetInstructions_Call) Return() *MockCommandable_SetInstructions_Call + func (_c *MockCommandable_SetInstructions_Call) Run(run func(s string)) *MockCommandable_SetInstructions_Call + func (_c *MockCommandable_SetInstructions_Call) RunAndReturn(run func(s string)) *MockCommandable_SetInstructions_Call + type MockCommandable_SetName_Call struct + func (_c *MockCommandable_SetName_Call) Return() *MockCommandable_SetName_Call + func (_c *MockCommandable_SetName_Call) Run(run func(s string)) *MockCommandable_SetName_Call + func (_c *MockCommandable_SetName_Call) RunAndReturn(run func(s string)) *MockCommandable_SetName_Call