mock

package
v1.6.0 Latest Latest
Warning

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

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

Documentation

Overview

Package mock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockOutputWriter

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

MockOutputWriter is a mock of OutputWriter interface

func NewMockOutputWriter

func NewMockOutputWriter(ctrl *gomock.Controller) *MockOutputWriter

NewMockOutputWriter creates a new mock instance

func (*MockOutputWriter) EXPECT

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

func (*MockOutputWriter) OutputWrite

func (m *MockOutputWriter) OutputWrite(arg0 context.Context, arg1, arg2 string, arg3 io.Reader, arg4 int64) error

OutputWrite mocks base method

type MockOutputWriterMockRecorder

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

MockOutputWriterMockRecorder is the mock recorder for MockOutputWriter

func (*MockOutputWriterMockRecorder) OutputWrite

func (mr *MockOutputWriterMockRecorder) OutputWrite(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call

OutputWrite indicates an expected call of OutputWrite

type MockSource

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

MockSource is a mock of Source interface

func NewMockSource

func NewMockSource(ctrl *gomock.Controller) *MockSource

NewMockSource creates a new mock instance

func (*MockSource) EXPECT

func (m *MockSource) EXPECT() *MockSourceMockRecorder

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

func (*MockSource) List

func (m *MockSource) List(arg0 context.Context, arg1 graveler.HookRecord) ([]string, error)

List mocks base method

func (*MockSource) Load

func (m *MockSource) Load(arg0 context.Context, arg1 graveler.HookRecord, arg2 string) ([]byte, error)

Load mocks base method

type MockSourceMockRecorder

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

MockSourceMockRecorder is the mock recorder for MockSource

func (*MockSourceMockRecorder) List

func (mr *MockSourceMockRecorder) List(arg0, arg1 interface{}) *gomock.Call

List indicates an expected call of List

func (*MockSourceMockRecorder) Load

func (mr *MockSourceMockRecorder) Load(arg0, arg1, arg2 interface{}) *gomock.Call

Load indicates an expected call of Load

Jump to

Keyboard shortcuts

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