Documentation
¶
Overview ¶
Package initialize is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Handler ¶
type Handler struct {
}
type MockfileSystem ¶ added in v1.0.1
type MockfileSystem struct {
// contains filtered or unexported fields
}
MockfileSystem is a mock of fileSystem interface.
func NewMockfileSystem ¶ added in v1.0.1
func NewMockfileSystem(ctrl *gomock.Controller) *MockfileSystem
NewMockfileSystem creates a new mock instance.
func (*MockfileSystem) Chdir ¶ added in v1.0.1
func (m *MockfileSystem) Chdir(dir string) error
Chdir mocks base method.
func (*MockfileSystem) Create ¶ added in v1.0.1
func (m *MockfileSystem) Create(name string) (*os.File, error)
Create mocks base method.
func (*MockfileSystem) EXPECT ¶ added in v1.0.1
func (m *MockfileSystem) EXPECT() *MockfileSystemMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockfileSystemMockRecorder ¶ added in v1.0.1
type MockfileSystemMockRecorder struct {
// contains filtered or unexported fields
}
MockfileSystemMockRecorder is the mock recorder for MockfileSystem.
func (*MockfileSystemMockRecorder) Chdir ¶ added in v1.0.1
func (mr *MockfileSystemMockRecorder) Chdir(dir interface{}) *gomock.Call
Chdir indicates an expected call of Chdir.
func (*MockfileSystemMockRecorder) Create ¶ added in v1.0.1
func (mr *MockfileSystemMockRecorder) Create(name interface{}) *gomock.Call
Create indicates an expected call of Create.
func (*MockfileSystemMockRecorder) Mkdir ¶ added in v1.0.1
func (mr *MockfileSystemMockRecorder) Mkdir(name, perm interface{}) *gomock.Call
Mkdir indicates an expected call of Mkdir.
Click to show internal directories.
Click to hide internal directories.