Versions in this module Expand all Collapse all v1 v1.4.0 Aug 27, 2024 v1.3.0 Jun 16, 2024 Changes in this version + type MockCmdInterface struct + func NewMockCmdInterface(ctrl *gomock.Controller) *MockCmdInterface + func (m *MockCmdInterface) Chroot(arg0 string) (func() error, error) + func (m *MockCmdInterface) EXPECT() *MockCmdInterfaceMockRecorder + func (m *MockCmdInterface) RunCommand(arg0 string, arg1 ...string) (string, string, error) + type MockCmdInterfaceMockRecorder struct + func (mr *MockCmdInterfaceMockRecorder) Chroot(arg0 interface{}) *gomock.Call + func (mr *MockCmdInterfaceMockRecorder) RunCommand(arg0 interface{}, arg1 ...interface{}) *gomock.Call + type MockCommandInterface struct + func NewMockCommandInterface(ctrl *gomock.Controller) *MockCommandInterface + func (m *MockCommandInterface) EXPECT() *MockCommandInterfaceMockRecorder + func (m *MockCommandInterface) Run(arg0 string, arg1 ...string) (bytes.Buffer, bytes.Buffer, error) + type MockCommandInterfaceMockRecorder struct + func (mr *MockCommandInterfaceMockRecorder) Run(arg0 interface{}, arg1 ...interface{}) *gomock.Call + type MockStoreManagerInterface struct + func NewMockStoreManagerInterface(ctrl *gomock.Controller) *MockStoreManagerInterface + func (m *MockStoreManagerInterface) ClearPCIAddressFolder() error + func (m *MockStoreManagerInterface) EXPECT() *MockStoreManagerInterfaceMockRecorder + func (m *MockStoreManagerInterface) LoadPfsStatus(pciAddress string) (*v1.Interface, bool, error) + func (m *MockStoreManagerInterface) SaveLastPfAppliedStatus(PfInfo *v1.Interface) error + type MockStoreManagerInterfaceMockRecorder struct + func (mr *MockStoreManagerInterfaceMockRecorder) ClearPCIAddressFolder() *gomock.Call + func (mr *MockStoreManagerInterfaceMockRecorder) LoadPfsStatus(pciAddress interface{}) *gomock.Call + func (mr *MockStoreManagerInterfaceMockRecorder) SaveLastPfAppliedStatus(PfInfo interface{}) *gomock.Call