catalog

package
v0.39.0 Latest Latest
Warning

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

Go to latest
Published: Apr 24, 2024 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 MockAccountMetastoreAssignmentsInterface

type MockAccountMetastoreAssignmentsInterface struct {
	mock.Mock
}

MockAccountMetastoreAssignmentsInterface is an autogenerated mock type for the AccountMetastoreAssignmentsInterface type

func NewMockAccountMetastoreAssignmentsInterface

func NewMockAccountMetastoreAssignmentsInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockAccountMetastoreAssignmentsInterface

NewMockAccountMetastoreAssignmentsInterface creates a new instance of MockAccountMetastoreAssignmentsInterface. 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 (*MockAccountMetastoreAssignmentsInterface) Create

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

func (*MockAccountMetastoreAssignmentsInterface) Delete

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

func (*MockAccountMetastoreAssignmentsInterface) DeleteByWorkspaceIdAndMetastoreId

func (_m *MockAccountMetastoreAssignmentsInterface) DeleteByWorkspaceIdAndMetastoreId(ctx context.Context, workspaceId int64, metastoreId string) error

DeleteByWorkspaceIdAndMetastoreId provides a mock function with given fields: ctx, workspaceId, metastoreId

func (*MockAccountMetastoreAssignmentsInterface) EXPECT

func (*MockAccountMetastoreAssignmentsInterface) Get

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

func (*MockAccountMetastoreAssignmentsInterface) GetByWorkspaceId

GetByWorkspaceId provides a mock function with given fields: ctx, workspaceId

func (*MockAccountMetastoreAssignmentsInterface) Impl

Impl provides a mock function with given fields:

func (*MockAccountMetastoreAssignmentsInterface) List

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

func (*MockAccountMetastoreAssignmentsInterface) ListAll

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

func (*MockAccountMetastoreAssignmentsInterface) ListByMetastoreId

ListByMetastoreId provides a mock function with given fields: ctx, metastoreId

func (*MockAccountMetastoreAssignmentsInterface) Update

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

func (*MockAccountMetastoreAssignmentsInterface) WithImpl

WithImpl provides a mock function with given fields: impl

type MockAccountMetastoreAssignmentsInterface_Create_Call

type MockAccountMetastoreAssignmentsInterface_Create_Call struct {
	*mock.Call
}

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

func (*MockAccountMetastoreAssignmentsInterface_Create_Call) Return

func (*MockAccountMetastoreAssignmentsInterface_Create_Call) Run

type MockAccountMetastoreAssignmentsInterface_DeleteByWorkspaceIdAndMetastoreId_Call

type MockAccountMetastoreAssignmentsInterface_DeleteByWorkspaceIdAndMetastoreId_Call struct {
	*mock.Call
}

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

func (*MockAccountMetastoreAssignmentsInterface_DeleteByWorkspaceIdAndMetastoreId_Call) Return

func (*MockAccountMetastoreAssignmentsInterface_DeleteByWorkspaceIdAndMetastoreId_Call) Run

func (*MockAccountMetastoreAssignmentsInterface_DeleteByWorkspaceIdAndMetastoreId_Call) RunAndReturn

type MockAccountMetastoreAssignmentsInterface_Delete_Call

type MockAccountMetastoreAssignmentsInterface_Delete_Call struct {
	*mock.Call
}

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

func (*MockAccountMetastoreAssignmentsInterface_Delete_Call) Return

type MockAccountMetastoreAssignmentsInterface_Expecter

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

func (*MockAccountMetastoreAssignmentsInterface_Expecter) Create

Create is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.AccountsCreateMetastoreAssignment

func (*MockAccountMetastoreAssignmentsInterface_Expecter) Delete

Delete is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.DeleteAccountMetastoreAssignmentRequest

func (*MockAccountMetastoreAssignmentsInterface_Expecter) DeleteByWorkspaceIdAndMetastoreId

func (_e *MockAccountMetastoreAssignmentsInterface_Expecter) DeleteByWorkspaceIdAndMetastoreId(ctx interface{}, workspaceId interface{}, metastoreId interface{}) *MockAccountMetastoreAssignmentsInterface_DeleteByWorkspaceIdAndMetastoreId_Call

DeleteByWorkspaceIdAndMetastoreId is a helper method to define mock.On call

  • ctx context.Context
  • workspaceId int64
  • metastoreId string

func (*MockAccountMetastoreAssignmentsInterface_Expecter) Get

Get is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.GetAccountMetastoreAssignmentRequest

func (*MockAccountMetastoreAssignmentsInterface_Expecter) GetByWorkspaceId

func (_e *MockAccountMetastoreAssignmentsInterface_Expecter) GetByWorkspaceId(ctx interface{}, workspaceId interface{}) *MockAccountMetastoreAssignmentsInterface_GetByWorkspaceId_Call

GetByWorkspaceId is a helper method to define mock.On call

  • ctx context.Context
  • workspaceId int64

func (*MockAccountMetastoreAssignmentsInterface_Expecter) Impl

Impl is a helper method to define mock.On call

func (*MockAccountMetastoreAssignmentsInterface_Expecter) List

List is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.ListAccountMetastoreAssignmentsRequest

func (*MockAccountMetastoreAssignmentsInterface_Expecter) ListAll

ListAll is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.ListAccountMetastoreAssignmentsRequest

func (*MockAccountMetastoreAssignmentsInterface_Expecter) ListByMetastoreId

func (_e *MockAccountMetastoreAssignmentsInterface_Expecter) ListByMetastoreId(ctx interface{}, metastoreId interface{}) *MockAccountMetastoreAssignmentsInterface_ListByMetastoreId_Call

ListByMetastoreId is a helper method to define mock.On call

  • ctx context.Context
  • metastoreId string

func (*MockAccountMetastoreAssignmentsInterface_Expecter) Update

Update is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.AccountsUpdateMetastoreAssignment

func (*MockAccountMetastoreAssignmentsInterface_Expecter) WithImpl

WithImpl is a helper method to define mock.On call

  • impl catalog.AccountMetastoreAssignmentsService

type MockAccountMetastoreAssignmentsInterface_GetByWorkspaceId_Call

type MockAccountMetastoreAssignmentsInterface_GetByWorkspaceId_Call struct {
	*mock.Call
}

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

func (*MockAccountMetastoreAssignmentsInterface_GetByWorkspaceId_Call) Run

type MockAccountMetastoreAssignmentsInterface_Get_Call

type MockAccountMetastoreAssignmentsInterface_Get_Call struct {
	*mock.Call
}

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

func (*MockAccountMetastoreAssignmentsInterface_Get_Call) Run

type MockAccountMetastoreAssignmentsInterface_Impl_Call

type MockAccountMetastoreAssignmentsInterface_Impl_Call struct {
	*mock.Call
}

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

func (*MockAccountMetastoreAssignmentsInterface_Impl_Call) Run

type MockAccountMetastoreAssignmentsInterface_ListAll_Call

type MockAccountMetastoreAssignmentsInterface_ListAll_Call struct {
	*mock.Call
}

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

func (*MockAccountMetastoreAssignmentsInterface_ListAll_Call) Return

type MockAccountMetastoreAssignmentsInterface_ListByMetastoreId_Call

type MockAccountMetastoreAssignmentsInterface_ListByMetastoreId_Call struct {
	*mock.Call
}

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

func (*MockAccountMetastoreAssignmentsInterface_ListByMetastoreId_Call) Run

type MockAccountMetastoreAssignmentsInterface_List_Call

type MockAccountMetastoreAssignmentsInterface_List_Call struct {
	*mock.Call
}

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

func (*MockAccountMetastoreAssignmentsInterface_List_Call) Return

type MockAccountMetastoreAssignmentsInterface_Update_Call

type MockAccountMetastoreAssignmentsInterface_Update_Call struct {
	*mock.Call
}

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

func (*MockAccountMetastoreAssignmentsInterface_Update_Call) Return

func (*MockAccountMetastoreAssignmentsInterface_Update_Call) Run

type MockAccountMetastoreAssignmentsInterface_WithImpl_Call

type MockAccountMetastoreAssignmentsInterface_WithImpl_Call struct {
	*mock.Call
}

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

type MockAccountMetastoresInterface

type MockAccountMetastoresInterface struct {
	mock.Mock
}

MockAccountMetastoresInterface is an autogenerated mock type for the AccountMetastoresInterface type

func NewMockAccountMetastoresInterface

func NewMockAccountMetastoresInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockAccountMetastoresInterface

NewMockAccountMetastoresInterface creates a new instance of MockAccountMetastoresInterface. 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 (*MockAccountMetastoresInterface) Create

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

func (*MockAccountMetastoresInterface) Delete

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

func (*MockAccountMetastoresInterface) DeleteByMetastoreId

func (_m *MockAccountMetastoresInterface) DeleteByMetastoreId(ctx context.Context, metastoreId string) error

DeleteByMetastoreId provides a mock function with given fields: ctx, metastoreId

func (*MockAccountMetastoresInterface) EXPECT

func (*MockAccountMetastoresInterface) Get

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

func (*MockAccountMetastoresInterface) GetByMetastoreId

func (_m *MockAccountMetastoresInterface) GetByMetastoreId(ctx context.Context, metastoreId string) (*catalog.AccountsMetastoreInfo, error)

GetByMetastoreId provides a mock function with given fields: ctx, metastoreId

func (*MockAccountMetastoresInterface) Impl

Impl provides a mock function with given fields:

func (*MockAccountMetastoresInterface) List

List provides a mock function with given fields: ctx

func (*MockAccountMetastoresInterface) ListAll

ListAll provides a mock function with given fields: ctx

func (*MockAccountMetastoresInterface) Update

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

func (*MockAccountMetastoresInterface) WithImpl

WithImpl provides a mock function with given fields: impl

type MockAccountMetastoresInterface_Create_Call

type MockAccountMetastoresInterface_Create_Call struct {
	*mock.Call
}

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

func (*MockAccountMetastoresInterface_Create_Call) Return

func (*MockAccountMetastoresInterface_Create_Call) Run

type MockAccountMetastoresInterface_DeleteByMetastoreId_Call

type MockAccountMetastoresInterface_DeleteByMetastoreId_Call struct {
	*mock.Call
}

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

func (*MockAccountMetastoresInterface_DeleteByMetastoreId_Call) Return

func (*MockAccountMetastoresInterface_DeleteByMetastoreId_Call) Run

func (*MockAccountMetastoresInterface_DeleteByMetastoreId_Call) RunAndReturn

type MockAccountMetastoresInterface_Delete_Call

type MockAccountMetastoresInterface_Delete_Call struct {
	*mock.Call
}

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

func (*MockAccountMetastoresInterface_Delete_Call) Return

func (*MockAccountMetastoresInterface_Delete_Call) Run

type MockAccountMetastoresInterface_Expecter

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

func (*MockAccountMetastoresInterface_Expecter) Create

func (_e *MockAccountMetastoresInterface_Expecter) Create(ctx interface{}, request interface{}) *MockAccountMetastoresInterface_Create_Call

Create is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.AccountsCreateMetastore

func (*MockAccountMetastoresInterface_Expecter) Delete

func (_e *MockAccountMetastoresInterface_Expecter) Delete(ctx interface{}, request interface{}) *MockAccountMetastoresInterface_Delete_Call

Delete is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.DeleteAccountMetastoreRequest

func (*MockAccountMetastoresInterface_Expecter) DeleteByMetastoreId

func (_e *MockAccountMetastoresInterface_Expecter) DeleteByMetastoreId(ctx interface{}, metastoreId interface{}) *MockAccountMetastoresInterface_DeleteByMetastoreId_Call

DeleteByMetastoreId is a helper method to define mock.On call

  • ctx context.Context
  • metastoreId string

func (*MockAccountMetastoresInterface_Expecter) Get

func (_e *MockAccountMetastoresInterface_Expecter) Get(ctx interface{}, request interface{}) *MockAccountMetastoresInterface_Get_Call

Get is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.GetAccountMetastoreRequest

func (*MockAccountMetastoresInterface_Expecter) GetByMetastoreId

func (_e *MockAccountMetastoresInterface_Expecter) GetByMetastoreId(ctx interface{}, metastoreId interface{}) *MockAccountMetastoresInterface_GetByMetastoreId_Call

GetByMetastoreId is a helper method to define mock.On call

  • ctx context.Context
  • metastoreId string

func (*MockAccountMetastoresInterface_Expecter) Impl

Impl is a helper method to define mock.On call

func (*MockAccountMetastoresInterface_Expecter) List

List is a helper method to define mock.On call

  • ctx context.Context

func (*MockAccountMetastoresInterface_Expecter) ListAll

ListAll is a helper method to define mock.On call

  • ctx context.Context

func (*MockAccountMetastoresInterface_Expecter) Update

func (_e *MockAccountMetastoresInterface_Expecter) Update(ctx interface{}, request interface{}) *MockAccountMetastoresInterface_Update_Call

Update is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.AccountsUpdateMetastore

func (*MockAccountMetastoresInterface_Expecter) WithImpl

WithImpl is a helper method to define mock.On call

  • impl catalog.AccountMetastoresService

type MockAccountMetastoresInterface_GetByMetastoreId_Call

type MockAccountMetastoresInterface_GetByMetastoreId_Call struct {
	*mock.Call
}

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

func (*MockAccountMetastoresInterface_GetByMetastoreId_Call) Return

func (*MockAccountMetastoresInterface_GetByMetastoreId_Call) Run

type MockAccountMetastoresInterface_Get_Call

type MockAccountMetastoresInterface_Get_Call struct {
	*mock.Call
}

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

func (*MockAccountMetastoresInterface_Get_Call) Return

func (*MockAccountMetastoresInterface_Get_Call) Run

type MockAccountMetastoresInterface_Impl_Call

type MockAccountMetastoresInterface_Impl_Call struct {
	*mock.Call
}

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

func (*MockAccountMetastoresInterface_Impl_Call) Return

func (*MockAccountMetastoresInterface_Impl_Call) Run

func (*MockAccountMetastoresInterface_Impl_Call) RunAndReturn

type MockAccountMetastoresInterface_ListAll_Call

type MockAccountMetastoresInterface_ListAll_Call struct {
	*mock.Call
}

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

func (*MockAccountMetastoresInterface_ListAll_Call) Return

func (*MockAccountMetastoresInterface_ListAll_Call) Run

func (*MockAccountMetastoresInterface_ListAll_Call) RunAndReturn

type MockAccountMetastoresInterface_List_Call

type MockAccountMetastoresInterface_List_Call struct {
	*mock.Call
}

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

func (*MockAccountMetastoresInterface_List_Call) Return

func (*MockAccountMetastoresInterface_List_Call) Run

func (*MockAccountMetastoresInterface_List_Call) RunAndReturn

type MockAccountMetastoresInterface_Update_Call

type MockAccountMetastoresInterface_Update_Call struct {
	*mock.Call
}

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

func (*MockAccountMetastoresInterface_Update_Call) Return

func (*MockAccountMetastoresInterface_Update_Call) Run

type MockAccountMetastoresInterface_WithImpl_Call

type MockAccountMetastoresInterface_WithImpl_Call struct {
	*mock.Call
}

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

func (*MockAccountMetastoresInterface_WithImpl_Call) Run

type MockAccountStorageCredentialsInterface

type MockAccountStorageCredentialsInterface struct {
	mock.Mock
}

MockAccountStorageCredentialsInterface is an autogenerated mock type for the AccountStorageCredentialsInterface type

func NewMockAccountStorageCredentialsInterface

func NewMockAccountStorageCredentialsInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockAccountStorageCredentialsInterface

NewMockAccountStorageCredentialsInterface creates a new instance of MockAccountStorageCredentialsInterface. 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 (*MockAccountStorageCredentialsInterface) Create

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

func (*MockAccountStorageCredentialsInterface) Delete

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

func (*MockAccountStorageCredentialsInterface) DeleteByMetastoreIdAndStorageCredentialName

func (_m *MockAccountStorageCredentialsInterface) DeleteByMetastoreIdAndStorageCredentialName(ctx context.Context, metastoreId string, storageCredentialName string) error

DeleteByMetastoreIdAndStorageCredentialName provides a mock function with given fields: ctx, metastoreId, storageCredentialName

func (*MockAccountStorageCredentialsInterface) EXPECT

func (*MockAccountStorageCredentialsInterface) Get

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

func (*MockAccountStorageCredentialsInterface) GetByMetastoreIdAndStorageCredentialName

func (_m *MockAccountStorageCredentialsInterface) GetByMetastoreIdAndStorageCredentialName(ctx context.Context, metastoreId string, storageCredentialName string) (*catalog.AccountsStorageCredentialInfo, error)

GetByMetastoreIdAndStorageCredentialName provides a mock function with given fields: ctx, metastoreId, storageCredentialName

func (*MockAccountStorageCredentialsInterface) GetByName

GetByName provides a mock function with given fields: ctx, name

func (*MockAccountStorageCredentialsInterface) Impl

Impl provides a mock function with given fields:

func (*MockAccountStorageCredentialsInterface) List

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

func (*MockAccountStorageCredentialsInterface) ListByMetastoreId

ListByMetastoreId provides a mock function with given fields: ctx, metastoreId

func (*MockAccountStorageCredentialsInterface) StorageCredentialInfoNameToIdMap

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

func (*MockAccountStorageCredentialsInterface) Update

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

func (*MockAccountStorageCredentialsInterface) WithImpl

WithImpl provides a mock function with given fields: impl

type MockAccountStorageCredentialsInterface_Create_Call

type MockAccountStorageCredentialsInterface_Create_Call struct {
	*mock.Call
}

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

func (*MockAccountStorageCredentialsInterface_Create_Call) Run

type MockAccountStorageCredentialsInterface_DeleteByMetastoreIdAndStorageCredentialName_Call

type MockAccountStorageCredentialsInterface_DeleteByMetastoreIdAndStorageCredentialName_Call struct {
	*mock.Call
}

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

func (*MockAccountStorageCredentialsInterface_DeleteByMetastoreIdAndStorageCredentialName_Call) Return

func (*MockAccountStorageCredentialsInterface_DeleteByMetastoreIdAndStorageCredentialName_Call) Run

type MockAccountStorageCredentialsInterface_Delete_Call

type MockAccountStorageCredentialsInterface_Delete_Call struct {
	*mock.Call
}

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

func (*MockAccountStorageCredentialsInterface_Delete_Call) Return

type MockAccountStorageCredentialsInterface_Expecter

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

func (*MockAccountStorageCredentialsInterface_Expecter) Create

Create is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.AccountsCreateStorageCredential

func (*MockAccountStorageCredentialsInterface_Expecter) Delete

Delete is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.DeleteAccountStorageCredentialRequest

func (*MockAccountStorageCredentialsInterface_Expecter) DeleteByMetastoreIdAndStorageCredentialName

func (_e *MockAccountStorageCredentialsInterface_Expecter) DeleteByMetastoreIdAndStorageCredentialName(ctx interface{}, metastoreId interface{}, storageCredentialName interface{}) *MockAccountStorageCredentialsInterface_DeleteByMetastoreIdAndStorageCredentialName_Call

DeleteByMetastoreIdAndStorageCredentialName is a helper method to define mock.On call

  • ctx context.Context
  • metastoreId string
  • storageCredentialName string

func (*MockAccountStorageCredentialsInterface_Expecter) Get

Get is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.GetAccountStorageCredentialRequest

func (*MockAccountStorageCredentialsInterface_Expecter) GetByMetastoreIdAndStorageCredentialName

func (_e *MockAccountStorageCredentialsInterface_Expecter) GetByMetastoreIdAndStorageCredentialName(ctx interface{}, metastoreId interface{}, storageCredentialName interface{}) *MockAccountStorageCredentialsInterface_GetByMetastoreIdAndStorageCredentialName_Call

GetByMetastoreIdAndStorageCredentialName is a helper method to define mock.On call

  • ctx context.Context
  • metastoreId string
  • storageCredentialName string

func (*MockAccountStorageCredentialsInterface_Expecter) GetByName

GetByName is a helper method to define mock.On call

  • ctx context.Context
  • name string

func (*MockAccountStorageCredentialsInterface_Expecter) Impl

Impl is a helper method to define mock.On call

func (*MockAccountStorageCredentialsInterface_Expecter) List

List is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.ListAccountStorageCredentialsRequest

func (*MockAccountStorageCredentialsInterface_Expecter) ListByMetastoreId

func (_e *MockAccountStorageCredentialsInterface_Expecter) ListByMetastoreId(ctx interface{}, metastoreId interface{}) *MockAccountStorageCredentialsInterface_ListByMetastoreId_Call

ListByMetastoreId is a helper method to define mock.On call

  • ctx context.Context
  • metastoreId string

func (*MockAccountStorageCredentialsInterface_Expecter) StorageCredentialInfoNameToIdMap

