mock_subscriptions

package
v0.0.76 Latest Latest
Warning

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

Go to latest
Published: Nov 27, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Overview

Package mock_subscriptions is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockSubscriptionService

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

MockSubscriptionService is a mock of SubscriptionService interface.

func NewMockSubscriptionService

func NewMockSubscriptionService(ctrl *gomock.Controller) *MockSubscriptionService

NewMockSubscriptionService creates a new mock instance.

func (*MockSubscriptionService) CreateProfile

func (m *MockSubscriptionService) CreateProfile(ctx context.Context, projectID uuid.UUID, bundle reader.BundleReader, profileName string, qtx db.Querier) error

CreateProfile mocks base method.

func (*MockSubscriptionService) EXPECT

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

func (*MockSubscriptionService) Subscribe

func (m *MockSubscriptionService) Subscribe(ctx context.Context, projectID uuid.UUID, bundle reader.BundleReader, qtx db.Querier) error

Subscribe mocks base method.

type MockSubscriptionServiceMockRecorder

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

MockSubscriptionServiceMockRecorder is the mock recorder for MockSubscriptionService.

func (*MockSubscriptionServiceMockRecorder) CreateProfile

func (mr *MockSubscriptionServiceMockRecorder) CreateProfile(ctx, projectID, bundle, profileName, qtx any) *gomock.Call

CreateProfile indicates an expected call of CreateProfile.

func (*MockSubscriptionServiceMockRecorder) Subscribe

func (mr *MockSubscriptionServiceMockRecorder) Subscribe(ctx, projectID, bundle, qtx any) *gomock.Call

Subscribe indicates an expected call of Subscribe.

Directories

Path Synopsis
Package fixtures contains code for creating subscription fixtures and is used in various parts of the code.
Package fixtures contains code for creating subscription fixtures and is used in various parts of the code.

Jump to

Keyboard shortcuts

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