Documentation
¶
Overview ¶
Package mock_service is a generated GoMock package.
Index ¶
- type MockPropertiesService
- func (m *MockPropertiesService) EXPECT() *MockPropertiesServiceMockRecorder
- func (m *MockPropertiesService) ReplaceAllProperties(ctx context.Context, entityID uuid.UUID, props *properties.Properties, ...) error
- func (m *MockPropertiesService) ReplaceProperty(ctx context.Context, entityID uuid.UUID, key string, prop *properties.Property, ...) error
- func (m *MockPropertiesService) RetrieveAllProperties(ctx context.Context, provider v10.Provider, projectId uuid.UUID, ...) (*properties.Properties, error)
- func (m *MockPropertiesService) RetrieveProperty(ctx context.Context, provider v10.Provider, projectId uuid.UUID, ...) (*properties.Property, error)
- func (m *MockPropertiesService) SaveAllProperties(ctx context.Context, entityID uuid.UUID, props *properties.Properties, ...) error
- type MockPropertiesServiceMockRecorder
- func (mr *MockPropertiesServiceMockRecorder) ReplaceAllProperties(ctx, entityID, props, qtx any) *gomock.Call
- func (mr *MockPropertiesServiceMockRecorder) ReplaceProperty(ctx, entityID, key, prop, qtx any) *gomock.Call
- func (mr *MockPropertiesServiceMockRecorder) RetrieveAllProperties(ctx, provider, projectId, lookupProperties, entType any) *gomock.Call
- func (mr *MockPropertiesServiceMockRecorder) RetrieveProperty(ctx, provider, projectId, lookupProperties, entType, key any) *gomock.Call
- func (mr *MockPropertiesServiceMockRecorder) SaveAllProperties(ctx, entityID, props, qtx any) *gomock.Call
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 ¶
func (m *MockPropertiesService) EXPECT() *MockPropertiesServiceMockRecorder
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.