mock_fswrite

package
v0.1.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 17, 2022 License: MIT Imports: 3 Imported by: 0

Documentation

Overview

Package mock_fswrite is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockFSWriteIface

type MockFSWriteIface struct {
	// contains filtered or unexported fields
}

MockFSWriteIface is a mock of FSWriteIface interface.

func NewMockFSWriteIface

func NewMockFSWriteIface(ctrl *gomock.Controller) *MockFSWriteIface

NewMockFSWriteIface creates a new mock instance.

func (*MockFSWriteIface) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockFSWriteIface) GlobRemoveAll added in v0.1.2

func (m *MockFSWriteIface) GlobRemoveAll(arg0 string) error

GlobRemoveAll mocks base method.

func (*MockFSWriteIface) ListRecursive added in v0.1.4

func (m *MockFSWriteIface) ListRecursive(arg0 string) ([]string, error)

ListRecursive mocks base method.

func (*MockFSWriteIface) MkdirAll

func (m *MockFSWriteIface) MkdirAll(arg0 string, arg1 os.FileMode) error

MkdirAll mocks base method.

func (*MockFSWriteIface) NEW

NEW creates a MockFSWriteIface.

func (*MockFSWriteIface) RemoveAll added in v0.1.4

func (m *MockFSWriteIface) RemoveAll(arg0 string) error

RemoveAll mocks base method.

func (*MockFSWriteIface) WriteFile

func (m *MockFSWriteIface) WriteFile(arg0, arg1 string, arg2 os.FileMode) error

WriteFile mocks base method.

type MockFSWriteIfaceMockRecorder

type MockFSWriteIfaceMockRecorder struct {
	// contains filtered or unexported fields
}

MockFSWriteIfaceMockRecorder is the mock recorder for MockFSWriteIface.

func (*MockFSWriteIfaceMockRecorder) GlobRemoveAll added in v0.1.2

func (mr *MockFSWriteIfaceMockRecorder) GlobRemoveAll(arg0 interface{}) *gomock.Call

GlobRemoveAll indicates an expected call of GlobRemoveAll.

func (*MockFSWriteIfaceMockRecorder) ListRecursive added in v0.1.4

func (mr *MockFSWriteIfaceMockRecorder) ListRecursive(arg0 interface{}) *gomock.Call

ListRecursive indicates an expected call of ListRecursive.

func (*MockFSWriteIfaceMockRecorder) MkdirAll

func (mr *MockFSWriteIfaceMockRecorder) MkdirAll(arg0, arg1 interface{}) *gomock.Call

MkdirAll indicates an expected call of MkdirAll.

func (*MockFSWriteIfaceMockRecorder) RemoveAll added in v0.1.4

func (mr *MockFSWriteIfaceMockRecorder) RemoveAll(arg0 interface{}) *gomock.Call

RemoveAll indicates an expected call of RemoveAll.

func (*MockFSWriteIfaceMockRecorder) WriteFile

func (mr *MockFSWriteIfaceMockRecorder) WriteFile(arg0, arg1, arg2 interface{}) *gomock.Call

WriteFile indicates an expected call of WriteFile.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL