mock_service

package
v0.0.62 Latest Latest
Warning

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

Go to latest
Published: Sep 2, 2024 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Overview

Package mock_service is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockPropertiesService

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

MockPropertiesService is a mock of PropertiesService interface.

func NewMockPropertiesService

func NewMockPropertiesService(ctrl *gomock.Controller) *MockPropertiesService

NewMockPropertiesService creates a new mock instance.

func (*MockPropertiesService) EXPECT

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

func (*MockPropertiesService) ReplaceAllProperties added in v0.0.62

func (m *MockPropertiesService) ReplaceAllProperties(ctx context.Context, entityID uuid.UUID, props *properties.Properties, qtx db.ExtendQuerier) error

ReplaceAllProperties mocks base method.

func (*MockPropertiesService) ReplaceProperty added in v0.0.62

func (m *MockPropertiesService) ReplaceProperty(ctx context.Context, entityID uuid.UUID, key string, prop *properties.Property, qtx db.ExtendQuerier) error

ReplaceProperty mocks base method.

func (*MockPropertiesService) RetrieveAllProperties

func (m *MockPropertiesService) RetrieveAllProperties(ctx context.Context, provider v10.Provider, projectId uuid.UUID, lookupProperties *properties.Properties, entType v1.Entity) (*properties.Properties, error)

RetrieveAllProperties mocks base method.

func (*MockPropertiesService) RetrieveProperty

func (m *MockPropertiesService) RetrieveProperty(ctx context.Context, provider v10.Provider, projectId uuid.UUID, lookupProperties *properties.Properties, entType v1.Entity, key string) (*properties.Property, error)

RetrieveProperty mocks base method.

func (*MockPropertiesService) SaveAllProperties

func (m *MockPropertiesService) SaveAllProperties(ctx context.Context, entityID uuid.UUID, props *properties.Properties, qtx db.ExtendQuerier) error

SaveAllProperties mocks base method.

type MockPropertiesServiceMockRecorder

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

MockPropertiesServiceMockRecorder is the mock recorder for MockPropertiesService.

func (*MockPropertiesServiceMockRecorder) ReplaceAllProperties added in v0.0.62

func (mr *MockPropertiesServiceMockRecorder) ReplaceAllProperties(ctx, entityID, props, qtx any) *gomock.Call

ReplaceAllProperties indicates an expected call of ReplaceAllProperties.

func (*MockPropertiesServiceMockRecorder) ReplaceProperty added in v0.0.62

func (mr *MockPropertiesServiceMockRecorder) ReplaceProperty(ctx, entityID, key, prop, qtx any) *gomock.Call

ReplaceProperty indicates an expected call of ReplaceProperty.

func (*MockPropertiesServiceMockRecorder) RetrieveAllProperties

func (mr *MockPropertiesServiceMockRecorder) RetrieveAllProperties(ctx, provider, projectId, lookupProperties, entType any) *gomock.Call

RetrieveAllProperties indicates an expected call of RetrieveAllProperties.

func (*MockPropertiesServiceMockRecorder) RetrieveProperty

func (mr *MockPropertiesServiceMockRecorder) RetrieveProperty(ctx, provider, projectId, lookupProperties, entType, key any) *gomock.Call

RetrieveProperty indicates an expected call of RetrieveProperty.

func (*MockPropertiesServiceMockRecorder) SaveAllProperties

func (mr *MockPropertiesServiceMockRecorder) SaveAllProperties(ctx, entityID, props, qtx any) *gomock.Call

SaveAllProperties indicates an expected call of SaveAllProperties.

Jump to

Keyboard shortcuts

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