func (_e *MockAccountStorageCredentialsInterface_Expecter) StorageCredentialInfoNameToIdMap(ctx interface{}, request interface{}) *MockAccountStorageCredentialsInterface_StorageCredentialInfoNameToIdMap_Call

StorageCredentialInfoNameToIdMap is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.ListAccountStorageCredentialsRequest

func (*MockAccountStorageCredentialsInterface_Expecter) Update

Update is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.AccountsUpdateStorageCredential

func (*MockAccountStorageCredentialsInterface_Expecter) WithImpl

WithImpl is a helper method to define mock.On call

  • impl catalog.AccountStorageCredentialsService

type MockAccountStorageCredentialsInterface_GetByMetastoreIdAndStorageCredentialName_Call

type MockAccountStorageCredentialsInterface_GetByMetastoreIdAndStorageCredentialName_Call struct {
	*mock.Call
}

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

func (*MockAccountStorageCredentialsInterface_GetByMetastoreIdAndStorageCredentialName_Call) Run

type MockAccountStorageCredentialsInterface_GetByName_Call

type MockAccountStorageCredentialsInterface_GetByName_Call struct {
	*mock.Call
}

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

func (*MockAccountStorageCredentialsInterface_GetByName_Call) Return

func (*MockAccountStorageCredentialsInterface_GetByName_Call) Run

type MockAccountStorageCredentialsInterface_Get_Call

type MockAccountStorageCredentialsInterface_Get_Call struct {
	*mock.Call
}

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

func (*MockAccountStorageCredentialsInterface_Get_Call) Run

type MockAccountStorageCredentialsInterface_Impl_Call

type MockAccountStorageCredentialsInterface_Impl_Call struct {
	*mock.Call
}

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

func (*MockAccountStorageCredentialsInterface_Impl_Call) Run

func (*MockAccountStorageCredentialsInterface_Impl_Call) RunAndReturn

type MockAccountStorageCredentialsInterface_ListByMetastoreId_Call

type MockAccountStorageCredentialsInterface_ListByMetastoreId_Call struct {
	*mock.Call
}

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

func (*MockAccountStorageCredentialsInterface_ListByMetastoreId_Call) Return

func (*MockAccountStorageCredentialsInterface_ListByMetastoreId_Call) Run

type MockAccountStorageCredentialsInterface_List_Call

type MockAccountStorageCredentialsInterface_List_Call struct {
	*mock.Call
}

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

func (*MockAccountStorageCredentialsInterface_List_Call) Return

func (*MockAccountStorageCredentialsInterface_List_Call) Run

type MockAccountStorageCredentialsInterface_StorageCredentialInfoNameToIdMap_Call

type MockAccountStorageCredentialsInterface_StorageCredentialInfoNameToIdMap_Call struct {
	*mock.Call
}

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

func (*MockAccountStorageCredentialsInterface_StorageCredentialInfoNameToIdMap_Call) Return

type MockAccountStorageCredentialsInterface_Update_Call

type MockAccountStorageCredentialsInterface_Update_Call struct {
	*mock.Call
}

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

func (*MockAccountStorageCredentialsInterface_Update_Call) Run

type MockAccountStorageCredentialsInterface_WithImpl_Call

type MockAccountStorageCredentialsInterface_WithImpl_Call struct {
	*mock.Call
}

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

func (*MockAccountStorageCredentialsInterface_WithImpl_Call) Run

type MockArtifactAllowlistsInterface

type MockArtifactAllowlistsInterface struct {
	mock.Mock
}

MockArtifactAllowlistsInterface is an autogenerated mock type for the ArtifactAllowlistsInterface type

func NewMockArtifactAllowlistsInterface

func NewMockArtifactAllowlistsInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockArtifactAllowlistsInterface

NewMockArtifactAllowlistsInterface creates a new instance of MockArtifactAllowlistsInterface. 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 (*MockArtifactAllowlistsInterface) EXPECT

func (*MockArtifactAllowlistsInterface) Get

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

func (*MockArtifactAllowlistsInterface) GetByArtifactType

GetByArtifactType provides a mock function with given fields: ctx, artifactType

func (*MockArtifactAllowlistsInterface) Impl

Impl provides a mock function with given fields:

func (*MockArtifactAllowlistsInterface) Update

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

func (*MockArtifactAllowlistsInterface) WithImpl

WithImpl provides a mock function with given fields: impl

type MockArtifactAllowlistsInterface_Expecter

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

func (*MockArtifactAllowlistsInterface_Expecter) Get

func (_e *MockArtifactAllowlistsInterface_Expecter) Get(ctx interface{}, request interface{}) *MockArtifactAllowlistsInterface_Get_Call

Get is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.GetArtifactAllowlistRequest

func (*MockArtifactAllowlistsInterface_Expecter) GetByArtifactType

func (_e *MockArtifactAllowlistsInterface_Expecter) GetByArtifactType(ctx interface{}, artifactType interface{}) *MockArtifactAllowlistsInterface_GetByArtifactType_Call

GetByArtifactType is a helper method to define mock.On call

  • ctx context.Context
  • artifactType catalog.ArtifactType

func (*MockArtifactAllowlistsInterface_Expecter) Impl

Impl is a helper method to define mock.On call

func (*MockArtifactAllowlistsInterface_Expecter) Update

func (_e *MockArtifactAllowlistsInterface_Expecter) Update(ctx interface{}, request interface{}) *MockArtifactAllowlistsInterface_Update_Call

Update is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.SetArtifactAllowlist

func (*MockArtifactAllowlistsInterface_Expecter) WithImpl

WithImpl is a helper method to define mock.On call

  • impl catalog.ArtifactAllowlistsService

type MockArtifactAllowlistsInterface_GetByArtifactType_Call

type MockArtifactAllowlistsInterface_GetByArtifactType_Call struct {
	*mock.Call
}

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

func (*MockArtifactAllowlistsInterface_GetByArtifactType_Call) Return

func (*MockArtifactAllowlistsInterface_GetByArtifactType_Call) Run

type MockArtifactAllowlistsInterface_Get_Call

type MockArtifactAllowlistsInterface_Get_Call struct {
	*mock.Call
}

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

func (*MockArtifactAllowlistsInterface_Get_Call) Return

func (*MockArtifactAllowlistsInterface_Get_Call) Run

type MockArtifactAllowlistsInterface_Impl_Call

type MockArtifactAllowlistsInterface_Impl_Call struct {
	*mock.Call
}

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

func (*MockArtifactAllowlistsInterface_Impl_Call) Run

func (*MockArtifactAllowlistsInterface_Impl_Call) RunAndReturn

type MockArtifactAllowlistsInterface_Update_Call

type MockArtifactAllowlistsInterface_Update_Call struct {
	*mock.Call
}

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

func (*MockArtifactAllowlistsInterface_Update_Call) Return

func (*MockArtifactAllowlistsInterface_Update_Call) Run

type MockArtifactAllowlistsInterface_WithImpl_Call

type MockArtifactAllowlistsInterface_WithImpl_Call struct {
	*mock.Call
}

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

func (*MockArtifactAllowlistsInterface_WithImpl_Call) Run

type MockCatalogsInterface

type MockCatalogsInterface struct {
	mock.Mock
}

MockCatalogsInterface is an autogenerated mock type for the CatalogsInterface type

func NewMockCatalogsInterface

func NewMockCatalogsInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockCatalogsInterface

NewMockCatalogsInterface creates a new instance of MockCatalogsInterface. 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 (*MockCatalogsInterface) Create

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

func (*MockCatalogsInterface) Delete

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

func (*MockCatalogsInterface) DeleteByName

func (_m *MockCatalogsInterface) DeleteByName(ctx context.Context, name string) error

DeleteByName provides a mock function with given fields: ctx, name

func (*MockCatalogsInterface) EXPECT

func (*MockCatalogsInterface) Get

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

func (*MockCatalogsInterface) GetByName

func (_m *MockCatalogsInterface) GetByName(ctx context.Context, name string) (*catalog.CatalogInfo, error)

GetByName provides a mock function with given fields: ctx, name

func (*MockCatalogsInterface) Impl

Impl provides a mock function with given fields:

func (*MockCatalogsInterface) List

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

func (*MockCatalogsInterface) ListAll

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

func (*MockCatalogsInterface) Update

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

func (*MockCatalogsInterface) WithImpl

WithImpl provides a mock function with given fields: impl

type MockCatalogsInterface_Create_Call

type MockCatalogsInterface_Create_Call struct {
	*mock.Call
}

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

func (*MockCatalogsInterface_Create_Call) Return

func (*MockCatalogsInterface_Create_Call) Run

func (*MockCatalogsInterface_Create_Call) RunAndReturn

type MockCatalogsInterface_DeleteByName_Call

type MockCatalogsInterface_DeleteByName_Call struct {
	*mock.Call
}

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

func (*MockCatalogsInterface_DeleteByName_Call) Return

func (*MockCatalogsInterface_DeleteByName_Call) Run

func (*MockCatalogsInterface_DeleteByName_Call) RunAndReturn

type MockCatalogsInterface_Delete_Call

type MockCatalogsInterface_Delete_Call struct {
	*mock.Call
}

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

func (*MockCatalogsInterface_Delete_Call) Return

func (*MockCatalogsInterface_Delete_Call) Run

func (*MockCatalogsInterface_Delete_Call) RunAndReturn

type MockCatalogsInterface_Expecter

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

func (*MockCatalogsInterface_Expecter) Create

func (_e *MockCatalogsInterface_Expecter) Create(ctx interface{}, request interface{}) *MockCatalogsInterface_Create_Call

Create is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.CreateCatalog

func (*MockCatalogsInterface_Expecter) Delete

func (_e *MockCatalogsInterface_Expecter) Delete(ctx interface{}, request interface{}) *MockCatalogsInterface_Delete_Call

Delete is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.DeleteCatalogRequest

func (*MockCatalogsInterface_Expecter) DeleteByName

func (_e *MockCatalogsInterface_Expecter) DeleteByName(ctx interface{}, name interface{}) *MockCatalogsInterface_DeleteByName_Call

DeleteByName is a helper method to define mock.On call

  • ctx context.Context
  • name string

func (*MockCatalogsInterface_Expecter) Get

func (_e *MockCatalogsInterface_Expecter) Get(ctx interface{}, request interface{}) *MockCatalogsInterface_Get_Call

Get is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.GetCatalogRequest

func (*MockCatalogsInterface_Expecter) GetByName

func (_e *MockCatalogsInterface_Expecter) GetByName(ctx interface{}, name interface{}) *MockCatalogsInterface_GetByName_Call

GetByName is a helper method to define mock.On call

  • ctx context.Context
  • name string

func (*MockCatalogsInterface_Expecter) Impl

Impl is a helper method to define mock.On call

func (*MockCatalogsInterface_Expecter) List

func (_e *MockCatalogsInterface_Expecter) List(ctx interface{}, request interface{}) *MockCatalogsInterface_List_Call

List is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.ListCatalogsRequest

func (*MockCatalogsInterface_Expecter) ListAll

func (_e *MockCatalogsInterface_Expecter) ListAll(ctx interface{}, request interface{}) *MockCatalogsInterface_ListAll_Call

ListAll is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.ListCatalogsRequest

func (*MockCatalogsInterface_Expecter) Update

func (_e *MockCatalogsInterface_Expecter) Update(ctx interface{}, request interface{}) *MockCatalogsInterface_Update_Call

Update is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.UpdateCatalog

func (*MockCatalogsInterface_Expecter) WithImpl

WithImpl is a helper method to define mock.On call

  • impl catalog.CatalogsService

type MockCatalogsInterface_GetByName_Call

type MockCatalogsInterface_GetByName_Call struct {
	*mock.Call
}

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

func (*MockCatalogsInterface_GetByName_Call) Return

func (*MockCatalogsInterface_GetByName_Call) Run

func (*MockCatalogsInterface_GetByName_Call) RunAndReturn

type MockCatalogsInterface_Get_Call

type MockCatalogsInterface_Get_Call struct {
	*mock.Call
}

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

func (*MockCatalogsInterface_Get_Call) Return

func (*MockCatalogsInterface_Get_Call) Run

func (*MockCatalogsInterface_Get_Call) RunAndReturn

type MockCatalogsInterface_Impl_Call

type MockCatalogsInterface_Impl_Call struct {
	*mock.Call
}

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

func (*MockCatalogsInterface_Impl_Call) Return

func (*MockCatalogsInterface_Impl_Call) Run

func (*MockCatalogsInterface_Impl_Call) RunAndReturn

type MockCatalogsInterface_ListAll_Call

type MockCatalogsInterface_ListAll_Call struct {
	*mock.Call
}

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

func (*MockCatalogsInterface_ListAll_Call) Return

func (*MockCatalogsInterface_ListAll_Call) Run

func (*MockCatalogsInterface_ListAll_Call) RunAndReturn

type MockCatalogsInterface_List_Call

type MockCatalogsInterface_List_Call struct {
	*mock.Call
}

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

func (*MockCatalogsInterface_List_Call) Return

func (*MockCatalogsInterface_List_Call) Run

type MockCatalogsInterface_Update_Call

type MockCatalogsInterface_Update_Call struct {
	*mock.Call
}

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

func (*MockCatalogsInterface_Update_Call) Return

func (*MockCatalogsInterface_Update_Call) Run

func (*MockCatalogsInterface_Update_Call) RunAndReturn

type MockCatalogsInterface_WithImpl_Call

type MockCatalogsInterface_WithImpl_Call struct {
	*mock.Call
}

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

func (*MockCatalogsInterface_WithImpl_Call) Return

func (*MockCatalogsInterface_WithImpl_Call) Run

func (*MockCatalogsInterface_WithImpl_Call) RunAndReturn

type MockConnectionsInterface

type MockConnectionsInterface struct {
	mock.Mock
}

MockConnectionsInterface is an autogenerated mock type for the ConnectionsInterface type

func NewMockConnectionsInterface

func NewMockConnectionsInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockConnectionsInterface

NewMockConnectionsInterface creates a new instance of MockConnectionsInterface. 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 (*MockConnectionsInterface) ConnectionInfoNameToFullNameMap

func (_m *MockConnectionsInterface) ConnectionInfoNameToFullNameMap(ctx context.Context) (map[string]string, error)

ConnectionInfoNameToFullNameMap provides a mock function with given fields: ctx

func (*MockConnectionsInterface) Create

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

func (*MockConnectionsInterface) Delete

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

func (*MockConnectionsInterface) DeleteByName added in v0.32.0

func (_m *MockConnectionsInterface) DeleteByName(ctx context.Context, name string) error

DeleteByName provides a mock function with given fields: ctx, name

func (*MockConnectionsInterface) EXPECT

func (*MockConnectionsInterface) Get

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

func (*MockConnectionsInterface) GetByName

GetByName provides a mock function with given fields: ctx, name

func (*MockConnectionsInterface) Impl

Impl provides a mock function with given fields:

func (*MockConnectionsInterface) List

List provides a mock function with given fields: ctx

func (*MockConnectionsInterface) ListAll

ListAll provides a mock function with given fields: ctx

func (*MockConnectionsInterface) Update

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

func (*MockConnectionsInterface) WithImpl

WithImpl provides a mock function with given fields: impl

type MockConnectionsInterface_ConnectionInfoNameToFullNameMap_Call

type MockConnectionsInterface_ConnectionInfoNameToFullNameMap_Call struct {
	*mock.Call
}

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

func (*MockConnectionsInterface_ConnectionInfoNameToFullNameMap_Call) Return

func (*MockConnectionsInterface_ConnectionInfoNameToFullNameMap_Call) Run

func (*MockConnectionsInterface_ConnectionInfoNameToFullNameMap_Call) RunAndReturn

type MockConnectionsInterface_Create_Call

type MockConnectionsInterface_Create_Call struct {
	*mock.Call
}

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

func (*MockConnectionsInterface_Create_Call) Return

func (*MockConnectionsInterface_Create_Call) Run

type MockConnectionsInterface_DeleteByName_Call added in v0.32.0

type MockConnectionsInterface_DeleteByName_Call struct {
	*mock.Call
}

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

func (*MockConnectionsInterface_DeleteByName_Call) Return added in v0.32.0

func (*MockConnectionsInterface_DeleteByName_Call) Run added in v0.32.0

func (*MockConnectionsInterface_DeleteByName_Call) RunAndReturn added in v0.32.0

type MockConnectionsInterface_Delete_Call

type MockConnectionsInterface_Delete_Call struct {
	*mock.Call
}

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

func (*MockConnectionsInterface_Delete_Call) Return

func (*MockConnectionsInterface_Delete_Call) Run

func (*MockConnectionsInterface_Delete_Call) RunAndReturn

type MockConnectionsInterface_Expecter

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

func (*MockConnectionsInterface_Expecter) ConnectionInfoNameToFullNameMap

func (_e *MockConnectionsInterface_Expecter) ConnectionInfoNameToFullNameMap(ctx interface{}) *MockConnectionsInterface_ConnectionInfoNameToFullNameMap_Call

ConnectionInfoNameToFullNameMap is a helper method to define mock.On call

  • ctx context.Context

func (*MockConnectionsInterface_Expecter) Create

func (_e *MockConnectionsInterface_Expecter) Create(ctx interface{}, request interface{}) *MockConnectionsInterface_Create_Call

Create is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.CreateConnection

func (*MockConnectionsInterface_Expecter) Delete

func (_e *MockConnectionsInterface_Expecter) Delete(ctx interface{}, request interface{}) *MockConnectionsInterface_Delete_Call

Delete is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.DeleteConnectionRequest

func (*MockConnectionsInterface_Expecter) DeleteByName added in v0.32.0

func (_e *MockConnectionsInterface_Expecter) DeleteByName(ctx interface{}, name interface{}) *MockConnectionsInterface_DeleteByName_Call

DeleteByName is a helper method to define mock.On call

  • ctx context.Context
  • name string

func (*MockConnectionsInterface_Expecter) Get

func (_e *MockConnectionsInterface_Expecter) Get(ctx interface{}, request interface{}) *MockConnectionsInterface_Get_Call

Get is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.GetConnectionRequest

func (*MockConnectionsInterface_Expecter) GetByName

func (_e *MockConnectionsInterface_Expecter) GetByName(ctx interface{}, name interface{}) *MockConnectionsInterface_GetByName_Call

GetByName is a helper method to define mock.On call

  • ctx context.Context
  • name string

func (*MockConnectionsInterface_Expecter) Impl

Impl is a helper method to define mock.On call

func (*MockConnectionsInterface_Expecter) List

List is a helper method to define mock.On call

  • ctx context.Context

func (*MockConnectionsInterface_Expecter) ListAll

ListAll is a helper method to define mock.On call

  • ctx context.Context

func (*MockConnectionsInterface_Expecter) Update

func (_e *MockConnectionsInterface_Expecter) Update(ctx interface{}, request interface{}) *MockConnectionsInterface_Update_Call

Update is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.UpdateConnection

func (*MockConnectionsInterface_Expecter) WithImpl

WithImpl is a helper method to define mock.On call

  • impl catalog.ConnectionsService

type MockConnectionsInterface_GetByName_Call

type MockConnectionsInterface_GetByName_Call struct {
	*mock.Call
}

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

func (*MockConnectionsInterface_GetByName_Call) Return

func (*MockConnectionsInterface_GetByName_Call) Run

func (*MockConnectionsInterface_GetByName_Call) RunAndReturn

type MockConnectionsInterface_Get_Call

type MockConnectionsInterface_Get_Call struct {
	*mock.Call
}

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

func (*MockConnectionsInterface_Get_Call) Return

func (*MockConnectionsInterface_Get_Call) Run

type MockConnectionsInterface_Impl_Call

type MockConnectionsInterface_Impl_Call struct {
	*mock.Call
}

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

func (*MockConnectionsInterface_Impl_Call) Return

func (*MockConnectionsInterface_Impl_Call) Run

func (*MockConnectionsInterface_Impl_Call) RunAndReturn

type MockConnectionsInterface_ListAll_Call

type MockConnectionsInterface_ListAll_Call struct {
	*mock.Call
}

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

func (*MockConnectionsInterface_ListAll_Call) Return

func (*MockConnectionsInterface_ListAll_Call) Run

func (*MockConnectionsInterface_ListAll_Call) RunAndReturn

type MockConnectionsInterface_List_Call

type MockConnectionsInterface_List_Call struct {
	*mock.Call
}

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

func (*MockConnectionsInterface_List_Call) Return

func (*MockConnectionsInterface_List_Call) Run

func (*MockConnectionsInterface_List_Call) RunAndReturn

type MockConnectionsInterface_Update_Call

type MockConnectionsInterface_Update_Call struct {
	*mock.Call
}

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

func (*MockConnectionsInterface_Update_Call) Return

func (*MockConnectionsInterface_Update_Call) Run

type MockConnectionsInterface_WithImpl_Call

