mocks

package
v0.5.28 Latest Latest
Warning

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

Go to latest
Published: Mar 4, 2021 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type InputFilePaths

type InputFilePaths struct {
	mock.Mock
}

InputFilePaths is an autogenerated mock type for the InputFilePaths type

func (*InputFilePaths) GetInputPath

func (_m *InputFilePaths) GetInputPath() storage.DataReference

GetInputPath provides a mock function with given fields:

func (*InputFilePaths) GetInputPrefixPath

func (_m *InputFilePaths) GetInputPrefixPath() storage.DataReference

GetInputPrefixPath provides a mock function with given fields:

func (*InputFilePaths) OnGetInputPath

func (_m *InputFilePaths) OnGetInputPath() *InputFilePaths_GetInputPath

func (*InputFilePaths) OnGetInputPathMatch

func (_m *InputFilePaths) OnGetInputPathMatch(matchers ...interface{}) *InputFilePaths_GetInputPath

func (*InputFilePaths) OnGetInputPrefixPath

func (_m *InputFilePaths) OnGetInputPrefixPath() *InputFilePaths_GetInputPrefixPath

func (*InputFilePaths) OnGetInputPrefixPathMatch

func (_m *InputFilePaths) OnGetInputPrefixPathMatch(matchers ...interface{}) *InputFilePaths_GetInputPrefixPath

type InputFilePaths_GetInputPath

type InputFilePaths_GetInputPath struct {
	*mock.Call
}

func (InputFilePaths_GetInputPath) Return

type InputFilePaths_GetInputPrefixPath

type InputFilePaths_GetInputPrefixPath struct {
	*mock.Call
}

func (InputFilePaths_GetInputPrefixPath) Return

type InputReader

type InputReader struct {
	mock.Mock
}

InputReader is an autogenerated mock type for the InputReader type

func (*InputReader) Get

func (_m *InputReader) Get(ctx context.Context) (*core.LiteralMap, error)

Get provides a mock function with given fields: ctx

func (*InputReader) GetInputPath

func (_m *InputReader) GetInputPath() storage.DataReference

GetInputPath provides a mock function with given fields:

func (*InputReader) GetInputPrefixPath

func (_m *InputReader) GetInputPrefixPath() storage.DataReference

GetInputPrefixPath provides a mock function with given fields:

func (*InputReader) OnGet

func (_m *InputReader) OnGet(ctx context.Context) *InputReader_Get

func (*InputReader) OnGetInputPath

func (_m *InputReader) OnGetInputPath() *InputReader_GetInputPath

func (*InputReader) OnGetInputPathMatch

func (_m *InputReader) OnGetInputPathMatch(matchers ...interface{}) *InputReader_GetInputPath

func (*InputReader) OnGetInputPrefixPath

func (_m *InputReader) OnGetInputPrefixPath() *InputReader_GetInputPrefixPath

func (*InputReader) OnGetInputPrefixPathMatch

func (_m *InputReader) OnGetInputPrefixPathMatch(matchers ...interface{}) *InputReader_GetInputPrefixPath

func (*InputReader) OnGetMatch

func (_m *InputReader) OnGetMatch(matchers ...interface{}) *InputReader_Get

type InputReader_Get

type InputReader_Get struct {
	*mock.Call
}

func (InputReader_Get) Return

func (_m InputReader_Get) Return(_a0 *core.LiteralMap, _a1 error) *InputReader_Get

type InputReader_GetInputPath

type InputReader_GetInputPath struct {
	*mock.Call
}

func (InputReader_GetInputPath) Return

type InputReader_GetInputPrefixPath

type InputReader_GetInputPrefixPath struct {
	*mock.Call
}

func (InputReader_GetInputPrefixPath) Return

type OutputDataSandbox added in v0.3.15

type OutputDataSandbox struct {
	mock.Mock
}

RawOutputPaths is an autogenerated mock type for the RawOutputPaths type

func (*OutputDataSandbox) GetRawOutputPrefix added in v0.3.15

func (_m *OutputDataSandbox) GetRawOutputPrefix() storage.DataReference

