converterfakes

package
v0.8.4 Latest Latest
Warning

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

Go to latest
Published: Jun 4, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Overview

Code generated by counterfeiter. DO NOT EDIT.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FakeImpl

type FakeImpl struct {
	ReadFileStub func(string) ([]byte, error)

	WriteFileStub func(string, []byte, fs.FileMode) error
	// contains filtered or unexported fields
}

func (*FakeImpl) Invocations

func (fake *FakeImpl) Invocations() map[string][][]interface{}

func (*FakeImpl) ReadFile

func (fake *FakeImpl) ReadFile(arg1 string) ([]byte, error)

func (*FakeImpl) ReadFileArgsForCall

func (fake *FakeImpl) ReadFileArgsForCall(i int) string

func (*FakeImpl) ReadFileCallCount

func (fake *FakeImpl) ReadFileCallCount() int

func (*FakeImpl) ReadFileCalls

func (fake *FakeImpl) ReadFileCalls(stub func(string) ([]byte, error))

func (*FakeImpl) ReadFileReturns

func (fake *FakeImpl) ReadFileReturns(result1 []byte, result2 error)

func (*FakeImpl) ReadFileReturnsOnCall

func (fake *FakeImpl) ReadFileReturnsOnCall(i int, result1 []byte, result2 error)

func (*FakeImpl) WriteFile

func (fake *FakeImpl) WriteFile(arg1 string, arg2 []byte, arg3 fs.FileMode) error

func (*FakeImpl) WriteFileArgsForCall

func (fake *FakeImpl) WriteFileArgsForCall(i int) (string, []byte, fs.FileMode)

func (*FakeImpl) WriteFileCallCount

func (fake *FakeImpl) WriteFileCallCount() int

func (*FakeImpl) WriteFileCalls

func (fake *FakeImpl) WriteFileCalls(stub func(string, []byte, fs.FileMode) error)

func (*FakeImpl) WriteFileReturns

func (fake *FakeImpl) WriteFileReturns(result1 error)

func (*FakeImpl) WriteFileReturnsOnCall

func (fake *FakeImpl) WriteFileReturnsOnCall(i int, result1 error)

Jump to

Keyboard shortcuts

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