Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockFsUtil ¶
type MockFsUtil struct {
// contains filtered or unexported fields
}
Mock of FsUtil interface
func NewMockFsUtil ¶
func NewMockFsUtil(ctrl *gomock.Controller) *MockFsUtil
func (*MockFsUtil) Clean ¶
func (_m *MockFsUtil) Clean() error
func (*MockFsUtil) CreateDirs ¶
func (_m *MockFsUtil) CreateDirs() error
func (*MockFsUtil) EXPECT ¶
func (_m *MockFsUtil) EXPECT() *_MockFsUtilRecorder
func (*MockFsUtil) LibDirs ¶
func (_m *MockFsUtil) LibDirs() []string
func (*MockFsUtil) Touch ¶
func (_m *MockFsUtil) Touch(file string)
func (*MockFsUtil) UserPayload ¶
func (_m *MockFsUtil) UserPayload() map[string]interface{}
Click to show internal directories.
Click to hide internal directories.