type MockConnectionsInterface_WithImpl_Call struct {
	*mock.Call
}

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

func (*MockConnectionsInterface_WithImpl_Call) Return

func (*MockConnectionsInterface_WithImpl_Call) Run

type MockExternalLocationsInterface

type MockExternalLocationsInterface struct {
	mock.Mock
}

MockExternalLocationsInterface is an autogenerated mock type for the ExternalLocationsInterface type

func NewMockExternalLocationsInterface

func NewMockExternalLocationsInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockExternalLocationsInterface

NewMockExternalLocationsInterface creates a new instance of MockExternalLocationsInterface. 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 (*MockExternalLocationsInterface) Create

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

func (*MockExternalLocationsInterface) Delete

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

func (*MockExternalLocationsInterface) DeleteByName

func (_m *MockExternalLocationsInterface) DeleteByName(ctx context.Context, name string) error

DeleteByName provides a mock function with given fields: ctx, name

func (*MockExternalLocationsInterface) EXPECT

func (*MockExternalLocationsInterface) Get

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

func (*MockExternalLocationsInterface) GetByName

GetByName provides a mock function with given fields: ctx, name

func (*MockExternalLocationsInterface) Impl

Impl provides a mock function with given fields:

func (*MockExternalLocationsInterface) List

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

func (*MockExternalLocationsInterface) ListAll

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

func (*MockExternalLocationsInterface) Update

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

func (*MockExternalLocationsInterface) WithImpl

WithImpl provides a mock function with given fields: impl

type MockExternalLocationsInterface_Create_Call

type MockExternalLocationsInterface_Create_Call struct {
	*mock.Call
}

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

func (*MockExternalLocationsInterface_Create_Call) Return

func (*MockExternalLocationsInterface_Create_Call) Run

type MockExternalLocationsInterface_DeleteByName_Call

type MockExternalLocationsInterface_DeleteByName_Call struct {
	*mock.Call
}

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

func (*MockExternalLocationsInterface_DeleteByName_Call) Return

func (*MockExternalLocationsInterface_DeleteByName_Call) Run

func (*MockExternalLocationsInterface_DeleteByName_Call) RunAndReturn

type MockExternalLocationsInterface_Delete_Call

type MockExternalLocationsInterface_Delete_Call struct {
	*mock.Call
}

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

func (*MockExternalLocationsInterface_Delete_Call) Return

func (*MockExternalLocationsInterface_Delete_Call) Run

type MockExternalLocationsInterface_Expecter

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

func (*MockExternalLocationsInterface_Expecter) Create

func (_e *MockExternalLocationsInterface_Expecter) Create(ctx interface{}, request interface{}) *MockExternalLocationsInterface_Create_Call

Create is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.CreateExternalLocation

func (*MockExternalLocationsInterface_Expecter) Delete

func (_e *MockExternalLocationsInterface_Expecter) Delete(ctx interface{}, request interface{}) *MockExternalLocationsInterface_Delete_Call

Delete is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.DeleteExternalLocationRequest

func (*MockExternalLocationsInterface_Expecter) DeleteByName

func (_e *MockExternalLocationsInterface_Expecter) DeleteByName(ctx interface{}, name interface{}) *MockExternalLocationsInterface_DeleteByName_Call

DeleteByName is a helper method to define mock.On call

  • ctx context.Context
  • name string

func (*MockExternalLocationsInterface_Expecter) Get

func (_e *MockExternalLocationsInterface_Expecter) Get(ctx interface{}, request interface{}) *MockExternalLocationsInterface_Get_Call

Get is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.GetExternalLocationRequest

func (*MockExternalLocationsInterface_Expecter) GetByName

func (_e *MockExternalLocationsInterface_Expecter) GetByName(ctx interface{}, name interface{}) *MockExternalLocationsInterface_GetByName_Call

GetByName is a helper method to define mock.On call

  • ctx context.Context
  • name string

func (*MockExternalLocationsInterface_Expecter) Impl

Impl is a helper method to define mock.On call

func (*MockExternalLocationsInterface_Expecter) List

func (_e *MockExternalLocationsInterface_Expecter) List(ctx interface{}, request interface{}) *MockExternalLocationsInterface_List_Call

List is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.ListExternalLocationsRequest

func (*MockExternalLocationsInterface_Expecter) ListAll

func (_e *MockExternalLocationsInterface_Expecter) ListAll(ctx interface{}, request interface{}) *MockExternalLocationsInterface_ListAll_Call

ListAll is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.ListExternalLocationsRequest

func (*MockExternalLocationsInterface_Expecter) Update

func (_e *MockExternalLocationsInterface_Expecter) Update(ctx interface{}, request interface{}) *MockExternalLocationsInterface_Update_Call

Update is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.UpdateExternalLocation

func (*MockExternalLocationsInterface_Expecter) WithImpl

WithImpl is a helper method to define mock.On call

  • impl catalog.ExternalLocationsService

type MockExternalLocationsInterface_GetByName_Call

type MockExternalLocationsInterface_GetByName_Call struct {
	*mock.Call
}

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

func (*MockExternalLocationsInterface_GetByName_Call) Return

func (*MockExternalLocationsInterface_GetByName_Call) Run

func (*MockExternalLocationsInterface_GetByName_Call) RunAndReturn

type MockExternalLocationsInterface_Get_Call

type MockExternalLocationsInterface_Get_Call struct {
	*mock.Call
}

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

func (*MockExternalLocationsInterface_Get_Call) Return

func (*MockExternalLocationsInterface_Get_Call) Run

type MockExternalLocationsInterface_Impl_Call

type MockExternalLocationsInterface_Impl_Call struct {
	*mock.Call
}

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

func (*MockExternalLocationsInterface_Impl_Call) Return

func (*MockExternalLocationsInterface_Impl_Call) Run

func (*MockExternalLocationsInterface_Impl_Call) RunAndReturn

type MockExternalLocationsInterface_ListAll_Call

type MockExternalLocationsInterface_ListAll_Call struct {
	*mock.Call
}

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

func (*MockExternalLocationsInterface_ListAll_Call) Return

func (*MockExternalLocationsInterface_ListAll_Call) Run

type MockExternalLocationsInterface_List_Call

type MockExternalLocationsInterface_List_Call struct {
	*mock.Call
}

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

func (*MockExternalLocationsInterface_List_Call) Run

type MockExternalLocationsInterface_Update_Call

type MockExternalLocationsInterface_Update_Call struct {
	*mock.Call
}

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

func (*MockExternalLocationsInterface_Update_Call) Return

func (*MockExternalLocationsInterface_Update_Call) Run

type MockExternalLocationsInterface_WithImpl_Call

type MockExternalLocationsInterface_WithImpl_Call struct {
	*mock.Call
}

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

func (*MockExternalLocationsInterface_WithImpl_Call) Run

type MockFunctionsInterface

type MockFunctionsInterface struct {
	mock.Mock
}

MockFunctionsInterface is an autogenerated mock type for the FunctionsInterface type

func NewMockFunctionsInterface

func NewMockFunctionsInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockFunctionsInterface

NewMockFunctionsInterface creates a new instance of MockFunctionsInterface. 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 (*MockFunctionsInterface) Create

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

func (*MockFunctionsInterface) Delete

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

func (*MockFunctionsInterface) DeleteByName

func (_m *MockFunctionsInterface) DeleteByName(ctx context.Context, name string) error

DeleteByName provides a mock function with given fields: ctx, name

func (*MockFunctionsInterface) EXPECT

func (*MockFunctionsInterface) FunctionInfoNameToFullNameMap

func (_m *MockFunctionsInterface) FunctionInfoNameToFullNameMap(ctx context.Context, request catalog.ListFunctionsRequest) (map[string]string, error)

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

func (*MockFunctionsInterface) Get

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

func (*MockFunctionsInterface) GetByName

func (_m *MockFunctionsInterface) GetByName(ctx context.Context, name string) (*catalog.FunctionInfo, error)

GetByName provides a mock function with given fields: ctx, name

func (*MockFunctionsInterface) Impl

Impl provides a mock function with given fields:

func (*MockFunctionsInterface) List

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

func (*MockFunctionsInterface) ListAll

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

func (*MockFunctionsInterface) Update

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

func (*MockFunctionsInterface) WithImpl

WithImpl provides a mock function with given fields: impl

type MockFunctionsInterface_Create_Call

type MockFunctionsInterface_Create_Call struct {
	*mock.Call
}

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

func (*MockFunctionsInterface_Create_Call) Return

func (*MockFunctionsInterface_Create_Call) Run

type MockFunctionsInterface_DeleteByName_Call

type MockFunctionsInterface_DeleteByName_Call struct {
	*mock.Call
}

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

func (*MockFunctionsInterface_DeleteByName_Call) Return

func (*MockFunctionsInterface_DeleteByName_Call) Run

func (*MockFunctionsInterface_DeleteByName_Call) RunAndReturn

type MockFunctionsInterface_Delete_Call

type MockFunctionsInterface_Delete_Call struct {
	*mock.Call
}

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

func (*MockFunctionsInterface_Delete_Call) Return

func (*MockFunctionsInterface_Delete_Call) Run

func (*MockFunctionsInterface_Delete_Call) RunAndReturn

type MockFunctionsInterface_Expecter

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

func (*MockFunctionsInterface_Expecter) Create

func (_e *MockFunctionsInterface_Expecter) Create(ctx interface{}, request interface{}) *MockFunctionsInterface_Create_Call

Create is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.CreateFunctionRequest

func (*MockFunctionsInterface_Expecter) Delete

func (_e *MockFunctionsInterface_Expecter) Delete(ctx interface{}, request interface{}) *MockFunctionsInterface_Delete_Call

Delete is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.DeleteFunctionRequest

func (*MockFunctionsInterface_Expecter) DeleteByName

func (_e *MockFunctionsInterface_Expecter) DeleteByName(ctx interface{}, name interface{}) *MockFunctionsInterface_DeleteByName_Call

DeleteByName is a helper method to define mock.On call

  • ctx context.Context
  • name string

func (*MockFunctionsInterface_Expecter) FunctionInfoNameToFullNameMap

func (_e *MockFunctionsInterface_Expecter) FunctionInfoNameToFullNameMap(ctx interface{}, request interface{}) *MockFunctionsInterface_FunctionInfoNameToFullNameMap_Call

FunctionInfoNameToFullNameMap is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.ListFunctionsRequest

func (*MockFunctionsInterface_Expecter) Get

func (_e *MockFunctionsInterface_Expecter) Get(ctx interface{}, request interface{}) *MockFunctionsInterface_Get_Call

Get is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.GetFunctionRequest

func (*MockFunctionsInterface_Expecter) GetByName

func (_e *MockFunctionsInterface_Expecter) GetByName(ctx interface{}, name interface{}) *MockFunctionsInterface_GetByName_Call

GetByName is a helper method to define mock.On call

  • ctx context.Context
  • name string

func (*MockFunctionsInterface_Expecter) Impl

Impl is a helper method to define mock.On call

func (*MockFunctionsInterface_Expecter) List

func (_e *MockFunctionsInterface_Expecter) List(ctx interface{}, request interface{}) *MockFunctionsInterface_List_Call

List is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.ListFunctionsRequest

func (*MockFunctionsInterface_Expecter) ListAll

func (_e *MockFunctionsInterface_Expecter) ListAll(ctx interface{}, request interface{}) *MockFunctionsInterface_ListAll_Call

ListAll is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.ListFunctionsRequest

func (*MockFunctionsInterface_Expecter) Update

func (_e *MockFunctionsInterface_Expecter) Update(ctx interface{}, request interface{}) *MockFunctionsInterface_Update_Call

Update is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.UpdateFunction

func (*MockFunctionsInterface_Expecter) WithImpl

WithImpl is a helper method to define mock.On call

  • impl catalog.FunctionsService

type MockFunctionsInterface_FunctionInfoNameToFullNameMap_Call

type MockFunctionsInterface_FunctionInfoNameToFullNameMap_Call struct {
	*mock.Call
}

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

func (*MockFunctionsInterface_FunctionInfoNameToFullNameMap_Call) Return

func (*MockFunctionsInterface_FunctionInfoNameToFullNameMap_Call) Run

type MockFunctionsInterface_GetByName_Call

type MockFunctionsInterface_GetByName_Call struct {
	*mock.Call
}

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

func (*MockFunctionsInterface_GetByName_Call) Return

func (*MockFunctionsInterface_GetByName_Call) Run

func (*MockFunctionsInterface_GetByName_Call) RunAndReturn

type MockFunctionsInterface_Get_Call

type MockFunctionsInterface_Get_Call struct {
	*mock.Call
}

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

func (*MockFunctionsInterface_Get_Call) Return

func (*MockFunctionsInterface_Get_Call) Run

func (*MockFunctionsInterface_Get_Call) RunAndReturn

type MockFunctionsInterface_Impl_Call

type MockFunctionsInterface_Impl_Call struct {
	*mock.Call
}

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

func (*MockFunctionsInterface_Impl_Call) Return

func (*MockFunctionsInterface_Impl_Call) Run

func (*MockFunctionsInterface_Impl_Call) RunAndReturn

type MockFunctionsInterface_ListAll_Call

type MockFunctionsInterface_ListAll_Call struct {
	*mock.Call
}

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

func (*MockFunctionsInterface_ListAll_Call) Return

func (*MockFunctionsInterface_ListAll_Call) Run

type MockFunctionsInterface_List_Call

type MockFunctionsInterface_List_Call struct {
	*mock.Call
}

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

func (*MockFunctionsInterface_List_Call) Return

func (*MockFunctionsInterface_List_Call) Run

type MockFunctionsInterface_Update_Call

type MockFunctionsInterface_Update_Call struct {
	*mock.Call
}

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

func (*MockFunctionsInterface_Update_Call) Return

func (*MockFunctionsInterface_Update_Call) Run

func (*MockFunctionsInterface_Update_Call) RunAndReturn

type MockFunctionsInterface_WithImpl_Call

type MockFunctionsInterface_WithImpl_Call struct {
	*mock.Call
}

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

func (*MockFunctionsInterface_WithImpl_Call) Return

func (*MockFunctionsInterface_WithImpl_Call) Run

func (*MockFunctionsInterface_WithImpl_Call) RunAndReturn

type MockGrantsInterface

type MockGrantsInterface struct {
	mock.Mock
}

MockGrantsInterface is an autogenerated mock type for the GrantsInterface type

func NewMockGrantsInterface

func NewMockGrantsInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockGrantsInterface

NewMockGrantsInterface creates a new instance of MockGrantsInterface. 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 (*MockGrantsInterface) EXPECT

func (*MockGrantsInterface) Get

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

func (*MockGrantsInterface) GetBySecurableTypeAndFullName

func (_m *MockGrantsInterface) GetBySecurableTypeAndFullName(ctx context.Context, securableType catalog.SecurableType, fullName string) (*catalog.PermissionsList, error)

GetBySecurableTypeAndFullName provides a mock function with given fields: ctx, securableType, fullName

func (*MockGrantsInterface) GetEffective

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

func (*MockGrantsInterface) GetEffectiveBySecurableTypeAndFullName

func (_m *MockGrantsInterface) GetEffectiveBySecurableTypeAndFullName(ctx context.Context, securableType catalog.SecurableType, fullName string) (*catalog.EffectivePermissionsList, error)

GetEffectiveBySecurableTypeAndFullName provides a mock function with given fields: ctx, securableType, fullName

func (*MockGrantsInterface) Impl

Impl provides a mock function with given fields:

func (*MockGrantsInterface) Update

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

func (*MockGrantsInterface) WithImpl

WithImpl provides a mock function with given fields: impl

type MockGrantsInterface_Expecter

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

func (*MockGrantsInterface_Expecter) Get

func (_e *MockGrantsInterface_Expecter) Get(ctx interface{}, request interface{}) *MockGrantsInterface_Get_Call

Get is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.GetGrantRequest

func (*MockGrantsInterface_Expecter) GetBySecurableTypeAndFullName

func (_e *MockGrantsInterface_Expecter) GetBySecurableTypeAndFullName(ctx interface{}, securableType interface{}, fullName interface{}) *MockGrantsInterface_GetBySecurableTypeAndFullName_Call

GetBySecurableTypeAndFullName is a helper method to define mock.On call

  • ctx context.Context
  • securableType catalog.SecurableType
  • fullName string

func (*MockGrantsInterface_Expecter) GetEffective

func (_e *MockGrantsInterface_Expecter) GetEffective(ctx interface{}, request interface{}) *MockGrantsInterface_GetEffective_Call

GetEffective is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.GetEffectiveRequest

func (*MockGrantsInterface_Expecter) GetEffectiveBySecurableTypeAndFullName

func (_e *MockGrantsInterface_Expecter) GetEffectiveBySecurableTypeAndFullName(ctx interface{}, securableType interface{}, fullName interface{}) *MockGrantsInterface_GetEffectiveBySecurableTypeAndFullName_Call

GetEffectiveBySecurableTypeAndFullName is a helper method to define mock.On call

  • ctx context.Context
  • securableType catalog.SecurableType
  • fullName string

func (*MockGrantsInterface_Expecter) Impl

Impl is a helper method to define mock.On call

func (*MockGrantsInterface_Expecter) Update

func (_e *MockGrantsInterface_Expecter) Update(ctx interface{}, request interface{}) *MockGrantsInterface_Update_Call

Update is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.UpdatePermissions

func (*MockGrantsInterface_Expecter) WithImpl

func (_e *MockGrantsInterface_Expecter) WithImpl(impl interface{}) *MockGrantsInterface_WithImpl_Call

WithImpl is a helper method to define mock.On call

  • impl catalog.GrantsService

type MockGrantsInterface_GetBySecurableTypeAndFullName_Call

type MockGrantsInterface_GetBySecurableTypeAndFullName_Call struct {
	*mock.Call
}

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

func (*MockGrantsInterface_GetBySecurableTypeAndFullName_Call) Return

func (*MockGrantsInterface_GetBySecurableTypeAndFullName_Call) Run

type MockGrantsInterface_GetEffectiveBySecurableTypeAndFullName_Call

type MockGrantsInterface_GetEffectiveBySecurableTypeAndFullName_Call struct {
	*mock.Call
}

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

func (*MockGrantsInterface_GetEffectiveBySecurableTypeAndFullName_Call) Run

type MockGrantsInterface_GetEffective_Call

type MockGrantsInterface_GetEffective_Call struct {
	*mock.Call
}

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

func (*MockGrantsInterface_GetEffective_Call) Return

func (*MockGrantsInterface_GetEffective_Call) Run

type MockGrantsInterface_Get_Call

type MockGrantsInterface_Get_Call struct {
	*mock.Call
}

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

func (*MockGrantsInterface_Get_Call) Return

func (*MockGrantsInterface_Get_Call) Run

func (*MockGrantsInterface_Get_Call) RunAndReturn

type MockGrantsInterface_Impl_Call

type MockGrantsInterface_Impl_Call struct {
	*mock.Call
}

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

func (*MockGrantsInterface_Impl_Call) Return

func (*MockGrantsInterface_Impl_Call) Run

func (*MockGrantsInterface_Impl_Call) RunAndReturn

type MockGrantsInterface_Update_Call

type MockGrantsInterface_Update_Call struct {
	*mock.Call
}

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

func (*MockGrantsInterface_Update_Call) Return

func (*MockGrantsInterface_Update_Call) Run

type MockGrantsInterface_WithImpl_Call

type MockGrantsInterface_WithImpl_Call struct {
	*mock.Call
}

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

func (*MockGrantsInterface_WithImpl_Call) Return

func (*MockGrantsInterface_WithImpl_Call) Run

func (*MockGrantsInterface_WithImpl_Call) RunAndReturn

type MockLakehouseMonitorsInterface added in v0.30.0

type MockLakehouseMonitorsInterface struct {
	mock.Mock
}

MockLakehouseMonitorsInterface is an autogenerated mock type for the LakehouseMonitorsInterface type

func NewMockLakehouseMonitorsInterface added in v0.30.0

func NewMockLakehouseMonitorsInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockLakehouseMonitorsInterface

NewMockLakehouseMonitorsInterface creates a new instance of MockLakehouseMonitorsInterface. 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 (*MockLakehouseMonitorsInterface) CancelRefresh added in v0.31.0

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

func (*MockLakehouseMonitorsInterface) Create added in v0.30.0

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

func (*MockLakehouseMonitorsInterface) Delete added in v0.30.0

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

func (*MockLakehouseMonitorsInterface) DeleteByTableName added in v0.38.0

func (_m *MockLakehouseMonitorsInterface) DeleteByTableName(ctx context.Context, tableName string) error

DeleteByTableName provides a mock function with given fields: ctx, tableName

func (*MockLakehouseMonitorsInterface) EXPECT added in v0.30.0

func (*MockLakehouseMonitorsInterface) Get added in v0.30.0

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