GetRawOutputPrefix provides a mock function with given fields:

func (*OutputDataSandbox) OnGetOutputDataSandboxPath added in v0.3.15

func (_m *OutputDataSandbox) OnGetOutputDataSandboxPath() *OutputDataSandbox_GetOutputDataSandboxPath

func (*OutputDataSandbox) OnGetOutputDataSandboxPathMatch added in v0.3.15

func (_m *OutputDataSandbox) OnGetOutputDataSandboxPathMatch(matchers ...interface{}) *OutputDataSandbox_GetOutputDataSandboxPath

type OutputDataSandbox_GetOutputDataSandboxPath added in v0.3.15

type OutputDataSandbox_GetOutputDataSandboxPath struct {
	*mock.Call
}

func (OutputDataSandbox_GetOutputDataSandboxPath) Return added in v0.3.15

type OutputFilePaths

type OutputFilePaths struct {
	mock.Mock
}

OutputFilePaths is an autogenerated mock type for the OutputFilePaths type

func (*OutputFilePaths) GetErrorPath

func (_m *OutputFilePaths) GetErrorPath() storage.DataReference

GetErrorPath provides a mock function with given fields:

func (*OutputFilePaths) GetOutputPath

func (_m *OutputFilePaths) GetOutputPath() storage.DataReference

GetOutputPath provides a mock function with given fields:

func (*OutputFilePaths) GetOutputPrefixPath

func (_m *OutputFilePaths) GetOutputPrefixPath() storage.DataReference

GetOutputPrefixPath provides a mock function with given fields:

func (*OutputFilePaths) GetRawOutputPrefix added in v0.3.15

func (_m *OutputFilePaths) GetRawOutputPrefix() storage.DataReference

GetRawOutputPrefix provides a mock function with given fields:

func (*OutputFilePaths) OnGetErrorPath

func (_m *OutputFilePaths) OnGetErrorPath() *OutputFilePaths_GetErrorPath

func (*OutputFilePaths) OnGetErrorPathMatch

func (_m *OutputFilePaths) OnGetErrorPathMatch(matchers ...interface{}) *OutputFilePaths_GetErrorPath

func (*OutputFilePaths) OnGetOutputPath

func (_m *OutputFilePaths) OnGetOutputPath() *OutputFilePaths_GetOutputPath

func (*OutputFilePaths) OnGetOutputPathMatch

func (_m *OutputFilePaths) OnGetOutputPathMatch(matchers ...interface{}) *OutputFilePaths_GetOutputPath

func (*OutputFilePaths) OnGetOutputPrefixPath

func (_m *OutputFilePaths) OnGetOutputPrefixPath() *OutputFilePaths_GetOutputPrefixPath

func (*OutputFilePaths) OnGetOutputPrefixPathMatch

func (_m *OutputFilePaths) OnGetOutputPrefixPathMatch(matchers ...interface{}) *OutputFilePaths_GetOutputPrefixPath

func (*OutputFilePaths) OnGetRawOutputPrefix added in v0.3.15

func (_m *OutputFilePaths) OnGetRawOutputPrefix() *OutputFilePaths_GetRawOutputPrefix

func (*OutputFilePaths) OnGetRawOutputPrefixMatch added in v0.3.15

func (_m *OutputFilePaths) OnGetRawOutputPrefixMatch(matchers ...interface{}) *OutputFilePaths_GetRawOutputPrefix

type OutputFilePaths_GetErrorPath

type OutputFilePaths_GetErrorPath struct {
	*mock.Call
}

func (OutputFilePaths_GetErrorPath) Return

type OutputFilePaths_GetOutputPath

type OutputFilePaths_GetOutputPath struct {
	*mock.Call
}

func (OutputFilePaths_GetOutputPath) Return

type OutputFilePaths_GetOutputPrefixPath

type OutputFilePaths_GetOutputPrefixPath struct {
	*mock.Call
}

func (OutputFilePaths_GetOutputPrefixPath) Return

type OutputFilePaths_GetRawOutputPrefix added in v0.3.15

type OutputFilePaths_GetRawOutputPrefix struct {
	*mock.Call
}

