mock_invites

package
v0.0.75 Latest Latest
Warning

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

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

Documentation

Overview

Package mock_invites is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockInviteService

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

MockInviteService is a mock of InviteService interface.

func NewMockInviteService

func NewMockInviteService(ctrl *gomock.Controller) *MockInviteService

NewMockInviteService creates a new mock instance.

func (*MockInviteService) CreateInvite

func (m *MockInviteService) CreateInvite(ctx context.Context, qtx db.Querier, idClient auth.Resolver, eventsPub interfaces.Publisher, emailConfig server.EmailConfig, targetProject uuid.UUID, authzRole authz.Role, inviteeEmail string) (*v1.Invitation, error)

CreateInvite mocks base method.

func (*MockInviteService) EXPECT

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

func (*MockInviteService) RemoveInvite

func (m *MockInviteService) RemoveInvite(ctx context.Context, qtx db.Querier, idClient auth.Resolver, targetProject uuid.UUID, authzRole authz.Role, inviteeEmail string) (*v1.Invitation, error)

RemoveInvite mocks base method.

func (*MockInviteService) UpdateInvite

func (m *MockInviteService) UpdateInvite(ctx context.Context, qtx db.Querier, idClient auth.Resolver, eventsPub interfaces.Publisher, emailConfig server.EmailConfig, targetProject uuid.UUID, authzRole authz.Role, inviteeEmail string) (*v1.Invitation, error)

UpdateInvite mocks base method.

type MockInviteServiceMockRecorder

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

MockInviteServiceMockRecorder is the mock recorder for MockInviteService.

func (*MockInviteServiceMockRecorder) CreateInvite

func (mr *MockInviteServiceMockRecorder) CreateInvite(ctx, qtx, idClient, eventsPub, emailConfig, targetProject, authzRole, inviteeEmail any) *gomock.Call

CreateInvite indicates an expected call of CreateInvite.

func (*MockInviteServiceMockRecorder) RemoveInvite

func (mr *MockInviteServiceMockRecorder) RemoveInvite(ctx, qtx, idClient, targetProject, authzRole, inviteeEmail any) *gomock.Call

RemoveInvite indicates an expected call of RemoveInvite.

func (*MockInviteServiceMockRecorder) UpdateInvite

func (mr *MockInviteServiceMockRecorder) UpdateInvite(ctx, qtx, idClient, eventsPub, emailConfig, targetProject, authzRole, inviteeEmail any) *gomock.Call

UpdateInvite indicates an expected call of UpdateInvite.

Jump to

Keyboard shortcuts

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