func (*MockLakehouseMonitorsInterface) GetByTableName added in v0.38.0

func (_m *MockLakehouseMonitorsInterface) GetByTableName(ctx context.Context, tableName string) (*catalog.MonitorInfo, error)

GetByTableName provides a mock function with given fields: ctx, tableName

func (*MockLakehouseMonitorsInterface) GetRefresh added in v0.31.0

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

func (*MockLakehouseMonitorsInterface) GetRefreshByTableNameAndRefreshId added in v0.38.0

func (_m *MockLakehouseMonitorsInterface) GetRefreshByTableNameAndRefreshId(ctx context.Context, tableName string, refreshId string) (*catalog.MonitorRefreshInfo, error)

GetRefreshByTableNameAndRefreshId provides a mock function with given fields: ctx, tableName, refreshId

func (*MockLakehouseMonitorsInterface) Impl added in v0.30.0

Impl provides a mock function with given fields:

func (*MockLakehouseMonitorsInterface) ListRefreshes added in v0.31.0

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

func (*MockLakehouseMonitorsInterface) ListRefreshesByTableName added in v0.38.0

func (_m *MockLakehouseMonitorsInterface) ListRefreshesByTableName(ctx context.Context, tableName string) ([]catalog.MonitorRefreshInfo, error)

ListRefreshesByTableName provides a mock function with given fields: ctx, tableName

func (*MockLakehouseMonitorsInterface) RunRefresh added in v0.31.0

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

func (*MockLakehouseMonitorsInterface) Update added in v0.30.0

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

func (*MockLakehouseMonitorsInterface) WithImpl added in v0.30.0

WithImpl provides a mock function with given fields: impl

type MockLakehouseMonitorsInterface_CancelRefresh_Call added in v0.31.0

type MockLakehouseMonitorsInterface_CancelRefresh_Call struct {
	*mock.Call
}

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

func (*MockLakehouseMonitorsInterface_CancelRefresh_Call) Return added in v0.31.0

func (*MockLakehouseMonitorsInterface_CancelRefresh_Call) Run added in v0.31.0

func (*MockLakehouseMonitorsInterface_CancelRefresh_Call) RunAndReturn added in v0.31.0

type MockLakehouseMonitorsInterface_Create_Call added in v0.30.0

type MockLakehouseMonitorsInterface_Create_Call struct {
	*mock.Call
}

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

func (*MockLakehouseMonitorsInterface_Create_Call) Return added in v0.30.0

func (*MockLakehouseMonitorsInterface_Create_Call) Run added in v0.30.0

func (*MockLakehouseMonitorsInterface_Create_Call) RunAndReturn added in v0.30.0

type MockLakehouseMonitorsInterface_DeleteByTableName_Call added in v0.38.0

type MockLakehouseMonitorsInterface_DeleteByTableName_Call struct {
	*mock.Call
}

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

func (*MockLakehouseMonitorsInterface_DeleteByTableName_Call) Return added in v0.38.0

func (*MockLakehouseMonitorsInterface_DeleteByTableName_Call) Run added in v0.38.0

func (*MockLakehouseMonitorsInterface_DeleteByTableName_Call) RunAndReturn added in v0.38.0

type MockLakehouseMonitorsInterface_Delete_Call added in v0.30.0

type MockLakehouseMonitorsInterface_Delete_Call struct {
	*mock.Call
}

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

func (*MockLakehouseMonitorsInterface_Delete_Call) Return added in v0.30.0

func (*MockLakehouseMonitorsInterface_Delete_Call) Run added in v0.30.0

func (*MockLakehouseMonitorsInterface_Delete_Call) RunAndReturn added in v0.30.0

type MockLakehouseMonitorsInterface_Expecter added in v0.30.0

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

func (*MockLakehouseMonitorsInterface_Expecter) CancelRefresh added in v0.31.0

func (_e *MockLakehouseMonitorsInterface_Expecter) CancelRefresh(ctx interface{}, request interface{}) *MockLakehouseMonitorsInterface_CancelRefresh_Call

CancelRefresh is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.CancelRefreshRequest

func (*MockLakehouseMonitorsInterface_Expecter) Create added in v0.30.0

func (_e *MockLakehouseMonitorsInterface_Expecter) Create(ctx interface{}, request interface{}) *MockLakehouseMonitorsInterface_Create_Call

Create is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.CreateMonitor

func (*MockLakehouseMonitorsInterface_Expecter) Delete added in v0.30.0

func (_e *MockLakehouseMonitorsInterface_Expecter) Delete(ctx interface{}, request interface{}) *MockLakehouseMonitorsInterface_Delete_Call

Delete is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.DeleteLakehouseMonitorRequest

func (*MockLakehouseMonitorsInterface_Expecter) DeleteByTableName added in v0.38.0

func (_e *MockLakehouseMonitorsInterface_Expecter) DeleteByTableName(ctx interface{}, tableName interface{}) *MockLakehouseMonitorsInterface_DeleteByTableName_Call

DeleteByTableName is a helper method to define mock.On call

  • ctx context.Context
  • tableName string

func (*MockLakehouseMonitorsInterface_Expecter) Get added in v0.30.0

func (_e *MockLakehouseMonitorsInterface_Expecter) Get(ctx interface{}, request interface{}) *MockLakehouseMonitorsInterface_Get_Call

Get is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.GetLakehouseMonitorRequest

func (*MockLakehouseMonitorsInterface_Expecter) GetByTableName added in v0.38.0

func (_e *MockLakehouseMonitorsInterface_Expecter) GetByTableName(ctx interface{}, tableName interface{}) *MockLakehouseMonitorsInterface_GetByTableName_Call

GetByTableName is a helper method to define mock.On call

  • ctx context.Context
  • tableName string

func (*MockLakehouseMonitorsInterface_Expecter) GetRefresh added in v0.31.0

func (_e *MockLakehouseMonitorsInterface_Expecter) GetRefresh(ctx interface{}, request interface{}) *MockLakehouseMonitorsInterface_GetRefresh_Call

GetRefresh is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.GetRefreshRequest

func (*MockLakehouseMonitorsInterface_Expecter) GetRefreshByTableNameAndRefreshId added in v0.38.0

func (_e *MockLakehouseMonitorsInterface_Expecter) GetRefreshByTableNameAndRefreshId(ctx interface{}, tableName interface{}, refreshId interface{}) *MockLakehouseMonitorsInterface_GetRefreshByTableNameAndRefreshId_Call

GetRefreshByTableNameAndRefreshId is a helper method to define mock.On call

  • ctx context.Context
  • tableName string
  • refreshId string

func (*MockLakehouseMonitorsInterface_Expecter) Impl added in v0.30.0

Impl is a helper method to define mock.On call

func (*MockLakehouseMonitorsInterface_Expecter) ListRefreshes added in v0.31.0

func (_e *MockLakehouseMonitorsInterface_Expecter) ListRefreshes(ctx interface{}, request interface{}) *MockLakehouseMonitorsInterface_ListRefreshes_Call

ListRefreshes is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.ListRefreshesRequest

func (*MockLakehouseMonitorsInterface_Expecter) ListRefreshesByTableName added in v0.38.0

func (_e *MockLakehouseMonitorsInterface_Expecter) ListRefreshesByTableName(ctx interface{}, tableName interface{}) *MockLakehouseMonitorsInterface_ListRefreshesByTableName_Call

ListRefreshesByTableName is a helper method to define mock.On call

  • ctx context.Context
  • tableName string

func (*MockLakehouseMonitorsInterface_Expecter) RunRefresh added in v0.31.0

func (_e *MockLakehouseMonitorsInterface_Expecter) RunRefresh(ctx interface{}, request interface{}) *MockLakehouseMonitorsInterface_RunRefresh_Call

RunRefresh is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.RunRefreshRequest

func (*MockLakehouseMonitorsInterface_Expecter) Update added in v0.30.0

func (_e *MockLakehouseMonitorsInterface_Expecter) Update(ctx interface{}, request interface{}) *MockLakehouseMonitorsInterface_Update_Call

Update is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.UpdateMonitor

func (*MockLakehouseMonitorsInterface_Expecter) WithImpl added in v0.30.0

WithImpl is a helper method to define mock.On call

  • impl catalog.LakehouseMonitorsService

type MockLakehouseMonitorsInterface_GetByTableName_Call added in v0.38.0

type MockLakehouseMonitorsInterface_GetByTableName_Call struct {
	*mock.Call
}

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

func (*MockLakehouseMonitorsInterface_GetByTableName_Call) Return added in v0.38.0

func (*MockLakehouseMonitorsInterface_GetByTableName_Call) Run added in v0.38.0

func (*MockLakehouseMonitorsInterface_GetByTableName_Call) RunAndReturn added in v0.38.0

type MockLakehouseMonitorsInterface_GetRefreshByTableNameAndRefreshId_Call added in v0.38.0

type MockLakehouseMonitorsInterface_GetRefreshByTableNameAndRefreshId_Call struct {
	*mock.Call
}

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

func (*MockLakehouseMonitorsInterface_GetRefreshByTableNameAndRefreshId_Call) Return added in v0.38.0

func (*MockLakehouseMonitorsInterface_GetRefreshByTableNameAndRefreshId_Call) Run added in v0.38.0

func (*MockLakehouseMonitorsInterface_GetRefreshByTableNameAndRefreshId_Call) RunAndReturn added in v0.38.0

type MockLakehouseMonitorsInterface_GetRefresh_Call added in v0.31.0

type MockLakehouseMonitorsInterface_GetRefresh_Call struct {
	*mock.Call
}

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

func (*MockLakehouseMonitorsInterface_GetRefresh_Call) Return added in v0.31.0

func (*MockLakehouseMonitorsInterface_GetRefresh_Call) Run added in v0.31.0

func (*MockLakehouseMonitorsInterface_GetRefresh_Call) RunAndReturn added in v0.31.0

type MockLakehouseMonitorsInterface_Get_Call added in v0.30.0

type MockLakehouseMonitorsInterface_Get_Call struct {
	*mock.Call
}

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

func (*MockLakehouseMonitorsInterface_Get_Call) Return added in v0.30.0

func (*MockLakehouseMonitorsInterface_Get_Call) Run added in v0.30.0

func (*MockLakehouseMonitorsInterface_Get_Call) RunAndReturn added in v0.30.0

type MockLakehouseMonitorsInterface_Impl_Call added in v0.30.0

type MockLakehouseMonitorsInterface_Impl_Call struct {
	*mock.Call
}

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

func (*MockLakehouseMonitorsInterface_Impl_Call) Return added in v0.30.0

func (*MockLakehouseMonitorsInterface_Impl_Call) Run added in v0.30.0

func (*MockLakehouseMonitorsInterface_Impl_Call) RunAndReturn added in v0.30.0

type MockLakehouseMonitorsInterface_ListRefreshesByTableName_Call added in v0.38.0

type MockLakehouseMonitorsInterface_ListRefreshesByTableName_Call struct {
	*mock.Call
}

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

func (*MockLakehouseMonitorsInterface_ListRefreshesByTableName_Call) Return added in v0.38.0

func (*MockLakehouseMonitorsInterface_ListRefreshesByTableName_Call) Run added in v0.38.0

func (*MockLakehouseMonitorsInterface_ListRefreshesByTableName_Call) RunAndReturn added in v0.38.0

type MockLakehouseMonitorsInterface_ListRefreshes_Call added in v0.31.0

type MockLakehouseMonitorsInterface_ListRefreshes_Call struct {
	*mock.Call
}

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

func (*MockLakehouseMonitorsInterface_ListRefreshes_Call) Return added in v0.31.0

func (*MockLakehouseMonitorsInterface_ListRefreshes_Call) Run added in v0.31.0

func (*MockLakehouseMonitorsInterface_ListRefreshes_Call) RunAndReturn added in v0.31.0

type MockLakehouseMonitorsInterface_RunRefresh_Call added in v0.31.0

type MockLakehouseMonitorsInterface_RunRefresh_Call struct {
	*mock.Call
}

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

func (*MockLakehouseMonitorsInterface_RunRefresh_Call) Return added in v0.31.0

func (*MockLakehouseMonitorsInterface_RunRefresh_Call) Run added in v0.31.0

func (*MockLakehouseMonitorsInterface_RunRefresh_Call) RunAndReturn added in v0.31.0

type MockLakehouseMonitorsInterface_Update_Call added in v0.30.0

type MockLakehouseMonitorsInterface_Update_Call struct {
	*mock.Call
}

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

func (*MockLakehouseMonitorsInterface_Update_Call) Return added in v0.30.0

func (*MockLakehouseMonitorsInterface_Update_Call) Run added in v0.30.0

func (*MockLakehouseMonitorsInterface_Update_Call) RunAndReturn added in v0.30.0

type MockLakehouseMonitorsInterface_WithImpl_Call added in v0.30.0

type MockLakehouseMonitorsInterface_WithImpl_Call struct {
	*mock.Call
}

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

func (*MockLakehouseMonitorsInterface_WithImpl_Call) Return added in v0.30.0

func (*MockLakehouseMonitorsInterface_WithImpl_Call) Run added in v0.30.0

func (*MockLakehouseMonitorsInterface_WithImpl_Call) RunAndReturn added in v0.30.0

type MockMetastoresInterface

type MockMetastoresInterface struct {
	mock.Mock
}

MockMetastoresInterface is an autogenerated mock type for the MetastoresInterface type

func NewMockMetastoresInterface

func NewMockMetastoresInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockMetastoresInterface

NewMockMetastoresInterface creates a new instance of MockMetastoresInterface. 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 (*MockMetastoresInterface) Assign

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

func (*MockMetastoresInterface) Create

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

func (*MockMetastoresInterface) Current

Current provides a mock function with given fields: ctx

func (*MockMetastoresInterface) Delete

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

func (*MockMetastoresInterface) DeleteById

func (_m *MockMetastoresInterface) DeleteById(ctx context.Context, id string) error

DeleteById provides a mock function with given fields: ctx, id

func (*MockMetastoresInterface) EXPECT

func (*MockMetastoresInterface) Get

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

func (*MockMetastoresInterface) GetById

GetById provides a mock function with given fields: ctx, id

func (*MockMetastoresInterface) GetByName

GetByName provides a mock function with given fields: ctx, name

func (*MockMetastoresInterface) Impl

Impl provides a mock function with given fields:

func (*MockMetastoresInterface) List

List provides a mock function with given fields: ctx

func (*MockMetastoresInterface) ListAll

ListAll provides a mock function with given fields: ctx

func (*MockMetastoresInterface) MetastoreInfoNameToMetastoreIdMap

func (_m *MockMetastoresInterface) MetastoreInfoNameToMetastoreIdMap(ctx context.Context) (map[string]string, error)

MetastoreInfoNameToMetastoreIdMap provides a mock function with given fields: ctx

func (*MockMetastoresInterface) Summary

Summary provides a mock function with given fields: ctx

func (*MockMetastoresInterface) Unassign

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

func (*MockMetastoresInterface) UnassignByWorkspaceId

func (_m *MockMetastoresInterface) UnassignByWorkspaceId(ctx context.Context, workspaceId int64) error

UnassignByWorkspaceId provides a mock function with given fields: ctx, workspaceId

func (*MockMetastoresInterface) Update

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

func (*MockMetastoresInterface) UpdateAssignment

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

func (*MockMetastoresInterface) WithImpl

WithImpl provides a mock function with given fields: impl

type MockMetastoresInterface_Assign_Call

type MockMetastoresInterface_Assign_Call struct {
	*mock.Call
}

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

func (*MockMetastoresInterface_Assign_Call) Return

func (*MockMetastoresInterface_Assign_Call) Run

func (*MockMetastoresInterface_Assign_Call) RunAndReturn

type MockMetastoresInterface_Create_Call

type MockMetastoresInterface_Create_Call struct {
	*mock.Call
}

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

func (*MockMetastoresInterface_Create_Call) Return

func (*MockMetastoresInterface_Create_Call) Run

func (*MockMetastoresInterface_Create_Call) RunAndReturn

type MockMetastoresInterface_Current_Call

type MockMetastoresInterface_Current_Call struct {
	*mock.Call
}

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

func (*MockMetastoresInterface_Current_Call) Return

func (*MockMetastoresInterface_Current_Call) Run

func (*MockMetastoresInterface_Current_Call) RunAndReturn

type MockMetastoresInterface_DeleteById_Call

type MockMetastoresInterface_DeleteById_Call struct {
	*mock.Call
}

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

func (*MockMetastoresInterface_DeleteById_Call) Return

func (*MockMetastoresInterface_DeleteById_Call) Run

func (*MockMetastoresInterface_DeleteById_Call) RunAndReturn

type MockMetastoresInterface_Delete_Call

type MockMetastoresInterface_Delete_Call struct {
	*mock.Call
}

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

func (*MockMetastoresInterface_Delete_Call) Return

func (*MockMetastoresInterface_Delete_Call) Run

func (*MockMetastoresInterface_Delete_Call) RunAndReturn

type MockMetastoresInterface_Expecter

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

func (*MockMetastoresInterface_Expecter) Assign

func (_e *MockMetastoresInterface_Expecter) Assign(ctx interface{}, request interface{}) *MockMetastoresInterface_Assign_Call

Assign is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.CreateMetastoreAssignment

func (*MockMetastoresInterface_Expecter) Create

func (_e *MockMetastoresInterface_Expecter) Create(ctx interface{}, request interface{}) *MockMetastoresInterface_Create_Call

Create is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.CreateMetastore

func (*MockMetastoresInterface_Expecter) Current

Current is a helper method to define mock.On call

  • ctx context.Context

func (*MockMetastoresInterface_Expecter) Delete

func (_e *MockMetastoresInterface_Expecter) Delete(ctx interface{}, request interface{}) *MockMetastoresInterface_Delete_Call

Delete is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.DeleteMetastoreRequest

func (*MockMetastoresInterface_Expecter) DeleteById

func (_e *MockMetastoresInterface_Expecter) DeleteById(ctx interface{}, id interface{}) *MockMetastoresInterface_DeleteById_Call

DeleteById is a helper method to define mock.On call

  • ctx context.Context
  • id string

func (*MockMetastoresInterface_Expecter) Get

func (_e *MockMetastoresInterface_Expecter) Get(ctx interface{}, request interface{}) *MockMetastoresInterface_Get_Call

Get is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.GetMetastoreRequest

func (*MockMetastoresInterface_Expecter) GetById

func (_e *MockMetastoresInterface_Expecter) GetById(ctx interface{}, id interface{}) *MockMetastoresInterface_GetById_Call

GetById is a helper method to define mock.On call

  • ctx context.Context
  • id string

func (*MockMetastoresInterface_Expecter) GetByName

func (_e *MockMetastoresInterface_Expecter) GetByName(ctx interface{}, name interface{}) *MockMetastoresInterface_GetByName_Call

GetByName is a helper method to define mock.On call

  • ctx context.Context
  • name string

func (*MockMetastoresInterface_Expecter) Impl

Impl is a helper method to define mock.On call

func (*MockMetastoresInterface_Expecter) List

List is a helper method to define mock.On call

  • ctx context.Context

func (*MockMetastoresInterface_Expecter) ListAll

ListAll is a helper method to define mock.On call

  • ctx context.Context

func (*MockMetastoresInterface_Expecter) MetastoreInfoNameToMetastoreIdMap

func (_e *MockMetastoresInterface_Expecter) MetastoreInfoNameToMetastoreIdMap(ctx interface{}) *MockMetastoresInterface_MetastoreInfoNameToMetastoreIdMap_Call

MetastoreInfoNameToMetastoreIdMap is a helper method to define mock.On call

  • ctx context.Context

func (*MockMetastoresInterface_Expecter) Summary

Summary is a helper method to define mock.On call

  • ctx context.Context

func (*MockMetastoresInterface_Expecter) Unassign

func (_e *MockMetastoresInterface_Expecter) Unassign(ctx interface{}, request interface{}) *MockMetastoresInterface_Unassign_Call

Unassign is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.UnassignRequest

func (*MockMetastoresInterface_Expecter) UnassignByWorkspaceId

func (_e *MockMetastoresInterface_Expecter) UnassignByWorkspaceId(ctx interface{}, workspaceId interface{}) *MockMetastoresInterface_UnassignByWorkspaceId_Call

UnassignByWorkspaceId is a helper method to define mock.On call

  • ctx context.Context
  • workspaceId int64

func (*MockMetastoresInterface_Expecter) Update

func (_e *MockMetastoresInterface_Expecter) Update(ctx interface{}, request interface{}) *MockMetastoresInterface_Update_Call

Update is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.UpdateMetastore

func (*MockMetastoresInterface_Expecter) UpdateAssignment

func (_e *MockMetastoresInterface_Expecter) UpdateAssignment(ctx interface{}, request interface{}) *MockMetastoresInterface_UpdateAssignment_Call

