profile_mock

package
v0.3.15 Latest Latest
Warning

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

Go to latest
Published: Feb 13, 2024 License: AGPL-3.0 Imports: 5 Imported by: 0

Documentation

Overview

Package profile_mock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockProfileAPIClient

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

MockProfileAPIClient is a mock of ProfileAPIClient interface.

func NewMockProfileAPIClient

func NewMockProfileAPIClient(ctrl *gomock.Controller) *MockProfileAPIClient

NewMockProfileAPIClient creates a new mock instance.

func (*MockProfileAPIClient) CanSendDM

CanSendDM mocks base method.

func (*MockProfileAPIClient) ChangeAvatar

func (m *MockProfileAPIClient) ChangeAvatar(ctx context.Context, in *v1.ChangeAvatarRequest, opts ...grpc.CallOption) (*v1.Empty, error)

ChangeAvatar mocks base method.

func (*MockProfileAPIClient) CheckUsername

CheckUsername mocks base method.

func (*MockProfileAPIClient) CreateGuestUser added in v0.2.31

CreateGuestUser mocks base method.

func (*MockProfileAPIClient) CreateUser

CreateUser mocks base method.

func (*MockProfileAPIClient) DeactivateMe

DeactivateMe mocks base method.

func (*MockProfileAPIClient) DeleteAccount

func (m *MockProfileAPIClient) DeleteAccount(ctx context.Context, in *v1.DeleteAccountRequest, opts ...grpc.CallOption) (*v1.Empty, error)

DeleteAccount mocks base method.

func (*MockProfileAPIClient) DeleteTestUser

DeleteTestUser mocks base method.

func (*MockProfileAPIClient) DeleteUser added in v0.2.135

DeleteUser mocks base method.

func (*MockProfileAPIClient) EXPECT

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

func (*MockProfileAPIClient) GenerateUsernameSuggestions added in v0.2.70

GenerateUsernameSuggestions mocks base method.

func (*MockProfileAPIClient) GetBlockList

GetBlockList mocks base method.

func (*MockProfileAPIClient) GetBlocked

GetBlocked mocks base method.

func (*MockProfileAPIClient) GetFollowers

GetFollowers mocks base method.

func (*MockProfileAPIClient) GetPrivacySettings

func (m *MockProfileAPIClient) GetPrivacySettings(ctx context.Context, in *v1.Empty, opts ...grpc.CallOption) (*v1.GetPrivacySettingsResponse, error)

GetPrivacySettings mocks base method.

func (*MockProfileAPIClient) GetPublicProfileWithoutAuth

GetPublicProfileWithoutAuth mocks base method.

func (*MockProfileAPIClient) GetStatistics

GetStatistics mocks base method.

func (*MockProfileAPIClient) GetUser

GetUser mocks base method.

func (*MockProfileAPIClient) GetUserByUsername

GetUserByUsername mocks base method.

func (*MockProfileAPIClient) GetUserCounter

GetUserCounter mocks base method.

func (*MockProfileAPIClient) GetUserIDByAffiliateCodeWithoutAuth added in v0.2.54

GetUserIDByAffiliateCodeWithoutAuth mocks base method.

func (*MockProfileAPIClient) GetUserIDByNameWithoutAuth

GetUserIDByNameWithoutAuth mocks base method.

func (*MockProfileAPIClient) GetUserIDs

GetUserIDs mocks base method.

func (*MockProfileAPIClient) GetUsers

GetUsers mocks base method.

func (*MockProfileAPIClient) GetVerifiedUsers

GetVerifiedUsers mocks base method.

func (*MockProfileAPIClient) GlitterBomb

GlitterBomb mocks base method.

func (*MockProfileAPIClient) MigrateDataV1ToV2

MigrateDataV1ToV2 mocks base method.

func (*MockProfileAPIClient) MigrationBlock

MigrationBlock mocks base method.

func (*MockProfileAPIClient) MigrationCreateUser

MigrationCreateUser mocks base method.

func (*MockProfileAPIClient) MigrationFollow

MigrationFollow mocks base method.

func (*MockProfileAPIClient) SearchForUser

SearchForUser mocks base method.

func (*MockProfileAPIClient) SearchForUserForDirectChat

SearchForUserForDirectChat mocks base method.

func (*MockProfileAPIClient) SetBanStatus

