marketplace

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 MockConsumerFulfillmentsInterface

type MockConsumerFulfillmentsInterface struct {
	mock.Mock
}

MockConsumerFulfillmentsInterface is an autogenerated mock type for the ConsumerFulfillmentsInterface type

func NewMockConsumerFulfillmentsInterface

func NewMockConsumerFulfillmentsInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockConsumerFulfillmentsInterface

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

func (*MockConsumerFulfillmentsInterface) Get

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

func (*MockConsumerFulfillmentsInterface) GetAll

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

func (*MockConsumerFulfillmentsInterface) GetByListingId

GetByListingId provides a mock function with given fields: ctx, listingId

func (*MockConsumerFulfillmentsInterface) Impl

Impl provides a mock function with given fields:

func (*MockConsumerFulfillmentsInterface) List

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

func (*MockConsumerFulfillmentsInterface) ListAll

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

func (*MockConsumerFulfillmentsInterface) ListByListingId

ListByListingId provides a mock function with given fields: ctx, listingId

func (*MockConsumerFulfillmentsInterface) WithImpl

WithImpl provides a mock function with given fields: impl

type MockConsumerFulfillmentsInterface_Expecter

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

func (*MockConsumerFulfillmentsInterface_Expecter) Get

func (_e *MockConsumerFulfillmentsInterface_Expecter) Get(ctx interface{}, request interface{}) *MockConsumerFulfillmentsInterface_Get_Call

Get is a helper method to define mock.On call

  • ctx context.Context
  • request marketplace.GetListingContentMetadataRequest

func (*MockConsumerFulfillmentsInterface_Expecter) GetAll

func (_e *MockConsumerFulfillmentsInterface_Expecter) GetAll(ctx interface{}, request interface{}) *MockConsumerFulfillmentsInterface_GetAll_Call

GetAll is a helper method to define mock.On call

  • ctx context.Context
  • request marketplace.GetListingContentMetadataRequest

func (*MockConsumerFulfillmentsInterface_Expecter) GetByListingId

func (_e *MockConsumerFulfillmentsInterface_Expecter) GetByListingId(ctx interface{}, listingId interface{}) *MockConsumerFulfillmentsInterface_GetByListingId_Call

GetByListingId is a helper method to define mock.On call

  • ctx context.Context
  • listingId string

func (*MockConsumerFulfillmentsInterface_Expecter) Impl

Impl is a helper method to define mock.On call

func (*MockConsumerFulfillmentsInterface_Expecter) List

func (_e *MockConsumerFulfillmentsInterface_Expecter) List(ctx interface{}, request interface{}) *MockConsumerFulfillmentsInterface_List_Call

List is a helper method to define mock.On call

  • ctx context.Context
  • request marketplace.ListFulfillmentsRequest

func (*MockConsumerFulfillmentsInterface_Expecter) ListAll

func (_e *MockConsumerFulfillmentsInterface_Expecter) ListAll(ctx interface{}, request interface{}) *MockConsumerFulfillmentsInterface_ListAll_Call

ListAll is a helper method to define mock.On call

  • ctx context.Context
  • request marketplace.ListFulfillmentsRequest

func (*MockConsumerFulfillmentsInterface_Expecter) ListByListingId

func (_e *MockConsumerFulfillmentsInterface_Expecter) ListByListingId(ctx interface{}, listingId interface{}) *MockConsumerFulfillmentsInterface_ListByListingId_Call

ListByListingId is a helper method to define mock.On call

  • ctx context.Context
  • listingId string

func (*MockConsumerFulfillmentsInterface_Expecter) WithImpl

WithImpl is a helper method to define mock.On call

  • impl marketplace.ConsumerFulfillmentsService

type MockConsumerFulfillmentsInterface_GetAll_Call

type MockConsumerFulfillmentsInterface_GetAll_Call struct {
	*mock.Call
}

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

func (*MockConsumerFulfillmentsInterface_GetAll_Call) Return

func (*MockConsumerFulfillmentsInterface_GetAll_Call) Run

type MockConsumerFulfillmentsInterface_GetByListingId_Call

type MockConsumerFulfillmentsInterface_GetByListingId_Call struct {
	*mock.Call
}

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

func (*MockConsumerFulfillmentsInterface_GetByListingId_Call) Run

type MockConsumerFulfillmentsInterface_Get_Call

type MockConsumerFulfillmentsInterface_Get_Call struct {
	*mock.Call
}

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

func (*MockConsumerFulfillmentsInterface_Get_Call) Run

type MockConsumerFulfillmentsInterface_Impl_Call

type MockConsumerFulfillmentsInterface_Impl_Call struct {
	*mock.Call
}

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

func (*MockConsumerFulfillmentsInterface_Impl_Call) Run

func (*MockConsumerFulfillmentsInterface_Impl_Call) RunAndReturn

type MockConsumerFulfillmentsInterface_ListAll_Call

type MockConsumerFulfillmentsInterface_ListAll_Call struct {
	*mock.Call
}

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

func (*MockConsumerFulfillmentsInterface_ListAll_Call) Return

func (*MockConsumerFulfillmentsInterface_ListAll_Call) Run

type MockConsumerFulfillmentsInterface_ListByListingId_Call

type MockConsumerFulfillmentsInterface_ListByListingId_Call struct {
	*mock.Call
}

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

func (*MockConsumerFulfillmentsInterface_ListByListingId_Call) Run

type MockConsumerFulfillmentsInterface_List_Call

type MockConsumerFulfillmentsInterface_List_Call struct {
	*mock.Call
}

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

func (*MockConsumerFulfillmentsInterface_List_Call) Run

type MockConsumerFulfillmentsInterface_WithImpl_Call

type MockConsumerFulfillmentsInterface_WithImpl_Call struct {
	*mock.Call
}

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

func (*MockConsumerFulfillmentsInterface_WithImpl_Call) Run

type MockConsumerInstallationsInterface

type MockConsumerInstallationsInterface struct {
	mock.Mock
}

MockConsumerInstallationsInterface is an autogenerated mock type for the ConsumerInstallationsInterface type

func NewMockConsumerInstallationsInterface

func NewMockConsumerInstallationsInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockConsumerInstallationsInterface

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

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

func (*MockConsumerInstallationsInterface) Delete

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

func (*MockConsumerInstallationsInterface) DeleteByListingIdAndInstallationId

func (_m *MockConsumerInstallationsInterface) DeleteByListingIdAndInstallationId(ctx context.Context, listingId string, installationId string) error

DeleteByListingIdAndInstallationId provides a mock function with given fields: ctx, listingId, installationId

func (*MockConsumerInstallationsInterface) EXPECT

func (*MockConsumerInstallationsInterface) Impl

Impl provides a mock function with given fields:

func (*MockConsumerInstallationsInterface) List

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

func (*MockConsumerInstallationsInterface) ListAll

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

func (*MockConsumerInstallationsInterface) ListListingInstallations

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

func (*MockConsumerInstallationsInterface) ListListingInstallationsAll

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

func (*MockConsumerInstallationsInterface) ListListingInstallationsByListingId

func (_m *MockConsumerInstallationsInterface) ListListingInstallationsByListingId(ctx context.Context, listingId string) (*marketplace.ListInstallationsResponse, error)

ListListingInstallationsByListingId provides a mock function with given fields: ctx, listingId

func (*MockConsumerInstallationsInterface) Update

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

func (*MockConsumerInstallationsInterface) WithImpl

WithImpl provides a mock function with given fields: impl

type MockConsumerInstallationsInterface_Create_Call

type MockConsumerInstallationsInterface_Create_Call struct {
	*mock.Call
}

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

func (*MockConsumerInstallationsInterface_Create_Call) Return

func (*MockConsumerInstallationsInterface_Create_Call) Run

type MockConsumerInstallationsInterface_DeleteByListingIdAndInstallationId_Call

type MockConsumerInstallationsInterface_DeleteByListingIdAndInstallationId_Call struct {
	*mock.Call
}

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

func (*MockConsumerInstallationsInterface_DeleteByListingIdAndInstallationId_Call) Return

func (*MockConsumerInstallationsInterface_DeleteByListingIdAndInstallationId_Call) Run

func (*MockConsumerInstallationsInterface_DeleteByListingIdAndInstallationId_Call) RunAndReturn

type MockConsumerInstallationsInterface_Delete_Call

type MockConsumerInstallationsInterface_Delete_Call struct {
	*mock.Call
}

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

func (*MockConsumerInstallationsInterface_Delete_Call) Return

func (*MockConsumerInstallationsInterface_Delete_Call) Run

type MockConsumerInstallationsInterface_Expecter

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

func (*MockConsumerInstallationsInterface_Expecter) Create

func (_e *MockConsumerInstallationsInterface_Expecter) Create(ctx interface{}, request interface{}) *MockConsumerInstallationsInterface_Create_Call

Create is a helper method to define mock.On call

  • ctx context.Context
  • request marketplace.CreateInstallationRequest

func (*MockConsumerInstallationsInterface_Expecter) Delete

func (_e *MockConsumerInstallationsInterface_Expecter) Delete(ctx interface{}, request interface{}) *MockConsumerInstallationsInterface_Delete_Call

Delete is a helper method to define mock.On call

  • ctx context.Context
  • request marketplace.DeleteInstallationRequest

func (*MockConsumerInstallationsInterface_Expecter) DeleteByListingIdAndInstallationId

func (_e *MockConsumerInstallationsInterface_Expecter) DeleteByListingIdAndInstallationId(ctx interface{}, listingId interface{}, installationId interface{}) *MockConsumerInstallationsInterface_DeleteByListingIdAndInstallationId_Call

DeleteByListingIdAndInstallationId is a helper method to define mock.On call

  • ctx context.Context
  • listingId string
  • installationId string

func (*MockConsumerInstallationsInterface_Expecter) Impl

Impl is a helper method to define mock.On call

func (*MockConsumerInstallationsInterface_Expecter) List

func (_e *MockConsumerInstallationsInterface_Expecter) List(ctx interface{}, request interface{}) *MockConsumerInstallationsInterface_List_Call

List is a helper method to define mock.On call

  • ctx context.Context
  • request marketplace.ListAllInstallationsRequest

func (*MockConsumerInstallationsInterface_Expecter) ListAll

func (_e *MockConsumerInstallationsInterface_Expecter) ListAll(ctx interface{}, request interface{}) *MockConsumerInstallationsInterface_ListAll_Call

ListAll is a helper method to define mock.On call

  • ctx context.Context
  • request marketplace.ListAllInstallationsRequest

func (*MockConsumerInstallationsInterface_Expecter) ListListingInstallations

func (_e *MockConsumerInstallationsInterface_Expecter) ListListingInstallations(ctx interface{}, request interface{}) *MockConsumerInstallationsInterface_ListListingInstallations_Call

