Documentation ¶
Overview ¶
Package mock_subscriptions is a generated GoMock package.
Index ¶
- type MockSubscriptionService
- func (m *MockSubscriptionService) CreateProfile(ctx context.Context, projectID uuid.UUID, bundle reader.BundleReader, ...) error
- func (m *MockSubscriptionService) EXPECT() *MockSubscriptionServiceMockRecorder
- func (m *MockSubscriptionService) Subscribe(ctx context.Context, projectID uuid.UUID, bundle reader.BundleReader, ...) error
- type MockSubscriptionServiceMockRecorder
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 ¶
func (m *MockSubscriptionService) EXPECT() *MockSubscriptionServiceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
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.
Click to show internal directories.
Click to hide internal directories.