func (OutputFilePaths_GetRawOutputPrefix) Return added in v0.3.15

type OutputReader

type OutputReader struct {
	mock.Mock
}

OutputReader is an autogenerated mock type for the OutputReader type

func (*OutputReader) Exists

func (_m *OutputReader) Exists(ctx context.Context) (bool, error)

Exists provides a mock function with given fields: ctx

func (*OutputReader) IsError

func (_m *OutputReader) IsError(ctx context.Context) (bool, error)

IsError provides a mock function with given fields: ctx

func (*OutputReader) IsFile

func (_m *OutputReader) IsFile(ctx context.Context) bool

IsFile provides a mock function with given fields: ctx

func (*OutputReader) OnExists

func (_m *OutputReader) OnExists(ctx context.Context) *OutputReader_Exists

func (*OutputReader) OnExistsMatch

func (_m *OutputReader) OnExistsMatch(matchers ...interface{}) *OutputReader_Exists

func (*OutputReader) OnIsError

func (_m *OutputReader) OnIsError(ctx context.Context) *OutputReader_IsError

func (*OutputReader) OnIsErrorMatch

func (_m *OutputReader) OnIsErrorMatch(matchers ...interface{}) *OutputReader_IsError

func (*OutputReader) OnIsFile

func (_m *OutputReader) OnIsFile(ctx context.Context) *OutputReader_IsFile

func (*OutputReader) OnIsFileMatch

func (_m *OutputReader) OnIsFileMatch(matchers ...interface{}) *OutputReader_IsFile

func (*OutputReader) OnRead

func (_m *OutputReader) OnRead(ctx context.Context) *OutputReader_Read

func (*OutputReader) OnReadError

func (_m *OutputReader) OnReadError(ctx context.Context) *OutputReader_ReadError

func (*OutputReader) OnReadErrorMatch

func (_m *OutputReader) OnReadErrorMatch(matchers ...interface{}) *OutputReader_ReadError

func (*OutputReader) OnReadMatch

func (_m *OutputReader) OnReadMatch(matchers ...interface{}) *OutputReader_Read

func (*OutputReader) Read

Read provides a mock function with given fields: ctx

func (*OutputReader) ReadError

func (_m *OutputReader) ReadError(ctx context.Context) (io.ExecutionError, error)

ReadError provides a mock function with given fields: ctx

type OutputReader_Exists

type OutputReader_Exists struct {
	*mock.Call
}

func (OutputReader_Exists) Return

func (_m OutputReader_Exists) Return(_a0 bool, _a1 error) *OutputReader_Exists

type OutputReader_IsError

type OutputReader_IsError struct {
	*mock.Call
}

func (OutputReader_IsError) Return

func (_m OutputReader_IsError) Return(_a0 bool, _a1 error) *OutputReader_IsError

type OutputReader_IsFile

type OutputReader_IsFile struct {
	*mock.Call
}

func (OutputReader_IsFile) Return

type OutputReader_Read

type OutputReader_Read struct {
	*mock.Call
}

func (OutputReader_Read) Return

type OutputReader_ReadError

type OutputReader_ReadError struct {
	*mock.Call
}

func (OutputReader_ReadError) Return

type OutputWriter

type OutputWriter struct {
	mock.Mock
}

OutputWriter is an autogenerated mock type for the OutputWriter type

func (*OutputWriter) GetErrorPath

func (_m *OutputWriter) GetErrorPath() storage.DataReference

GetErrorPath provides a mock function with given fields:

func (*OutputWriter) GetOutputPath

func (_m *OutputWriter) GetOutputPath() storage.DataReference

GetOutputPath provides a mock function with given fields:

func (*OutputWriter) GetOutputPrefixPath

func (_m *OutputWriter) GetOutputPrefixPath() storage.DataReference

GetOutputPrefixPath provides a mock function with given fields:

func (*OutputWriter) GetRawOutputPrefix added in v0.3.15

func (_m *OutputWriter) GetRawOutputPrefix() storage.DataReference

GetRawOutputPrefix provides a mock function with given fields:

func (*OutputWriter) OnGetErrorPath

func (_m *OutputWriter) OnGetErrorPath() *OutputWriter_GetErrorPath

func (*OutputWriter) OnGetErrorPathMatch

func (_m *OutputWriter) OnGetErrorPathMatch(matchers ...interface{}) *OutputWriter_GetErrorPath

func (*OutputWriter) OnGetOutputPath

func (_m *OutputWriter) OnGetOutputPath() *OutputWriter_GetOutputPath

func (*OutputWriter) OnGetOutputPathMatch

func (_m *OutputWriter) OnGetOutputPathMatch(matchers ...interface{}) *OutputWriter_GetOutputPath

func (*OutputWriter) OnGetOutputPrefixPath

func (_m *OutputWriter) OnGetOutputPrefixPath() *OutputWriter_GetOutputPrefixPath

func (*OutputWriter) OnGetOutputPrefixPathMatch

func (_m *OutputWriter) OnGetOutputPrefixPathMatch(matchers ...interface{}) *OutputWriter_GetOutputPrefixPath

func (*OutputWriter) OnGetRawOutputPrefix added in v0.3.15

func (_m *OutputWriter) OnGetRawOutputPrefix() *OutputWriter_GetRawOutputPrefix

func (*OutputWriter) OnGetRawOutputPrefixMatch added in v0.3.15

func (_m *OutputWriter) OnGetRawOutputPrefixMatch(matchers ...interface{}) *OutputWriter_GetRawOutputPrefix

func (*OutputWriter) OnPut

func (_m *OutputWriter) OnPut(ctx context.Context, reader io.OutputReader) *OutputWriter_Put

func (*OutputWriter) OnPutMatch

func (_m *OutputWriter) OnPutMatch(matchers ...interface{}) *OutputWriter_Put

func (*OutputWriter) Put

func (_m *OutputWriter) Put(ctx context.Context, reader io.OutputReader) error

Put provides a mock function with given fields: ctx, reader

type OutputWriter_GetErrorPath

type OutputWriter_GetErrorPath struct {
	*mock.Call
}

func (OutputWriter_GetErrorPath) Return

type OutputWriter_GetOutputPath

type OutputWriter_GetOutputPath struct {
	*mock.Call
}

func (OutputWriter_GetOutputPath) Return

type OutputWriter_GetOutputPrefixPath

type OutputWriter_GetOutputPrefixPath struct {
	*mock.Call
}

func (OutputWriter_GetOutputPrefixPath) Return

type OutputWriter_GetRawOutputPrefix added in v0.3.15

type OutputWriter_GetRawOutputPrefix struct {
	*mock.Call
}

func (OutputWriter_GetRawOutputPrefix) Return added in v0.3.15

type OutputWriter_Put

type OutputWriter_Put struct {
	*mock.Call
}

func (OutputWriter_Put) Return

func (_m OutputWriter_Put) Return(_a0 error) *OutputWriter_Put

type RawOutputPaths added in v0.3.15

type RawOutputPaths struct {
	mock.Mock
}

RawOutputPaths is an autogenerated mock type for the RawOutputPaths type

func (*RawOutputPaths) GetRawOutputPrefix added in v0.3.15

func (_m *RawOutputPaths) GetRawOutputPrefix() storage.DataReference

GetRawOutputPrefix provides a mock function with given fields:

func (*RawOutputPaths) OnGetRawOutputPrefix added in v0.3.15

func (_m *RawOutputPaths) OnGetRawOutputPrefix() *RawOutputPaths_GetRawOutputPrefix

func (*RawOutputPaths) OnGetRawOutputPrefixMatch added in v0.3.15

func (_m *RawOutputPaths) OnGetRawOutputPrefixMatch(matchers ...interface{}) *RawOutputPaths_GetRawOutputPrefix

type RawOutputPaths_GetRawOutputPrefix added in v0.3.15

type RawOutputPaths_GetRawOutputPrefix struct {
	*mock.Call
}

func (RawOutputPaths_GetRawOutputPrefix) Return added in v0.3.15

Jump to

Keyboard shortcuts

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