mock_fs

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_fs is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockReadFileFS

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

MockReadFileFS is a mock of ReadFileFS interface.

func NewMockReadFileFS

func NewMockReadFileFS(ctrl *gomock.Controller) *MockReadFileFS

NewMockReadFileFS creates a new mock instance.

func (*MockReadFileFS) EXPECT

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

func (*MockReadFileFS) NEW

NEW creates a MockReadFileFS.

func (*MockReadFileFS) Open

func (m *MockReadFileFS) Open(arg0 string) (fs.File, error)

Open mocks base method.

func (*MockReadFileFS) ReadFile

func (m *MockReadFileFS) ReadFile(arg0 string) ([]byte, error)

ReadFile mocks base method.

type MockReadFileFSMockRecorder

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

MockReadFileFSMockRecorder is the mock recorder for MockReadFileFS.

func (*MockReadFileFSMockRecorder) Open

func (mr *MockReadFileFSMockRecorder) Open(arg0 interface{}) *gomock.Call

Open indicates an expected call of Open.

func (*MockReadFileFSMockRecorder) ReadFile

func (mr *MockReadFileFSMockRecorder) ReadFile(arg0 interface{}) *gomock.Call

ReadFile indicates an expected call of ReadFile.

Jump to

Keyboard shortcuts

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