ListListingInstallations is a helper method to define mock.On call

  • ctx context.Context
  • request marketplace.ListInstallationsRequest

func (*MockConsumerInstallationsInterface_Expecter) ListListingInstallationsAll

func (_e *MockConsumerInstallationsInterface_Expecter) ListListingInstallationsAll(ctx interface{}, request interface{}) *MockConsumerInstallationsInterface_ListListingInstallationsAll_Call

ListListingInstallationsAll is a helper method to define mock.On call

  • ctx context.Context
  • request marketplace.ListInstallationsRequest

func (*MockConsumerInstallationsInterface_Expecter) ListListingInstallationsByListingId

func (_e *MockConsumerInstallationsInterface_Expecter) ListListingInstallationsByListingId(ctx interface{}, listingId interface{}) *MockConsumerInstallationsInterface_ListListingInstallationsByListingId_Call

ListListingInstallationsByListingId is a helper method to define mock.On call

  • ctx context.Context
  • listingId string

func (*MockConsumerInstallationsInterface_Expecter) Update

func (_e *MockConsumerInstallationsInterface_Expecter) Update(ctx interface{}, request interface{}) *MockConsumerInstallationsInterface_Update_Call

Update is a helper method to define mock.On call

  • ctx context.Context
  • request marketplace.UpdateInstallationRequest

func (*MockConsumerInstallationsInterface_Expecter) WithImpl

WithImpl is a helper method to define mock.On call

  • impl marketplace.ConsumerInstallationsService

type MockConsumerInstallationsInterface_Impl_Call

type MockConsumerInstallationsInterface_Impl_Call struct {
	*mock.Call
}

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

func (*MockConsumerInstallationsInterface_Impl_Call) Run

func (*MockConsumerInstallationsInterface_Impl_Call) RunAndReturn

type MockConsumerInstallationsInterface_ListAll_Call

type MockConsumerInstallationsInterface_ListAll_Call struct {
	*mock.Call
}

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

func (*MockConsumerInstallationsInterface_ListAll_Call) Return

func (*MockConsumerInstallationsInterface_ListAll_Call) Run

type MockConsumerInstallationsInterface_ListListingInstallationsAll_Call

type MockConsumerInstallationsInterface_ListListingInstallationsAll_Call struct {
	*mock.Call
}

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

type MockConsumerInstallationsInterface_ListListingInstallationsByListingId_Call

type MockConsumerInstallationsInterface_ListListingInstallationsByListingId_Call struct {
	*mock.Call
}

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

func (*MockConsumerInstallationsInterface_ListListingInstallationsByListingId_Call) Run

type MockConsumerInstallationsInterface_ListListingInstallations_Call

type MockConsumerInstallationsInterface_ListListingInstallations_Call struct {
	*mock.Call
}

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

func (*MockConsumerInstallationsInterface_ListListingInstallations_Call) Run

type MockConsumerInstallationsInterface_List_Call

type MockConsumerInstallationsInterface_List_Call struct {
	*mock.Call
}

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

func (*MockConsumerInstallationsInterface_List_Call) Run

type MockConsumerInstallationsInterface_Update_Call

type MockConsumerInstallationsInterface_Update_Call struct {
	*mock.Call
}

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

func (*MockConsumerInstallationsInterface_Update_Call) Run

type MockConsumerInstallationsInterface_WithImpl_Call

type MockConsumerInstallationsInterface_WithImpl_Call struct {
	*mock.Call
}

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

func (*MockConsumerInstallationsInterface_WithImpl_Call) Run

type MockConsumerListingsInterface

type MockConsumerListingsInterface struct {
	mock.Mock
}

MockConsumerListingsInterface is an autogenerated mock type for the ConsumerListingsInterface type

func NewMockConsumerListingsInterface

func NewMockConsumerListingsInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockConsumerListingsInterface

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

func (*MockConsumerListingsInterface) Get

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

func (*MockConsumerListingsInterface) GetById

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

func (*MockConsumerListingsInterface) GetBySummaryName

func (_m *MockConsumerListingsInterface) GetBySummaryName(ctx context.Context, name string) (*marketplace.Listing, error)

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

func (*MockConsumerListingsInterface) Impl

Impl provides a mock function with given fields:

func (*MockConsumerListingsInterface) List

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

func (*MockConsumerListingsInterface) ListAll

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

func (*MockConsumerListingsInterface) ListingSummaryNameToIdMap

func (_m *MockConsumerListingsInterface) ListingSummaryNameToIdMap(ctx context.Context, request marketplace.ListListingsRequest) (map[string]string, error)

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

func (*MockConsumerListingsInterface) Search

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

func (*MockConsumerListingsInterface) SearchAll

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

func (*MockConsumerListingsInterface) WithImpl

WithImpl provides a mock function with given fields: impl

type MockConsumerListingsInterface_Expecter

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

func (*MockConsumerListingsInterface_Expecter) Get

func (_e *MockConsumerListingsInterface_Expecter) Get(ctx interface{}, request interface{}) *MockConsumerListingsInterface_Get_Call

Get is a helper method to define mock.On call

  • ctx context.Context
  • request marketplace.GetListingRequest

func (*MockConsumerListingsInterface_Expecter) GetById

func (_e *MockConsumerListingsInterface_Expecter) GetById(ctx interface{}, id interface{}) *MockConsumerListingsInterface_GetById_Call

GetById is a helper method to define mock.On call

  • ctx context.Context
  • id string

func (*MockConsumerListingsInterface_Expecter) GetBySummaryName

func (_e *MockConsumerListingsInterface_Expecter) GetBySummaryName(ctx interface{}, name interface{}) *MockConsumerListingsInterface_GetBySummaryName_Call

GetBySummaryName is a helper method to define mock.On call

  • ctx context.Context
  • name string

func (*MockConsumerListingsInterface_Expecter) Impl

Impl is a helper method to define mock.On call

func (*MockConsumerListingsInterface_Expecter) List

func (_e *MockConsumerListingsInterface_Expecter) List(ctx interface{}, request interface{}) *MockConsumerListingsInterface_List_Call

List is a helper method to define mock.On call

  • ctx context.Context
  • request marketplace.ListListingsRequest

func (*MockConsumerListingsInterface_Expecter) ListAll

func (_e *MockConsumerListingsInterface_Expecter) ListAll(ctx interface{}, request interface{}) *MockConsumerListingsInterface_ListAll_Call

ListAll is a helper method to define mock.On call

  • ctx context.Context
  • request marketplace.ListListingsRequest

func (*MockConsumerListingsInterface_Expecter) ListingSummaryNameToIdMap

func (_e *MockConsumerListingsInterface_Expecter) ListingSummaryNameToIdMap(ctx interface{}, request interface{}) *MockConsumerListingsInterface_ListingSummaryNameToIdMap_Call

ListingSummaryNameToIdMap is a helper method to define mock.On call

  • ctx context.Context
  • request marketplace.ListListingsRequest

func (*MockConsumerListingsInterface_Expecter) Search

func (_e *MockConsumerListingsInterface_Expecter) Search(ctx interface{}, request interface{}) *MockConsumerListingsInterface_Search_Call

Search is a helper method to define mock.On call

  • ctx context.Context
  • request marketplace.SearchListingsRequest

func (*MockConsumerListingsInterface_Expecter) SearchAll

func (_e *MockConsumerListingsInterface_Expecter) SearchAll(ctx interface{}, request interface{}) *MockConsumerListingsInterface_SearchAll_Call

SearchAll is a helper method to define mock.On call

  • ctx context.Context
  • request marketplace.SearchListingsRequest

func (*MockConsumerListingsInterface_Expecter) WithImpl

WithImpl is a helper method to define mock.On call

  • impl marketplace.ConsumerListingsService

type MockConsumerListingsInterface_GetById_Call

type MockConsumerListingsInterface_GetById_Call struct {
	*mock.Call
}

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

func (*MockConsumerListingsInterface_GetById_Call) Return

func (*MockConsumerListingsInterface_GetById_Call) Run

func (*MockConsumerListingsInterface_GetById_Call) RunAndReturn

type MockConsumerListingsInterface_GetBySummaryName_Call

type MockConsumerListingsInterface_GetBySummaryName_Call struct {
	*mock.Call
}

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

func (*MockConsumerListingsInterface_GetBySummaryName_Call) Return

func (*MockConsumerListingsInterface_GetBySummaryName_Call) Run

func (*MockConsumerListingsInterface_GetBySummaryName_Call) RunAndReturn

type MockConsumerListingsInterface_Get_Call

type MockConsumerListingsInterface_Get_Call struct {
	*mock.Call
}

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

func (*MockConsumerListingsInterface_Get_Call) Return

func (*MockConsumerListingsInterface_Get_Call) Run

type MockConsumerListingsInterface_Impl_Call

type MockConsumerListingsInterface_Impl_Call struct {
	*mock.Call
}

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

func (*MockConsumerListingsInterface_Impl_Call) Run

func (*MockConsumerListingsInterface_Impl_Call) RunAndReturn

type MockConsumerListingsInterface_ListAll_Call

type MockConsumerListingsInterface_ListAll_Call struct {
	*mock.Call
}

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

func (*MockConsumerListingsInterface_ListAll_Call) Return

func (*MockConsumerListingsInterface_ListAll_Call) Run

type MockConsumerListingsInterface_List_Call

type MockConsumerListingsInterface_List_Call struct {
	*mock.Call
}

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

func (*MockConsumerListingsInterface_List_Call) Return

func (*MockConsumerListingsInterface_List_Call) Run

type MockConsumerListingsInterface_ListingSummaryNameToIdMap_Call

type MockConsumerListingsInterface_ListingSummaryNameToIdMap_Call struct {
	*mock.Call
}

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

func (*MockConsumerListingsInterface_ListingSummaryNameToIdMap_Call) Return

func (*MockConsumerListingsInterface_ListingSummaryNameToIdMap_Call) Run

type MockConsumerListingsInterface_SearchAll_Call

type MockConsumerListingsInterface_SearchAll_Call struct {
	*mock.Call
}

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

func (*MockConsumerListingsInterface_SearchAll_Call) Return

func (*MockConsumerListingsInterface_SearchAll_Call) Run

type MockConsumerListingsInterface_Search_Call

type MockConsumerListingsInterface_Search_Call struct {
	*mock.Call
}

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

func (*MockConsumerListingsInterface_Search_Call) Return

func (*MockConsumerListingsInterface_Search_Call) Run

type MockConsumerListingsInterface_WithImpl_Call

type MockConsumerListingsInterface_WithImpl_Call struct {
	*mock.Call
}

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

func (*MockConsumerListingsInterface_WithImpl_Call) Run

type MockConsumerPersonalizationRequestsInterface