func (m *MockProfileAPIClient) SetBanStatus(ctx context.Context, in *v1.SetBanRequest, opts ...grpc.CallOption) (*v1.Empty, error)

SetBanStatus mocks base method.

func (*MockProfileAPIClient) SetBlockStatus

func (m *MockProfileAPIClient) SetBlockStatus(ctx context.Context, in *v1.SetBlockRequest, opts ...grpc.CallOption) (*v1.Empty, error)

SetBlockStatus mocks base method.

func (*MockProfileAPIClient) SetFollowStatus

func (m *MockProfileAPIClient) SetFollowStatus(ctx context.Context, in *v1.SetFollowRequest, opts ...grpc.CallOption) (*v1.Empty, error)

SetFollowStatus mocks base method.

func (*MockProfileAPIClient) Unverify

Unverify mocks base method.

func (*MockProfileAPIClient) Update

Update mocks base method.

func (*MockProfileAPIClient) UpdatePrivacySettings

func (m *MockProfileAPIClient) UpdatePrivacySettings(ctx context.Context, in *v1.UpdatePrivacySettingsRequest, opts ...grpc.CallOption) (*v1.Empty, error)

UpdatePrivacySettings mocks base method.

func (*MockProfileAPIClient) UpdateUserPreferredLanugages

func (m *MockProfileAPIClient) UpdateUserPreferredLanugages(ctx context.Context, in *v1.UpdateUserPreferredLanugagesRequest, opts ...grpc.CallOption) (*v1.Empty, error)

UpdateUserPreferredLanugages mocks base method.

func (*MockProfileAPIClient) UpgradeGuestUser added in v0.2.31

UpgradeGuestUser mocks base method.

func (*MockProfileAPIClient) ValidateUsername added in v0.2.31

ValidateUsername mocks base method.

func (*MockProfileAPIClient) Verify

Verify mocks base method.

type MockProfileAPIClientMockRecorder

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

MockProfileAPIClientMockRecorder is the mock recorder for MockProfileAPIClient.

func (*MockProfileAPIClientMockRecorder) CanSendDM

func (mr *MockProfileAPIClientMockRecorder) CanSendDM(ctx, in any, opts ...any) *gomock.Call

CanSendDM indicates an expected call of CanSendDM.

func (*MockProfileAPIClientMockRecorder) ChangeAvatar

func (mr *MockProfileAPIClientMockRecorder) ChangeAvatar(ctx, in any, opts ...any) *gomock.Call

ChangeAvatar indicates an expected call of ChangeAvatar.

func (*MockProfileAPIClientMockRecorder) CheckUsername

func (mr *MockProfileAPIClientMockRecorder) CheckUsername(ctx, in any, opts ...any) *gomock.Call

CheckUsername indicates an expected call of CheckUsername.

func (*MockProfileAPIClientMockRecorder) CreateGuestUser added in v0.2.31

func (mr *MockProfileAPIClientMockRecorder) CreateGuestUser(ctx, in any, opts ...any) *gomock.Call

CreateGuestUser indicates an expected call of CreateGuestUser.

func (*MockProfileAPIClientMockRecorder) CreateUser

func (mr *MockProfileAPIClientMockRecorder) CreateUser(ctx, in any, opts ...any) *gomock.Call

CreateUser indicates an expected call of CreateUser.

func (*MockProfileAPIClientMockRecorder) DeactivateMe

func (mr *MockProfileAPIClientMockRecorder) DeactivateMe(ctx, in any, opts ...any) *gomock.Call

DeactivateMe indicates an expected call of DeactivateMe.

func (*MockProfileAPIClientMockRecorder) DeleteAccount

func (mr *MockProfileAPIClientMockRecorder) DeleteAccount(ctx, in any, opts ...any) *gomock.Call

DeleteAccount indicates an expected call of DeleteAccount.

func (*MockProfileAPIClientMockRecorder) DeleteTestUser

func (mr *MockProfileAPIClientMockRecorder) DeleteTestUser(ctx, in any, opts ...any) *gomock.Call

DeleteTestUser indicates an expected call of DeleteTestUser.

func (*MockProfileAPIClientMockRecorder) DeleteUser added in v0.2.135

func (mr *MockProfileAPIClientMockRecorder) DeleteUser(ctx, in any, opts ...any) *gomock.Call

DeleteUser indicates an expected call of DeleteUser.

func (*MockProfileAPIClientMockRecorder) GenerateUsernameSuggestions added in v0.2.70

