Documentation ¶
Index ¶
- type InputFilePaths
- func (_m *InputFilePaths) GetInputPath() storage.DataReference
- func (_m *InputFilePaths) GetInputPrefixPath() storage.DataReference
- func (_m *InputFilePaths) OnGetInputPath() *InputFilePaths_GetInputPath
- func (_m *InputFilePaths) OnGetInputPathMatch(matchers ...interface{}) *InputFilePaths_GetInputPath
- func (_m *InputFilePaths) OnGetInputPrefixPath() *InputFilePaths_GetInputPrefixPath
- func (_m *InputFilePaths) OnGetInputPrefixPathMatch(matchers ...interface{}) *InputFilePaths_GetInputPrefixPath
- type InputFilePaths_GetInputPath
- type InputFilePaths_GetInputPrefixPath
- type InputReader
- func (_m *InputReader) Get(ctx context.Context) (*core.LiteralMap, error)
- func (_m *InputReader) GetInputPath() storage.DataReference
- func (_m *InputReader) GetInputPrefixPath() storage.DataReference
- func (_m *InputReader) OnGet(ctx context.Context) *InputReader_Get
- func (_m *InputReader) OnGetInputPath() *InputReader_GetInputPath
- func (_m *InputReader) OnGetInputPathMatch(matchers ...interface{}) *InputReader_GetInputPath
- func (_m *InputReader) OnGetInputPrefixPath() *InputReader_GetInputPrefixPath
- func (_m *InputReader) OnGetInputPrefixPathMatch(matchers ...interface{}) *InputReader_GetInputPrefixPath
- func (_m *InputReader) OnGetMatch(matchers ...interface{}) *InputReader_Get
- type InputReader_Get
- type InputReader_GetInputPath
- type InputReader_GetInputPrefixPath
- type OutputDataSandbox
- func (_m *OutputDataSandbox) GetRawOutputPrefix() storage.DataReference
- func (_m *OutputDataSandbox) OnGetOutputDataSandboxPath() *OutputDataSandbox_GetOutputDataSandboxPath
- func (_m *OutputDataSandbox) OnGetOutputDataSandboxPathMatch(matchers ...interface{}) *OutputDataSandbox_GetOutputDataSandboxPath
- type OutputDataSandbox_GetOutputDataSandboxPath
- type OutputFilePaths
- func (_m *OutputFilePaths) GetErrorPath() storage.DataReference
- func (_m *OutputFilePaths) GetOutputPath() storage.DataReference
- func (_m *OutputFilePaths) GetOutputPrefixPath() storage.DataReference
- func (_m *OutputFilePaths) GetRawOutputPrefix() storage.DataReference
- func (_m *OutputFilePaths) OnGetErrorPath() *OutputFilePaths_GetErrorPath
- func (_m *OutputFilePaths) OnGetErrorPathMatch(matchers ...interface{}) *OutputFilePaths_GetErrorPath
- func (_m *OutputFilePaths) OnGetOutputPath() *OutputFilePaths_GetOutputPath
- func (_m *OutputFilePaths) OnGetOutputPathMatch(matchers ...interface{}) *OutputFilePaths_GetOutputPath
- func (_m *OutputFilePaths) OnGetOutputPrefixPath() *OutputFilePaths_GetOutputPrefixPath
- func (_m *OutputFilePaths) OnGetOutputPrefixPathMatch(matchers ...interface{}) *OutputFilePaths_GetOutputPrefixPath
- func (_m *OutputFilePaths) OnGetRawOutputPrefix() *OutputFilePaths_GetRawOutputPrefix
- func (_m *OutputFilePaths) OnGetRawOutputPrefixMatch(matchers ...interface{}) *OutputFilePaths_GetRawOutputPrefix
- type OutputFilePaths_GetErrorPath
- type OutputFilePaths_GetOutputPath
- type OutputFilePaths_GetOutputPrefixPath
- type OutputFilePaths_GetRawOutputPrefix
- type OutputReader
- func (_m *OutputReader) Exists(ctx context.Context) (bool, error)
- func (_m *OutputReader) IsError(ctx context.Context) (bool, error)
- func (_m *OutputReader) IsFile(ctx context.Context) bool
- func (_m *OutputReader) OnExists(ctx context.Context) *OutputReader_Exists
- func (_m *OutputReader) OnExistsMatch(matchers ...interface{}) *OutputReader_Exists
- func (_m *OutputReader) OnIsError(ctx context.Context) *OutputReader_IsError
- func (_m *OutputReader) OnIsErrorMatch(matchers ...interface{}) *OutputReader_IsError
- func (_m *OutputReader) OnIsFile(ctx context.Context) *OutputReader_IsFile
- func (_m *OutputReader) OnIsFileMatch(matchers ...interface{}) *OutputReader_IsFile
- func (_m *OutputReader) OnRead(ctx context.Context) *OutputReader_Read
- func (_m *OutputReader) OnReadError(ctx context.Context) *OutputReader_ReadError
- func (_m *OutputReader) OnReadErrorMatch(matchers ...interface{}) *OutputReader_ReadError
- func (_m *OutputReader) OnReadMatch(matchers ...interface{}) *OutputReader_Read
- func (_m *OutputReader) Read(ctx context.Context) (*core.LiteralMap, *io.ExecutionError, error)
- func (_m *OutputReader) ReadError(ctx context.Context) (io.ExecutionError, error)
- type OutputReader_Exists
- type OutputReader_IsError
- type OutputReader_IsFile
- type OutputReader_Read
- type OutputReader_ReadError
- type OutputWriter
- func (_m *OutputWriter) GetErrorPath() storage.DataReference
- func (_m *OutputWriter) GetOutputPath() storage.DataReference
- func (_m *OutputWriter) GetOutputPrefixPath() storage.DataReference
- func (_m *OutputWriter) GetRawOutputPrefix() storage.DataReference
- func (_m *OutputWriter) OnGetErrorPath() *OutputWriter_GetErrorPath
- func (_m *OutputWriter) OnGetErrorPathMatch(matchers ...interface{}) *OutputWriter_GetErrorPath
- func (_m *OutputWriter) OnGetOutputPath() *OutputWriter_GetOutputPath
- func (_m *OutputWriter) OnGetOutputPathMatch(matchers ...interface{}) *OutputWriter_GetOutputPath
- func (_m *OutputWriter) OnGetOutputPrefixPath() *OutputWriter_GetOutputPrefixPath
- func (_m *OutputWriter) OnGetOutputPrefixPathMatch(matchers ...interface{}) *OutputWriter_GetOutputPrefixPath
- func (_m *OutputWriter) OnGetRawOutputPrefix() *OutputWriter_GetRawOutputPrefix
- func (_m *OutputWriter) OnGetRawOutputPrefixMatch(matchers ...interface{}) *OutputWriter_GetRawOutputPrefix
- func (_m *OutputWriter) OnPut(ctx context.Context, reader io.OutputReader) *OutputWriter_Put
- func (_m *OutputWriter) OnPutMatch(matchers ...interface{}) *OutputWriter_Put
- func (_m *OutputWriter) Put(ctx context.Context, reader io.OutputReader) error
- type OutputWriter_GetErrorPath
- type OutputWriter_GetOutputPath
- type OutputWriter_GetOutputPrefixPath
- type OutputWriter_GetRawOutputPrefix
- type OutputWriter_Put
- type RawOutputPaths
- type RawOutputPaths_GetRawOutputPrefix
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InputFilePaths ¶
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 ¶
func (InputFilePaths_GetInputPath) Return ¶
func (_m InputFilePaths_GetInputPath) Return(_a0 storage.DataReference) *InputFilePaths_GetInputPath
type InputFilePaths_GetInputPrefixPath ¶
func (InputFilePaths_GetInputPrefixPath) Return ¶
func (_m InputFilePaths_GetInputPrefixPath) Return(_a0 storage.DataReference) *InputFilePaths_GetInputPrefixPath
type InputReader ¶
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 ¶
func (InputReader_Get) Return ¶
func (_m InputReader_Get) Return(_a0 *core.LiteralMap, _a1 error) *InputReader_Get
type InputReader_GetInputPath ¶
func (InputReader_GetInputPath) Return ¶
func (_m InputReader_GetInputPath) Return(_a0 storage.DataReference) *InputReader_GetInputPath
type InputReader_GetInputPrefixPath ¶
func (InputReader_GetInputPrefixPath) Return ¶
func (_m InputReader_GetInputPrefixPath) Return(_a0 storage.DataReference) *InputReader_GetInputPrefixPath
type OutputDataSandbox ¶ added in v0.5.29
RawOutputPaths is an autogenerated mock type for the RawOutputPaths type
func (*OutputDataSandbox) GetRawOutputPrefix ¶ added in v0.5.29
func (_m *OutputDataSandbox) GetRawOutputPrefix() storage.DataReference
GetRawOutputPrefix provides a mock function with given fields:
func (*OutputDataSandbox) OnGetOutputDataSandboxPath ¶ added in v0.5.29
func (_m *OutputDataSandbox) OnGetOutputDataSandboxPath() *OutputDataSandbox_GetOutputDataSandboxPath
func (*OutputDataSandbox) OnGetOutputDataSandboxPathMatch ¶ added in v0.5.29
func (_m *OutputDataSandbox) OnGetOutputDataSandboxPathMatch(matchers ...interface{}) *OutputDataSandbox_GetOutputDataSandboxPath
type OutputDataSandbox_GetOutputDataSandboxPath ¶ added in v0.5.29
func (OutputDataSandbox_GetOutputDataSandboxPath) Return ¶ added in v0.5.29
func (_m OutputDataSandbox_GetOutputDataSandboxPath) Return(_a0 storage.DataReference) *OutputDataSandbox_GetOutputDataSandboxPath
type OutputFilePaths ¶
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.5.29
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.5.29
func (_m *OutputFilePaths) OnGetRawOutputPrefix() *OutputFilePaths_GetRawOutputPrefix
func (*OutputFilePaths) OnGetRawOutputPrefixMatch ¶ added in v0.5.29
func (_m *OutputFilePaths) OnGetRawOutputPrefixMatch(matchers ...interface{}) *OutputFilePaths_GetRawOutputPrefix
type OutputFilePaths_GetErrorPath ¶
func (OutputFilePaths_GetErrorPath) Return ¶
func (_m OutputFilePaths_GetErrorPath) Return(_a0 storage.DataReference) *OutputFilePaths_GetErrorPath
type OutputFilePaths_GetOutputPath ¶
func (OutputFilePaths_GetOutputPath) Return ¶
func (_m OutputFilePaths_GetOutputPath) Return(_a0 storage.DataReference) *OutputFilePaths_GetOutputPath
type OutputFilePaths_GetOutputPrefixPath ¶
func (OutputFilePaths_GetOutputPrefixPath) Return ¶
func (_m OutputFilePaths_GetOutputPrefixPath) Return(_a0 storage.DataReference) *OutputFilePaths_GetOutputPrefixPath
type OutputFilePaths_GetRawOutputPrefix ¶ added in v0.5.29
func (OutputFilePaths_GetRawOutputPrefix) Return ¶ added in v0.5.29
func (_m OutputFilePaths_GetRawOutputPrefix) Return(_a0 storage.DataReference) *OutputFilePaths_GetRawOutputPrefix
type OutputReader ¶
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 ¶
func (_m *OutputReader) Read(ctx context.Context) (*core.LiteralMap, *io.ExecutionError, error)
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 ¶
func (OutputReader_Exists) Return ¶
func (_m OutputReader_Exists) Return(_a0 bool, _a1 error) *OutputReader_Exists
type OutputReader_IsError ¶
func (OutputReader_IsError) Return ¶
func (_m OutputReader_IsError) Return(_a0 bool, _a1 error) *OutputReader_IsError
type OutputReader_IsFile ¶
func (OutputReader_IsFile) Return ¶
func (_m OutputReader_IsFile) Return(_a0 bool) *OutputReader_IsFile
type OutputReader_Read ¶
func (OutputReader_Read) Return ¶
func (_m OutputReader_Read) Return(_a0 *core.LiteralMap, _a1 *io.ExecutionError, _a2 error) *OutputReader_Read
type OutputReader_ReadError ¶
func (OutputReader_ReadError) Return ¶
func (_m OutputReader_ReadError) Return(_a0 io.ExecutionError, _a1 error) *OutputReader_ReadError
type OutputWriter ¶
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.5.29
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.5.29
func (_m *OutputWriter) OnGetRawOutputPrefix() *OutputWriter_GetRawOutputPrefix
func (*OutputWriter) OnGetRawOutputPrefixMatch ¶ added in v0.5.29
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 ¶
func (OutputWriter_GetErrorPath) Return ¶
func (_m OutputWriter_GetErrorPath) Return(_a0 storage.DataReference) *OutputWriter_GetErrorPath
type OutputWriter_GetOutputPath ¶
func (OutputWriter_GetOutputPath) Return ¶
func (_m OutputWriter_GetOutputPath) Return(_a0 storage.DataReference) *OutputWriter_GetOutputPath
type OutputWriter_GetOutputPrefixPath ¶
func (OutputWriter_GetOutputPrefixPath) Return ¶
func (_m OutputWriter_GetOutputPrefixPath) Return(_a0 storage.DataReference) *OutputWriter_GetOutputPrefixPath
type OutputWriter_GetRawOutputPrefix ¶ added in v0.5.29
func (OutputWriter_GetRawOutputPrefix) Return ¶ added in v0.5.29
func (_m OutputWriter_GetRawOutputPrefix) Return(_a0 storage.DataReference) *OutputWriter_GetRawOutputPrefix
type OutputWriter_Put ¶
func (OutputWriter_Put) Return ¶
func (_m OutputWriter_Put) Return(_a0 error) *OutputWriter_Put
type RawOutputPaths ¶ added in v0.5.29
RawOutputPaths is an autogenerated mock type for the RawOutputPaths type
func (*RawOutputPaths) GetRawOutputPrefix ¶ added in v0.5.29
func (_m *RawOutputPaths) GetRawOutputPrefix() storage.DataReference
GetRawOutputPrefix provides a mock function with given fields:
func (*RawOutputPaths) OnGetRawOutputPrefix ¶ added in v0.5.29
func (_m *RawOutputPaths) OnGetRawOutputPrefix() *RawOutputPaths_GetRawOutputPrefix
func (*RawOutputPaths) OnGetRawOutputPrefixMatch ¶ added in v0.5.29
func (_m *RawOutputPaths) OnGetRawOutputPrefixMatch(matchers ...interface{}) *RawOutputPaths_GetRawOutputPrefix
type RawOutputPaths_GetRawOutputPrefix ¶ added in v0.5.29
func (RawOutputPaths_GetRawOutputPrefix) Return ¶ added in v0.5.29
func (_m RawOutputPaths_GetRawOutputPrefix) Return(_a0 storage.DataReference) *RawOutputPaths_GetRawOutputPrefix