type MockConsumerPersonalizationRequestsInterface struct {
	mock.Mock
}

MockConsumerPersonalizationRequestsInterface is an autogenerated mock type for the ConsumerPersonalizationRequestsInterface type

func NewMockConsumerPersonalizationRequestsInterface

func NewMockConsumerPersonalizationRequestsInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockConsumerPersonalizationRequestsInterface

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

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

func (*MockConsumerPersonalizationRequestsInterface) EXPECT

func (*MockConsumerPersonalizationRequestsInterface) Get

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

func (*MockConsumerPersonalizationRequestsInterface) GetByListingId

GetByListingId provides a mock function with given fields: ctx, listingId

func (*MockConsumerPersonalizationRequestsInterface) Impl

Impl provides a mock function with given fields:

func (*MockConsumerPersonalizationRequestsInterface) List

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

func (*MockConsumerPersonalizationRequestsInterface) ListAll

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

func (*MockConsumerPersonalizationRequestsInterface) WithImpl

WithImpl provides a mock function with given fields: impl

type MockConsumerPersonalizationRequestsInterface_Create_Call

type MockConsumerPersonalizationRequestsInterface_Create_Call struct {
	*mock.Call
}

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

func (*MockConsumerPersonalizationRequestsInterface_Create_Call) Run

type MockConsumerPersonalizationRequestsInterface_Expecter

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

func (*MockConsumerPersonalizationRequestsInterface_Expecter) Create

Create is a helper method to define mock.On call

  • ctx context.Context
  • request marketplace.CreatePersonalizationRequest

func (*MockConsumerPersonalizationRequestsInterface_Expecter) Get

Get is a helper method to define mock.On call

  • ctx context.Context
  • request marketplace.GetPersonalizationRequestRequest

func (*MockConsumerPersonalizationRequestsInterface_Expecter) GetByListingId

GetByListingId is a helper method to define mock.On call

  • ctx context.Context
  • listingId string

func (*MockConsumerPersonalizationRequestsInterface_Expecter) Impl

Impl is a helper method to define mock.On call

func (*MockConsumerPersonalizationRequestsInterface_Expecter) List

List is a helper method to define mock.On call

  • ctx context.Context
  • request marketplace.ListAllPersonalizationRequestsRequest

func (*MockConsumerPersonalizationRequestsInterface_Expecter) ListAll

ListAll is a helper method to define mock.On call

  • ctx context.Context
  • request marketplace.ListAllPersonalizationRequestsRequest

func (*MockConsumerPersonalizationRequestsInterface_Expecter) WithImpl

WithImpl is a helper method to define mock.On call

  • impl marketplace.ConsumerPersonalizationRequestsService

type MockConsumerPersonalizationRequestsInterface_GetByListingId_Call

type MockConsumerPersonalizationRequestsInterface_GetByListingId_Call struct {
	*mock.Call
}

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

func (*MockConsumerPersonalizationRequestsInterface_GetByListingId_Call) Run

type MockConsumerPersonalizationRequestsInterface_Get_Call

type MockConsumerPersonalizationRequestsInterface_Get_Call struct {
	*mock.Call
}

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

type MockConsumerPersonalizationRequestsInterface_Impl_Call

type MockConsumerPersonalizationRequestsInterface_Impl_Call struct {
	*mock.Call
}

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

func (*MockConsumerPersonalizationRequestsInterface_Impl_Call) Run

type MockConsumerPersonalizationRequestsInterface_ListAll_Call

type MockConsumerPersonalizationRequestsInterface_ListAll_Call struct {
	*mock.Call
}

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

type MockConsumerPersonalizationRequestsInterface_List_Call

type MockConsumerPersonalizationRequestsInterface_List_Call struct {
	*mock.Call
}

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

type MockConsumerPersonalizationRequestsInterface_WithImpl_Call

type MockConsumerPersonalizationRequestsInterface_WithImpl_Call struct {
	*mock.Call
}

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

type MockConsumerProvidersInterface

type MockConsumerProvidersInterface struct {
	mock.Mock
}

MockConsumerProvidersInterface is an autogenerated mock type for the ConsumerProvidersInterface type

func NewMockConsumerProvidersInterface

func NewMockConsumerProvidersInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockConsumerProvidersInterface

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

func (*MockConsumerProvidersInterface) Get

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

func (*MockConsumerProvidersInterface) GetById

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

func (*MockConsumerProvidersInterface) GetByName

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

func (*MockConsumerProvidersInterface) Impl

Impl provides a mock function with given fields:

func (*MockConsumerProvidersInterface) List

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

func (*MockConsumerProvidersInterface) ListAll

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

func (*MockConsumerProvidersInterface) ProviderInfoNameToIdMap

func (_m *MockConsumerProvidersInterface) ProviderInfoNameToIdMap(ctx context.Context, request marketplace.ListProvidersRequest) (map[string]string, error)

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

func (*MockConsumerProvidersInterface) WithImpl

WithImpl provides a mock function with given fields: impl

type MockConsumerProvidersInterface_Expecter

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

func (*MockConsumerProvidersInterface_Expecter) Get

func (_e *MockConsumerProvidersInterface_Expecter) Get(ctx interface{}, request interface{}) *MockConsumerProvidersInterface_Get_Call

Get is a helper method to define mock.On call

  • ctx context.Context
  • request marketplace.GetProviderRequest

func (*MockConsumerProvidersInterface_Expecter) GetById

func (_e *MockConsumerProvidersInterface_Expecter) GetById(ctx interface{}, id interface{}) *MockConsumerProvidersInterface_GetById_Call

GetById is a helper method to define mock.On call

  • ctx context.Context
  • id string

func (*MockConsumerProvidersInterface_Expecter) GetByName

func (_e *MockConsumerProvidersInterface_Expecter) GetByName(ctx interface{}, name interface{}) *MockConsumerProvidersInterface_GetByName_Call

GetByName is a helper method to define mock.On call

  • ctx context.Context
  • name string

func (*MockConsumerProvidersInterface_Expecter) Impl

Impl is a helper method to define mock.On call

func (*MockConsumerProvidersInterface_Expecter) List

func (_e *MockConsumerProvidersInterface_Expecter) List(ctx interface{}, request interface{}) *MockConsumerProvidersInterface_List_Call

List is a helper method to define mock.On call

  • ctx context.Context
  • request marketplace.ListProvidersRequest

func (*MockConsumerProvidersInterface_Expecter) ListAll

func (_e *MockConsumerProvidersInterface_Expecter) ListAll(ctx interface{}, request interface{}) *MockConsumerProvidersInterface_ListAll_Call

ListAll is a helper method to define mock.On call

  • ctx context.Context
  • request marketplace.ListProvidersRequest

func (*MockConsumerProvidersInterface_Expecter) ProviderInfoNameToIdMap

func (_e *MockConsumerProvidersInterface_Expecter) ProviderInfoNameToIdMap(ctx interface{}, request interface{}) *MockConsumerProvidersInterface_ProviderInfoNameToIdMap_Call

ProviderInfoNameToIdMap is a helper method to define mock.On call

  • ctx context.Context
  • request marketplace.ListProvidersRequest

func (*MockConsumerProvidersInterface_Expecter) WithImpl

WithImpl is a helper method to define mock.On call

  • impl marketplace.ConsumerProvidersService

type MockConsumerProvidersInterface_GetById_Call

type MockConsumerProvidersInterface_GetById_Call struct {
	*mock.Call
}

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

func (*MockConsumerProvidersInterface_GetById_Call) Return

func (*MockConsumerProvidersInterface_GetById_Call) Run

func (*MockConsumerProvidersInterface_GetById_Call) RunAndReturn

type MockConsumerProvidersInterface_GetByName_Call

type MockConsumerProvidersInterface_GetByName_Call struct {
	*mock.Call
}

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

func (*MockConsumerProvidersInterface_GetByName_Call) Return

func (*MockConsumerProvidersInterface_GetByName_Call) Run

func (*MockConsumerProvidersInterface_GetByName_Call) RunAndReturn

type MockConsumerProvidersInterface_Get_Call

type MockConsumerProvidersInterface_Get_Call struct {
	*mock.Call
}

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

func (*MockConsumerProvidersInterface_Get_Call) Return

func (*MockConsumerProvidersInterface_Get_Call) Run

type MockConsumerProvidersInterface_Impl_Call

type MockConsumerProvidersInterface_Impl_Call struct {
	*mock.Call
}

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

func (*MockConsumerProvidersInterface_Impl_Call) Run

func (*MockConsumerProvidersInterface_Impl_Call) RunAndReturn

type MockConsumerProvidersInterface_ListAll_Call

type MockConsumerProvidersInterface_ListAll_Call struct {
	*mock.Call
}

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

func (*MockConsumerProvidersInterface_ListAll_Call) Return

func (*MockConsumerProvidersInterface_ListAll_Call) Run

type MockConsumerProvidersInterface_List_Call

type MockConsumerProvidersInterface_List_Call struct {
	*mock.Call
}

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

func (*MockConsumerProvidersInterface_List_Call) Run

type MockConsumerProvidersInterface_ProviderInfoNameToIdMap_Call

type MockConsumerProvidersInterface_ProviderInfoNameToIdMap_Call struct {
	*mock.Call
}

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

func (*MockConsumerProvidersInterface_ProviderInfoNameToIdMap_Call) Return

func (*MockConsumerProvidersInterface_ProviderInfoNameToIdMap_Call) Run

type MockConsumerProvidersInterface_WithImpl_Call

type MockConsumerProvidersInterface_WithImpl_Call struct {
	*mock.Call
}

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

func (*MockConsumerProvidersInterface_WithImpl_Call) Run

type MockProviderExchangeFiltersInterface

type MockProviderExchangeFiltersInterface struct {
	mock.Mock
}

MockProviderExchangeFiltersInterface is an autogenerated mock type for the ProviderExchangeFiltersInterface type

func NewMockProviderExchangeFiltersInterface

func NewMockProviderExchangeFiltersInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockProviderExchangeFiltersInterface

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

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

func (*MockProviderExchangeFiltersInterface) Delete

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

func (*MockProviderExchangeFiltersInterface) DeleteById

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

func (*MockProviderExchangeFiltersInterface) EXPECT

func (*MockProviderExchangeFiltersInterface) ExchangeFilterNameToIdMap

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

func (*MockProviderExchangeFiltersInterface) GetByName

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

func (*MockProviderExchangeFiltersInterface) Impl

Impl provides a mock function with given fields:

func (*MockProviderExchangeFiltersInterface) List

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

func (*MockProviderExchangeFiltersInterface) ListAll

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

func (*MockProviderExchangeFiltersInterface) Update

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

func (*MockProviderExchangeFiltersInterface) WithImpl

WithImpl provides a mock function with given fields: impl