func (mr *MockProfileAPIClientMockRecorder) GenerateUsernameSuggestions(ctx, in any, opts ...any) *gomock.Call

GenerateUsernameSuggestions indicates an expected call of GenerateUsernameSuggestions.

func (*MockProfileAPIClientMockRecorder) GetBlockList

func (mr *MockProfileAPIClientMockRecorder) GetBlockList(ctx, in any, opts ...any) *gomock.Call

GetBlockList indicates an expected call of GetBlockList.

func (*MockProfileAPIClientMockRecorder) GetBlocked

func (mr *MockProfileAPIClientMockRecorder) GetBlocked(ctx, in any, opts ...any) *gomock.Call

GetBlocked indicates an expected call of GetBlocked.

func (*MockProfileAPIClientMockRecorder) GetFollowers

func (mr *MockProfileAPIClientMockRecorder) GetFollowers(ctx, in any, opts ...any) *gomock.Call

GetFollowers indicates an expected call of GetFollowers.

func (*MockProfileAPIClientMockRecorder) GetPrivacySettings

func (mr *MockProfileAPIClientMockRecorder) GetPrivacySettings(ctx, in any, opts ...any) *gomock.Call

GetPrivacySettings indicates an expected call of GetPrivacySettings.

func (*MockProfileAPIClientMockRecorder) GetPublicProfileWithoutAuth

func (mr *MockProfileAPIClientMockRecorder) GetPublicProfileWithoutAuth(ctx, in any, opts ...any) *gomock.Call

GetPublicProfileWithoutAuth indicates an expected call of GetPublicProfileWithoutAuth.

func (*MockProfileAPIClientMockRecorder) GetStatistics

func (mr *MockProfileAPIClientMockRecorder) GetStatistics(ctx, in any, opts ...any) *gomock.Call

GetStatistics indicates an expected call of GetStatistics.

func (*MockProfileAPIClientMockRecorder) GetUser

func (mr *MockProfileAPIClientMockRecorder) GetUser(ctx, in any, opts ...any) *gomock.Call

GetUser indicates an expected call of GetUser.

func (*MockProfileAPIClientMockRecorder) GetUserByUsername

func (mr *MockProfileAPIClientMockRecorder) GetUserByUsername(ctx, in any, opts ...any) *gomock.Call

GetUserByUsername indicates an expected call of GetUserByUsername.

func (*MockProfileAPIClientMockRecorder) GetUserCounter

func (mr *MockProfileAPIClientMockRecorder) GetUserCounter(ctx, in any, opts ...any) *gomock.Call

GetUserCounter indicates an expected call of GetUserCounter.

func (*MockProfileAPIClientMockRecorder) GetUserIDByAffiliateCodeWithoutAuth added in v0.2.54

func (mr *MockProfileAPIClientMockRecorder) GetUserIDByAffiliateCodeWithoutAuth(ctx, in any, opts ...any) *gomock.Call

GetUserIDByAffiliateCodeWithoutAuth indicates an expected call of GetUserIDByAffiliateCodeWithoutAuth.

func (*MockProfileAPIClientMockRecorder) GetUserIDByNameWithoutAuth

func (mr *MockProfileAPIClientMockRecorder) GetUserIDByNameWithoutAuth(ctx, in any, opts ...any) *gomock.Call

GetUserIDByNameWithoutAuth indicates an expected call of GetUserIDByNameWithoutAuth.

func (*MockProfileAPIClientMockRecorder) GetUserIDs

func (mr *MockProfileAPIClientMockRecorder) GetUserIDs(ctx, in any, opts ...any) *gomock.Call

GetUserIDs indicates an expected call of GetUserIDs.

func (*MockProfileAPIClientMockRecorder) GetUsers

func (mr *MockProfileAPIClientMockRecorder) GetUsers(ctx, in any, opts ...any) *gomock.Call

GetUsers indicates an expected call of GetUsers.

func (*MockProfileAPIClientMockRecorder) GetVerifiedUsers

func (mr *MockProfileAPIClientMockRecorder) GetVerifiedUsers(ctx, in any, opts ...any) *gomock.Call

GetVerifiedUsers indicates an expected call of GetVerifiedUsers.

func (*MockProfileAPIClientMockRecorder) GlitterBomb

func (mr *MockProfileAPIClientMockRecorder) GlitterBomb(ctx, in any, opts ...any) *gomock.Call

GlitterBomb indicates an expected call of GlitterBomb.

func (*MockProfileAPIClientMockRecorder) MigrateDataV1ToV2

func (mr *MockProfileAPIClientMockRecorder) MigrateDataV1ToV2(ctx, in any, opts ...any) *gomock.Call

MigrateDataV1ToV2 indicates an expected call of MigrateDataV1ToV2.

func (*MockProfileAPIClientMockRecorder) MigrationBlock

func (mr *MockProfileAPIClientMockRecorder) MigrationBlock(ctx, in any, opts ...any) *gomock.Call

MigrationBlock indicates an expected call of MigrationBlock.

func (*MockProfileAPIClientMockRecorder) MigrationCreateUser

func (mr *MockProfileAPIClientMockRecorder) MigrationCreateUser(ctx, in any, opts ...any) *gomock.Call

MigrationCreateUser indicates an expected call of MigrationCreateUser.

func (*MockProfileAPIClientMockRecorder) MigrationFollow

func (mr *MockProfileAPIClientMockRecorder) MigrationFollow(ctx, in any, opts ...any) *gomock.Call

MigrationFollow indicates an expected call of MigrationFollow.

func (*MockProfileAPIClientMockRecorder) SearchForUser

func (mr *MockProfileAPIClientMockRecorder) SearchForUser(ctx, in any, opts ...any) *gomock.Call

SearchForUser indicates an expected call of SearchForUser.

func (*MockProfileAPIClientMockRecorder) SearchForUserForDirectChat

func (mr *MockProfileAPIClientMockRecorder) SearchForUserForDirectChat(ctx, in any, opts ...any) *gomock.Call

SearchForUserForDirectChat indicates an expected call of SearchForUserForDirectChat.

func (*MockProfileAPIClientMockRecorder) SetBanStatus

func (mr *MockProfileAPIClientMockRecorder) SetBanStatus(ctx, in any, opts ...any) *gomock.Call

SetBanStatus indicates an expected call of SetBanStatus.

func (*MockProfileAPIClientMockRecorder) SetBlockStatus

func (mr *MockProfileAPIClientMockRecorder) SetBlockStatus(ctx, in any, opts ...any) *gomock.Call

SetBlockStatus indicates an expected call of SetBlockStatus.

func (*MockProfileAPIClientMockRecorder) SetFollowStatus

func (mr *MockProfileAPIClientMockRecorder) SetFollowStatus(ctx, in any, opts ...any) *gomock.Call

SetFollowStatus indicates an expected call of SetFollowStatus.

func (*MockProfileAPIClientMockRecorder) Unverify

func (mr *MockProfileAPIClientMockRecorder) Unverify(ctx, in any, opts ...any) *gomock.Call

Unverify indicates an expected call of Unverify.

func (*MockProfileAPIClientMockRecorder) Update

func (mr *MockProfileAPIClientMockRecorder) Update(ctx, in any, opts ...any) *gomock.Call

Update indicates an expected call of Update.

func (*MockProfileAPIClientMockRecorder) UpdatePrivacySettings

func (mr *MockProfileAPIClientMockRecorder) UpdatePrivacySettings(ctx, in any, opts ...any) *gomock.Call

UpdatePrivacySettings indicates an expected call of UpdatePrivacySettings.

func (*MockProfileAPIClientMockRecorder) UpdateUserPreferredLanugages

func (mr *MockProfileAPIClientMockRecorder) UpdateUserPreferredLanugages(ctx, in any, opts ...any) *gomock.Call

UpdateUserPreferredLanugages indicates an expected call of UpdateUserPreferredLanugages.

func (*MockProfileAPIClientMockRecorder) UpgradeGuestUser added in v0.2.31

func (mr *MockProfileAPIClientMockRecorder) UpgradeGuestUser(ctx, in any, opts ...any) *gomock.Call

UpgradeGuestUser indicates an expected call of UpgradeGuestUser.

func (*MockProfileAPIClientMockRecorder) ValidateUsername added in v0.2.31

func (mr *MockProfileAPIClientMockRecorder) ValidateUsername(ctx, in any, opts ...any) *gomock.Call

ValidateUsername indicates an expected call of ValidateUsername.

func (*MockProfileAPIClientMockRecorder) Verify

func (mr *MockProfileAPIClientMockRecorder) Verify(ctx, in any, opts ...any) *gomock.Call