UpdateAssignment is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.UpdateMetastoreAssignment

func (*MockMetastoresInterface_Expecter) WithImpl

WithImpl is a helper method to define mock.On call

  • impl catalog.MetastoresService

type MockMetastoresInterface_GetById_Call

type MockMetastoresInterface_GetById_Call struct {
	*mock.Call
}

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

func (*MockMetastoresInterface_GetById_Call) Return

func (*MockMetastoresInterface_GetById_Call) Run

func (*MockMetastoresInterface_GetById_Call) RunAndReturn

type MockMetastoresInterface_GetByName_Call

type MockMetastoresInterface_GetByName_Call struct {
	*mock.Call
}

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

func (*MockMetastoresInterface_GetByName_Call) Return

func (*MockMetastoresInterface_GetByName_Call) Run

func (*MockMetastoresInterface_GetByName_Call) RunAndReturn

type MockMetastoresInterface_Get_Call

type MockMetastoresInterface_Get_Call struct {
	*mock.Call
}

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

func (*MockMetastoresInterface_Get_Call) Return

func (*MockMetastoresInterface_Get_Call) Run

type MockMetastoresInterface_Impl_Call

type MockMetastoresInterface_Impl_Call struct {
	*mock.Call
}

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

func (*MockMetastoresInterface_Impl_Call) Return

func (*MockMetastoresInterface_Impl_Call) Run

func (*MockMetastoresInterface_Impl_Call) RunAndReturn

type MockMetastoresInterface_ListAll_Call

type MockMetastoresInterface_ListAll_Call struct {
	*mock.Call
}

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

func (*MockMetastoresInterface_ListAll_Call) Return

func (*MockMetastoresInterface_ListAll_Call) Run

func (*MockMetastoresInterface_ListAll_Call) RunAndReturn

type MockMetastoresInterface_List_Call

type MockMetastoresInterface_List_Call struct {
	*mock.Call
}

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

func (*MockMetastoresInterface_List_Call) Return

func (*MockMetastoresInterface_List_Call) Run

func (*MockMetastoresInterface_List_Call) RunAndReturn

type MockMetastoresInterface_MetastoreInfoNameToMetastoreIdMap_Call

type MockMetastoresInterface_MetastoreInfoNameToMetastoreIdMap_Call struct {
	*mock.Call
}

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

func (*MockMetastoresInterface_MetastoreInfoNameToMetastoreIdMap_Call) Return

func (*MockMetastoresInterface_MetastoreInfoNameToMetastoreIdMap_Call) Run

func (*MockMetastoresInterface_MetastoreInfoNameToMetastoreIdMap_Call) RunAndReturn

type MockMetastoresInterface_Summary_Call

type MockMetastoresInterface_Summary_Call struct {
	*mock.Call
}

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

func (*MockMetastoresInterface_Summary_Call) Return

func (*MockMetastoresInterface_Summary_Call) Run

func (*MockMetastoresInterface_Summary_Call) RunAndReturn

type MockMetastoresInterface_UnassignByWorkspaceId_Call

type MockMetastoresInterface_UnassignByWorkspaceId_Call struct {
	*mock.Call
}

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

func (*MockMetastoresInterface_UnassignByWorkspaceId_Call) Return

func (*MockMetastoresInterface_UnassignByWorkspaceId_Call) Run

func (*MockMetastoresInterface_UnassignByWorkspaceId_Call) RunAndReturn

type MockMetastoresInterface_Unassign_Call

type MockMetastoresInterface_Unassign_Call struct {
	*mock.Call
}

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

func (*MockMetastoresInterface_Unassign_Call) Return

func (*MockMetastoresInterface_Unassign_Call) Run

func (*MockMetastoresInterface_Unassign_Call) RunAndReturn

type MockMetastoresInterface_UpdateAssignment_Call

type MockMetastoresInterface_UpdateAssignment_Call struct {
	*mock.Call
}

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

func (*MockMetastoresInterface_UpdateAssignment_Call) Return

func (*MockMetastoresInterface_UpdateAssignment_Call) Run

type MockMetastoresInterface_Update_Call

type MockMetastoresInterface_Update_Call struct {
	*mock.Call
}

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

func (*MockMetastoresInterface_Update_Call) Return

func (*MockMetastoresInterface_Update_Call) Run

func (*MockMetastoresInterface_Update_Call) RunAndReturn

type MockMetastoresInterface_WithImpl_Call

type MockMetastoresInterface_WithImpl_Call struct {
	*mock.Call
}

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

func (*MockMetastoresInterface_WithImpl_Call) Return

func (*MockMetastoresInterface_WithImpl_Call) Run

type MockModelVersionsInterface

type MockModelVersionsInterface struct {
	mock.Mock
}

MockModelVersionsInterface is an autogenerated mock type for the ModelVersionsInterface type

func NewMockModelVersionsInterface

func NewMockModelVersionsInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockModelVersionsInterface

NewMockModelVersionsInterface creates a new instance of MockModelVersionsInterface. 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 (*MockModelVersionsInterface) Delete

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

func (*MockModelVersionsInterface) DeleteByFullNameAndVersion

func (_m *MockModelVersionsInterface) DeleteByFullNameAndVersion(ctx context.Context, fullName string, version int) error

DeleteByFullNameAndVersion provides a mock function with given fields: ctx, fullName, version

func (*MockModelVersionsInterface) EXPECT

func (*MockModelVersionsInterface) Get

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

func (*MockModelVersionsInterface) GetByAlias

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

func (*MockModelVersionsInterface) GetByAliasByFullNameAndAlias

func (_m *MockModelVersionsInterface) GetByAliasByFullNameAndAlias(ctx context.Context, fullName string, alias string) (*catalog.ModelVersionInfo, error)

GetByAliasByFullNameAndAlias provides a mock function with given fields: ctx, fullName, alias

func (*MockModelVersionsInterface) GetByFullNameAndVersion

func (_m *MockModelVersionsInterface) GetByFullNameAndVersion(ctx context.Context, fullName string, version int) (*catalog.RegisteredModelInfo, error)

GetByFullNameAndVersion provides a mock function with given fields: ctx, fullName, version

func (*MockModelVersionsInterface) Impl

Impl provides a mock function with given fields:

func (*MockModelVersionsInterface) List

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

func (*MockModelVersionsInterface) ListAll

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

func (*MockModelVersionsInterface) ListByFullName

ListByFullName provides a mock function with given fields: ctx, fullName

func (*MockModelVersionsInterface) Update

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

func (*MockModelVersionsInterface) WithImpl

WithImpl provides a mock function with given fields: impl

type MockModelVersionsInterface_DeleteByFullNameAndVersion_Call

type MockModelVersionsInterface_DeleteByFullNameAndVersion_Call struct {
	*mock.Call
}

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

func (*MockModelVersionsInterface_DeleteByFullNameAndVersion_Call) Return

func (*MockModelVersionsInterface_DeleteByFullNameAndVersion_Call) Run

func (*MockModelVersionsInterface_DeleteByFullNameAndVersion_Call) RunAndReturn

type MockModelVersionsInterface_Delete_Call

type MockModelVersionsInterface_Delete_Call struct {
	*mock.Call
}

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

func (*MockModelVersionsInterface_Delete_Call) Return

func (*MockModelVersionsInterface_Delete_Call) Run

func (*MockModelVersionsInterface_Delete_Call) RunAndReturn

type MockModelVersionsInterface_Expecter

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

func (*MockModelVersionsInterface_Expecter) Delete

func (_e *MockModelVersionsInterface_Expecter) Delete(ctx interface{}, request interface{}) *MockModelVersionsInterface_Delete_Call

Delete is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.DeleteModelVersionRequest

func (*MockModelVersionsInterface_Expecter) DeleteByFullNameAndVersion

func (_e *MockModelVersionsInterface_Expecter) DeleteByFullNameAndVersion(ctx interface{}, fullName interface{}, version interface{}) *MockModelVersionsInterface_DeleteByFullNameAndVersion_Call

DeleteByFullNameAndVersion is a helper method to define mock.On call

  • ctx context.Context
  • fullName string
  • version int

func (*MockModelVersionsInterface_Expecter) Get

func (_e *MockModelVersionsInterface_Expecter) Get(ctx interface{}, request interface{}) *MockModelVersionsInterface_Get_Call

Get is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.GetModelVersionRequest

func (*MockModelVersionsInterface_Expecter) GetByAlias

func (_e *MockModelVersionsInterface_Expecter) GetByAlias(ctx interface{}, request interface{}) *MockModelVersionsInterface_GetByAlias_Call

GetByAlias is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.GetByAliasRequest

func (*MockModelVersionsInterface_Expecter) GetByAliasByFullNameAndAlias

func (_e *MockModelVersionsInterface_Expecter) GetByAliasByFullNameAndAlias(ctx interface{}, fullName interface{}, alias interface{}) *MockModelVersionsInterface_GetByAliasByFullNameAndAlias_Call

GetByAliasByFullNameAndAlias is a helper method to define mock.On call

  • ctx context.Context
  • fullName string
  • alias string

func (*MockModelVersionsInterface_Expecter) GetByFullNameAndVersion

func (_e *MockModelVersionsInterface_Expecter) GetByFullNameAndVersion(ctx interface{}, fullName interface{}, version interface{}) *MockModelVersionsInterface_GetByFullNameAndVersion_Call

GetByFullNameAndVersion is a helper method to define mock.On call

  • ctx context.Context
  • fullName string
  • version int

func (*MockModelVersionsInterface_Expecter) Impl

Impl is a helper method to define mock.On call

func (*MockModelVersionsInterface_Expecter) List

func (_e *MockModelVersionsInterface_Expecter) List(ctx interface{}, request interface{}) *MockModelVersionsInterface_List_Call

List is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.ListModelVersionsRequest

func (*MockModelVersionsInterface_Expecter) ListAll

func (_e *MockModelVersionsInterface_Expecter) ListAll(ctx interface{}, request interface{}) *MockModelVersionsInterface_ListAll_Call

ListAll is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.ListModelVersionsRequest

func (*MockModelVersionsInterface_Expecter) ListByFullName

func (_e *MockModelVersionsInterface_Expecter) ListByFullName(ctx interface{}, fullName interface{}) *MockModelVersionsInterface_ListByFullName_Call

ListByFullName is a helper method to define mock.On call

  • ctx context.Context
  • fullName string

func (*MockModelVersionsInterface_Expecter) Update

func (_e *MockModelVersionsInterface_Expecter) Update(ctx interface{}, request interface{}) *MockModelVersionsInterface_Update_Call

Update is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.UpdateModelVersionRequest

func (*MockModelVersionsInterface_Expecter) WithImpl

WithImpl is a helper method to define mock.On call

  • impl catalog.ModelVersionsService

type MockModelVersionsInterface_GetByAliasByFullNameAndAlias_Call

type MockModelVersionsInterface_GetByAliasByFullNameAndAlias_Call struct {
	*mock.Call
}

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

func (*MockModelVersionsInterface_GetByAliasByFullNameAndAlias_Call) Return

func (*MockModelVersionsInterface_GetByAliasByFullNameAndAlias_Call) Run

type MockModelVersionsInterface_GetByAlias_Call

type MockModelVersionsInterface_GetByAlias_Call struct {
	*mock.Call
}

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

func (*MockModelVersionsInterface_GetByAlias_Call) Return

func (*MockModelVersionsInterface_GetByAlias_Call) Run

type MockModelVersionsInterface_GetByFullNameAndVersion_Call

type MockModelVersionsInterface_GetByFullNameAndVersion_Call struct {
	*mock.Call
}

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

func (*MockModelVersionsInterface_GetByFullNameAndVersion_Call) Return

func (*MockModelVersionsInterface_GetByFullNameAndVersion_Call) Run

type MockModelVersionsInterface_Get_Call

type MockModelVersionsInterface_Get_Call struct {
	*mock.Call
}

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

func (*MockModelVersionsInterface_Get_Call) Return

func (*MockModelVersionsInterface_Get_Call) Run

type MockModelVersionsInterface_Impl_Call

type MockModelVersionsInterface_Impl_Call struct {
	*mock.Call
}

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

func (*MockModelVersionsInterface_Impl_Call) Return

func (*MockModelVersionsInterface_Impl_Call) Run

func (*MockModelVersionsInterface_Impl_Call) RunAndReturn

type MockModelVersionsInterface_ListAll_Call

type MockModelVersionsInterface_ListAll_Call struct {
	*mock.Call
}

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

func (*MockModelVersionsInterface_ListAll_Call) Return

func (*MockModelVersionsInterface_ListAll_Call) Run

type MockModelVersionsInterface_ListByFullName_Call

type MockModelVersionsInterface_ListByFullName_Call struct {
	*mock.Call
}

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

func (*MockModelVersionsInterface_ListByFullName_Call) Return

func (*MockModelVersionsInterface_ListByFullName_Call) Run

type MockModelVersionsInterface_List_Call

type MockModelVersionsInterface_List_Call struct {
	*mock.Call
}

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

func (*MockModelVersionsInterface_List_Call) Return

func (*MockModelVersionsInterface_List_Call) Run

type MockModelVersionsInterface_Update_Call

type MockModelVersionsInterface_Update_Call struct {
	*mock.Call
}

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

func (*MockModelVersionsInterface_Update_Call) Return

func (*MockModelVersionsInterface_Update_Call) Run

type MockModelVersionsInterface_WithImpl_Call

type MockModelVersionsInterface_WithImpl_Call struct {
	*mock.Call
}

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

func (*MockModelVersionsInterface_WithImpl_Call) Return

func (*MockModelVersionsInterface_WithImpl_Call) Run

type MockOnlineTablesInterface added in v0.33.0

type MockOnlineTablesInterface struct {
	mock.Mock
}

MockOnlineTablesInterface is an autogenerated mock type for the OnlineTablesInterface type

func NewMockOnlineTablesInterface added in v0.33.0

func NewMockOnlineTablesInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockOnlineTablesInterface

NewMockOnlineTablesInterface creates a new instance of MockOnlineTablesInterface. 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 (*MockOnlineTablesInterface) Create added in v0.33.0

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

func (*MockOnlineTablesInterface) Delete added in v0.33.0

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

func (*MockOnlineTablesInterface) DeleteByName added in v0.33.0

func (_m *MockOnlineTablesInterface) DeleteByName(ctx context.Context, name string) error

DeleteByName provides a mock function with given fields: ctx, name

func (*MockOnlineTablesInterface) EXPECT added in v0.33.0

func (*MockOnlineTablesInterface) Get added in v0.33.0

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

func (*MockOnlineTablesInterface) GetByName added in v0.33.0

GetByName provides a mock function with given fields: ctx, name

func (*MockOnlineTablesInterface) Impl added in v0.33.0

Impl provides a mock function with given fields:

func (*MockOnlineTablesInterface) WithImpl added in v0.33.0

WithImpl provides a mock function with given fields: impl

type MockOnlineTablesInterface_Create_Call added in v0.33.0

type MockOnlineTablesInterface_Create_Call struct {
	*mock.Call
}

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

func (*MockOnlineTablesInterface_Create_Call) Return added in v0.33.0

func (*MockOnlineTablesInterface_Create_Call) Run added in v0.33.0

func (*MockOnlineTablesInterface_Create_Call) RunAndReturn added in v0.33.0

type MockOnlineTablesInterface_DeleteByName_Call added in v0.33.0

type MockOnlineTablesInterface_DeleteByName_Call struct {
	*mock.Call
}

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

func (*MockOnlineTablesInterface_DeleteByName_Call) Return added in v0.33.0

func (*MockOnlineTablesInterface_DeleteByName_Call) Run added in v0.33.0

func (*MockOnlineTablesInterface_DeleteByName_Call) RunAndReturn added in v0.33.0

type MockOnlineTablesInterface_Delete_Call added in v0.33.0

type MockOnlineTablesInterface_Delete_Call struct {
	*mock.Call
}

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

func (*MockOnlineTablesInterface_Delete_Call) Return added in v0.33.0

func (*MockOnlineTablesInterface_Delete_Call) Run added in v0.33.0

func (*MockOnlineTablesInterface_Delete_Call) RunAndReturn added in v0.33.0

type MockOnlineTablesInterface_Expecter added in v0.33.0

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

func (*MockOnlineTablesInterface_Expecter) Create added in v0.33.0

func (_e *MockOnlineTablesInterface_Expecter) Create(ctx interface{}, request interface{}) *MockOnlineTablesInterface_Create_Call

Create is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.CreateOnlineTableRequest

func (*MockOnlineTablesInterface_Expecter) Delete added in v0.33.0

func (_e *MockOnlineTablesInterface_Expecter) Delete(ctx interface{}, request interface{}) *MockOnlineTablesInterface_Delete_Call

Delete is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.DeleteOnlineTableRequest

func (*MockOnlineTablesInterface_Expecter) DeleteByName added in v0.33.0

func (_e *MockOnlineTablesInterface_Expecter) DeleteByName(ctx interface{}, name interface{}) *MockOnlineTablesInterface_DeleteByName_Call

DeleteByName is a helper method to define mock.On call

  • ctx context.Context
  • name string

func (*MockOnlineTablesInterface_Expecter) Get added in v0.33.0

func (_e *MockOnlineTablesInterface_Expecter) Get(ctx interface{}, request interface{}) *MockOnlineTablesInterface_Get_Call

Get is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.GetOnlineTableRequest

func (*MockOnlineTablesInterface_Expecter) GetByName added in v0.33.0

func (_e *MockOnlineTablesInterface_Expecter) GetByName(ctx interface{}, name interface{}) *MockOnlineTablesInterface_GetByName_Call

GetByName is a helper method to define mock.On call

  • ctx context.Context
  • name string

func (*MockOnlineTablesInterface_Expecter) Impl added in v0.33.0

Impl is a helper method to define mock.On call

func (*MockOnlineTablesInterface_Expecter) WithImpl added in v0.33.0

WithImpl is a helper method to define mock.On call

  • impl catalog.OnlineTablesService

type MockOnlineTablesInterface_GetByName_Call added in v0.33.0

type MockOnlineTablesInterface_GetByName_Call struct {
	*mock.Call
}

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

func (*MockOnlineTablesInterface_GetByName_Call) Return added in v0.33.0

func (*MockOnlineTablesInterface_GetByName_Call) Run added in v0.33.0

func (*MockOnlineTablesInterface_GetByName_Call) RunAndReturn added in v0.33.0

type MockOnlineTablesInterface_Get_Call added in v0.33.0

type MockOnlineTablesInterface_Get_Call struct {
	*mock.Call
}

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

func (*MockOnlineTablesInterface_Get_Call) Return added in v0.33.0

func (*MockOnlineTablesInterface_Get_Call) Run added in v0.33.0

func (*MockOnlineTablesInterface_Get_Call) RunAndReturn added in v0.33.0

type MockOnlineTablesInterface_Impl_Call added in v0.33.0

type MockOnlineTablesInterface_Impl_Call struct {
	*mock.Call
}

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

func (*MockOnlineTablesInterface_Impl_Call) Return added in v0.33.0

func (*MockOnlineTablesInterface_Impl_Call) Run added in v0.33.0

func (*MockOnlineTablesInterface_Impl_Call) RunAndReturn added in v0.33.0

type MockOnlineTablesInterface_WithImpl_Call added in v0.33.0

type MockOnlineTablesInterface_WithImpl_Call struct {
	*mock.Call
}

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

func (*MockOnlineTablesInterface_WithImpl_Call) Return added in v0.33.0

func (*MockOnlineTablesInterface_WithImpl_Call) Run added in v0.33.0

func (*MockOnlineTablesInterface_WithImpl_Call) RunAndReturn added in v0.33.0

type MockRegisteredModelsInterface

type MockRegisteredModelsInterface struct {
	mock.Mock
}

MockRegisteredModelsInterface is an autogenerated mock type for the RegisteredModelsInterface type

func NewMockRegisteredModelsInterface

func NewMockRegisteredModelsInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockRegisteredModelsInterface

NewMockRegisteredModelsInterface creates a new instance of MockRegisteredModelsInterface. 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 (*MockRegisteredModelsInterface) Create

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

func (*MockRegisteredModelsInterface) Delete

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

func (*MockRegisteredModelsInterface) DeleteAlias

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

func (*MockRegisteredModelsInterface) DeleteAliasByFullNameAndAlias

func (_m *MockRegisteredModelsInterface) DeleteAliasByFullNameAndAlias(ctx context.Context, fullName string, alias string) error

DeleteAliasByFullNameAndAlias provides a mock function with given fields: ctx, fullName, alias

func (*MockRegisteredModelsInterface) DeleteByFullName

func (_m *MockRegisteredModelsInterface) DeleteByFullName(ctx context.Context, fullName string) error

DeleteByFullName provides a mock function with given fields: ctx, fullName

func (*MockRegisteredModelsInterface) EXPECT

