dataquality

package
v0.96.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockDataQualityInterface

type MockDataQualityInterface struct {
	mock.Mock
}

MockDataQualityInterface is an autogenerated mock type for the DataQualityInterface type

func NewMockDataQualityInterface

func NewMockDataQualityInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockDataQualityInterface

NewMockDataQualityInterface creates a new instance of MockDataQualityInterface. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*MockDataQualityInterface) CancelRefresh

CancelRefresh provides a mock function with given fields: ctx, request

func (*MockDataQualityInterface) CreateMonitor

CreateMonitor provides a mock function with given fields: ctx, request

func (*MockDataQualityInterface) CreateRefresh

CreateRefresh provides a mock function with given fields: ctx, request

func (*MockDataQualityInterface) DeleteMonitor

DeleteMonitor provides a mock function with given fields: ctx, request

func (*MockDataQualityInterface) DeleteRefresh

DeleteRefresh provides a mock function with given fields: ctx, request

func (*MockDataQualityInterface) EXPECT

func (*MockDataQualityInterface) GetMonitor

GetMonitor provides a mock function with given fields: ctx, request

func (*MockDataQualityInterface) GetRefresh

GetRefresh provides a mock function with given fields: ctx, request

func (*MockDataQualityInterface) ListMonitor

ListMonitor provides a mock function with given fields: ctx, request

func (*MockDataQualityInterface) ListMonitorAll

ListMonitorAll provides a mock function with given fields: ctx, request

func (*MockDataQualityInterface) ListRefresh

ListRefresh provides a mock function with given fields: ctx, request

func (*MockDataQualityInterface) ListRefreshAll

ListRefreshAll provides a mock function with given fields: ctx, request

func (*MockDataQualityInterface) UpdateMonitor

UpdateMonitor provides a mock function with given fields: ctx, request

func (*MockDataQualityInterface) UpdateRefresh

UpdateRefresh provides a mock function with given fields: ctx, request

type MockDataQualityInterface_CancelRefresh_Call

type MockDataQualityInterface_CancelRefresh_Call struct {
	*mock.Call
}

MockDataQualityInterface_CancelRefresh_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CancelRefresh'

func (*MockDataQualityInterface_CancelRefresh_Call) Return

func (*MockDataQualityInterface_CancelRefresh_Call) Run

type MockDataQualityInterface_CreateMonitor_Call

type MockDataQualityInterface_CreateMonitor_Call struct {
	*mock.Call
}

MockDataQualityInterface_CreateMonitor_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateMonitor'

func (*MockDataQualityInterface_CreateMonitor_Call) Return

func (*MockDataQualityInterface_CreateMonitor_Call) Run

type MockDataQualityInterface_CreateRefresh_Call

type MockDataQualityInterface_CreateRefresh_Call struct {
	*mock.Call
}

MockDataQualityInterface_CreateRefresh_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateRefresh'

func (*MockDataQualityInterface_CreateRefresh_Call) Return

func (*MockDataQualityInterface_CreateRefresh_Call) Run

type MockDataQualityInterface_DeleteMonitor_Call

type MockDataQualityInterface_DeleteMonitor_Call struct {
	*mock.Call
}

MockDataQualityInterface_DeleteMonitor_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteMonitor'

func (*MockDataQualityInterface_DeleteMonitor_Call) Return

func (*MockDataQualityInterface_DeleteMonitor_Call) Run

type MockDataQualityInterface_DeleteRefresh_Call

type MockDataQualityInterface_DeleteRefresh_Call struct {
	*mock.Call
}

MockDataQualityInterface_DeleteRefresh_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteRefresh'

func (*MockDataQualityInterface_DeleteRefresh_Call) Return

func (*MockDataQualityInterface_DeleteRefresh_Call) Run

type MockDataQualityInterface_Expecter

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

func (*MockDataQualityInterface_Expecter) CancelRefresh

func (_e *MockDataQualityInterface_Expecter) CancelRefresh(ctx interface{}, request interface{}) *MockDataQualityInterface_CancelRefresh_Call

CancelRefresh is a helper method to define mock.On call

  • ctx context.Context
  • request dataquality.CancelRefreshRequest

func (*MockDataQualityInterface_Expecter) CreateMonitor

func (_e *MockDataQualityInterface_Expecter) CreateMonitor(ctx interface{}, request interface{}) *MockDataQualityInterface_CreateMonitor_Call

CreateMonitor is a helper method to define mock.On call

  • ctx context.Context
  • request dataquality.CreateMonitorRequest

func (*MockDataQualityInterface_Expecter) CreateRefresh

func (_e *MockDataQualityInterface_Expecter) CreateRefresh(ctx interface{}, request interface{}) *MockDataQualityInterface_CreateRefresh_Call

CreateRefresh is a helper method to define mock.On call

  • ctx context.Context
  • request dataquality.CreateRefreshRequest

func (*MockDataQualityInterface_Expecter) DeleteMonitor

func (_e *MockDataQualityInterface_Expecter) DeleteMonitor(ctx interface{}, request interface{}) *MockDataQualityInterface_DeleteMonitor_Call

DeleteMonitor is a helper method to define mock.On call

  • ctx context.Context
  • request dataquality.DeleteMonitorRequest

func (*MockDataQualityInterface_Expecter) DeleteRefresh

func (_e *MockDataQualityInterface_Expecter) DeleteRefresh(ctx interface{}, request interface{}) *MockDataQualityInterface_DeleteRefresh_Call

DeleteRefresh is a helper method to define mock.On call

  • ctx context.Context
  • request dataquality.DeleteRefreshRequest

func (*MockDataQualityInterface_Expecter) GetMonitor

func (_e *MockDataQualityInterface_Expecter) GetMonitor(ctx interface{}, request interface{}) *MockDataQualityInterface_GetMonitor_Call

GetMonitor is a helper method to define mock.On call

  • ctx context.Context
  • request dataquality.GetMonitorRequest

func (*MockDataQualityInterface_Expecter) GetRefresh

func (_e *MockDataQualityInterface_Expecter) GetRefresh(ctx interface{}, request interface{}) *MockDataQualityInterface_GetRefresh_Call

GetRefresh is a helper method to define mock.On call

  • ctx context.Context
  • request dataquality.GetRefreshRequest

func (*MockDataQualityInterface_Expecter) ListMonitor

func (_e *MockDataQualityInterface_Expecter) ListMonitor(ctx interface{}, request interface{}) *MockDataQualityInterface_ListMonitor_Call

ListMonitor is a helper method to define mock.On call

  • ctx context.Context
  • request dataquality.ListMonitorRequest

func (*MockDataQualityInterface_Expecter) ListMonitorAll

func (_e *MockDataQualityInterface_Expecter) ListMonitorAll(ctx interface{}, request interface{}) *MockDataQualityInterface_ListMonitorAll_Call

ListMonitorAll is a helper method to define mock.On call

  • ctx context.Context
  • request dataquality.ListMonitorRequest

func (*MockDataQualityInterface_Expecter) ListRefresh

func (_e *MockDataQualityInterface_Expecter) ListRefresh(ctx interface{}, request interface{}) *MockDataQualityInterface_ListRefresh_Call

ListRefresh is a helper method to define mock.On call

  • ctx context.Context
  • request dataquality.ListRefreshRequest

func (*MockDataQualityInterface_Expecter) ListRefreshAll

func (_e *MockDataQualityInterface_Expecter) ListRefreshAll(ctx interface{}, request interface{}) *MockDataQualityInterface_ListRefreshAll_Call

ListRefreshAll is a helper method to define mock.On call

  • ctx context.Context
  • request dataquality.ListRefreshRequest

func (*MockDataQualityInterface_Expecter) UpdateMonitor

func (_e *MockDataQualityInterface_Expecter) UpdateMonitor(ctx interface{}, request interface{}) *MockDataQualityInterface_UpdateMonitor_Call

UpdateMonitor is a helper method to define mock.On call

  • ctx context.Context
  • request dataquality.UpdateMonitorRequest

func (*MockDataQualityInterface_Expecter) UpdateRefresh

func (_e *MockDataQualityInterface_Expecter) UpdateRefresh(ctx interface{}, request interface{}) *MockDataQualityInterface_UpdateRefresh_Call

UpdateRefresh is a helper method to define mock.On call

  • ctx context.Context
  • request dataquality.UpdateRefreshRequest

type MockDataQualityInterface_GetMonitor_Call

type MockDataQualityInterface_GetMonitor_Call struct {
	*mock.Call
}

MockDataQualityInterface_GetMonitor_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetMonitor'

func (*MockDataQualityInterface_GetMonitor_Call) Return

func (*MockDataQualityInterface_GetMonitor_Call) Run

type MockDataQualityInterface_GetRefresh_Call

type MockDataQualityInterface_GetRefresh_Call struct {
	*mock.Call
}

MockDataQualityInterface_GetRefresh_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetRefresh'

func (*MockDataQualityInterface_GetRefresh_Call) Return

func (*MockDataQualityInterface_GetRefresh_Call) Run

type MockDataQualityInterface_ListMonitorAll_Call

type MockDataQualityInterface_ListMonitorAll_Call struct {
	*mock.Call
}

MockDataQualityInterface_ListMonitorAll_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListMonitorAll'

func (*MockDataQualityInterface_ListMonitorAll_Call) Return

func (*MockDataQualityInterface_ListMonitorAll_Call) Run

type MockDataQualityInterface_ListMonitor_Call

type MockDataQualityInterface_ListMonitor_Call struct {
	*mock.Call
}

MockDataQualityInterface_ListMonitor_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListMonitor'

func (*MockDataQualityInterface_ListMonitor_Call) Return

func (*MockDataQualityInterface_ListMonitor_Call) Run

type MockDataQualityInterface_ListRefreshAll_Call

type MockDataQualityInterface_ListRefreshAll_Call struct {
	*mock.Call
}

MockDataQualityInterface_ListRefreshAll_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListRefreshAll'

func (*MockDataQualityInterface_ListRefreshAll_Call) Return

func (*MockDataQualityInterface_ListRefreshAll_Call) Run

type MockDataQualityInterface_ListRefresh_Call

type MockDataQualityInterface_ListRefresh_Call struct {
	*mock.Call
}

MockDataQualityInterface_ListRefresh_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListRefresh'

func (*MockDataQualityInterface_ListRefresh_Call) Return

func (*MockDataQualityInterface_ListRefresh_Call) Run

type MockDataQualityInterface_UpdateMonitor_Call

type MockDataQualityInterface_UpdateMonitor_Call struct {
	*mock.Call
}

MockDataQualityInterface_UpdateMonitor_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateMonitor'

func (*MockDataQualityInterface_UpdateMonitor_Call) Return

func (*MockDataQualityInterface_UpdateMonitor_Call) Run

type MockDataQualityInterface_UpdateRefresh_Call

type MockDataQualityInterface_UpdateRefresh_Call struct {
	*mock.Call
}

MockDataQualityInterface_UpdateRefresh_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateRefresh'

func (*MockDataQualityInterface_UpdateRefresh_Call) Return

func (*MockDataQualityInterface_UpdateRefresh_Call) Run

Jump to

Keyboard shortcuts

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