Versions in this module Expand all Collapse all v0 v0.9.0 Apr 10, 2023 v0.8.0 Apr 9, 2023 Changes in this version + type MockFileUtilsInterface struct + func NewMockFileUtilsInterface(ctrl *gomock.Controller) *MockFileUtilsInterface + func (m *MockFileUtilsInterface) EXPECT() *MockFileUtilsInterfaceMockRecorder + func (m *MockFileUtilsInterface) MkDir(path string) error + func (m *MockFileUtilsInterface) ReadFile(path string) ([]byte, error) + func (m *MockFileUtilsInterface) UserHomeDir() (string, error) + func (m *MockFileUtilsInterface) WriteFile(path string, contents []byte) error + type MockFileUtilsInterfaceMockRecorder struct + func (mr *MockFileUtilsInterfaceMockRecorder) MkDir(path interface{}) *gomock.Call + func (mr *MockFileUtilsInterfaceMockRecorder) ReadFile(path interface{}) *gomock.Call + func (mr *MockFileUtilsInterfaceMockRecorder) UserHomeDir() *gomock.Call + func (mr *MockFileUtilsInterfaceMockRecorder) WriteFile(path, contents interface{}) *gomock.Call