func (*MockRegisteredModelsInterface) Get

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

func (*MockRegisteredModelsInterface) GetByFullName

GetByFullName provides a mock function with given fields: ctx, fullName

func (*MockRegisteredModelsInterface) GetByName

GetByName provides a mock function with given fields: ctx, name

func (*MockRegisteredModelsInterface) Impl

Impl provides a mock function with given fields:

func (*MockRegisteredModelsInterface) List

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

func (*MockRegisteredModelsInterface) ListAll

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

func (*MockRegisteredModelsInterface) RegisteredModelInfoNameToFullNameMap

func (_m *MockRegisteredModelsInterface) RegisteredModelInfoNameToFullNameMap(ctx context.Context, request catalog.ListRegisteredModelsRequest) (map[string]string, error)

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

func (*MockRegisteredModelsInterface) SetAlias

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

func (*MockRegisteredModelsInterface) Update

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

func (*MockRegisteredModelsInterface) WithImpl

WithImpl provides a mock function with given fields: impl

type MockRegisteredModelsInterface_Create_Call

type MockRegisteredModelsInterface_Create_Call struct {
	*mock.Call
}

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

func (*MockRegisteredModelsInterface_Create_Call) Return

func (*MockRegisteredModelsInterface_Create_Call) Run

type MockRegisteredModelsInterface_DeleteAliasByFullNameAndAlias_Call

type MockRegisteredModelsInterface_DeleteAliasByFullNameAndAlias_Call struct {
	*mock.Call
}

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

func (*MockRegisteredModelsInterface_DeleteAliasByFullNameAndAlias_Call) Return

func (*MockRegisteredModelsInterface_DeleteAliasByFullNameAndAlias_Call) Run

func (*MockRegisteredModelsInterface_DeleteAliasByFullNameAndAlias_Call) RunAndReturn

type MockRegisteredModelsInterface_DeleteAlias_Call

type MockRegisteredModelsInterface_DeleteAlias_Call struct {
	*mock.Call
}

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

func (*MockRegisteredModelsInterface_DeleteAlias_Call) Return

func (*MockRegisteredModelsInterface_DeleteAlias_Call) Run

func (*MockRegisteredModelsInterface_DeleteAlias_Call) RunAndReturn

type MockRegisteredModelsInterface_DeleteByFullName_Call

type MockRegisteredModelsInterface_DeleteByFullName_Call struct {
	*mock.Call
}

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

func (*MockRegisteredModelsInterface_DeleteByFullName_Call) Return

func (*MockRegisteredModelsInterface_DeleteByFullName_Call) Run

func (*MockRegisteredModelsInterface_DeleteByFullName_Call) RunAndReturn

type MockRegisteredModelsInterface_Delete_Call

type MockRegisteredModelsInterface_Delete_Call struct {
	*mock.Call
}

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

func (*MockRegisteredModelsInterface_Delete_Call) Return

func (*MockRegisteredModelsInterface_Delete_Call) Run

type MockRegisteredModelsInterface_Expecter

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

func (*MockRegisteredModelsInterface_Expecter) Create

func (_e *MockRegisteredModelsInterface_Expecter) Create(ctx interface{}, request interface{}) *MockRegisteredModelsInterface_Create_Call

Create is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.CreateRegisteredModelRequest

func (*MockRegisteredModelsInterface_Expecter) Delete

func (_e *MockRegisteredModelsInterface_Expecter) Delete(ctx interface{}, request interface{}) *MockRegisteredModelsInterface_Delete_Call

Delete is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.DeleteRegisteredModelRequest

func (*MockRegisteredModelsInterface_Expecter) DeleteAlias

func (_e *MockRegisteredModelsInterface_Expecter) DeleteAlias(ctx interface{}, request interface{}) *MockRegisteredModelsInterface_DeleteAlias_Call

DeleteAlias is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.DeleteAliasRequest

func (*MockRegisteredModelsInterface_Expecter) DeleteAliasByFullNameAndAlias

func (_e *MockRegisteredModelsInterface_Expecter) DeleteAliasByFullNameAndAlias(ctx interface{}, fullName interface{}, alias interface{}) *MockRegisteredModelsInterface_DeleteAliasByFullNameAndAlias_Call

DeleteAliasByFullNameAndAlias is a helper method to define mock.On call

  • ctx context.Context
  • fullName string
  • alias string

func (*MockRegisteredModelsInterface_Expecter) DeleteByFullName

func (_e *MockRegisteredModelsInterface_Expecter) DeleteByFullName(ctx interface{}, fullName interface{}) *MockRegisteredModelsInterface_DeleteByFullName_Call

DeleteByFullName is a helper method to define mock.On call

  • ctx context.Context
  • fullName string

func (*MockRegisteredModelsInterface_Expecter) Get

func (_e *MockRegisteredModelsInterface_Expecter) Get(ctx interface{}, request interface{}) *MockRegisteredModelsInterface_Get_Call

Get is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.GetRegisteredModelRequest

func (*MockRegisteredModelsInterface_Expecter) GetByFullName

func (_e *MockRegisteredModelsInterface_Expecter) GetByFullName(ctx interface{}, fullName interface{}) *MockRegisteredModelsInterface_GetByFullName_Call

GetByFullName is a helper method to define mock.On call

  • ctx context.Context
  • fullName string

func (*MockRegisteredModelsInterface_Expecter) GetByName

func (_e *MockRegisteredModelsInterface_Expecter) GetByName(ctx interface{}, name interface{}) *MockRegisteredModelsInterface_GetByName_Call

GetByName is a helper method to define mock.On call

  • ctx context.Context
  • name string

func (*MockRegisteredModelsInterface_Expecter) Impl

Impl is a helper method to define mock.On call

func (*MockRegisteredModelsInterface_Expecter) List

func (_e *MockRegisteredModelsInterface_Expecter) List(ctx interface{}, request interface{}) *MockRegisteredModelsInterface_List_Call

List is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.ListRegisteredModelsRequest

func (*MockRegisteredModelsInterface_Expecter) ListAll

func (_e *MockRegisteredModelsInterface_Expecter) ListAll(ctx interface{}, request interface{}) *MockRegisteredModelsInterface_ListAll_Call

ListAll is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.ListRegisteredModelsRequest

func (*MockRegisteredModelsInterface_Expecter) RegisteredModelInfoNameToFullNameMap

func (_e *MockRegisteredModelsInterface_Expecter) RegisteredModelInfoNameToFullNameMap(ctx interface{}, request interface{}) *MockRegisteredModelsInterface_RegisteredModelInfoNameToFullNameMap_Call

RegisteredModelInfoNameToFullNameMap is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.ListRegisteredModelsRequest

func (*MockRegisteredModelsInterface_Expecter) SetAlias

func (_e *MockRegisteredModelsInterface_Expecter) SetAlias(ctx interface{}, request interface{}) *MockRegisteredModelsInterface_SetAlias_Call

SetAlias is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.SetRegisteredModelAliasRequest

func (*MockRegisteredModelsInterface_Expecter) Update

func (_e *MockRegisteredModelsInterface_Expecter) Update(ctx interface{}, request interface{}) *MockRegisteredModelsInterface_Update_Call

Update is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.UpdateRegisteredModelRequest

func (*MockRegisteredModelsInterface_Expecter) WithImpl

WithImpl is a helper method to define mock.On call

  • impl catalog.RegisteredModelsService

type MockRegisteredModelsInterface_GetByFullName_Call

type MockRegisteredModelsInterface_GetByFullName_Call struct {
	*mock.Call
}

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

func (*MockRegisteredModelsInterface_GetByFullName_Call) Return

func (*MockRegisteredModelsInterface_GetByFullName_Call) Run

func (*MockRegisteredModelsInterface_GetByFullName_Call) RunAndReturn

type MockRegisteredModelsInterface_GetByName_Call

type MockRegisteredModelsInterface_GetByName_Call struct {
	*mock.Call
}

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

func (*MockRegisteredModelsInterface_GetByName_Call) Return

func (*MockRegisteredModelsInterface_GetByName_Call) Run

func (*MockRegisteredModelsInterface_GetByName_Call) RunAndReturn

type MockRegisteredModelsInterface_Get_Call

type MockRegisteredModelsInterface_Get_Call struct {
	*mock.Call
}

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

func (*MockRegisteredModelsInterface_Get_Call) Return

func (*MockRegisteredModelsInterface_Get_Call) Run

type MockRegisteredModelsInterface_Impl_Call

type MockRegisteredModelsInterface_Impl_Call struct {
	*mock.Call
}

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

func (*MockRegisteredModelsInterface_Impl_Call) Return

func (*MockRegisteredModelsInterface_Impl_Call) Run

func (*MockRegisteredModelsInterface_Impl_Call) RunAndReturn

type MockRegisteredModelsInterface_ListAll_Call

type MockRegisteredModelsInterface_ListAll_Call struct {
	*mock.Call
}

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

func (*MockRegisteredModelsInterface_ListAll_Call) Return

func (*MockRegisteredModelsInterface_ListAll_Call) Run

type MockRegisteredModelsInterface_List_Call

type MockRegisteredModelsInterface_List_Call struct {
	*mock.Call
}

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

func (*MockRegisteredModelsInterface_List_Call) Run

type MockRegisteredModelsInterface_RegisteredModelInfoNameToFullNameMap_Call

type MockRegisteredModelsInterface_RegisteredModelInfoNameToFullNameMap_Call struct {
	*mock.Call
}

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

func (*MockRegisteredModelsInterface_RegisteredModelInfoNameToFullNameMap_Call) Return

type MockRegisteredModelsInterface_SetAlias_Call

type MockRegisteredModelsInterface_SetAlias_Call struct {
	*mock.Call
}

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

func (*MockRegisteredModelsInterface_SetAlias_Call) Return

func (*MockRegisteredModelsInterface_SetAlias_Call) Run

type MockRegisteredModelsInterface_Update_Call

type MockRegisteredModelsInterface_Update_Call struct {
	*mock.Call
}

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

func (*MockRegisteredModelsInterface_Update_Call) Return

func (*MockRegisteredModelsInterface_Update_Call) Run

type MockRegisteredModelsInterface_WithImpl_Call

type MockRegisteredModelsInterface_WithImpl_Call struct {
	*mock.Call
}

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

func (*MockRegisteredModelsInterface_WithImpl_Call) Run

type MockSchemasInterface

type MockSchemasInterface struct {
	mock.Mock
}

MockSchemasInterface is an autogenerated mock type for the SchemasInterface type

func NewMockSchemasInterface

func NewMockSchemasInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockSchemasInterface

NewMockSchemasInterface creates a new instance of MockSchemasInterface. 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 (*MockSchemasInterface) Create

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

func (*MockSchemasInterface) Delete

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

func (*MockSchemasInterface) DeleteByFullName

func (_m *MockSchemasInterface) DeleteByFullName(ctx context.Context, fullName string) error

DeleteByFullName provides a mock function with given fields: ctx, fullName

func (*MockSchemasInterface) EXPECT

func (*MockSchemasInterface) Get

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

func (*MockSchemasInterface) GetByFullName

func (_m *MockSchemasInterface) GetByFullName(ctx context.Context, fullName string) (*catalog.SchemaInfo, error)

GetByFullName provides a mock function with given fields: ctx, fullName

func (*MockSchemasInterface) GetByName

func (_m *MockSchemasInterface) GetByName(ctx context.Context, name string) (*catalog.SchemaInfo, error)

GetByName provides a mock function with given fields: ctx, name

func (*MockSchemasInterface) Impl

Impl provides a mock function with given fields:

func (*MockSchemasInterface) List

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

func (*MockSchemasInterface) ListAll

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

func (*MockSchemasInterface) SchemaInfoNameToFullNameMap

func (_m *MockSchemasInterface) SchemaInfoNameToFullNameMap(ctx context.Context, request catalog.ListSchemasRequest) (map[string]string, error)

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

func (*MockSchemasInterface) Update

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

func (*MockSchemasInterface) WithImpl

WithImpl provides a mock function with given fields: impl

type MockSchemasInterface_Create_Call

type MockSchemasInterface_Create_Call struct {
	*mock.Call
}

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

func (*MockSchemasInterface_Create_Call) Return

func (*MockSchemasInterface_Create_Call) Run

func (*MockSchemasInterface_Create_Call) RunAndReturn

type MockSchemasInterface_DeleteByFullName_Call

type MockSchemasInterface_DeleteByFullName_Call struct {
	*mock.Call
}

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

func (*MockSchemasInterface_DeleteByFullName_Call) Return

func (*MockSchemasInterface_DeleteByFullName_Call) Run

func (*MockSchemasInterface_DeleteByFullName_Call) RunAndReturn

type MockSchemasInterface_Delete_Call

type MockSchemasInterface_Delete_Call struct {
	*mock.Call
}

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

func (*MockSchemasInterface_Delete_Call) Return

func (*MockSchemasInterface_Delete_Call) Run

func (*MockSchemasInterface_Delete_Call) RunAndReturn

type MockSchemasInterface_Expecter

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

func (*MockSchemasInterface_Expecter) Create

func (_e *MockSchemasInterface_Expecter) Create(ctx interface{}, request interface{}) *MockSchemasInterface_Create_Call

Create is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.CreateSchema

func (*MockSchemasInterface_Expecter) Delete

func (_e *MockSchemasInterface_Expecter) Delete(ctx interface{}, request interface{}) *MockSchemasInterface_Delete_Call

Delete is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.DeleteSchemaRequest

func (*MockSchemasInterface_Expecter) DeleteByFullName

func (_e *MockSchemasInterface_Expecter) DeleteByFullName(ctx interface{}, fullName interface{}) *MockSchemasInterface_DeleteByFullName_Call

DeleteByFullName is a helper method to define mock.On call

  • ctx context.Context
  • fullName string

func (*MockSchemasInterface_Expecter) Get

func (_e *MockSchemasInterface_Expecter) Get(ctx interface{}, request interface{}) *MockSchemasInterface_Get_Call

Get is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.GetSchemaRequest

func (*MockSchemasInterface_Expecter) GetByFullName

func (_e *MockSchemasInterface_Expecter) GetByFullName(ctx interface{}, fullName interface{}) *MockSchemasInterface_GetByFullName_Call

GetByFullName is a helper method to define mock.On call

  • ctx context.Context
  • fullName string

func (*MockSchemasInterface_Expecter) GetByName

func (_e *MockSchemasInterface_Expecter) GetByName(ctx interface{}, name interface{}) *MockSchemasInterface_GetByName_Call

GetByName is a helper method to define mock.On call

  • ctx context.Context
  • name string

func (*MockSchemasInterface_Expecter) Impl

Impl is a helper method to define mock.On call

func (*MockSchemasInterface_Expecter) List

func (_e *MockSchemasInterface_Expecter) List(ctx interface{}, request interface{}) *MockSchemasInterface_List_Call

List is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.ListSchemasRequest

func (*MockSchemasInterface_Expecter) ListAll

func (_e *MockSchemasInterface_Expecter) ListAll(ctx interface{}, request interface{}) *MockSchemasInterface_ListAll_Call

ListAll is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.ListSchemasRequest

func (*MockSchemasInterface_Expecter) SchemaInfoNameToFullNameMap

func (_e *MockSchemasInterface_Expecter) SchemaInfoNameToFullNameMap(ctx interface{}, request interface{}) *MockSchemasInterface_SchemaInfoNameToFullNameMap_Call

SchemaInfoNameToFullNameMap is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.ListSchemasRequest

func (*MockSchemasInterface_Expecter) Update

func (_e *MockSchemasInterface_Expecter) Update(ctx interface{}, request interface{}) *MockSchemasInterface_Update_Call

Update is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.UpdateSchema

func (*MockSchemasInterface_Expecter) WithImpl

func (_e *MockSchemasInterface_Expecter) WithImpl(impl interface{}) *MockSchemasInterface_WithImpl_Call

WithImpl is a helper method to define mock.On call

  • impl catalog.SchemasService

type MockSchemasInterface_GetByFullName_Call

type MockSchemasInterface_GetByFullName_Call struct {
	*mock.Call
}

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

func (*MockSchemasInterface_GetByFullName_Call) Return

func (*MockSchemasInterface_GetByFullName_Call) Run

func (*MockSchemasInterface_GetByFullName_Call) RunAndReturn

type MockSchemasInterface_GetByName_Call

type MockSchemasInterface_GetByName_Call struct {
	*mock.Call
}

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

func (*MockSchemasInterface_GetByName_Call) Return

func (*MockSchemasInterface_GetByName_Call) Run

func (*MockSchemasInterface_GetByName_Call) RunAndReturn

type MockSchemasInterface_Get_Call

type MockSchemasInterface_Get_Call struct {
	*mock.Call
}

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

func (*MockSchemasInterface_Get_Call) Return

func (*MockSchemasInterface_Get_Call) Run

func (*MockSchemasInterface_Get_Call) RunAndReturn

type MockSchemasInterface_Impl_Call

type MockSchemasInterface_Impl_Call struct {
	*mock.Call
}

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

func (*MockSchemasInterface_Impl_Call) Return

func (*MockSchemasInterface_Impl_Call) Run

func (*MockSchemasInterface_Impl_Call) RunAndReturn

type MockSchemasInterface_ListAll_Call

type MockSchemasInterface_ListAll_Call struct {
	*mock.Call
}

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

func (*MockSchemasInterface_ListAll_Call) Return

func (*MockSchemasInterface_ListAll_Call) Run

func (*MockSchemasInterface_ListAll_Call) RunAndReturn

type MockSchemasInterface_List_Call

type MockSchemasInterface_List_Call struct {
	*mock.Call
}

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

func (*MockSchemasInterface_List_Call) Return

func (*MockSchemasInterface_List_Call) Run

type MockSchemasInterface_SchemaInfoNameToFullNameMap_Call

type MockSchemasInterface_SchemaInfoNameToFullNameMap_Call struct {
	*mock.Call
}

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

func (*MockSchemasInterface_SchemaInfoNameToFullNameMap_Call) Return

func (*MockSchemasInterface_SchemaInfoNameToFullNameMap_Call) Run

func (*MockSchemasInterface_SchemaInfoNameToFullNameMap_Call) RunAndReturn

type MockSchemasInterface_Update_Call

type MockSchemasInterface_Update_Call struct {
	*mock.Call
}

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

func (*MockSchemasInterface_Update_Call) Return

func (*MockSchemasInterface_Update_Call) Run

func (*MockSchemasInterface_Update_Call) RunAndReturn

type MockSchemasInterface_WithImpl_Call

type MockSchemasInterface_WithImpl_Call struct {
	*mock.Call
}

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

func (*MockSchemasInterface_WithImpl_Call) Return

func (*MockSchemasInterface_WithImpl_Call) Run

func (*MockSchemasInterface_WithImpl_Call) RunAndReturn

type MockStorageCredentialsInterface

type MockStorageCredentialsInterface struct {
	mock.Mock
}

MockStorageCredentialsInterface is an autogenerated mock type for the StorageCredentialsInterface type

func NewMockStorageCredentialsInterface

func NewMockStorageCredentialsInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockStorageCredentialsInterface

NewMockStorageCredentialsInterface creates a new instance of MockStorageCredentialsInterface. 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 (*MockStorageCredentialsInterface) Create

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

func (*MockStorageCredentialsInterface) Delete

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

func (*MockStorageCredentialsInterface) DeleteByName

func (_m *MockStorageCredentialsInterface) DeleteByName(ctx context.Context, name string) error

DeleteByName provides a mock function with given fields: ctx, name

func (*MockStorageCredentialsInterface) EXPECT

func (*MockStorageCredentialsInterface) Get

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

func (*MockStorageCredentialsInterface) GetByName

GetByName provides a mock function with given fields: ctx, name

func (*MockStorageCredentialsInterface) Impl

Impl provides a mock function with given fields:

func (*MockStorageCredentialsInterface) List

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

func (*MockStorageCredentialsInterface) ListAll

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

func (*MockStorageCredentialsInterface) StorageCredentialInfoNameToIdMap

func (_m *MockStorageCredentialsInterface) StorageCredentialInfoNameToIdMap(ctx context.Context, request catalog.ListStorageCredentialsRequest) (map[string]string, error)

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

func (*MockStorageCredentialsInterface) Update

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

func (*MockStorageCredentialsInterface) Validate

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

func (*MockStorageCredentialsInterface) WithImpl

WithImpl provides a mock function with given fields: impl

type MockStorageCredentialsInterface_Create_Call

type MockStorageCredentialsInterface_Create_Call struct {
	*mock.Call
}

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

func (*MockStorageCredentialsInterface_Create_Call) Return

func (*MockStorageCredentialsInterface_Create_Call) Run

type MockStorageCredentialsInterface_DeleteByName_Call

type MockStorageCredentialsInterface_DeleteByName_Call struct {
	*mock.Call
}

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

