Documentation ¶
Overview ¶
Package mock_profiles is a generated GoMock package.
Index ¶
- type MockProfileService
- func (m *MockProfileService) CreateProfile(ctx context.Context, projectID, subscriptionID uuid.UUID, profile *v1.Profile, ...) (*v1.Profile, error)
- func (m *MockProfileService) EXPECT() *MockProfileServiceMockRecorder
- func (m *MockProfileService) PatchProfile(ctx context.Context, projectID, profileID uuid.UUID, profile *v1.Profile, ...) (*v1.Profile, error)
- func (m *MockProfileService) UpdateProfile(ctx context.Context, projectID, subscriptionID uuid.UUID, profile *v1.Profile, ...) (*v1.Profile, error)
- type MockProfileServiceMockRecorder
- func (mr *MockProfileServiceMockRecorder) CreateProfile(ctx, projectID, subscriptionID, profile, qtx any) *gomock.Call
- func (mr *MockProfileServiceMockRecorder) PatchProfile(ctx, projectID, profileID, profile, updateMask, qtx any) *gomock.Call
- func (mr *MockProfileServiceMockRecorder) UpdateProfile(ctx, projectID, subscriptionID, profile, qtx any) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockProfileService ¶
type MockProfileService struct {
// contains filtered or unexported fields
}
MockProfileService is a mock of ProfileService interface.
func NewMockProfileService ¶
func NewMockProfileService(ctrl *gomock.Controller) *MockProfileService
NewMockProfileService creates a new mock instance.
func (*MockProfileService) CreateProfile ¶
func (m *MockProfileService) CreateProfile(ctx context.Context, projectID, subscriptionID uuid.UUID, profile *v1.Profile, qtx db.Querier) (*v1.Profile, error)
CreateProfile mocks base method.
func (*MockProfileService) EXPECT ¶
func (m *MockProfileService) EXPECT() *MockProfileServiceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockProfileServiceMockRecorder ¶
type MockProfileServiceMockRecorder struct {
// contains filtered or unexported fields
}
MockProfileServiceMockRecorder is the mock recorder for MockProfileService.
func (*MockProfileServiceMockRecorder) CreateProfile ¶
func (mr *MockProfileServiceMockRecorder) CreateProfile(ctx, projectID, subscriptionID, profile, qtx any) *gomock.Call
CreateProfile indicates an expected call of CreateProfile.
func (*MockProfileServiceMockRecorder) PatchProfile ¶
func (mr *MockProfileServiceMockRecorder) PatchProfile(ctx, projectID, profileID, profile, updateMask, qtx any) *gomock.Call
PatchProfile indicates an expected call of PatchProfile.
func (*MockProfileServiceMockRecorder) UpdateProfile ¶
func (mr *MockProfileServiceMockRecorder) UpdateProfile(ctx, projectID, subscriptionID, profile, qtx any) *gomock.Call
UpdateProfile indicates an expected call of UpdateProfile.
Click to show internal directories.
Click to hide internal directories.