Verify indicates an expected call of Verify.

type MockProfileAPIServer

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

MockProfileAPIServer is a mock of ProfileAPIServer interface.

func NewMockProfileAPIServer

func NewMockProfileAPIServer(ctrl *gomock.Controller) *MockProfileAPIServer

NewMockProfileAPIServer creates a new mock instance.

func (*MockProfileAPIServer) CanSendDM

CanSendDM mocks base method.

func (*MockProfileAPIServer) ChangeAvatar

func (m *MockProfileAPIServer) ChangeAvatar(arg0 context.Context, arg1 *v1.ChangeAvatarRequest) (*v1.Empty, error)

ChangeAvatar mocks base method.

func (*MockProfileAPIServer) CheckUsername

CheckUsername mocks base method.

func (*MockProfileAPIServer) CreateGuestUser added in v0.2.31

CreateGuestUser mocks base method.

func (*MockProfileAPIServer) CreateUser

CreateUser mocks base method.

func (*MockProfileAPIServer) DeactivateMe

DeactivateMe mocks base method.

func (*MockProfileAPIServer) DeleteAccount

func (m *MockProfileAPIServer) DeleteAccount(arg0 context.Context, arg1 *v1.DeleteAccountRequest) (*v1.Empty, error)

DeleteAccount mocks base method.

func (*MockProfileAPIServer) DeleteTestUser

DeleteTestUser mocks base method.

func (*MockProfileAPIServer) DeleteUser added in v0.2.135

DeleteUser mocks base method.

func (*MockProfileAPIServer) EXPECT

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

func (*MockProfileAPIServer) GenerateUsernameSuggestions added in v0.2.70

GenerateUsernameSuggestions mocks base method.

func (*MockProfileAPIServer) GetBlockList

GetBlockList mocks base method.

func (*MockProfileAPIServer) GetBlocked

GetBlocked mocks base method.

func (*MockProfileAPIServer) GetFollowers

GetFollowers mocks base method.

func (*MockProfileAPIServer) GetPrivacySettings

func (m *MockProfileAPIServer) GetPrivacySettings(arg0 context.Context, arg1 *v1.Empty) (*v1.GetPrivacySettingsResponse, error)

GetPrivacySettings mocks base method.

func (*MockProfileAPIServer) GetPublicProfileWithoutAuth

GetPublicProfileWithoutAuth mocks base method.

func (*MockProfileAPIServer) GetStatistics

GetStatistics mocks base method.

func (*MockProfileAPIServer) GetUser

GetUser mocks base method.

func (*MockProfileAPIServer) GetUserByUsername

GetUserByUsername mocks base method.

func (*MockProfileAPIServer) GetUserCounter

GetUserCounter mocks base method.

func (*MockProfileAPIServer) GetUserIDByAffiliateCodeWithoutAuth added in v0.2.54

GetUserIDByAffiliateCodeWithoutAuth mocks base method.

func (*MockProfileAPIServer) GetUserIDByNameWithoutAuth

GetUserIDByNameWithoutAuth mocks base method.

func (*MockProfileAPIServer) GetUserIDs

GetUserIDs mocks base method.

func (*MockProfileAPIServer) GetUsers

GetUsers mocks base method.

func (*MockProfileAPIServer) GetVerifiedUsers

GetVerifiedUsers mocks base method.

func (*MockProfileAPIServer) GlitterBomb

GlitterBomb mocks base method.

func (*MockProfileAPIServer) MigrateDataV1ToV2

MigrateDataV1ToV2 mocks base method.

func (*MockProfileAPIServer) MigrationBlock

MigrationBlock mocks base method.

func (*MockProfileAPIServer) MigrationCreateUser

MigrationCreateUser mocks base method.

func (*MockProfileAPIServer) MigrationFollow

MigrationFollow mocks base method.

func (*MockProfileAPIServer) SearchForUser

SearchForUser mocks base method.

func (*MockProfileAPIServer) SearchForUserForDirectChat

SearchForUserForDirectChat mocks base method.

func (*MockProfileAPIServer) SetBanStatus

func (m *MockProfileAPIServer) SetBanStatus(arg0 context.Context, arg1 *v1.SetBanRequest) (*v1.Empty, error)

SetBanStatus mocks base method.

func (*MockProfileAPIServer) SetBlockStatus

func (m *MockProfileAPIServer) SetBlockStatus(arg0 context.Context, arg1 *v1.SetBlockRequest) (*v1.Empty, error)

SetBlockStatus mocks base method.

func (*MockProfileAPIServer) SetFollowStatus

func (m *MockProfileAPIServer) SetFollowStatus(arg0 context.Context, arg1 *v1.SetFollowRequest) (*v1.Empty, error)

SetFollowStatus mocks base method.

func (*MockProfileAPIServer) Unverify

Unverify mocks base method.

func (*MockProfileAPIServer) Update

Update mocks base method.

func (*MockProfileAPIServer) UpdatePrivacySettings

func (m *MockProfileAPIServer) UpdatePrivacySettings(arg0 context.Context, arg1 *v1.UpdatePrivacySettingsRequest) (*v1.Empty, error)

UpdatePrivacySettings mocks base method.

func (*MockProfileAPIServer) UpdateUserPreferredLanugages

func (m *MockProfileAPIServer) UpdateUserPreferredLanugages(arg0 context.Context, arg1 *v1.UpdateUserPreferredLanugagesRequest) (*v1.Empty, error)

UpdateUserPreferredLanugages mocks base method.

func (*MockProfileAPIServer) UpgradeGuestUser added in v0.2.31

UpgradeGuestUser mocks base method.

func (*MockProfileAPIServer) ValidateUsername added in v0.2.31

ValidateUsername mocks base method.

func (*MockProfileAPIServer) Verify

Verify mocks base method.

type MockProfileAPIServerMockRecorder

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

MockProfileAPIServerMockRecorder is the mock recorder for MockProfileAPIServer.

func (*MockProfileAPIServerMockRecorder) CanSendDM

func (mr *MockProfileAPIServerMockRecorder) CanSendDM(arg0, arg1 any) *gomock.Call

CanSendDM indicates an expected call of CanSendDM.

func (*MockProfileAPIServerMockRecorder) ChangeAvatar

func (mr *MockProfileAPIServerMockRecorder) ChangeAvatar(arg0, arg1 any) *gomock.Call

ChangeAvatar indicates an expected call of ChangeAvatar.

func (*MockProfileAPIServerMockRecorder) CheckUsername

func (mr *MockProfileAPIServerMockRecorder) CheckUsername(arg0, arg1 any) *gomock.Call

CheckUsername indicates an expected call of CheckUsername.

func (*MockProfileAPIServerMockRecorder) CreateGuestUser added in v0.2.31

func (mr *MockProfileAPIServerMockRecorder) CreateGuestUser(arg0, arg1 any) *gomock.Call

CreateGuestUser indicates an expected call of CreateGuestUser.

func (*MockProfileAPIServerMockRecorder) CreateUser

func (mr *MockProfileAPIServerMockRecorder) CreateUser(arg0, arg1 any) *gomock.Call

CreateUser indicates an expected call of CreateUser.

func (*MockProfileAPIServerMockRecorder) DeactivateMe

func (mr *MockProfileAPIServerMockRecorder) DeactivateMe(arg0, arg1 any) *gomock.Call

DeactivateMe indicates an expected call of DeactivateMe.

func (*MockProfileAPIServerMockRecorder) DeleteAccount

func (mr *MockProfileAPIServerMockRecorder) DeleteAccount(arg0, arg1 any) *gomock.Call

DeleteAccount indicates an expected call of DeleteAccount.

func (*MockProfileAPIServerMockRecorder) DeleteTestUser

func (mr *MockProfileAPIServerMockRecorder) DeleteTestUser(arg0, arg1 any) *gomock.Call

DeleteTestUser indicates an expected call of DeleteTestUser.

func (*MockProfileAPIServerMockRecorder) DeleteUser added in v0.2.135

func (mr *MockProfileAPIServerMockRecorder) DeleteUser(arg0, arg1 any) *gomock.Call

DeleteUser indicates an expected call of DeleteUser.

func (*MockProfileAPIServerMockRecorder) GenerateUsernameSuggestions added in v0.2.70

func (mr *MockProfileAPIServerMockRecorder) GenerateUsernameSuggestions(arg0, arg1 any) *gomock.Call

GenerateUsernameSuggestions indicates an expected call of GenerateUsernameSuggestions.

func (*MockProfileAPIServerMockRecorder) GetBlockList

func (mr *MockProfileAPIServerMockRecorder) GetBlockList(arg0, arg1 any) *gomock.Call

GetBlockList indicates an expected call of GetBlockList.