func (*MockStorageCredentialsInterface_DeleteByName_Call) Return

func (*MockStorageCredentialsInterface_DeleteByName_Call) Run

func (*MockStorageCredentialsInterface_DeleteByName_Call) RunAndReturn

type MockStorageCredentialsInterface_Delete_Call

type MockStorageCredentialsInterface_Delete_Call struct {
	*mock.Call
}

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

func (*MockStorageCredentialsInterface_Delete_Call) Return

func (*MockStorageCredentialsInterface_Delete_Call) Run

type MockStorageCredentialsInterface_Expecter

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

func (*MockStorageCredentialsInterface_Expecter) Create

func (_e *MockStorageCredentialsInterface_Expecter) Create(ctx interface{}, request interface{}) *MockStorageCredentialsInterface_Create_Call

Create is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.CreateStorageCredential

func (*MockStorageCredentialsInterface_Expecter) Delete

func (_e *MockStorageCredentialsInterface_Expecter) Delete(ctx interface{}, request interface{}) *MockStorageCredentialsInterface_Delete_Call

Delete is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.DeleteStorageCredentialRequest

func (*MockStorageCredentialsInterface_Expecter) DeleteByName

func (_e *MockStorageCredentialsInterface_Expecter) DeleteByName(ctx interface{}, name interface{}) *MockStorageCredentialsInterface_DeleteByName_Call

DeleteByName is a helper method to define mock.On call

  • ctx context.Context
  • name string

func (*MockStorageCredentialsInterface_Expecter) Get

func (_e *MockStorageCredentialsInterface_Expecter) Get(ctx interface{}, request interface{}) *MockStorageCredentialsInterface_Get_Call

Get is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.GetStorageCredentialRequest

func (*MockStorageCredentialsInterface_Expecter) GetByName

func (_e *MockStorageCredentialsInterface_Expecter) GetByName(ctx interface{}, name interface{}) *MockStorageCredentialsInterface_GetByName_Call

GetByName is a helper method to define mock.On call

  • ctx context.Context
  • name string

func (*MockStorageCredentialsInterface_Expecter) Impl

Impl is a helper method to define mock.On call

func (*MockStorageCredentialsInterface_Expecter) List

func (_e *MockStorageCredentialsInterface_Expecter) List(ctx interface{}, request interface{}) *MockStorageCredentialsInterface_List_Call

List is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.ListStorageCredentialsRequest

func (*MockStorageCredentialsInterface_Expecter) ListAll

func (_e *MockStorageCredentialsInterface_Expecter) ListAll(ctx interface{}, request interface{}) *MockStorageCredentialsInterface_ListAll_Call

ListAll is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.ListStorageCredentialsRequest

func (*MockStorageCredentialsInterface_Expecter) StorageCredentialInfoNameToIdMap

func (_e *MockStorageCredentialsInterface_Expecter) StorageCredentialInfoNameToIdMap(ctx interface{}, request interface{}) *MockStorageCredentialsInterface_StorageCredentialInfoNameToIdMap_Call

StorageCredentialInfoNameToIdMap is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.ListStorageCredentialsRequest

func (*MockStorageCredentialsInterface_Expecter) Update

func (_e *MockStorageCredentialsInterface_Expecter) Update(ctx interface{}, request interface{}) *MockStorageCredentialsInterface_Update_Call

Update is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.UpdateStorageCredential

func (*MockStorageCredentialsInterface_Expecter) Validate

func (_e *MockStorageCredentialsInterface_Expecter) Validate(ctx interface{}, request interface{}) *MockStorageCredentialsInterface_Validate_Call

Validate is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.ValidateStorageCredential

func (*MockStorageCredentialsInterface_Expecter) WithImpl

WithImpl is a helper method to define mock.On call

  • impl catalog.StorageCredentialsService

type MockStorageCredentialsInterface_GetByName_Call

type MockStorageCredentialsInterface_GetByName_Call struct {
	*mock.Call
}

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

func (*MockStorageCredentialsInterface_GetByName_Call) Return

func (*MockStorageCredentialsInterface_GetByName_Call) Run

func (*MockStorageCredentialsInterface_GetByName_Call) RunAndReturn

type MockStorageCredentialsInterface_Get_Call

type MockStorageCredentialsInterface_Get_Call struct {
	*mock.Call
}

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

func (*MockStorageCredentialsInterface_Get_Call) Return

func (*MockStorageCredentialsInterface_Get_Call) Run

type MockStorageCredentialsInterface_Impl_Call

type MockStorageCredentialsInterface_Impl_Call struct {
	*mock.Call
}

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

func (*MockStorageCredentialsInterface_Impl_Call) Run

func (*MockStorageCredentialsInterface_Impl_Call) RunAndReturn

type MockStorageCredentialsInterface_ListAll_Call

type MockStorageCredentialsInterface_ListAll_Call struct {
	*mock.Call
}

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

func (*MockStorageCredentialsInterface_ListAll_Call) Return

func (*MockStorageCredentialsInterface_ListAll_Call) Run

type MockStorageCredentialsInterface_List_Call

type MockStorageCredentialsInterface_List_Call struct {
	*mock.Call
}

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

func (*MockStorageCredentialsInterface_List_Call) Run

type MockStorageCredentialsInterface_StorageCredentialInfoNameToIdMap_Call

type MockStorageCredentialsInterface_StorageCredentialInfoNameToIdMap_Call struct {
	*mock.Call
}

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

func (*MockStorageCredentialsInterface_StorageCredentialInfoNameToIdMap_Call) Return

type MockStorageCredentialsInterface_Update_Call

type MockStorageCredentialsInterface_Update_Call struct {
	*mock.Call
}

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

func (*MockStorageCredentialsInterface_Update_Call) Return

func (*MockStorageCredentialsInterface_Update_Call) Run

type MockStorageCredentialsInterface_Validate_Call

type MockStorageCredentialsInterface_Validate_Call struct {
	*mock.Call
}

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

func (*MockStorageCredentialsInterface_Validate_Call) Run

type MockStorageCredentialsInterface_WithImpl_Call

type MockStorageCredentialsInterface_WithImpl_Call struct {
	*mock.Call
}

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

func (*MockStorageCredentialsInterface_WithImpl_Call) Run

type MockSystemSchemasInterface

type MockSystemSchemasInterface struct {
	mock.Mock
}

MockSystemSchemasInterface is an autogenerated mock type for the SystemSchemasInterface type

func NewMockSystemSchemasInterface

func NewMockSystemSchemasInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockSystemSchemasInterface

NewMockSystemSchemasInterface creates a new instance of MockSystemSchemasInterface. 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 (*MockSystemSchemasInterface) Disable

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

func (*MockSystemSchemasInterface) DisableByMetastoreIdAndSchemaName

func (_m *MockSystemSchemasInterface) DisableByMetastoreIdAndSchemaName(ctx context.Context, metastoreId string, schemaName catalog.DisableSchemaName) error

DisableByMetastoreIdAndSchemaName provides a mock function with given fields: ctx, metastoreId, schemaName

func (*MockSystemSchemasInterface) EXPECT

func (*MockSystemSchemasInterface) Enable

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

func (*MockSystemSchemasInterface) Impl

Impl provides a mock function with given fields:

func (*MockSystemSchemasInterface) List

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

func (*MockSystemSchemasInterface) ListAll

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

func (*MockSystemSchemasInterface) ListByMetastoreId

func (_m *MockSystemSchemasInterface) ListByMetastoreId(ctx context.Context, metastoreId string) (*catalog.ListSystemSchemasResponse, error)

ListByMetastoreId provides a mock function with given fields: ctx, metastoreId

func (*MockSystemSchemasInterface) WithImpl

WithImpl provides a mock function with given fields: impl

type MockSystemSchemasInterface_DisableByMetastoreIdAndSchemaName_Call

type MockSystemSchemasInterface_DisableByMetastoreIdAndSchemaName_Call struct {
	*mock.Call
}

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

func (*MockSystemSchemasInterface_DisableByMetastoreIdAndSchemaName_Call) Return

func (*MockSystemSchemasInterface_DisableByMetastoreIdAndSchemaName_Call) Run

type MockSystemSchemasInterface_Disable_Call

type MockSystemSchemasInterface_Disable_Call struct {
	*mock.Call
}

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

func (*MockSystemSchemasInterface_Disable_Call) Return

func (*MockSystemSchemasInterface_Disable_Call) Run

func (*MockSystemSchemasInterface_Disable_Call) RunAndReturn

type MockSystemSchemasInterface_Enable_Call

type MockSystemSchemasInterface_Enable_Call struct {
	*mock.Call
}

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

func (*MockSystemSchemasInterface_Enable_Call) Return

func (*MockSystemSchemasInterface_Enable_Call) Run

func (*MockSystemSchemasInterface_Enable_Call) RunAndReturn

type MockSystemSchemasInterface_Expecter

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

func (*MockSystemSchemasInterface_Expecter) Disable

func (_e *MockSystemSchemasInterface_Expecter) Disable(ctx interface{}, request interface{}) *MockSystemSchemasInterface_Disable_Call

Disable is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.DisableRequest

func (*MockSystemSchemasInterface_Expecter) DisableByMetastoreIdAndSchemaName

func (_e *MockSystemSchemasInterface_Expecter) DisableByMetastoreIdAndSchemaName(ctx interface{}, metastoreId interface{}, schemaName interface{}) *MockSystemSchemasInterface_DisableByMetastoreIdAndSchemaName_Call

DisableByMetastoreIdAndSchemaName is a helper method to define mock.On call

  • ctx context.Context
  • metastoreId string
  • schemaName catalog.DisableSchemaName

func (*MockSystemSchemasInterface_Expecter) Enable

func (_e *MockSystemSchemasInterface_Expecter) Enable(ctx interface{}, request interface{}) *MockSystemSchemasInterface_Enable_Call

Enable is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.EnableRequest

func (*MockSystemSchemasInterface_Expecter) Impl

Impl is a helper method to define mock.On call

func (*MockSystemSchemasInterface_Expecter) List

func (_e *MockSystemSchemasInterface_Expecter) List(ctx interface{}, request interface{}) *MockSystemSchemasInterface_List_Call

List is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.ListSystemSchemasRequest

func (*MockSystemSchemasInterface_Expecter) ListAll

func (_e *MockSystemSchemasInterface_Expecter) ListAll(ctx interface{}, request interface{}) *MockSystemSchemasInterface_ListAll_Call

ListAll is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.ListSystemSchemasRequest

func (*MockSystemSchemasInterface_Expecter) ListByMetastoreId

func (_e *MockSystemSchemasInterface_Expecter) ListByMetastoreId(ctx interface{}, metastoreId interface{}) *MockSystemSchemasInterface_ListByMetastoreId_Call

ListByMetastoreId is a helper method to define mock.On call

  • ctx context.Context
  • metastoreId string

func (*MockSystemSchemasInterface_Expecter) WithImpl

WithImpl is a helper method to define mock.On call

  • impl catalog.SystemSchemasService

type MockSystemSchemasInterface_Impl_Call

type MockSystemSchemasInterface_Impl_Call struct {
	*mock.Call
}

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

func (*MockSystemSchemasInterface_Impl_Call) Return

func (*MockSystemSchemasInterface_Impl_Call) Run

func (*MockSystemSchemasInterface_Impl_Call) RunAndReturn

type MockSystemSchemasInterface_ListAll_Call

type MockSystemSchemasInterface_ListAll_Call struct {
	*mock.Call
}

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

func (*MockSystemSchemasInterface_ListAll_Call) Return

func (*MockSystemSchemasInterface_ListAll_Call) Run

type MockSystemSchemasInterface_ListByMetastoreId_Call

type MockSystemSchemasInterface_ListByMetastoreId_Call struct {
	*mock.Call
}

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

func (*MockSystemSchemasInterface_ListByMetastoreId_Call) Return

func (*MockSystemSchemasInterface_ListByMetastoreId_Call) Run

type MockSystemSchemasInterface_List_Call

type MockSystemSchemasInterface_List_Call struct {
	*mock.Call
}

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

func (*MockSystemSchemasInterface_List_Call) Return

func (*MockSystemSchemasInterface_List_Call) Run

type MockSystemSchemasInterface_WithImpl_Call

type MockSystemSchemasInterface_WithImpl_Call struct {
	*mock.Call
}

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

func (*MockSystemSchemasInterface_WithImpl_Call) Return

func (*MockSystemSchemasInterface_WithImpl_Call) Run

type MockTableConstraintsInterface

type MockTableConstraintsInterface struct {
	mock.Mock
}

MockTableConstraintsInterface is an autogenerated mock type for the TableConstraintsInterface type

func NewMockTableConstraintsInterface

func NewMockTableConstraintsInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockTableConstraintsInterface

NewMockTableConstraintsInterface creates a new instance of MockTableConstraintsInterface. 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 (*MockTableConstraintsInterface) Create

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

func (*MockTableConstraintsInterface) Delete

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

func (*MockTableConstraintsInterface) DeleteByFullName

func (_m *MockTableConstraintsInterface) DeleteByFullName(ctx context.Context, fullName string) error

DeleteByFullName provides a mock function with given fields: ctx, fullName

func (*MockTableConstraintsInterface) EXPECT

func (*MockTableConstraintsInterface) Impl

Impl provides a mock function with given fields:

func (*MockTableConstraintsInterface) WithImpl

WithImpl provides a mock function with given fields: impl

type MockTableConstraintsInterface_Create_Call

type MockTableConstraintsInterface_Create_Call struct {
	*mock.Call
}

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

func (*MockTableConstraintsInterface_Create_Call) Return

func (*MockTableConstraintsInterface_Create_Call) Run

type MockTableConstraintsInterface_DeleteByFullName_Call

type MockTableConstraintsInterface_DeleteByFullName_Call struct {
	*mock.Call
}

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

func (*MockTableConstraintsInterface_DeleteByFullName_Call) Return

func (*MockTableConstraintsInterface_DeleteByFullName_Call) Run

func (*MockTableConstraintsInterface_DeleteByFullName_Call) RunAndReturn

type MockTableConstraintsInterface_Delete_Call

type MockTableConstraintsInterface_Delete_Call struct {
	*mock.Call
}

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

func (*MockTableConstraintsInterface_Delete_Call) Return

func (*MockTableConstraintsInterface_Delete_Call) Run

type MockTableConstraintsInterface_Expecter

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

func (*MockTableConstraintsInterface_Expecter) Create

func (_e *MockTableConstraintsInterface_Expecter) Create(ctx interface{}, request interface{}) *MockTableConstraintsInterface_Create_Call

Create is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.CreateTableConstraint

func (*MockTableConstraintsInterface_Expecter) Delete

func (_e *MockTableConstraintsInterface_Expecter) Delete(ctx interface{}, request interface{}) *MockTableConstraintsInterface_Delete_Call

Delete is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.DeleteTableConstraintRequest

func (*MockTableConstraintsInterface_Expecter) DeleteByFullName

func (_e *MockTableConstraintsInterface_Expecter) DeleteByFullName(ctx interface{}, fullName interface{}) *MockTableConstraintsInterface_DeleteByFullName_Call

DeleteByFullName is a helper method to define mock.On call

  • ctx context.Context
  • fullName string

func (*MockTableConstraintsInterface_Expecter) Impl

Impl is a helper method to define mock.On call

func (*MockTableConstraintsInterface_Expecter) WithImpl

WithImpl is a helper method to define mock.On call

  • impl catalog.TableConstraintsService

type MockTableConstraintsInterface_Impl_Call

type MockTableConstraintsInterface_Impl_Call struct {
	*mock.Call
}

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

func (*MockTableConstraintsInterface_Impl_Call) Return

func (*MockTableConstraintsInterface_Impl_Call) Run

func (*MockTableConstraintsInterface_Impl_Call) RunAndReturn

type MockTableConstraintsInterface_WithImpl_Call

type MockTableConstraintsInterface_WithImpl_Call struct {
	*mock.Call
}

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

func (*MockTableConstraintsInterface_WithImpl_Call) Run

type MockTablesInterface

type MockTablesInterface struct {
	mock.Mock
}

MockTablesInterface is an autogenerated mock type for the TablesInterface type

func NewMockTablesInterface

func NewMockTablesInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockTablesInterface

NewMockTablesInterface creates a new instance of MockTablesInterface. 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 (*MockTablesInterface) Delete

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

func (*MockTablesInterface) DeleteByFullName

func (_m *MockTablesInterface) DeleteByFullName(ctx context.Context, fullName string) error

DeleteByFullName provides a mock function with given fields: ctx, fullName

func (*MockTablesInterface) EXPECT

func (*MockTablesInterface) Exists added in v0.30.0

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

func (*MockTablesInterface) ExistsByFullName added in v0.30.0

func (_m *MockTablesInterface) ExistsByFullName(ctx context.Context, fullName string) (*catalog.TableExistsResponse, error)

ExistsByFullName provides a mock function with given fields: ctx, fullName

func (*MockTablesInterface) Get

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

func (*MockTablesInterface) GetByFullName

func (_m *MockTablesInterface) GetByFullName(ctx context.Context, fullName string) (*catalog.TableInfo, error)

GetByFullName provides a mock function with given fields: ctx, fullName

func (*MockTablesInterface) GetByName

func (_m *MockTablesInterface) GetByName(ctx context.Context, name string) (*catalog.TableInfo, error)

GetByName provides a mock function with given fields: ctx, name

func (*MockTablesInterface) Impl

Impl provides a mock function with given fields:

func (*MockTablesInterface) List

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

func (*MockTablesInterface) ListAll

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

func (*MockTablesInterface) ListSummaries

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

func (*MockTablesInterface) ListSummariesAll

func (_m *MockTablesInterface) ListSummariesAll(ctx context.Context, request catalog.ListSummariesRequest) ([]catalog.TableSummary, error)

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

func (*MockTablesInterface) TableInfoNameToTableIdMap

func (_m *MockTablesInterface) TableInfoNameToTableIdMap(ctx context.Context, request catalog.ListTablesRequest) (map[string]string, error)

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

func (*MockTablesInterface) Update

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

func (*MockTablesInterface) WithImpl

WithImpl provides a mock function with given fields: impl

type MockTablesInterface_DeleteByFullName_Call

type MockTablesInterface_DeleteByFullName_Call struct {
	*mock.Call
}

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

func (*MockTablesInterface_DeleteByFullName_Call) Return

func (*MockTablesInterface_DeleteByFullName_Call) Run

func (*MockTablesInterface_DeleteByFullName_Call) RunAndReturn

type MockTablesInterface_Delete_Call

type MockTablesInterface_Delete_Call struct {
	*mock.Call
}

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

func (*MockTablesInterface_Delete_Call) Return

func (*MockTablesInterface_Delete_Call) Run

func (*MockTablesInterface_Delete_Call) RunAndReturn

type MockTablesInterface_ExistsByFullName_Call added in v0.30.0

type MockTablesInterface_ExistsByFullName_Call struct {
	*mock.Call
}

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

func (*MockTablesInterface_ExistsByFullName_Call) Return added in v0.30.0

func (*MockTablesInterface_ExistsByFullName_Call) Run added in v0.30.0

func (*MockTablesInterface_ExistsByFullName_Call) RunAndReturn added in v0.30.0

type MockTablesInterface_Exists_Call added in v0.30.0

type MockTablesInterface_Exists_Call struct {
	*mock.Call
}

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

func (*MockTablesInterface_Exists_Call) Return added in v0.30.0

func (*MockTablesInterface_Exists_Call) Run added in v0.30.0

func (*MockTablesInterface_Exists_Call) RunAndReturn added in v0.30.0

type MockTablesInterface_Expecter

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

func (*MockTablesInterface_Expecter) Delete

func (_e *MockTablesInterface_Expecter) Delete(ctx interface{}, request interface{}) *MockTablesInterface_Delete_Call

Delete is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.DeleteTableRequest

func (*MockTablesInterface_Expecter) DeleteByFullName

func (_e *MockTablesInterface_Expecter) DeleteByFullName(ctx interface{}, fullName interface{}) *MockTablesInterface_DeleteByFullName_Call

DeleteByFullName is a helper method to define mock.On call

  • ctx context.Context
  • fullName string

func (*MockTablesInterface_Expecter) Exists added in v0.30.0

func (_e *MockTablesInterface_Expecter) Exists(ctx interface{}, request interface{}) *MockTablesInterface_Exists_Call

Exists is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.ExistsRequest

func (*MockTablesInterface_Expecter) ExistsByFullName added in v0.30.0

func (_e *MockTablesInterface_Expecter) ExistsByFullName(ctx interface{}, fullName interface{}) *MockTablesInterface_ExistsByFullName_Call

ExistsByFullName is a helper method to define mock.On call

  • ctx context.Context
  • fullName string

func (*MockTablesInterface_Expecter) Get

func (_e *MockTablesInterface_Expecter) Get(ctx interface{}, request interface{}) *MockTablesInterface_Get_Call