type MockProviderExchangeFiltersInterface_Create_Call

type MockProviderExchangeFiltersInterface_Create_Call struct {
	*mock.Call
}

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

func (*MockProviderExchangeFiltersInterface_Create_Call) Run

type MockProviderExchangeFiltersInterface_DeleteById_Call

type MockProviderExchangeFiltersInterface_DeleteById_Call struct {
	*mock.Call
}

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

func (*MockProviderExchangeFiltersInterface_DeleteById_Call) Return

func (*MockProviderExchangeFiltersInterface_DeleteById_Call) Run

func (*MockProviderExchangeFiltersInterface_DeleteById_Call) RunAndReturn

type MockProviderExchangeFiltersInterface_Delete_Call

type MockProviderExchangeFiltersInterface_Delete_Call struct {
	*mock.Call
}

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

func (*MockProviderExchangeFiltersInterface_Delete_Call) Return

func (*MockProviderExchangeFiltersInterface_Delete_Call) Run

type MockProviderExchangeFiltersInterface_ExchangeFilterNameToIdMap_Call

type MockProviderExchangeFiltersInterface_ExchangeFilterNameToIdMap_Call struct {
	*mock.Call
}

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

func (*MockProviderExchangeFiltersInterface_ExchangeFilterNameToIdMap_Call) Return

type MockProviderExchangeFiltersInterface_Expecter

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

func (*MockProviderExchangeFiltersInterface_Expecter) Create

Create is a helper method to define mock.On call

  • ctx context.Context
  • request marketplace.CreateExchangeFilterRequest

func (*MockProviderExchangeFiltersInterface_Expecter) Delete

Delete is a helper method to define mock.On call

  • ctx context.Context
  • request marketplace.DeleteExchangeFilterRequest

func (*MockProviderExchangeFiltersInterface_Expecter) DeleteById

DeleteById is a helper method to define mock.On call

  • ctx context.Context
  • id string

func (*MockProviderExchangeFiltersInterface_Expecter) ExchangeFilterNameToIdMap

func (_e *MockProviderExchangeFiltersInterface_Expecter) ExchangeFilterNameToIdMap(ctx interface{}, request interface{}) *MockProviderExchangeFiltersInterface_ExchangeFilterNameToIdMap_Call

ExchangeFilterNameToIdMap is a helper method to define mock.On call

  • ctx context.Context
  • request marketplace.ListExchangeFiltersRequest

func (*MockProviderExchangeFiltersInterface_Expecter) GetByName

GetByName is a helper method to define mock.On call

  • ctx context.Context
  • name string

func (*MockProviderExchangeFiltersInterface_Expecter) Impl

Impl is a helper method to define mock.On call

func (*MockProviderExchangeFiltersInterface_Expecter) List

List is a helper method to define mock.On call

  • ctx context.Context
  • request marketplace.ListExchangeFiltersRequest

func (*MockProviderExchangeFiltersInterface_Expecter) ListAll

ListAll is a helper method to define mock.On call

  • ctx context.Context
  • request marketplace.ListExchangeFiltersRequest

func (*MockProviderExchangeFiltersInterface_Expecter) Update

Update is a helper method to define mock.On call

  • ctx context.Context
  • request marketplace.UpdateExchangeFilterRequest

func (*MockProviderExchangeFiltersInterface_Expecter) WithImpl

WithImpl is a helper method to define mock.On call

  • impl marketplace.ProviderExchangeFiltersService

type MockProviderExchangeFiltersInterface_GetByName_Call

type MockProviderExchangeFiltersInterface_GetByName_Call struct {
	*mock.Call
}

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

func (*MockProviderExchangeFiltersInterface_GetByName_Call) Return

func (*MockProviderExchangeFiltersInterface_GetByName_Call) Run

func (*MockProviderExchangeFiltersInterface_GetByName_Call) RunAndReturn

type MockProviderExchangeFiltersInterface_Impl_Call

type MockProviderExchangeFiltersInterface_Impl_Call struct {
	*mock.Call
}

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

func (*MockProviderExchangeFiltersInterface_Impl_Call) Run

func (*MockProviderExchangeFiltersInterface_Impl_Call) RunAndReturn

type MockProviderExchangeFiltersInterface_ListAll_Call

type MockProviderExchangeFiltersInterface_ListAll_Call struct {
	*mock.Call
}

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

func (*MockProviderExchangeFiltersInterface_ListAll_Call) Return

func (*MockProviderExchangeFiltersInterface_ListAll_Call) Run

type MockProviderExchangeFiltersInterface_List_Call

type MockProviderExchangeFiltersInterface_List_Call struct {
	*mock.Call
}

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

func (*MockProviderExchangeFiltersInterface_List_Call) Run

type MockProviderExchangeFiltersInterface_Update_Call

type MockProviderExchangeFiltersInterface_Update_Call struct {
	*mock.Call
}

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

func (*MockProviderExchangeFiltersInterface_Update_Call) Run

type MockProviderExchangeFiltersInterface_WithImpl_Call

type MockProviderExchangeFiltersInterface_WithImpl_Call struct {
	*mock.Call
}

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

func (*MockProviderExchangeFiltersInterface_WithImpl_Call) Run

type MockProviderExchangesInterface

type MockProviderExchangesInterface struct {
	mock.Mock
}

MockProviderExchangesInterface is an autogenerated mock type for the ProviderExchangesInterface type

func NewMockProviderExchangesInterface

func NewMockProviderExchangesInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockProviderExchangesInterface

NewMockProviderExchangesInterface creates a new instance of MockProviderExchangesInterface. 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 (*MockProviderExchangesInterface) AddListingToExchange

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

func (*MockProviderExchangesInterface) Create

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

func (*MockProviderExchangesInterface) Delete

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

func (*MockProviderExchangesInterface) DeleteById

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

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

func (*MockProviderExchangesInterface) DeleteListingFromExchange

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

func (*MockProviderExchangesInterface) DeleteListingFromExchangeById

func (_m *MockProviderExchangesInterface) DeleteListingFromExchangeById(ctx context.Context, id string) error

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

func (*MockProviderExchangesInterface) EXPECT

func (*MockProviderExchangesInterface) ExchangeListingExchangeNameToExchangeIdMap

func (_m *MockProviderExchangesInterface) ExchangeListingExchangeNameToExchangeIdMap(ctx context.Context, request marketplace.ListExchangesForListingRequest) (map[string]string, error)

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

func (*MockProviderExchangesInterface) ExchangeListingListingNameToListingIdMap

func (_m *MockProviderExchangesInterface) ExchangeListingListingNameToListingIdMap(ctx context.Context, request marketplace.ListListingsForExchangeRequest) (map[string]string, error)

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

func (*MockProviderExchangesInterface) ExchangeNameToIdMap

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

func (*MockProviderExchangesInterface) Get

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

func (*MockProviderExchangesInterface) GetByExchangeName

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

func (*MockProviderExchangesInterface) GetById

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

func (*MockProviderExchangesInterface) GetByListingName

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

func (*MockProviderExchangesInterface) GetByName

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

func (*MockProviderExchangesInterface) Impl

Impl provides a mock function with given fields:

func (*MockProviderExchangesInterface) List

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

func (*MockProviderExchangesInterface) ListAll

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

func (*MockProviderExchangesInterface) ListExchangesForListing

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

func (*MockProviderExchangesInterface) ListExchangesForListingAll

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

func (*MockProviderExchangesInterface) ListListingsForExchange

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

func (*MockProviderExchangesInterface) ListListingsForExchangeAll

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

func (*MockProviderExchangesInterface) Update

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

func (*MockProviderExchangesInterface) WithImpl

WithImpl provides a mock function with given fields: impl

type MockProviderExchangesInterface_AddListingToExchange_Call

type MockProviderExchangesInterface_AddListingToExchange_Call struct {
	*mock.Call
}

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

func (*MockProviderExchangesInterface_AddListingToExchange_Call) Run

type MockProviderExchangesInterface_Create_Call

type MockProviderExchangesInterface_Create_Call struct {
	*mock.Call
}

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

func (*MockProviderExchangesInterface_Create_Call) Return

func (*MockProviderExchangesInterface_Create_Call) Run

type MockProviderExchangesInterface_DeleteById_Call

type MockProviderExchangesInterface_DeleteById_Call struct {
	*mock.Call
}

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

func (*MockProviderExchangesInterface_DeleteById_Call) Return

func (*MockProviderExchangesInterface_DeleteById_Call) Run

func (*MockProviderExchangesInterface_DeleteById_Call) RunAndReturn

type MockProviderExchangesInterface_DeleteListingFromExchangeById_Call

type MockProviderExchangesInterface_DeleteListingFromExchangeById_Call struct {
	*mock.Call
}

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

func (*MockProviderExchangesInterface_DeleteListingFromExchangeById_Call) Return

func (*MockProviderExchangesInterface_DeleteListingFromExchangeById_Call) Run

func (*MockProviderExchangesInterface_DeleteListingFromExchangeById_Call) RunAndReturn

type MockProviderExchangesInterface_DeleteListingFromExchange_Call

type MockProviderExchangesInterface_DeleteListingFromExchange_Call struct {
	*mock.Call
}

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

func (*MockProviderExchangesInterface_DeleteListingFromExchange_Call) Return

type MockProviderExchangesInterface_Delete_Call

type MockProviderExchangesInterface_Delete_Call struct {
	*mock.Call
}

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

func (*MockProviderExchangesInterface_Delete_Call) Return

func (*MockProviderExchangesInterface_Delete_Call) Run

type MockProviderExchangesInterface_ExchangeListingExchangeNameToExchangeIdMap_Call

type MockProviderExchangesInterface_ExchangeListingExchangeNameToExchangeIdMap_Call struct {
	*mock.Call
}

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

func (*MockProviderExchangesInterface_ExchangeListingExchangeNameToExchangeIdMap_Call) Return

type MockProviderExchangesInterface_ExchangeListingListingNameToListingIdMap_Call

type MockProviderExchangesInterface_ExchangeListingListingNameToListingIdMap_Call struct {
	*mock.Call
}

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

func (*MockProviderExchangesInterface_ExchangeListingListingNameToListingIdMap_Call) Return

type MockProviderExchangesInterface_ExchangeNameToIdMap_Call

type MockProviderExchangesInterface_ExchangeNameToIdMap_Call struct {
	*mock.Call
}

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

func (*MockProviderExchangesInterface_ExchangeNameToIdMap_Call) Return

func (*MockProviderExchangesInterface_ExchangeNameToIdMap_Call) Run

type MockProviderExchangesInterface_Expecter

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

func (*MockProviderExchangesInterface_Expecter) AddListingToExchange

func (_e *MockProviderExchangesInterface_Expecter) AddListingToExchange(ctx interface{}, request interface{}) *MockProviderExchangesInterface_AddListingToExchange_Call

AddListingToExchange is a helper method to define mock.On call

  • ctx context.Context
  • request marketplace.AddExchangeForListingRequest

func (*MockProviderExchangesInterface_Expecter) Create

func (_e *MockProviderExchangesInterface_Expecter) Create(ctx interface{}, request interface{}) *MockProviderExchangesInterface_Create_Call

Create is a helper method to define mock.On call

  • ctx context.Context
  • request marketplace.CreateExchangeRequest

func (*MockProviderExchangesInterface_Expecter) Delete

func (_e *MockProviderExchangesInterface_Expecter) Delete(ctx interface{}, request interface{}) *MockProviderExchangesInterface_Delete_Call

Delete is a helper method to define mock.On call

  • ctx context.Context
  • request marketplace.DeleteExchangeRequest

func (*MockProviderExchangesInterface_Expecter) DeleteById

func (_e *MockProviderExchangesInterface_Expecter) DeleteById(ctx interface{}, id interface{}) *MockProviderExchangesInterface_DeleteById_Call

DeleteById is a helper method to define mock.On call

  • ctx context.Context
  • id string

func (*MockProviderExchangesInterface_Expecter) DeleteListingFromExchange

func (_e *MockProviderExchangesInterface_Expecter) DeleteListingFromExchange(ctx interface{}, request interface{}) *MockProviderExchangesInterface_DeleteListingFromExchange_Call

DeleteListingFromExchange is a helper method to define mock.On call

  • ctx context.Context
  • request marketplace.RemoveExchangeForListingRequest

func (*MockProviderExchangesInterface_Expecter) DeleteListingFromExchangeById

func (_e *MockProviderExchangesInterface_Expecter) DeleteListingFromExchangeById(ctx interface{}, id interface{}) *MockProviderExchangesInterface_DeleteListingFromExchangeById_Call

DeleteListingFromExchangeById is a helper method to define mock.On call

  • ctx context.Context
  • id string

func (*MockProviderExchangesInterface_Expecter) ExchangeListingExchangeNameToExchangeIdMap

func (_e *MockProviderExchangesInterface_Expecter) ExchangeListingExchangeNameToExchangeIdMap(ctx interface{}, request interface{}) *MockProviderExchangesInterface_ExchangeListingExchangeNameToExchangeIdMap_Call

ExchangeListingExchangeNameToExchangeIdMap is a helper method to define mock.On call

  • ctx context.Context
  • request marketplace.ListExchangesForListingRequest

func (*MockProviderExchangesInterface_Expecter) ExchangeListingListingNameToListingIdMap

func (_e *MockProviderExchangesInterface_Expecter) ExchangeListingListingNameToListingIdMap(ctx interface{}, request interface{}) *MockProviderExchangesInterface_ExchangeListingListingNameToListingIdMap_Call

ExchangeListingListingNameToListingIdMap is a helper method to define mock.On call

  • ctx context.Context
  • request marketplace.ListListingsForExchangeRequest

func (*MockProviderExchangesInterface_Expecter) ExchangeNameToIdMap

func (_e *MockProviderExchangesInterface_Expecter) ExchangeNameToIdMap(ctx interface{}, request interface{}) *MockProviderExchangesInterface_ExchangeNameToIdMap_Call

ExchangeNameToIdMap is a helper method to define mock.On call

  • ctx context.Context
  • request marketplace.ListExchangesRequest

func (*MockProviderExchangesInterface_Expecter) Get

func (_e *MockProviderExchangesInterface_Expecter) Get(ctx interface{}, request interface{}) *MockProviderExchangesInterface_Get_Call

Get is a helper method to define mock.On call

  • ctx context.Context
  • request marketplace.GetExchangeRequest

func (*MockProviderExchangesInterface_Expecter) GetByExchangeName

func (_e *MockProviderExchangesInterface_Expecter) GetByExchangeName(ctx interface{}, name interface{}) *MockProviderExchangesInterface_GetByExchangeName_Call

GetByExchangeName is a helper method to define mock.On call

  • ctx context.Context
  • name string

func (*MockProviderExchangesInterface_Expecter) GetById

func (_e *MockProviderExchangesInterface_Expecter) GetById(ctx interface{}, id interface{}) *MockProviderExchangesInterface_GetById_Call

GetById is a helper method to define mock.On call

  • ctx context.Context
  • id string

func (*MockProviderExchangesInterface_Expecter) GetByListingName

func (_e *MockProviderExchangesInterface_Expecter) GetByListingName(ctx interface{}, name interface{}) *MockProviderExchangesInterface_GetByListingName_Call

GetByListingName is a helper method to define mock.On call

  • ctx context.Context
  • name string

func (*MockProviderExchangesInterface_Expecter) GetByName

func (_e *MockProviderExchangesInterface_Expecter) GetByName(ctx interface{}, name interface{}) *MockProviderExchangesInterface_GetByName_Call

GetByName is a helper method to define mock.On call

  • ctx context.Context
  • name string

func (*MockProviderExchangesInterface_Expecter) Impl

Impl is a helper method to define mock.On call

func (*MockProviderExchangesInterface_Expecter) List

func (_e *MockProviderExchangesInterface_Expecter) List(ctx interface{}, request interface{}) *MockProviderExchangesInterface_List_Call

List is a helper method to define mock.On call

  • ctx context.Context
  • request marketplace.ListExchangesRequest

func (*MockProviderExchangesInterface_Expecter) ListAll

func (_e *MockProviderExchangesInterface_Expecter) ListAll(ctx interface{}, request interface{}) *MockProviderExchangesInterface_ListAll_Call

ListAll is a helper method to define mock.On call

  • ctx context.Context
  • request marketplace.ListExchangesRequest

func (*MockProviderExchangesInterface_Expecter) ListExchangesForListing

func (_e *MockProviderExchangesInterface_Expecter) ListExchangesForListing(ctx interface{}, request interface{}) *MockProviderExchangesInterface_ListExchangesForListing_Call

ListExchangesForListing is a helper method to define mock.On call

  • ctx context.Context
  • request marketplace.ListExchangesForListingRequest

func (*MockProviderExchangesInterface_Expecter) ListExchangesForListingAll

func (_e *MockProviderExchangesInterface_Expecter) ListExchangesForListingAll(ctx interface{}, request interface{}) *MockProviderExchangesInterface_ListExchangesForListingAll_Call

ListExchangesForListingAll is a helper method to define mock.On call

  • ctx context.Context
  • request marketplace.ListExchangesForListingRequest

func (*MockProviderExchangesInterface_Expecter) ListListingsForExchange

func (_e *MockProviderExchangesInterface_Expecter) ListListingsForExchange(ctx interface{}, request interface{}) *MockProviderExchangesInterface_ListListingsForExchange_Call

ListListingsForExchange is a helper method to define mock.On call

  • ctx context.Context
  • request marketplace.ListListingsForExchangeRequest

func (*MockProviderExchangesInterface_Expecter) ListListingsForExchangeAll

func (_e *MockProviderExchangesInterface_Expecter) ListListingsForExchangeAll(ctx interface{}, request interface{}) *MockProviderExchangesInterface_ListListingsForExchangeAll_Call

ListListingsForExchangeAll is a helper method to define mock.On call

  • ctx context.Context
  • request marketplace.ListListingsForExchangeRequest

func (*MockProviderExchangesInterface_Expecter) Update

func (_e *MockProviderExchangesInterface_Expecter) Update(ctx interface{}, request interface{}) *MockProviderExchangesInterface_Update_Call

Update is a helper method to define mock.On call

  • ctx context.Context
  • request marketplace.UpdateExchangeRequest

func (*MockProviderExchangesInterface_Expecter) WithImpl

WithImpl is a helper method to define mock.On call

  • impl marketplace.ProviderExchangesService

type MockProviderExchangesInterface_GetByExchangeName_Call

type MockProviderExchangesInterface_GetByExchangeName_Call struct {
	*mock.Call
}

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

func (*MockProviderExchangesInterface_GetByExchangeName_Call) Return

func (*MockProviderExchangesInterface_GetByExchangeName_Call) Run

func (*MockProviderExchangesInterface_GetByExchangeName_Call) RunAndReturn

type MockProviderExchangesInterface_GetById_Call

type MockProviderExchangesInterface_GetById_Call struct {
	*mock.Call
}

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

func (*MockProviderExchangesInterface_GetById_Call) Return

func (*MockProviderExchangesInterface_GetById_Call) Run

func (*MockProviderExchangesInterface_GetById_Call) RunAndReturn

type MockProviderExchangesInterface_GetByListingName_Call

type MockProviderExchangesInterface_GetByListingName_Call struct {
	*mock.Call
}

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

func (*MockProviderExchangesInterface_GetByListingName_Call) Return

func (*MockProviderExchangesInterface_GetByListingName_Call) Run

func (*MockProviderExchangesInterface_GetByListingName_Call) RunAndReturn

type MockProviderExchangesInterface_GetByName_Call

type MockProviderExchangesInterface_GetByName_Call struct {
	*mock.Call
}

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

func (*MockProviderExchangesInterface_GetByName_Call) Return

func (*MockProviderExchangesInterface_GetByName_Call) Run

func (*MockProviderExchangesInterface_GetByName_Call) RunAndReturn

type MockProviderExchangesInterface_Get_Call

type MockProviderExchangesInterface_Get_Call struct {
	*mock.Call
}

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

func (*MockProviderExchangesInterface_Get_Call) Return

func (*MockProviderExchangesInterface_Get_Call) Run

type MockProviderExchangesInterface_Impl_Call

type MockProviderExchangesInterface_Impl_Call struct {
	*mock.Call
}

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

func (*MockProviderExchangesInterface_Impl_Call) Run

func (*MockProviderExchangesInterface_Impl_Call) RunAndReturn

type MockProviderExchangesInterface_ListAll_Call

type MockProviderExchangesInterface_ListAll_Call struct {
	*mock.Call
}

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

func (*MockProviderExchangesInterface_ListAll_Call) Return

func (*MockProviderExchangesInterface_ListAll_Call) Run

type MockProviderExchangesInterface_ListExchangesForListingAll_Call

type MockProviderExchangesInterface_ListExchangesForListingAll_Call struct {
	*mock.Call
}

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

func (*MockProviderExchangesInterface_ListExchangesForListingAll_Call) Return

type MockProviderExchangesInterface_ListExchangesForListing_Call

type MockProviderExchangesInterface_ListExchangesForListing_Call struct {
	*mock.Call
}

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

type MockProviderExchangesInterface_ListListingsForExchangeAll_Call

type MockProviderExchangesInterface_ListListingsForExchangeAll_Call struct {
	*mock.Call
}

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

func (*MockProviderExchangesInterface_ListListingsForExchangeAll_Call) Return

type MockProviderExchangesInterface_ListListingsForExchange_Call

type MockProviderExchangesInterface_ListListingsForExchange_Call struct {
	*mock.Call
}

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

type MockProviderExchangesInterface_List_Call

type MockProviderExchangesInterface_List_Call struct {
	*mock.Call
}

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

func (*MockProviderExchangesInterface_List_Call) Return

func (*MockProviderExchangesInterface_List_Call) Run

type MockProviderExchangesInterface_Update_Call

type MockProviderExchangesInterface_Update_Call struct {
	*mock.Call
}

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

func (*MockProviderExchangesInterface_Update_Call) Return

func (*MockProviderExchangesInterface_Update_Call) Run

type MockProviderExchangesInterface_WithImpl_Call

type MockProviderExchangesInterface_WithImpl_Call struct {
	*mock.Call
}

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

func (*MockProviderExchangesInterface_WithImpl_Call) Run

type MockProviderFilesInterface

type MockProviderFilesInterface struct {
	mock.Mock
}

MockProviderFilesInterface is an autogenerated mock type for the ProviderFilesInterface type

func NewMockProviderFilesInterface

func NewMockProviderFilesInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockProviderFilesInterface

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

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

func (*MockProviderFilesInterface) Delete

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

func (*MockProviderFilesInterface) DeleteByFileId

func (_m *MockProviderFilesInterface) DeleteByFileId(ctx context.Context, fileId string) error

DeleteByFileId provides a mock function with given fields: ctx, fileId

func (*MockProviderFilesInterface) EXPECT

func (*MockProviderFilesInterface) FileInfoDisplayNameToIdMap

func (_m *MockProviderFilesInterface) FileInfoDisplayNameToIdMap(ctx context.Context, request marketplace.ListFilesRequest) (map[string]string, error)

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

func (*MockProviderFilesInterface) Get

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

func (*MockProviderFilesInterface) GetByDisplayName

func (_m *MockProviderFilesInterface) GetByDisplayName(ctx context.Context, name string) (*marketplace.FileInfo, error)

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

func (*MockProviderFilesInterface) GetByFileId

GetByFileId provides a mock function with given fields: ctx, fileId

func (*MockProviderFilesInterface) Impl

Impl provides a mock function with given fields:

func (*MockProviderFilesInterface) List

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

func (*MockProviderFilesInterface) ListAll

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

func (*MockProviderFilesInterface) WithImpl

WithImpl provides a mock function with given fields: impl

type MockProviderFilesInterface_Create_Call

type MockProviderFilesInterface_Create_Call struct {
	*mock.Call
}

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

func (*MockProviderFilesInterface_Create_Call) Return

func (*MockProviderFilesInterface_Create_Call) Run

type MockProviderFilesInterface_DeleteByFileId_Call

type MockProviderFilesInterface_DeleteByFileId_Call struct {
	*mock.Call
}

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

func (*MockProviderFilesInterface_DeleteByFileId_Call) Return

func (*MockProviderFilesInterface_DeleteByFileId_Call) Run

func (*MockProviderFilesInterface_DeleteByFileId_Call) RunAndReturn

type MockProviderFilesInterface_Delete_Call

type MockProviderFilesInterface_Delete_Call struct {
	*mock.Call
}

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

func (*MockProviderFilesInterface_Delete_Call) Return

func (*MockProviderFilesInterface_Delete_Call) Run

func (*MockProviderFilesInterface_Delete_Call) RunAndReturn

type MockProviderFilesInterface_Expecter

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

func (*MockProviderFilesInterface_Expecter) Create

func (_e *MockProviderFilesInterface_Expecter) Create(ctx interface{}, request interface{}) *MockProviderFilesInterface_Create_Call

Create is a helper method to define mock.On call

  • ctx context.Context
  • request marketplace.CreateFileRequest

func (*MockProviderFilesInterface_Expecter) Delete

func (_e *MockProviderFilesInterface_Expecter) Delete(ctx interface{}, request interface{}) *MockProviderFilesInterface_Delete_Call

Delete is a helper method to define mock.On call

  • ctx context.Context
  • request marketplace.DeleteFileRequest

func (*MockProviderFilesInterface_Expecter) DeleteByFileId

func (_e *MockProviderFilesInterface_Expecter) DeleteByFileId(ctx interface{}, fileId interface{}) *MockProviderFilesInterface_DeleteByFileId_Call

DeleteByFileId is a helper method to define mock.On call

  • ctx context.Context
  • fileId string

func (*MockProviderFilesInterface_Expecter) FileInfoDisplayNameToIdMap

func (_e *MockProviderFilesInterface_Expecter) FileInfoDisplayNameToIdMap(ctx interface{}, request interface{}) *MockProviderFilesInterface_FileInfoDisplayNameToIdMap_Call

FileInfoDisplayNameToIdMap is a helper method to define mock.On call

  • ctx context.Context
  • request marketplace.ListFilesRequest

func (*MockProviderFilesInterface_Expecter) Get

func (_e *MockProviderFilesInterface_Expecter) Get(ctx interface{}, request interface{}) *MockProviderFilesInterface_Get_Call

Get is a helper method to define mock.On call

  • ctx context.Context
  • request marketplace.GetFileRequest

func (*MockProviderFilesInterface_Expecter) GetByDisplayName

func (_e *MockProviderFilesInterface_Expecter) GetByDisplayName(ctx interface{}, name interface{}) *MockProviderFilesInterface_GetByDisplayName_Call

GetByDisplayName is a helper method to define mock.On call

  • ctx context.Context
  • name string

func (*MockProviderFilesInterface_Expecter) GetByFileId

func (_e *MockProviderFilesInterface_Expecter) GetByFileId(ctx interface{}, fileId interface{}) *MockProviderFilesInterface_GetByFileId_Call

GetByFileId is a helper method to define mock.On call

  • ctx context.Context
  • fileId string

func (*MockProviderFilesInterface_Expecter) Impl

Impl is a helper method to define mock.On call

func (*MockProviderFilesInterface_Expecter) List

func (_e *MockProviderFilesInterface_Expecter) List(ctx interface{}, request interface{}) *MockProviderFilesInterface_List_Call

List is a helper method to define mock.On call

  • ctx context.Context
  • request marketplace.ListFilesRequest

func (*MockProviderFilesInterface_Expecter) ListAll

func (_e *MockProviderFilesInterface_Expecter) ListAll(ctx interface{}, request interface{}) *MockProviderFilesInterface_ListAll_Call

ListAll is a helper method to define mock.On call

  • ctx context.Context
  • request marketplace.ListFilesRequest

func (*MockProviderFilesInterface_Expecter) WithImpl

WithImpl is a helper method to define mock.On call

  • impl marketplace.ProviderFilesService

type MockProviderFilesInterface_FileInfoDisplayNameToIdMap_Call

type MockProviderFilesInterface_FileInfoDisplayNameToIdMap_Call struct {
	*mock.Call
}

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

func (*MockProviderFilesInterface_FileInfoDisplayNameToIdMap_Call) Return

func (*MockProviderFilesInterface_FileInfoDisplayNameToIdMap_Call) Run

type MockProviderFilesInterface_GetByDisplayName_Call

type MockProviderFilesInterface_GetByDisplayName_Call struct {
	*mock.Call
}

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

func (*MockProviderFilesInterface_GetByDisplayName_Call) Return

func (*MockProviderFilesInterface_GetByDisplayName_Call) Run

func (*MockProviderFilesInterface_GetByDisplayName_Call) RunAndReturn

type MockProviderFilesInterface_GetByFileId_Call

type MockProviderFilesInterface_GetByFileId_Call struct {
	*mock.Call
}

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

func (*MockProviderFilesInterface_GetByFileId_Call) Return

func (*MockProviderFilesInterface_GetByFileId_Call) Run

func (*MockProviderFilesInterface_GetByFileId_Call) RunAndReturn

type MockProviderFilesInterface_Get_Call

type MockProviderFilesInterface_Get_Call struct {
	*mock.Call
}

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

func (*MockProviderFilesInterface_Get_Call) Return

func (*MockProviderFilesInterface_Get_Call) Run

type MockProviderFilesInterface_Impl_Call

type MockProviderFilesInterface_Impl_Call struct {
	*mock.Call
}

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

func (*MockProviderFilesInterface_Impl_Call) Return

func (*MockProviderFilesInterface_Impl_Call) Run

func (*MockProviderFilesInterface_Impl_Call) RunAndReturn

type MockProviderFilesInterface_ListAll_Call

type MockProviderFilesInterface_ListAll_Call struct {
	*mock.Call
}

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

func (*MockProviderFilesInterface_ListAll_Call) Return

func (*MockProviderFilesInterface_ListAll_Call) Run

type MockProviderFilesInterface_List_Call

type MockProviderFilesInterface_List_Call struct {
	*mock.Call
}

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

func (*MockProviderFilesInterface_List_Call) Return

func (*MockProviderFilesInterface_List_Call) Run

type MockProviderFilesInterface_WithImpl_Call

type MockProviderFilesInterface_WithImpl_Call struct {
	*mock.Call
}

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

func (*MockProviderFilesInterface_WithImpl_Call) Run

type MockProviderListingsInterface

type MockProviderListingsInterface struct {
	mock.Mock
}

MockProviderListingsInterface is an autogenerated mock type for the ProviderListingsInterface type

func NewMockProviderListingsInterface

func NewMockProviderListingsInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockProviderListingsInterface

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

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

func (*MockProviderListingsInterface) Delete

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

func (*MockProviderListingsInterface) DeleteById

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

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

func (*MockProviderListingsInterface) EXPECT

func (*MockProviderListingsInterface) Get

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

func (*MockProviderListingsInterface) GetById

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

func (*MockProviderListingsInterface) GetBySummaryName

func (_m *MockProviderListingsInterface) GetBySummaryName(ctx context.Context, name string) (*marketplace.Listing, error)

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

func (*MockProviderListingsInterface) Impl

Impl provides a mock function with given fields:

func (*MockProviderListingsInterface) List

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

func (*MockProviderListingsInterface) ListAll

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

func (*MockProviderListingsInterface) ListingSummaryNameToIdMap

func (_m *MockProviderListingsInterface) ListingSummaryNameToIdMap(ctx context.Context, request marketplace.GetListingsRequest) (map[string]string, error)

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

func (*MockProviderListingsInterface) Update

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

func (*MockProviderListingsInterface) WithImpl

WithImpl provides a mock function with given fields: impl

type MockProviderListingsInterface_Create_Call

type MockProviderListingsInterface_Create_Call struct {
	*mock.Call
}

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

func (*MockProviderListingsInterface_Create_Call) Return

func (*MockProviderListingsInterface_Create_Call) Run

type MockProviderListingsInterface_DeleteById_Call

type MockProviderListingsInterface_DeleteById_Call struct {
	*mock.Call
}

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

func (*MockProviderListingsInterface_DeleteById_Call) Return

func (*MockProviderListingsInterface_DeleteById_Call) Run

func (*MockProviderListingsInterface_DeleteById_Call) RunAndReturn

type MockProviderListingsInterface_Delete_Call

type MockProviderListingsInterface_Delete_Call struct {
	*mock.Call
}

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

func (*MockProviderListingsInterface_Delete_Call) Return

func (*MockProviderListingsInterface_Delete_Call) Run

type MockProviderListingsInterface_Expecter

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

func (*MockProviderListingsInterface_Expecter) Create

func (_e *MockProviderListingsInterface_Expecter) Create(ctx interface{}, request interface{}) *MockProviderListingsInterface_Create_Call

Create is a helper method to define mock.On call

  • ctx context.Context
  • request marketplace.CreateListingRequest

func (*MockProviderListingsInterface_Expecter) Delete

func (_e *MockProviderListingsInterface_Expecter) Delete(ctx interface{}, request interface{}) *MockProviderListingsInterface_Delete_Call

Delete is a helper method to define mock.On call

  • ctx context.Context
  • request marketplace.DeleteListingRequest

func (*MockProviderListingsInterface_Expecter) DeleteById

func (_e *MockProviderListingsInterface_Expecter) DeleteById(ctx interface{}, id interface{}) *MockProviderListingsInterface_DeleteById_Call

DeleteById is a helper method to define mock.On call

  • ctx context.Context
  • id string

func (*MockProviderListingsInterface_Expecter) Get

func (_e *MockProviderListingsInterface_Expecter) Get(ctx interface{}, request interface{}) *MockProviderListingsInterface_Get_Call

Get is a helper method to define mock.On call

  • ctx context.Context
  • request marketplace.GetListingRequest

func (*MockProviderListingsInterface_Expecter) GetById

func (_e *MockProviderListingsInterface_Expecter) GetById(ctx interface{}, id interface{}) *MockProviderListingsInterface_GetById_Call

GetById is a helper method to define mock.On call

  • ctx context.Context
  • id string

func (*MockProviderListingsInterface_Expecter) GetBySummaryName

func (_e *MockProviderListingsInterface_Expecter) GetBySummaryName(ctx interface{}, name interface{}) *MockProviderListingsInterface_GetBySummaryName_Call

GetBySummaryName is a helper method to define mock.On call

  • ctx context.Context
  • name string

func (*MockProviderListingsInterface_Expecter) Impl

Impl is a helper method to define mock.On call

func (*MockProviderListingsInterface_Expecter) List

func (_e *MockProviderListingsInterface_Expecter) List(ctx interface{}, request interface{}) *MockProviderListingsInterface_List_Call

List is a helper method to define mock.On call

  • ctx context.Context
  • request marketplace.GetListingsRequest

func (*MockProviderListingsInterface_Expecter) ListAll

func (_e *MockProviderListingsInterface_Expecter) ListAll(ctx interface{}, request interface{}) *MockProviderListingsInterface_ListAll_Call

ListAll is a helper method to define mock.On call

  • ctx context.Context
  • request marketplace.GetListingsRequest

func (*MockProviderListingsInterface_Expecter) ListingSummaryNameToIdMap

func (_e *MockProviderListingsInterface_Expecter) ListingSummaryNameToIdMap(ctx interface{}, request interface{}) *MockProviderListingsInterface_ListingSummaryNameToIdMap_Call

ListingSummaryNameToIdMap is a helper method to define mock.On call

  • ctx context.Context
  • request marketplace.GetListingsRequest

func (*MockProviderListingsInterface_Expecter) Update

func (_e *MockProviderListingsInterface_Expecter) Update(ctx interface{}, request interface{}) *MockProviderListingsInterface_Update_Call

Update is a helper method to define mock.On call

  • ctx context.Context
  • request marketplace.UpdateListingRequest

func (*MockProviderListingsInterface_Expecter) WithImpl

WithImpl is a helper method to define mock.On call

  • impl marketplace.ProviderListingsService

type MockProviderListingsInterface_GetById_Call

type MockProviderListingsInterface_GetById_Call struct {
	*mock.Call
}

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

func (*MockProviderListingsInterface_GetById_Call) Return

func (*MockProviderListingsInterface_GetById_Call) Run

func (*MockProviderListingsInterface_GetById_Call) RunAndReturn

type MockProviderListingsInterface_GetBySummaryName_Call

type MockProviderListingsInterface_GetBySummaryName_Call struct {
	*mock.Call
}

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

func (*MockProviderListingsInterface_GetBySummaryName_Call) Return

func (*MockProviderListingsInterface_GetBySummaryName_Call) Run

func (*MockProviderListingsInterface_GetBySummaryName_Call) RunAndReturn

type MockProviderListingsInterface_Get_Call

type MockProviderListingsInterface_Get_Call struct {
	*mock.Call
}

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

func (*MockProviderListingsInterface_Get_Call) Return

func (*MockProviderListingsInterface_Get_Call) Run

type MockProviderListingsInterface_Impl_Call

type MockProviderListingsInterface_Impl_Call struct {
	*mock.Call
}

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

func (*MockProviderListingsInterface_Impl_Call) Run

func (*MockProviderListingsInterface_Impl_Call) RunAndReturn

type MockProviderListingsInterface_ListAll_Call

type MockProviderListingsInterface_ListAll_Call struct {
	*mock.Call
}

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

func (*MockProviderListingsInterface_ListAll_Call) Return

func (*MockProviderListingsInterface_ListAll_Call) Run

type MockProviderListingsInterface_List_Call

type MockProviderListingsInterface_List_Call struct {
	*mock.Call
}

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

func (*MockProviderListingsInterface_List_Call) Return

func (*MockProviderListingsInterface_List_Call) Run

type MockProviderListingsInterface_ListingSummaryNameToIdMap_Call

type MockProviderListingsInterface_ListingSummaryNameToIdMap_Call struct {
	*mock.Call
}

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

func (*MockProviderListingsInterface_ListingSummaryNameToIdMap_Call) Return

func (*MockProviderListingsInterface_ListingSummaryNameToIdMap_Call) Run

type MockProviderListingsInterface_Update_Call

type MockProviderListingsInterface_Update_Call struct {
	*mock.Call
}

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

func (*MockProviderListingsInterface_Update_Call) Return

func (*MockProviderListingsInterface_Update_Call) Run

type MockProviderListingsInterface_WithImpl_Call

type MockProviderListingsInterface_WithImpl_Call struct {
	*mock.Call
}

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

func (*MockProviderListingsInterface_WithImpl_Call) Run

type MockProviderPersonalizationRequestsInterface

type MockProviderPersonalizationRequestsInterface struct {
	mock.Mock
}

MockProviderPersonalizationRequestsInterface is an autogenerated mock type for the ProviderPersonalizationRequestsInterface type

func NewMockProviderPersonalizationRequestsInterface

func NewMockProviderPersonalizationRequestsInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockProviderPersonalizationRequestsInterface

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

func (*MockProviderPersonalizationRequestsInterface) Impl

Impl provides a mock function with given fields:

func (*MockProviderPersonalizationRequestsInterface) List

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

func (*MockProviderPersonalizationRequestsInterface) ListAll

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

func (*MockProviderPersonalizationRequestsInterface) Update

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

func (*MockProviderPersonalizationRequestsInterface) WithImpl

WithImpl provides a mock function with given fields: impl

type MockProviderPersonalizationRequestsInterface_Expecter

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

func (*MockProviderPersonalizationRequestsInterface_Expecter) Impl

Impl is a helper method to define mock.On call

func (*MockProviderPersonalizationRequestsInterface_Expecter) List

List is a helper method to define mock.On call

  • ctx context.Context
  • request marketplace.ListAllPersonalizationRequestsRequest

func (*MockProviderPersonalizationRequestsInterface_Expecter) ListAll

ListAll is a helper method to define mock.On call

  • ctx context.Context
  • request marketplace.ListAllPersonalizationRequestsRequest

func (*MockProviderPersonalizationRequestsInterface_Expecter) Update

Update is a helper method to define mock.On call

  • ctx context.Context
  • request marketplace.UpdatePersonalizationRequestRequest

func (*MockProviderPersonalizationRequestsInterface_Expecter) WithImpl

WithImpl is a helper method to define mock.On call

  • impl marketplace.ProviderPersonalizationRequestsService

type MockProviderPersonalizationRequestsInterface_Impl_Call

type MockProviderPersonalizationRequestsInterface_Impl_Call struct {
	*mock.Call
}

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

func (*MockProviderPersonalizationRequestsInterface_Impl_Call) Run

type MockProviderPersonalizationRequestsInterface_ListAll_Call

type MockProviderPersonalizationRequestsInterface_ListAll_Call struct {
	*mock.Call
}

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

type MockProviderPersonalizationRequestsInterface_List_Call

type MockProviderPersonalizationRequestsInterface_List_Call struct {
	*mock.Call
}

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

type MockProviderPersonalizationRequestsInterface_Update_Call

type MockProviderPersonalizationRequestsInterface_Update_Call struct {
	*mock.Call
}

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

type MockProviderPersonalizationRequestsInterface_WithImpl_Call

type MockProviderPersonalizationRequestsInterface_WithImpl_Call struct {
	*mock.Call
}

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

type MockProviderProviderAnalyticsDashboardsInterface

type MockProviderProviderAnalyticsDashboardsInterface struct {
	mock.Mock
}

MockProviderProviderAnalyticsDashboardsInterface is an autogenerated mock type for the ProviderProviderAnalyticsDashboardsInterface type

func NewMockProviderProviderAnalyticsDashboardsInterface

func NewMockProviderProviderAnalyticsDashboardsInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockProviderProviderAnalyticsDashboardsInterface

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

Create provides a mock function with given fields: ctx

func (*MockProviderProviderAnalyticsDashboardsInterface) EXPECT

func (*MockProviderProviderAnalyticsDashboardsInterface) Get

Get provides a mock function with given fields: ctx

func (*MockProviderProviderAnalyticsDashboardsInterface) GetLatestVersion

GetLatestVersion provides a mock function with given fields: ctx

func (*MockProviderProviderAnalyticsDashboardsInterface) Impl

Impl provides a mock function with given fields:

func (*MockProviderProviderAnalyticsDashboardsInterface) Update

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

func (*MockProviderProviderAnalyticsDashboardsInterface) WithImpl

WithImpl provides a mock function with given fields: impl

type MockProviderProviderAnalyticsDashboardsInterface_Create_Call

type MockProviderProviderAnalyticsDashboardsInterface_Create_Call struct {
	*mock.Call
}

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