func (*MockProfileAPIServerMockRecorder) GetBlocked

func (mr *MockProfileAPIServerMockRecorder) GetBlocked(arg0, arg1 any) *gomock.Call

GetBlocked indicates an expected call of GetBlocked.

func (*MockProfileAPIServerMockRecorder) GetFollowers

func (mr *MockProfileAPIServerMockRecorder) GetFollowers(arg0, arg1 any) *gomock.Call

GetFollowers indicates an expected call of GetFollowers.

func (*MockProfileAPIServerMockRecorder) GetPrivacySettings

func (mr *MockProfileAPIServerMockRecorder) GetPrivacySettings(arg0, arg1 any) *gomock.Call

GetPrivacySettings indicates an expected call of GetPrivacySettings.

func (*MockProfileAPIServerMockRecorder) GetPublicProfileWithoutAuth

func (mr *MockProfileAPIServerMockRecorder) GetPublicProfileWithoutAuth(arg0, arg1 any) *gomock.Call

GetPublicProfileWithoutAuth indicates an expected call of GetPublicProfileWithoutAuth.

func (*MockProfileAPIServerMockRecorder) GetStatistics

func (mr *MockProfileAPIServerMockRecorder) GetStatistics(arg0, arg1 any) *gomock.Call

GetStatistics indicates an expected call of GetStatistics.

func (*MockProfileAPIServerMockRecorder) GetUser

func (mr *MockProfileAPIServerMockRecorder) GetUser(arg0, arg1 any) *gomock.Call

GetUser indicates an expected call of GetUser.

func (*MockProfileAPIServerMockRecorder) GetUserByUsername

func (mr *MockProfileAPIServerMockRecorder) GetUserByUsername(arg0, arg1 any) *gomock.Call

GetUserByUsername indicates an expected call of GetUserByUsername.

func (*MockProfileAPIServerMockRecorder) GetUserCounter

func (mr *MockProfileAPIServerMockRecorder) GetUserCounter(arg0, arg1 any) *gomock.Call

GetUserCounter indicates an expected call of GetUserCounter.

func (*MockProfileAPIServerMockRecorder) GetUserIDByAffiliateCodeWithoutAuth added in v0.2.54

func (mr *MockProfileAPIServerMockRecorder) GetUserIDByAffiliateCodeWithoutAuth(arg0, arg1 any) *gomock.Call

GetUserIDByAffiliateCodeWithoutAuth indicates an expected call of GetUserIDByAffiliateCodeWithoutAuth.

func (*MockProfileAPIServerMockRecorder) GetUserIDByNameWithoutAuth

func (mr *MockProfileAPIServerMockRecorder) GetUserIDByNameWithoutAuth(arg0, arg1 any) *gomock.Call

GetUserIDByNameWithoutAuth indicates an expected call of GetUserIDByNameWithoutAuth.

func (*MockProfileAPIServerMockRecorder) GetUserIDs

func (mr *MockProfileAPIServerMockRecorder) GetUserIDs(arg0, arg1 any) *gomock.Call

GetUserIDs indicates an expected call of GetUserIDs.

func (*MockProfileAPIServerMockRecorder) GetUsers

func (mr *MockProfileAPIServerMockRecorder) GetUsers(arg0, arg1 any) *gomock.Call

GetUsers indicates an expected call of GetUsers.

func (*MockProfileAPIServerMockRecorder) GetVerifiedUsers

func (mr *MockProfileAPIServerMockRecorder) GetVerifiedUsers(arg0, arg1 any) *gomock.Call

GetVerifiedUsers indicates an expected call of GetVerifiedUsers.

func (*MockProfileAPIServerMockRecorder) GlitterBomb

func (mr *MockProfileAPIServerMockRecorder) GlitterBomb(arg0, arg1 any) *gomock.Call

GlitterBomb indicates an expected call of GlitterBomb.

func (*MockProfileAPIServerMockRecorder) MigrateDataV1ToV2

func (mr *MockProfileAPIServerMockRecorder) MigrateDataV1ToV2(arg0, arg1 any) *gomock.Call

MigrateDataV1ToV2 indicates an expected call of MigrateDataV1ToV2.

func (*MockProfileAPIServerMockRecorder) MigrationBlock

func (mr *MockProfileAPIServerMockRecorder) MigrationBlock(arg0, arg1 any) *gomock.Call