Get is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.GetTableRequest

func (*MockTablesInterface_Expecter) GetByFullName

func (_e *MockTablesInterface_Expecter) GetByFullName(ctx interface{}, fullName interface{}) *MockTablesInterface_GetByFullName_Call

GetByFullName is a helper method to define mock.On call

  • ctx context.Context
  • fullName string

func (*MockTablesInterface_Expecter) GetByName

func (_e *MockTablesInterface_Expecter) GetByName(ctx interface{}, name interface{}) *MockTablesInterface_GetByName_Call

GetByName is a helper method to define mock.On call

  • ctx context.Context
  • name string

func (*MockTablesInterface_Expecter) Impl

Impl is a helper method to define mock.On call

func (*MockTablesInterface_Expecter) List

func (_e *MockTablesInterface_Expecter) List(ctx interface{}, request interface{}) *MockTablesInterface_List_Call

List is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.ListTablesRequest

func (*MockTablesInterface_Expecter) ListAll

func (_e *MockTablesInterface_Expecter) ListAll(ctx interface{}, request interface{}) *MockTablesInterface_ListAll_Call

ListAll is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.ListTablesRequest

func (*MockTablesInterface_Expecter) ListSummaries

func (_e *MockTablesInterface_Expecter) ListSummaries(ctx interface{}, request interface{}) *MockTablesInterface_ListSummaries_Call

ListSummaries is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.ListSummariesRequest

func (*MockTablesInterface_Expecter) ListSummariesAll

func (_e *MockTablesInterface_Expecter) ListSummariesAll(ctx interface{}, request interface{}) *MockTablesInterface_ListSummariesAll_Call

ListSummariesAll is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.ListSummariesRequest

func (*MockTablesInterface_Expecter) TableInfoNameToTableIdMap

func (_e *MockTablesInterface_Expecter) TableInfoNameToTableIdMap(ctx interface{}, request interface{}) *MockTablesInterface_TableInfoNameToTableIdMap_Call

TableInfoNameToTableIdMap is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.ListTablesRequest

func (*MockTablesInterface_Expecter) Update

func (_e *MockTablesInterface_Expecter) Update(ctx interface{}, request interface{}) *MockTablesInterface_Update_Call

Update is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.UpdateTableRequest

func (*MockTablesInterface_Expecter) WithImpl

func (_e *MockTablesInterface_Expecter) WithImpl(impl interface{}) *MockTablesInterface_WithImpl_Call

WithImpl is a helper method to define mock.On call

  • impl catalog.TablesService

type MockTablesInterface_GetByFullName_Call

type MockTablesInterface_GetByFullName_Call struct {
	*mock.Call
}

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

func (*MockTablesInterface_GetByFullName_Call) Return

func (*MockTablesInterface_GetByFullName_Call) Run

func (*MockTablesInterface_GetByFullName_Call) RunAndReturn

type MockTablesInterface_GetByName_Call

type MockTablesInterface_GetByName_Call struct {
	*mock.Call
}

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

func (*MockTablesInterface_GetByName_Call) Return

func (*MockTablesInterface_GetByName_Call) Run

func (*MockTablesInterface_GetByName_Call) RunAndReturn

type MockTablesInterface_Get_Call

type MockTablesInterface_Get_Call struct {
	*mock.Call
}

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

func (*MockTablesInterface_Get_Call) Return

func (*MockTablesInterface_Get_Call) Run

func (*MockTablesInterface_Get_Call) RunAndReturn

type MockTablesInterface_Impl_Call

type MockTablesInterface_Impl_Call struct {
	*mock.Call
}

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

func (*MockTablesInterface_Impl_Call) Return

func (*MockTablesInterface_Impl_Call) Run

func (*MockTablesInterface_Impl_Call) RunAndReturn

type MockTablesInterface_ListAll_Call

type MockTablesInterface_ListAll_Call struct {
	*mock.Call
}

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

func (*MockTablesInterface_ListAll_Call) Return

func (*MockTablesInterface_ListAll_Call) Run

func (*MockTablesInterface_ListAll_Call) RunAndReturn

type MockTablesInterface_ListSummariesAll_Call

type MockTablesInterface_ListSummariesAll_Call struct {
	*mock.Call
}

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

func (*MockTablesInterface_ListSummariesAll_Call) Return

func (*MockTablesInterface_ListSummariesAll_Call) Run

type MockTablesInterface_ListSummaries_Call

type MockTablesInterface_ListSummaries_Call struct {
	*mock.Call
}

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

func (*MockTablesInterface_ListSummaries_Call) Return

func (*MockTablesInterface_ListSummaries_Call) Run

type MockTablesInterface_List_Call

type MockTablesInterface_List_Call struct {
	*mock.Call
}

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

func (*MockTablesInterface_List_Call) Return

func (*MockTablesInterface_List_Call) Run

type MockTablesInterface_TableInfoNameToTableIdMap_Call

type MockTablesInterface_TableInfoNameToTableIdMap_Call struct {
	*mock.Call
}

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

func (*MockTablesInterface_TableInfoNameToTableIdMap_Call) Return

func (*MockTablesInterface_TableInfoNameToTableIdMap_Call) Run

func (*MockTablesInterface_TableInfoNameToTableIdMap_Call) RunAndReturn

type MockTablesInterface_Update_Call

type MockTablesInterface_Update_Call struct {
	*mock.Call
}

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

func (*MockTablesInterface_Update_Call) Return

func (*MockTablesInterface_Update_Call) Run

func (*MockTablesInterface_Update_Call) RunAndReturn

type MockTablesInterface_WithImpl_Call

type MockTablesInterface_WithImpl_Call struct {
	*mock.Call
}

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

func (*MockTablesInterface_WithImpl_Call) Return

func (*MockTablesInterface_WithImpl_Call) Run

func (*MockTablesInterface_WithImpl_Call) RunAndReturn

type MockVolumesInterface

type MockVolumesInterface struct {
	mock.Mock
}

MockVolumesInterface is an autogenerated mock type for the VolumesInterface type

func NewMockVolumesInterface

func NewMockVolumesInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockVolumesInterface

NewMockVolumesInterface creates a new instance of MockVolumesInterface. 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 (*MockVolumesInterface) Create

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

func (*MockVolumesInterface) Delete

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

func (*MockVolumesInterface) DeleteByName added in v0.32.0

func (_m *MockVolumesInterface) DeleteByName(ctx context.Context, name string) error

DeleteByName provides a mock function with given fields: ctx, name

func (*MockVolumesInterface) EXPECT

func (*MockVolumesInterface) GetByName

func (_m *MockVolumesInterface) GetByName(ctx context.Context, name string) (*catalog.VolumeInfo, error)

GetByName provides a mock function with given fields: ctx, name

func (*MockVolumesInterface) Impl

Impl provides a mock function with given fields:

func (*MockVolumesInterface) List

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

func (*MockVolumesInterface) ListAll

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

func (*MockVolumesInterface) Read

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

func (*MockVolumesInterface) ReadByName added in v0.32.0

func (_m *MockVolumesInterface) ReadByName(ctx context.Context, name string) (*catalog.VolumeInfo, error)

ReadByName provides a mock function with given fields: ctx, name

func (*MockVolumesInterface) Update

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

func (*MockVolumesInterface) VolumeInfoNameToVolumeIdMap

func (_m *MockVolumesInterface) VolumeInfoNameToVolumeIdMap(ctx context.Context, request catalog.ListVolumesRequest) (map[string]string, error)

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

func (*MockVolumesInterface) WithImpl

WithImpl provides a mock function with given fields: impl

type MockVolumesInterface_Create_Call

type MockVolumesInterface_Create_Call struct {
	*mock.Call
}

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

func (*MockVolumesInterface_Create_Call) Return

func (*MockVolumesInterface_Create_Call) Run

type MockVolumesInterface_DeleteByName_Call added in v0.32.0

type MockVolumesInterface_DeleteByName_Call struct {
	*mock.Call
}

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

func (*MockVolumesInterface_DeleteByName_Call) Return added in v0.32.0

func (*MockVolumesInterface_DeleteByName_Call) Run added in v0.32.0

func (*MockVolumesInterface_DeleteByName_Call) RunAndReturn added in v0.32.0

type MockVolumesInterface_Delete_Call

type MockVolumesInterface_Delete_Call struct {
	*mock.Call
}

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

func (*MockVolumesInterface_Delete_Call) Return

func (*MockVolumesInterface_Delete_Call) Run

func (*MockVolumesInterface_Delete_Call) RunAndReturn

type MockVolumesInterface_Expecter

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

func (*MockVolumesInterface_Expecter) Create

func (_e *MockVolumesInterface_Expecter) Create(ctx interface{}, request interface{}) *MockVolumesInterface_Create_Call

Create is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.CreateVolumeRequestContent

func (*MockVolumesInterface_Expecter) Delete

func (_e *MockVolumesInterface_Expecter) Delete(ctx interface{}, request interface{}) *MockVolumesInterface_Delete_Call

Delete is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.DeleteVolumeRequest

func (*MockVolumesInterface_Expecter) DeleteByName added in v0.32.0

func (_e *MockVolumesInterface_Expecter) DeleteByName(ctx interface{}, name interface{}) *MockVolumesInterface_DeleteByName_Call

DeleteByName is a helper method to define mock.On call

  • ctx context.Context
  • name string

func (*MockVolumesInterface_Expecter) GetByName

func (_e *MockVolumesInterface_Expecter) GetByName(ctx interface{}, name interface{}) *MockVolumesInterface_GetByName_Call

GetByName is a helper method to define mock.On call

  • ctx context.Context
  • name string

func (*MockVolumesInterface_Expecter) Impl

Impl is a helper method to define mock.On call

func (*MockVolumesInterface_Expecter) List

func (_e *MockVolumesInterface_Expecter) List(ctx interface{}, request interface{}) *MockVolumesInterface_List_Call

List is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.ListVolumesRequest

func (*MockVolumesInterface_Expecter) ListAll

func (_e *MockVolumesInterface_Expecter) ListAll(ctx interface{}, request interface{}) *MockVolumesInterface_ListAll_Call

ListAll is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.ListVolumesRequest

func (*MockVolumesInterface_Expecter) Read

func (_e *MockVolumesInterface_Expecter) Read(ctx interface{}, request interface{}) *MockVolumesInterface_Read_Call

Read is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.ReadVolumeRequest

func (*MockVolumesInterface_Expecter) ReadByName added in v0.32.0

func (_e *MockVolumesInterface_Expecter) ReadByName(ctx interface{}, name interface{}) *MockVolumesInterface_ReadByName_Call

ReadByName is a helper method to define mock.On call

  • ctx context.Context
  • name string

func (*MockVolumesInterface_Expecter) Update

func (_e *MockVolumesInterface_Expecter) Update(ctx interface{}, request interface{}) *MockVolumesInterface_Update_Call

Update is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.UpdateVolumeRequestContent

func (*MockVolumesInterface_Expecter) VolumeInfoNameToVolumeIdMap

func (_e *MockVolumesInterface_Expecter) VolumeInfoNameToVolumeIdMap(ctx interface{}, request interface{}) *MockVolumesInterface_VolumeInfoNameToVolumeIdMap_Call

VolumeInfoNameToVolumeIdMap is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.ListVolumesRequest

func (*MockVolumesInterface_Expecter) WithImpl

func (_e *MockVolumesInterface_Expecter) WithImpl(impl interface{}) *MockVolumesInterface_WithImpl_Call

WithImpl is a helper method to define mock.On call

  • impl catalog.VolumesService

type MockVolumesInterface_GetByName_Call

type MockVolumesInterface_GetByName_Call struct {
	*mock.Call
}

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

func (*MockVolumesInterface_GetByName_Call) Return

func (*MockVolumesInterface_GetByName_Call) Run

func (*MockVolumesInterface_GetByName_Call) RunAndReturn

type MockVolumesInterface_Impl_Call

type MockVolumesInterface_Impl_Call struct {
	*mock.Call
}

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

func (*MockVolumesInterface_Impl_Call) Return

func (*MockVolumesInterface_Impl_Call) Run

func (*MockVolumesInterface_Impl_Call) RunAndReturn

type MockVolumesInterface_ListAll_Call

type MockVolumesInterface_ListAll_Call struct {
	*mock.Call
}

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

func (*MockVolumesInterface_ListAll_Call) Return

func (*MockVolumesInterface_ListAll_Call) Run

func (*MockVolumesInterface_ListAll_Call) RunAndReturn

type MockVolumesInterface_List_Call

type MockVolumesInterface_List_Call struct {
	*mock.Call
}

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

func (*MockVolumesInterface_List_Call) Return

func (*MockVolumesInterface_List_Call) Run

type MockVolumesInterface_ReadByName_Call added in v0.32.0

type MockVolumesInterface_ReadByName_Call struct {
	*mock.Call
}

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

func (*MockVolumesInterface_ReadByName_Call) Return added in v0.32.0

func (*MockVolumesInterface_ReadByName_Call) Run added in v0.32.0

func (*MockVolumesInterface_ReadByName_Call) RunAndReturn added in v0.32.0

type MockVolumesInterface_Read_Call

type MockVolumesInterface_Read_Call struct {
	*mock.Call
}

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

func (*MockVolumesInterface_Read_Call) Return

func (*MockVolumesInterface_Read_Call) Run

func (*MockVolumesInterface_Read_Call) RunAndReturn

type MockVolumesInterface_Update_Call

type MockVolumesInterface_Update_Call struct {
	*mock.Call
}

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

func (*MockVolumesInterface_Update_Call) Return

func (*MockVolumesInterface_Update_Call) Run

type MockVolumesInterface_VolumeInfoNameToVolumeIdMap_Call

type MockVolumesInterface_VolumeInfoNameToVolumeIdMap_Call struct {
	*mock.Call
}

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

func (*MockVolumesInterface_VolumeInfoNameToVolumeIdMap_Call) Return

func (*MockVolumesInterface_VolumeInfoNameToVolumeIdMap_Call) Run

func (*MockVolumesInterface_VolumeInfoNameToVolumeIdMap_Call) RunAndReturn

type MockVolumesInterface_WithImpl_Call

type MockVolumesInterface_WithImpl_Call struct {
	*mock.Call
}

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

func (*MockVolumesInterface_WithImpl_Call) Return

func (*MockVolumesInterface_WithImpl_Call) Run

func (*MockVolumesInterface_WithImpl_Call) RunAndReturn

type MockWorkspaceBindingsInterface

type MockWorkspaceBindingsInterface struct {
	mock.Mock
}

MockWorkspaceBindingsInterface is an autogenerated mock type for the WorkspaceBindingsInterface type

func NewMockWorkspaceBindingsInterface

func NewMockWorkspaceBindingsInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockWorkspaceBindingsInterface

NewMockWorkspaceBindingsInterface creates a new instance of MockWorkspaceBindingsInterface. 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 (*MockWorkspaceBindingsInterface) EXPECT

func (*MockWorkspaceBindingsInterface) Get

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

func (*MockWorkspaceBindingsInterface) GetBindings

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

func (*MockWorkspaceBindingsInterface) GetBindingsBySecurableTypeAndSecurableName

func (_m *MockWorkspaceBindingsInterface) GetBindingsBySecurableTypeAndSecurableName(ctx context.Context, securableType string, securableName string) (*catalog.WorkspaceBindingsResponse, error)

GetBindingsBySecurableTypeAndSecurableName provides a mock function with given fields: ctx, securableType, securableName

func (*MockWorkspaceBindingsInterface) GetByName

GetByName provides a mock function with given fields: ctx, name

func (*MockWorkspaceBindingsInterface) Impl

Impl provides a mock function with given fields:

func (*MockWorkspaceBindingsInterface) Update

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

func (*MockWorkspaceBindingsInterface) UpdateBindings

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

func (*MockWorkspaceBindingsInterface) WithImpl

WithImpl provides a mock function with given fields: impl

type MockWorkspaceBindingsInterface_Expecter

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

func (*MockWorkspaceBindingsInterface_Expecter) Get

func (_e *MockWorkspaceBindingsInterface_Expecter) Get(ctx interface{}, request interface{}) *MockWorkspaceBindingsInterface_Get_Call

Get is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.GetWorkspaceBindingRequest

func (*MockWorkspaceBindingsInterface_Expecter) GetBindings

func (_e *MockWorkspaceBindingsInterface_Expecter) GetBindings(ctx interface{}, request interface{}) *MockWorkspaceBindingsInterface_GetBindings_Call

GetBindings is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.GetBindingsRequest

func (*MockWorkspaceBindingsInterface_Expecter) GetBindingsBySecurableTypeAndSecurableName

func (_e *MockWorkspaceBindingsInterface_Expecter) GetBindingsBySecurableTypeAndSecurableName(ctx interface{}, securableType interface{}, securableName interface{}) *MockWorkspaceBindingsInterface_GetBindingsBySecurableTypeAndSecurableName_Call

GetBindingsBySecurableTypeAndSecurableName is a helper method to define mock.On call

  • ctx context.Context
  • securableType string
  • securableName string

func (*MockWorkspaceBindingsInterface_Expecter) GetByName

func (_e *MockWorkspaceBindingsInterface_Expecter) GetByName(ctx interface{}, name interface{}) *MockWorkspaceBindingsInterface_GetByName_Call

GetByName is a helper method to define mock.On call

  • ctx context.Context
  • name string

func (*MockWorkspaceBindingsInterface_Expecter) Impl

Impl is a helper method to define mock.On call

func (*MockWorkspaceBindingsInterface_Expecter) Update

func (_e *MockWorkspaceBindingsInterface_Expecter) Update(ctx interface{}, request interface{}) *MockWorkspaceBindingsInterface_Update_Call

Update is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.UpdateWorkspaceBindings

func (*MockWorkspaceBindingsInterface_Expecter) UpdateBindings

func (_e *MockWorkspaceBindingsInterface_Expecter) UpdateBindings(ctx interface{}, request interface{}) *MockWorkspaceBindingsInterface_UpdateBindings_Call

UpdateBindings is a helper method to define mock.On call

  • ctx context.Context
  • request catalog.UpdateWorkspaceBindingsParameters

func (*MockWorkspaceBindingsInterface_Expecter) WithImpl

WithImpl is a helper method to define mock.On call

  • impl catalog.WorkspaceBindingsService

type MockWorkspaceBindingsInterface_GetBindingsBySecurableTypeAndSecurableName_Call

type MockWorkspaceBindingsInterface_GetBindingsBySecurableTypeAndSecurableName_Call struct {
	*mock.Call
}

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

func (*MockWorkspaceBindingsInterface_GetBindingsBySecurableTypeAndSecurableName_Call) Run

type MockWorkspaceBindingsInterface_GetBindings_Call

type MockWorkspaceBindingsInterface_GetBindings_Call struct {
	*mock.Call
}

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

func (*MockWorkspaceBindingsInterface_GetBindings_Call) Return

func (*MockWorkspaceBindingsInterface_GetBindings_Call) Run

type MockWorkspaceBindingsInterface_GetByName_Call

type MockWorkspaceBindingsInterface_GetByName_Call struct {
	*mock.Call
}

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

func (*MockWorkspaceBindingsInterface_GetByName_Call) Return

func (*MockWorkspaceBindingsInterface_GetByName_Call) Run

type MockWorkspaceBindingsInterface_Get_Call

type MockWorkspaceBindingsInterface_Get_Call struct {
	*mock.Call
}

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

func (*MockWorkspaceBindingsInterface_Get_Call) Return

func (*MockWorkspaceBindingsInterface_Get_Call) Run

type MockWorkspaceBindingsInterface_Impl_Call

type MockWorkspaceBindingsInterface_Impl_Call struct {
	*mock.Call
}

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

func (*MockWorkspaceBindingsInterface_Impl_Call) Return

func (*MockWorkspaceBindingsInterface_Impl_Call) Run

func (*MockWorkspaceBindingsInterface_Impl_Call) RunAndReturn

type MockWorkspaceBindingsInterface_UpdateBindings_Call

type MockWorkspaceBindingsInterface_UpdateBindings_Call struct {
	*mock.Call
}

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

func (*MockWorkspaceBindingsInterface_UpdateBindings_Call) Return

func (*MockWorkspaceBindingsInterface_UpdateBindings_Call) Run

type MockWorkspaceBindingsInterface_Update_Call

type MockWorkspaceBindingsInterface_Update_Call struct {
	*mock.Call
}

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

func (*MockWorkspaceBindingsInterface_Update_Call) Return

func (*MockWorkspaceBindingsInterface_Update_Call) Run

type MockWorkspaceBindingsInterface_WithImpl_Call

type MockWorkspaceBindingsInterface_WithImpl_Call struct {
	*mock.Call
}

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

func (*MockWorkspaceBindingsInterface_WithImpl_Call) Run

Jump to

Keyboard shortcuts

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