func (*MockProviderProviderAnalyticsDashboardsInterface_Create_Call) Run

type MockProviderProviderAnalyticsDashboardsInterface_Expecter

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

func (*MockProviderProviderAnalyticsDashboardsInterface_Expecter) Create

Create is a helper method to define mock.On call

  • ctx context.Context

func (*MockProviderProviderAnalyticsDashboardsInterface_Expecter) Get

Get is a helper method to define mock.On call

  • ctx context.Context

func (*MockProviderProviderAnalyticsDashboardsInterface_Expecter) GetLatestVersion

GetLatestVersion is a helper method to define mock.On call

  • ctx context.Context

func (*MockProviderProviderAnalyticsDashboardsInterface_Expecter) Impl

Impl is a helper method to define mock.On call

func (*MockProviderProviderAnalyticsDashboardsInterface_Expecter) Update

Update is a helper method to define mock.On call

  • ctx context.Context
  • request marketplace.UpdateProviderAnalyticsDashboardRequest

func (*MockProviderProviderAnalyticsDashboardsInterface_Expecter) WithImpl

WithImpl is a helper method to define mock.On call

  • impl marketplace.ProviderProviderAnalyticsDashboardsService

type MockProviderProviderAnalyticsDashboardsInterface_GetLatestVersion_Call

type MockProviderProviderAnalyticsDashboardsInterface_GetLatestVersion_Call struct {
	*mock.Call
}

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

func (*MockProviderProviderAnalyticsDashboardsInterface_GetLatestVersion_Call) Run

type MockProviderProviderAnalyticsDashboardsInterface_Get_Call

type MockProviderProviderAnalyticsDashboardsInterface_Get_Call struct {
	*mock.Call
}

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

func (*MockProviderProviderAnalyticsDashboardsInterface_Get_Call) Run

type MockProviderProviderAnalyticsDashboardsInterface_Impl_Call

type MockProviderProviderAnalyticsDashboardsInterface_Impl_Call struct {
	*mock.Call
}

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

func (*MockProviderProviderAnalyticsDashboardsInterface_Impl_Call) Run

type MockProviderProviderAnalyticsDashboardsInterface_Update_Call

type MockProviderProviderAnalyticsDashboardsInterface_Update_Call struct {
	*mock.Call
}

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

type MockProviderProviderAnalyticsDashboardsInterface_WithImpl_Call

type MockProviderProviderAnalyticsDashboardsInterface_WithImpl_Call struct {
	*mock.Call
}

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

type MockProviderProvidersInterface

type MockProviderProvidersInterface struct {
	mock.Mock
}

MockProviderProvidersInterface is an autogenerated mock type for the ProviderProvidersInterface type

func NewMockProviderProvidersInterface

func NewMockProviderProvidersInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockProviderProvidersInterface

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

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

func (*MockProviderProvidersInterface) Delete

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

func (*MockProviderProvidersInterface) DeleteById

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

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

func (*MockProviderProvidersInterface) EXPECT

func (*MockProviderProvidersInterface) Get

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

func (*MockProviderProvidersInterface) GetById

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

func (*MockProviderProvidersInterface) GetByName

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

func (*MockProviderProvidersInterface) Impl

Impl provides a mock function with given fields:

func (*MockProviderProvidersInterface) List

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

func (*MockProviderProvidersInterface) ListAll

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

func (*MockProviderProvidersInterface) ProviderInfoNameToIdMap

func (_m *MockProviderProvidersInterface) ProviderInfoNameToIdMap(ctx context.Context, request marketplace.ListProvidersRequest) (map[string]string, error)

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

func (*MockProviderProvidersInterface) Update

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

func (*MockProviderProvidersInterface) WithImpl

WithImpl provides a mock function with given fields: impl

type MockProviderProvidersInterface_Create_Call

type MockProviderProvidersInterface_Create_Call struct {
	*mock.Call
}

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

func (*MockProviderProvidersInterface_Create_Call) Return

func (*MockProviderProvidersInterface_Create_Call) Run

type MockProviderProvidersInterface_DeleteById_Call

type MockProviderProvidersInterface_DeleteById_Call struct {
	*mock.Call
}

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

func (*MockProviderProvidersInterface_DeleteById_Call) Return

func (*MockProviderProvidersInterface_DeleteById_Call) Run

func (*MockProviderProvidersInterface_DeleteById_Call) RunAndReturn

type MockProviderProvidersInterface_Delete_Call

type MockProviderProvidersInterface_Delete_Call struct {
	*mock.Call
}

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

func (*MockProviderProvidersInterface_Delete_Call) Return

func (*MockProviderProvidersInterface_Delete_Call) Run

type MockProviderProvidersInterface_Expecter

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

func (*MockProviderProvidersInterface_Expecter) Create

func (_e *MockProviderProvidersInterface_Expecter) Create(ctx interface{}, request interface{}) *MockProviderProvidersInterface_Create_Call

Create is a helper method to define mock.On call

  • ctx context.Context
  • request marketplace.CreateProviderRequest

func (*MockProviderProvidersInterface_Expecter) Delete

func (_e *MockProviderProvidersInterface_Expecter) Delete(ctx interface{}, request interface{}) *MockProviderProvidersInterface_Delete_Call

Delete is a helper method to define mock.On call

  • ctx context.Context
  • request marketplace.DeleteProviderRequest

func (*MockProviderProvidersInterface_Expecter) DeleteById

func (_e *MockProviderProvidersInterface_Expecter) DeleteById(ctx interface{}, id interface{}) *MockProviderProvidersInterface_DeleteById_Call

DeleteById is a helper method to define mock.On call

  • ctx context.Context
  • id string

func (*MockProviderProvidersInterface_Expecter) Get

func (_e *MockProviderProvidersInterface_Expecter) Get(ctx interface{}, request interface{}) *MockProviderProvidersInterface_Get_Call

Get is a helper method to define mock.On call

  • ctx context.Context
  • request marketplace.GetProviderRequest

func (*MockProviderProvidersInterface_Expecter) GetById

func (_e *MockProviderProvidersInterface_Expecter) GetById(ctx interface{}, id interface{}) *MockProviderProvidersInterface_GetById_Call

GetById is a helper method to define mock.On call

  • ctx context.Context
  • id string

func (*MockProviderProvidersInterface_Expecter) GetByName

func (_e *MockProviderProvidersInterface_Expecter) GetByName(ctx interface{}, name interface{}) *MockProviderProvidersInterface_GetByName_Call

GetByName is a helper method to define mock.On call

  • ctx context.Context
  • name string

func (*MockProviderProvidersInterface_Expecter) Impl

Impl is a helper method to define mock.On call

func (*MockProviderProvidersInterface_Expecter) List

func (_e *MockProviderProvidersInterface_Expecter) List(ctx interface{}, request interface{}) *MockProviderProvidersInterface_List_Call

List is a helper method to define mock.On call

  • ctx context.Context
  • request marketplace.ListProvidersRequest

func (*MockProviderProvidersInterface_Expecter) ListAll

func (_e *MockProviderProvidersInterface_Expecter) ListAll(ctx interface{}, request interface{}) *MockProviderProvidersInterface_ListAll_Call

ListAll is a helper method to define mock.On call

  • ctx context.Context
  • request marketplace.ListProvidersRequest

func (*MockProviderProvidersInterface_Expecter) ProviderInfoNameToIdMap

func (_e *MockProviderProvidersInterface_Expecter) ProviderInfoNameToIdMap(ctx interface{}, request interface{}) *MockProviderProvidersInterface_ProviderInfoNameToIdMap_Call

ProviderInfoNameToIdMap is a helper method to define mock.On call

  • ctx context.Context
  • request marketplace.ListProvidersRequest

func (*MockProviderProvidersInterface_Expecter) Update

func (_e *MockProviderProvidersInterface_Expecter) Update(ctx interface{}, request interface{}) *MockProviderProvidersInterface_Update_Call

Update is a helper method to define mock.On call

  • ctx context.Context
  • request marketplace.UpdateProviderRequest

func (*MockProviderProvidersInterface_Expecter) WithImpl

WithImpl is a helper method to define mock.On call

  • impl marketplace.ProviderProvidersService

type MockProviderProvidersInterface_GetById_Call

type MockProviderProvidersInterface_GetById_Call struct {
	*mock.Call
}

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

func (*MockProviderProvidersInterface_GetById_Call) Return

func (*MockProviderProvidersInterface_GetById_Call) Run

func (*MockProviderProvidersInterface_GetById_Call) RunAndReturn

type MockProviderProvidersInterface_GetByName_Call

type MockProviderProvidersInterface_GetByName_Call struct {
	*mock.Call
}

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

func (*MockProviderProvidersInterface_GetByName_Call) Return

func (*MockProviderProvidersInterface_GetByName_Call) Run

func (*MockProviderProvidersInterface_GetByName_Call) RunAndReturn

type MockProviderProvidersInterface_Get_Call

type MockProviderProvidersInterface_Get_Call struct {
	*mock.Call
}

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

func (*MockProviderProvidersInterface_Get_Call) Return

func (*MockProviderProvidersInterface_Get_Call) Run

type MockProviderProvidersInterface_Impl_Call

type MockProviderProvidersInterface_Impl_Call struct {
	*mock.Call
}

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

func (*MockProviderProvidersInterface_Impl_Call) Run

func (*MockProviderProvidersInterface_Impl_Call) RunAndReturn

type MockProviderProvidersInterface_ListAll_Call

type MockProviderProvidersInterface_ListAll_Call struct {
	*mock.Call
}

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

func (*MockProviderProvidersInterface_ListAll_Call) Return

func (*MockProviderProvidersInterface_ListAll_Call) Run

type MockProviderProvidersInterface_List_Call

type MockProviderProvidersInterface_List_Call struct {
	*mock.Call
}

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

func (*MockProviderProvidersInterface_List_Call) Run

type MockProviderProvidersInterface_ProviderInfoNameToIdMap_Call

type MockProviderProvidersInterface_ProviderInfoNameToIdMap_Call struct {
	*mock.Call
}

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

func (*MockProviderProvidersInterface_ProviderInfoNameToIdMap_Call) Return

func (*MockProviderProvidersInterface_ProviderInfoNameToIdMap_Call) Run

type MockProviderProvidersInterface_Update_Call

type MockProviderProvidersInterface_Update_Call struct {
	*mock.Call
}

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

func (*MockProviderProvidersInterface_Update_Call) Return

func (*MockProviderProvidersInterface_Update_Call) Run

type MockProviderProvidersInterface_WithImpl_Call

type MockProviderProvidersInterface_WithImpl_Call struct {
	*mock.Call
}

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

func (*MockProviderProvidersInterface_WithImpl_Call) Run

Jump to

Keyboard shortcuts

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