MigrationBlock indicates an expected call of MigrationBlock.

func (*MockProfileAPIServerMockRecorder) MigrationCreateUser

func (mr *MockProfileAPIServerMockRecorder) MigrationCreateUser(arg0, arg1 any) *gomock.Call

MigrationCreateUser indicates an expected call of MigrationCreateUser.

func (*MockProfileAPIServerMockRecorder) MigrationFollow

func (mr *MockProfileAPIServerMockRecorder) MigrationFollow(arg0, arg1 any) *gomock.Call

MigrationFollow indicates an expected call of MigrationFollow.

func (*MockProfileAPIServerMockRecorder) SearchForUser

func (mr *MockProfileAPIServerMockRecorder) SearchForUser(arg0, arg1 any) *gomock.Call

SearchForUser indicates an expected call of SearchForUser.

func (*MockProfileAPIServerMockRecorder) SearchForUserForDirectChat

func (mr *MockProfileAPIServerMockRecorder) SearchForUserForDirectChat(arg0, arg1 any) *gomock.Call

SearchForUserForDirectChat indicates an expected call of SearchForUserForDirectChat.

func (*MockProfileAPIServerMockRecorder) SetBanStatus

func (mr *MockProfileAPIServerMockRecorder) SetBanStatus(arg0, arg1 any) *gomock.Call

SetBanStatus indicates an expected call of SetBanStatus.

func (*MockProfileAPIServerMockRecorder) SetBlockStatus

func (mr *MockProfileAPIServerMockRecorder) SetBlockStatus(arg0, arg1 any) *gomock.Call

SetBlockStatus indicates an expected call of SetBlockStatus.

func (*MockProfileAPIServerMockRecorder) SetFollowStatus

func (mr *MockProfileAPIServerMockRecorder) SetFollowStatus(arg0, arg1 any) *gomock.Call

SetFollowStatus indicates an expected call of SetFollowStatus.

func (*MockProfileAPIServerMockRecorder) Unverify

func (mr *MockProfileAPIServerMockRecorder) Unverify(arg0, arg1 any) *gomock.Call

Unverify indicates an expected call of Unverify.

func (*MockProfileAPIServerMockRecorder) Update

func (mr *MockProfileAPIServerMockRecorder) Update(arg0, arg1 any) *gomock.Call

Update indicates an expected call of Update.

func (*MockProfileAPIServerMockRecorder) UpdatePrivacySettings

func (mr *MockProfileAPIServerMockRecorder) UpdatePrivacySettings(arg0, arg1 any) *gomock.Call

UpdatePrivacySettings indicates an expected call of UpdatePrivacySettings.

func (*MockProfileAPIServerMockRecorder) UpdateUserPreferredLanugages

func (mr *MockProfileAPIServerMockRecorder) UpdateUserPreferredLanugages(arg0, arg1 any) *gomock.Call

UpdateUserPreferredLanugages indicates an expected call of UpdateUserPreferredLanugages.

func (*MockProfileAPIServerMockRecorder) UpgradeGuestUser added in v0.2.31

func (mr *MockProfileAPIServerMockRecorder) UpgradeGuestUser(arg0, arg1 any) *gomock.Call

UpgradeGuestUser indicates an expected call of UpgradeGuestUser.

func (*MockProfileAPIServerMockRecorder) ValidateUsername added in v0.2.31

func (mr *MockProfileAPIServerMockRecorder) ValidateUsername(arg0, arg1 any) *gomock.Call

ValidateUsername indicates an expected call of ValidateUsername.

func (*MockProfileAPIServerMockRecorder) Verify

func (mr *MockProfileAPIServerMockRecorder) Verify(arg0, arg1 any) *gomock.Call

Verify indicates an expected call of Verify.

type MockUnsafeProfileAPIServer

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

MockUnsafeProfileAPIServer is a mock of UnsafeProfileAPIServer interface.

func NewMockUnsafeProfileAPIServer

func NewMockUnsafeProfileAPIServer(ctrl *gomock.Controller) *MockUnsafeProfileAPIServer

NewMockUnsafeProfileAPIServer creates a new mock instance.

func (*MockUnsafeProfileAPIServer) EXPECT

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

type MockUnsafeProfileAPIServerMockRecorder

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

MockUnsafeProfileAPIServerMockRecorder is the mock recorder for MockUnsafeProfileAPIServer.

Jump to

Keyboard shortcuts

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