profile_mock

package
v0.3.48 Latest Latest
Warning

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

Go to latest
Published: Apr 10, 2024 License: AGPL-3.0 Imports: 6 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 MockProfileServiceClient

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

MockProfileServiceClient is a mock of ProfileServiceClient interface.

func NewMockProfileServiceClient

func NewMockProfileServiceClient(ctrl *gomock.Controller) *MockProfileServiceClient

NewMockProfileServiceClient creates a new mock instance.

func (*MockProfileServiceClient) ActivateMe

ActivateMe mocks base method.

func (*MockProfileServiceClient) AddUserContacts added in v0.2.127

AddUserContacts mocks base method.

func (*MockProfileServiceClient) Ban

Ban mocks base method.

func (*MockProfileServiceClient) Block

Block mocks base method.

func (*MockProfileServiceClient) CanSendDM

CanSendDM mocks base method.

func (*MockProfileServiceClient) CheckUsernameAvailable

CheckUsernameAvailable mocks base method.

func (*MockProfileServiceClient) CreateGuestUser added in v0.2.28

CreateGuestUser mocks base method.

func (*MockProfileServiceClient) CreateUser

CreateUser mocks base method.

func (*MockProfileServiceClient) DeactivateMe

DeactivateMe mocks base method.

func (*MockProfileServiceClient) DeleteContacts added in v0.2.127

DeleteContacts mocks base method.

func (*MockProfileServiceClient) DeleteMe

DeleteMe mocks base method.

func (*MockProfileServiceClient) DeleteTestUser

DeleteTestUser mocks base method.

func (*MockProfileServiceClient) DeleteUser added in v0.2.135

DeleteUser mocks base method.

func (*MockProfileServiceClient) EXPECT

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

func (*MockProfileServiceClient) Follow

Follow mocks base method.

func (*MockProfileServiceClient) GenerateUsernameSuggestions added in v0.2.70

GenerateUsernameSuggestions mocks base method.

func (*MockProfileServiceClient) GetBlockList

GetBlockList mocks base method.

func (*MockProfileServiceClient) GetBlockers

GetBlockers mocks base method.

func (*MockProfileServiceClient) GetBlockings

GetBlockings mocks base method.

func (*MockProfileServiceClient) GetContactById added in v0.2.127

GetContactById mocks base method.

func (*MockProfileServiceClient) GetFollowers

GetFollowers mocks base method.

func (*MockProfileServiceClient) GetFollowings

GetFollowings mocks base method.

func (*MockProfileServiceClient) GetMe

GetMe mocks base method.

func (*MockProfileServiceClient) GetMySettings

GetMySettings mocks base method.

func (*MockProfileServiceClient) GetStatistics

GetStatistics mocks base method.

func (*MockProfileServiceClient) GetUser

GetUser mocks base method.

func (*MockProfileServiceClient) GetUserByEmail added in v0.2.155

GetUserByEmail mocks base method.

func (*MockProfileServiceClient) GetUserByPhone added in v0.2.155

GetUserByPhone mocks base method.

func (*MockProfileServiceClient) GetUserByUsername

GetUserByUsername mocks base method.

func (*MockProfileServiceClient) GetUserContacts added in v0.2.127

GetUserContacts mocks base method.

func (*MockProfileServiceClient) GetUserCounter

GetUserCounter mocks base method.

func (*MockProfileServiceClient) GetUserIDByAffiliateCodeWithoutAuth added in v0.2.56

GetUserIDByAffiliateCodeWithoutAuth mocks base method.

func (*MockProfileServiceClient) GetUserIDs

GetUserIDs mocks base method.

func (*MockProfileServiceClient) GetUsers

GetUsers mocks base method.

func (*MockProfileServiceClient) GetVerifiedUsers

GetVerifiedUsers mocks base method.

func (*MockProfileServiceClient) GlitterBomb

GlitterBomb mocks base method.

func (*MockProfileServiceClient) IsBanned

IsBanned mocks base method.

func (*MockProfileServiceClient) NotifyAll added in v0.2.127

NotifyAll mocks base method.

func (*MockProfileServiceClient) NotifyContact added in v0.2.127

NotifyContact mocks base method.

func (*MockProfileServiceClient) PublishHistoricalBlockEvents

PublishHistoricalBlockEvents mocks base method.

func (*MockProfileServiceClient) PublishHistoricalFollowEvents

PublishHistoricalFollowEvents mocks base method.

func (*MockProfileServiceClient) PublishHistoricalUserEvents

PublishHistoricalUserEvents mocks base method.

func (*MockProfileServiceClient) RecommendUsersFromContactsToFollow added in v0.2.128

RecommendUsersFromContactsToFollow mocks base method.

func (*MockProfileServiceClient) RecommendUsersYouMayKnow added in v0.2.131

RecommendUsersYouMayKnow mocks base method.

func (*MockProfileServiceClient) SearchFollowers

SearchFollowers mocks base method.

func (*MockProfileServiceClient) SearchUsers

SearchUsers mocks base method.

func (*MockProfileServiceClient) SearchUsersForDirectChat

SearchUsersForDirectChat mocks base method.

func (*MockProfileServiceClient) SendEmail added in v0.2.127

SendEmail mocks base method.

func (*MockProfileServiceClient) SendSMS added in v0.2.127

SendSMS mocks base method.

func (*MockProfileServiceClient) ShareUser

ShareUser mocks base method.

func (*MockProfileServiceClient) SiteMapGenerator

func (m *MockProfileServiceClient) SiteMapGenerator(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*emptypb.Empty, error)

SiteMapGenerator mocks base method.

func (*MockProfileServiceClient) StopPublishHistoricalBlockEvents

StopPublishHistoricalBlockEvents mocks base method.

func (*MockProfileServiceClient) StopPublishHistoricalFollowEvents

StopPublishHistoricalFollowEvents mocks base method.

func (*MockProfileServiceClient) StopPublishHistoricalUserEvents

StopPublishHistoricalUserEvents mocks base method.

func (*MockProfileServiceClient) Unban

Unban mocks base method.

func (*MockProfileServiceClient) Unblock

Unblock mocks base method.

func (*MockProfileServiceClient) Unfollow

Unfollow mocks base method.

func (*MockProfileServiceClient) Unverify

Unverify mocks base method.

func (*MockProfileServiceClient) UpdateMe

UpdateMe mocks base method.

func (*MockProfileServiceClient) UpdateSetting

UpdateSetting mocks base method.

func (*MockProfileServiceClient) UpdateUserPhone added in v0.2.136

UpdateUserPhone mocks base method.

func (*MockProfileServiceClient) UpgradeGuestUser added in v0.2.28

UpgradeGuestUser mocks base method.

func (*MockProfileServiceClient) ValidateUsername added in v0.2.28

ValidateUsername mocks base method.

func (*MockProfileServiceClient) Verify

Verify mocks base method.

type MockProfileServiceClientMockRecorder

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

MockProfileServiceClientMockRecorder is the mock recorder for MockProfileServiceClient.

func (*MockProfileServiceClientMockRecorder) ActivateMe

func (mr *MockProfileServiceClientMockRecorder) ActivateMe(ctx, in any, opts ...any) *gomock.Call

ActivateMe indicates an expected call of ActivateMe.

func (*MockProfileServiceClientMockRecorder) AddUserContacts added in v0.2.127

func (mr *MockProfileServiceClientMockRecorder) AddUserContacts(ctx, in any, opts ...any) *gomock.Call

AddUserContacts indicates an expected call of AddUserContacts.

func (*MockProfileServiceClientMockRecorder) Ban

func (mr *MockProfileServiceClientMockRecorder) Ban(ctx, in any, opts ...any) *gomock.Call

Ban indicates an expected call of Ban.

func (*MockProfileServiceClientMockRecorder) Block

func (mr *MockProfileServiceClientMockRecorder) Block(ctx, in any, opts ...any) *gomock.Call

Block indicates an expected call of Block.

func (*MockProfileServiceClientMockRecorder) CanSendDM

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

CanSendDM indicates an expected call of CanSendDM.

func (*MockProfileServiceClientMockRecorder) CheckUsernameAvailable

func (mr *MockProfileServiceClientMockRecorder) CheckUsernameAvailable(ctx, in any, opts ...any) *gomock.Call

CheckUsernameAvailable indicates an expected call of CheckUsernameAvailable.

func (*MockProfileServiceClientMockRecorder) CreateGuestUser added in v0.2.28

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

CreateGuestUser indicates an expected call of CreateGuestUser.

func (*MockProfileServiceClientMockRecorder) CreateUser

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

CreateUser indicates an expected call of CreateUser.

func (*MockProfileServiceClientMockRecorder) DeactivateMe

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

DeactivateMe indicates an expected call of DeactivateMe.

func (*MockProfileServiceClientMockRecorder) DeleteContacts added in v0.2.127

func (mr *MockProfileServiceClientMockRecorder) DeleteContacts(ctx, in any, opts ...any) *gomock.Call

DeleteContacts indicates an expected call of DeleteContacts.

func (*MockProfileServiceClientMockRecorder) DeleteMe

func (mr *MockProfileServiceClientMockRecorder) DeleteMe(ctx, in any, opts ...any) *gomock.Call

DeleteMe indicates an expected call of DeleteMe.

func (*MockProfileServiceClientMockRecorder) DeleteTestUser

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

DeleteTestUser indicates an expected call of DeleteTestUser.

func (*MockProfileServiceClientMockRecorder) DeleteUser added in v0.2.135

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

DeleteUser indicates an expected call of DeleteUser.

func (*MockProfileServiceClientMockRecorder) Follow

func (mr *MockProfileServiceClientMockRecorder) Follow(ctx, in any, opts ...any) *gomock.Call

Follow indicates an expected call of Follow.

func (*MockProfileServiceClientMockRecorder) GenerateUsernameSuggestions added in v0.2.70

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

GenerateUsernameSuggestions indicates an expected call of GenerateUsernameSuggestions.

func (*MockProfileServiceClientMockRecorder) GetBlockList

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

GetBlockList indicates an expected call of GetBlockList.

func (*MockProfileServiceClientMockRecorder) GetBlockers

func (mr *MockProfileServiceClientMockRecorder) GetBlockers(ctx, in any, opts ...any) *gomock.Call

GetBlockers indicates an expected call of GetBlockers.

func (*MockProfileServiceClientMockRecorder) GetBlockings

func (mr *MockProfileServiceClientMockRecorder) GetBlockings(ctx, in any, opts ...any) *gomock.Call

GetBlockings indicates an expected call of GetBlockings.

func (*MockProfileServiceClientMockRecorder) GetContactById added in v0.2.127

func (mr *MockProfileServiceClientMockRecorder) GetContactById(ctx, in any, opts ...any) *gomock.Call

GetContactById indicates an expected call of GetContactById.

func (*MockProfileServiceClientMockRecorder) GetFollowers

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

GetFollowers indicates an expected call of GetFollowers.

func (*MockProfileServiceClientMockRecorder) GetFollowings

func (mr *MockProfileServiceClientMockRecorder) GetFollowings(ctx, in any, opts ...any) *gomock.Call

GetFollowings indicates an expected call of GetFollowings.

func (*MockProfileServiceClientMockRecorder) GetMe

func (mr *MockProfileServiceClientMockRecorder) GetMe(ctx, in any, opts ...any) *gomock.Call

GetMe indicates an expected call of GetMe.

func (*MockProfileServiceClientMockRecorder) GetMySettings

func (mr *MockProfileServiceClientMockRecorder) GetMySettings(ctx, in any, opts ...any) *gomock.Call

GetMySettings indicates an expected call of GetMySettings.

func (*MockProfileServiceClientMockRecorder) GetStatistics

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

GetStatistics indicates an expected call of GetStatistics.

func (*MockProfileServiceClientMockRecorder) GetUser

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

GetUser indicates an expected call of GetUser.

func (*MockProfileServiceClientMockRecorder) GetUserByEmail added in v0.2.155

func (mr *MockProfileServiceClientMockRecorder) GetUserByEmail(ctx, in any, opts ...any) *gomock.Call

GetUserByEmail indicates an expected call of GetUserByEmail.

func (*MockProfileServiceClientMockRecorder) GetUserByPhone added in v0.2.155

func (mr *MockProfileServiceClientMockRecorder) GetUserByPhone(ctx, in any, opts ...any) *gomock.Call

GetUserByPhone indicates an expected call of GetUserByPhone.

func (*MockProfileServiceClientMockRecorder) GetUserByUsername

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

GetUserByUsername indicates an expected call of GetUserByUsername.

func (*MockProfileServiceClientMockRecorder) GetUserContacts added in v0.2.127

func (mr *MockProfileServiceClientMockRecorder) GetUserContacts(ctx, in any, opts ...any) *gomock.Call

GetUserContacts indicates an expected call of GetUserContacts.

func (*MockProfileServiceClientMockRecorder) GetUserCounter

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

GetUserCounter indicates an expected call of GetUserCounter.

func (*MockProfileServiceClientMockRecorder) GetUserIDByAffiliateCodeWithoutAuth added in v0.2.56

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

GetUserIDByAffiliateCodeWithoutAuth indicates an expected call of GetUserIDByAffiliateCodeWithoutAuth.

func (*MockProfileServiceClientMockRecorder) GetUserIDs

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

GetUserIDs indicates an expected call of GetUserIDs.

func (*MockProfileServiceClientMockRecorder) GetUsers

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

GetUsers indicates an expected call of GetUsers.

func (*MockProfileServiceClientMockRecorder) GetVerifiedUsers

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

GetVerifiedUsers indicates an expected call of GetVerifiedUsers.

func (*MockProfileServiceClientMockRecorder) GlitterBomb

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

GlitterBomb indicates an expected call of GlitterBomb.

func (*MockProfileServiceClientMockRecorder) IsBanned

func (mr *MockProfileServiceClientMockRecorder) IsBanned(ctx, in any, opts ...any) *gomock.Call

IsBanned indicates an expected call of IsBanned.

func (*MockProfileServiceClientMockRecorder) NotifyAll added in v0.2.127

func (mr *MockProfileServiceClientMockRecorder) NotifyAll(ctx, in any, opts ...any) *gomock.Call

NotifyAll indicates an expected call of NotifyAll.

func (*MockProfileServiceClientMockRecorder) NotifyContact added in v0.2.127

func (mr *MockProfileServiceClientMockRecorder) NotifyContact(ctx, in any, opts ...any) *gomock.Call

NotifyContact indicates an expected call of NotifyContact.

func (*MockProfileServiceClientMockRecorder) PublishHistoricalBlockEvents

func (mr *MockProfileServiceClientMockRecorder) PublishHistoricalBlockEvents(ctx, in any, opts ...any) *gomock.Call

PublishHistoricalBlockEvents indicates an expected call of PublishHistoricalBlockEvents.

func (*MockProfileServiceClientMockRecorder) PublishHistoricalFollowEvents

func (mr *MockProfileServiceClientMockRecorder) PublishHistoricalFollowEvents(ctx, in any, opts ...any) *gomock.Call

PublishHistoricalFollowEvents indicates an expected call of PublishHistoricalFollowEvents.

func (*MockProfileServiceClientMockRecorder) PublishHistoricalUserEvents

func (mr *MockProfileServiceClientMockRecorder) PublishHistoricalUserEvents(ctx, in any, opts ...any) *gomock.Call

PublishHistoricalUserEvents indicates an expected call of PublishHistoricalUserEvents.

func (*MockProfileServiceClientMockRecorder) RecommendUsersFromContactsToFollow added in v0.2.128

func (mr *MockProfileServiceClientMockRecorder) RecommendUsersFromContactsToFollow(ctx, in any, opts ...any) *gomock.Call

RecommendUsersFromContactsToFollow indicates an expected call of RecommendUsersFromContactsToFollow.

func (*MockProfileServiceClientMockRecorder) RecommendUsersYouMayKnow added in v0.2.131

func (mr *MockProfileServiceClientMockRecorder) RecommendUsersYouMayKnow(ctx, in any, opts ...any) *gomock.Call

RecommendUsersYouMayKnow indicates an expected call of RecommendUsersYouMayKnow.

func (*MockProfileServiceClientMockRecorder) SearchFollowers

func (mr *MockProfileServiceClientMockRecorder) SearchFollowers(ctx, in any, opts ...any) *gomock.Call

SearchFollowers indicates an expected call of SearchFollowers.

func (*MockProfileServiceClientMockRecorder) SearchUsers

func (mr *MockProfileServiceClientMockRecorder) SearchUsers(ctx, in any, opts ...any) *gomock.Call

SearchUsers indicates an expected call of SearchUsers.

func (*MockProfileServiceClientMockRecorder) SearchUsersForDirectChat

func (mr *MockProfileServiceClientMockRecorder) SearchUsersForDirectChat(ctx, in any, opts ...any) *gomock.Call

SearchUsersForDirectChat indicates an expected call of SearchUsersForDirectChat.

func (*MockProfileServiceClientMockRecorder) SendEmail added in v0.2.127

func (mr *MockProfileServiceClientMockRecorder) SendEmail(ctx, in any, opts ...any) *gomock.Call

SendEmail indicates an expected call of SendEmail.

func (*MockProfileServiceClientMockRecorder) SendSMS added in v0.2.127

func (mr *MockProfileServiceClientMockRecorder) SendSMS(ctx, in any, opts ...any) *gomock.Call

SendSMS indicates an expected call of SendSMS.

func (*MockProfileServiceClientMockRecorder) ShareUser

func (mr *MockProfileServiceClientMockRecorder) ShareUser(ctx, in any, opts ...any) *gomock.Call

ShareUser indicates an expected call of ShareUser.

func (*MockProfileServiceClientMockRecorder) SiteMapGenerator

func (mr *MockProfileServiceClientMockRecorder) SiteMapGenerator(ctx, in any, opts ...any) *gomock.Call

SiteMapGenerator indicates an expected call of SiteMapGenerator.

func (*MockProfileServiceClientMockRecorder) StopPublishHistoricalBlockEvents

func (mr *MockProfileServiceClientMockRecorder) StopPublishHistoricalBlockEvents(ctx, in any, opts ...any) *gomock.Call

StopPublishHistoricalBlockEvents indicates an expected call of StopPublishHistoricalBlockEvents.

func (*MockProfileServiceClientMockRecorder) StopPublishHistoricalFollowEvents

func (mr *MockProfileServiceClientMockRecorder) StopPublishHistoricalFollowEvents(ctx, in any, opts ...any) *gomock.Call

StopPublishHistoricalFollowEvents indicates an expected call of StopPublishHistoricalFollowEvents.

func (*MockProfileServiceClientMockRecorder) StopPublishHistoricalUserEvents

func (mr *MockProfileServiceClientMockRecorder) StopPublishHistoricalUserEvents(ctx, in any, opts ...any) *gomock.Call

StopPublishHistoricalUserEvents indicates an expected call of StopPublishHistoricalUserEvents.

func (*MockProfileServiceClientMockRecorder) Unban

func (mr *MockProfileServiceClientMockRecorder) Unban(ctx, in any, opts ...any) *gomock.Call

Unban indicates an expected call of Unban.

func (*MockProfileServiceClientMockRecorder) Unblock

func (mr *MockProfileServiceClientMockRecorder) Unblock(ctx, in any, opts ...any) *gomock.Call

Unblock indicates an expected call of Unblock.

func (*MockProfileServiceClientMockRecorder) Unfollow

func (mr *MockProfileServiceClientMockRecorder) Unfollow(ctx, in any, opts ...any) *gomock.Call

Unfollow indicates an expected call of Unfollow.

func (*MockProfileServiceClientMockRecorder) Unverify

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

Unverify indicates an expected call of Unverify.

func (*MockProfileServiceClientMockRecorder) UpdateMe

func (mr *MockProfileServiceClientMockRecorder) UpdateMe(ctx, in any, opts ...any) *gomock.Call

UpdateMe indicates an expected call of UpdateMe.

func (*MockProfileServiceClientMockRecorder) UpdateSetting

func (mr *MockProfileServiceClientMockRecorder) UpdateSetting(ctx, in any, opts ...any) *gomock.Call

UpdateSetting indicates an expected call of UpdateSetting.

func (*MockProfileServiceClientMockRecorder) UpdateUserPhone added in v0.2.136

func (mr *MockProfileServiceClientMockRecorder) UpdateUserPhone(ctx, in any, opts ...any) *gomock.Call

UpdateUserPhone indicates an expected call of UpdateUserPhone.

func (*MockProfileServiceClientMockRecorder) UpgradeGuestUser added in v0.2.28

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

UpgradeGuestUser indicates an expected call of UpgradeGuestUser.

func (*MockProfileServiceClientMockRecorder) ValidateUsername added in v0.2.28

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

ValidateUsername indicates an expected call of ValidateUsername.

func (*MockProfileServiceClientMockRecorder) Verify

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

Verify indicates an expected call of Verify.

type MockProfileServiceServer

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

MockProfileServiceServer is a mock of ProfileServiceServer interface.

func NewMockProfileServiceServer

func NewMockProfileServiceServer(ctrl *gomock.Controller) *MockProfileServiceServer

NewMockProfileServiceServer creates a new mock instance.

func (*MockProfileServiceServer) ActivateMe

ActivateMe mocks base method.

func (*MockProfileServiceServer) AddUserContacts added in v0.2.127

AddUserContacts mocks base method.

func (*MockProfileServiceServer) Ban

Ban mocks base method.

func (*MockProfileServiceServer) Block

Block mocks base method.

func (*MockProfileServiceServer) CanSendDM

CanSendDM mocks base method.

func (*MockProfileServiceServer) CheckUsernameAvailable

CheckUsernameAvailable mocks base method.

func (*MockProfileServiceServer) CreateGuestUser added in v0.2.28

CreateGuestUser mocks base method.

func (*MockProfileServiceServer) CreateUser

CreateUser mocks base method.

func (*MockProfileServiceServer) DeactivateMe

DeactivateMe mocks base method.

func (*MockProfileServiceServer) DeleteContacts added in v0.2.127

DeleteContacts mocks base method.

func (*MockProfileServiceServer) DeleteMe

DeleteMe mocks base method.

func (*MockProfileServiceServer) DeleteTestUser

DeleteTestUser mocks base method.

func (*MockProfileServiceServer) DeleteUser added in v0.2.135

DeleteUser mocks base method.

func (*MockProfileServiceServer) EXPECT

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

func (*MockProfileServiceServer) Follow

Follow mocks base method.

func (*MockProfileServiceServer) GenerateUsernameSuggestions added in v0.2.70

GenerateUsernameSuggestions mocks base method.

func (*MockProfileServiceServer) GetBlockList

GetBlockList mocks base method.

func (*MockProfileServiceServer) GetBlockers

GetBlockers mocks base method.

func (*MockProfileServiceServer) GetBlockings

GetBlockings mocks base method.

func (*MockProfileServiceServer) GetContactById added in v0.2.127

GetContactById mocks base method.

func (*MockProfileServiceServer) GetFollowers

GetFollowers mocks base method.

func (*MockProfileServiceServer) GetFollowings

GetFollowings mocks base method.

func (*MockProfileServiceServer) GetMe

GetMe mocks base method.

func (*MockProfileServiceServer) GetMySettings

GetMySettings mocks base method.

func (*MockProfileServiceServer) GetStatistics

GetStatistics mocks base method.

func (*MockProfileServiceServer) GetUser

GetUser mocks base method.

func (*MockProfileServiceServer) GetUserByEmail added in v0.2.155

GetUserByEmail mocks base method.

func (*MockProfileServiceServer) GetUserByPhone added in v0.2.155

GetUserByPhone mocks base method.

func (*MockProfileServiceServer) GetUserByUsername

GetUserByUsername mocks base method.

func (*MockProfileServiceServer) GetUserContacts added in v0.2.127

GetUserContacts mocks base method.

func (*MockProfileServiceServer) GetUserCounter

GetUserCounter mocks base method.

func (*MockProfileServiceServer) GetUserIDByAffiliateCodeWithoutAuth added in v0.2.56

GetUserIDByAffiliateCodeWithoutAuth mocks base method.

func (*MockProfileServiceServer) GetUserIDs

GetUserIDs mocks base method.

func (*MockProfileServiceServer) GetUsers

GetUsers mocks base method.

func (*MockProfileServiceServer) GetVerifiedUsers

GetVerifiedUsers mocks base method.

func (*MockProfileServiceServer) GlitterBomb

GlitterBomb mocks base method.

func (*MockProfileServiceServer) IsBanned

IsBanned mocks base method.

func (*MockProfileServiceServer) NotifyAll added in v0.2.127

NotifyAll mocks base method.

func (*MockProfileServiceServer) NotifyContact added in v0.2.127

NotifyContact mocks base method.

func (*MockProfileServiceServer) PublishHistoricalBlockEvents

PublishHistoricalBlockEvents mocks base method.

func (*MockProfileServiceServer) PublishHistoricalFollowEvents

PublishHistoricalFollowEvents mocks base method.

func (*MockProfileServiceServer) PublishHistoricalUserEvents

PublishHistoricalUserEvents mocks base method.

func (*MockProfileServiceServer) RecommendUsersFromContactsToFollow added in v0.2.128

RecommendUsersFromContactsToFollow mocks base method.

func (*MockProfileServiceServer) RecommendUsersYouMayKnow added in v0.2.131

RecommendUsersYouMayKnow mocks base method.

func (*MockProfileServiceServer) SearchFollowers

SearchFollowers mocks base method.

func (*MockProfileServiceServer) SearchUsers

SearchUsers mocks base method.

func (*MockProfileServiceServer) SearchUsersForDirectChat

SearchUsersForDirectChat mocks base method.

func (*MockProfileServiceServer) SendEmail added in v0.2.127

SendEmail mocks base method.

func (*MockProfileServiceServer) SendSMS added in v0.2.127

SendSMS mocks base method.

func (*MockProfileServiceServer) ShareUser

ShareUser mocks base method.

func (*MockProfileServiceServer) SiteMapGenerator

func (m *MockProfileServiceServer) SiteMapGenerator(arg0 context.Context, arg1 *emptypb.Empty) (*emptypb.Empty, error)

SiteMapGenerator mocks base method.

func (*MockProfileServiceServer) StopPublishHistoricalBlockEvents

StopPublishHistoricalBlockEvents mocks base method.

func (*MockProfileServiceServer) StopPublishHistoricalFollowEvents

StopPublishHistoricalFollowEvents mocks base method.

func (*MockProfileServiceServer) StopPublishHistoricalUserEvents

StopPublishHistoricalUserEvents mocks base method.

func (*MockProfileServiceServer) Unban

Unban mocks base method.

func (*MockProfileServiceServer) Unblock

Unblock mocks base method.

func (*MockProfileServiceServer) Unfollow

Unfollow mocks base method.

func (*MockProfileServiceServer) Unverify

Unverify mocks base method.

func (*MockProfileServiceServer) UpdateMe

UpdateMe mocks base method.

func (*MockProfileServiceServer) UpdateSetting

UpdateSetting mocks base method.

func (*MockProfileServiceServer) UpdateUserPhone added in v0.2.136

UpdateUserPhone mocks base method.

func (*MockProfileServiceServer) UpgradeGuestUser added in v0.2.28

UpgradeGuestUser mocks base method.

func (*MockProfileServiceServer) ValidateUsername added in v0.2.28

ValidateUsername mocks base method.

func (*MockProfileServiceServer) Verify

Verify mocks base method.

type MockProfileServiceServerMockRecorder

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

MockProfileServiceServerMockRecorder is the mock recorder for MockProfileServiceServer.

func (*MockProfileServiceServerMockRecorder) ActivateMe

func (mr *MockProfileServiceServerMockRecorder) ActivateMe(arg0, arg1 any) *gomock.Call

ActivateMe indicates an expected call of ActivateMe.

func (*MockProfileServiceServerMockRecorder) AddUserContacts added in v0.2.127

func (mr *MockProfileServiceServerMockRecorder) AddUserContacts(arg0, arg1 any) *gomock.Call

AddUserContacts indicates an expected call of AddUserContacts.

func (*MockProfileServiceServerMockRecorder) Ban

func (mr *MockProfileServiceServerMockRecorder) Ban(arg0, arg1 any) *gomock.Call

Ban indicates an expected call of Ban.

func (*MockProfileServiceServerMockRecorder) Block

func (mr *MockProfileServiceServerMockRecorder) Block(arg0, arg1 any) *gomock.Call

Block indicates an expected call of Block.

func (*MockProfileServiceServerMockRecorder) CanSendDM

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

CanSendDM indicates an expected call of CanSendDM.

func (*MockProfileServiceServerMockRecorder) CheckUsernameAvailable

func (mr *MockProfileServiceServerMockRecorder) CheckUsernameAvailable(arg0, arg1 any) *gomock.Call

CheckUsernameAvailable indicates an expected call of CheckUsernameAvailable.

func (*MockProfileServiceServerMockRecorder) CreateGuestUser added in v0.2.28

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

CreateGuestUser indicates an expected call of CreateGuestUser.

func (*MockProfileServiceServerMockRecorder) CreateUser

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

CreateUser indicates an expected call of CreateUser.

func (*MockProfileServiceServerMockRecorder) DeactivateMe

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

DeactivateMe indicates an expected call of DeactivateMe.

func (*MockProfileServiceServerMockRecorder) DeleteContacts added in v0.2.127

func (mr *MockProfileServiceServerMockRecorder) DeleteContacts(arg0, arg1 any) *gomock.Call

DeleteContacts indicates an expected call of DeleteContacts.

func (*MockProfileServiceServerMockRecorder) DeleteMe

func (mr *MockProfileServiceServerMockRecorder) DeleteMe(arg0, arg1 any) *gomock.Call

DeleteMe indicates an expected call of DeleteMe.

func (*MockProfileServiceServerMockRecorder) DeleteTestUser

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

DeleteTestUser indicates an expected call of DeleteTestUser.

func (*MockProfileServiceServerMockRecorder) DeleteUser added in v0.2.135

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

DeleteUser indicates an expected call of DeleteUser.

func (*MockProfileServiceServerMockRecorder) Follow

func (mr *MockProfileServiceServerMockRecorder) Follow(arg0, arg1 any) *gomock.Call

Follow indicates an expected call of Follow.

func (*MockProfileServiceServerMockRecorder) GenerateUsernameSuggestions added in v0.2.70

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

GenerateUsernameSuggestions indicates an expected call of GenerateUsernameSuggestions.

func (*MockProfileServiceServerMockRecorder) GetBlockList

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

GetBlockList indicates an expected call of GetBlockList.

func (*MockProfileServiceServerMockRecorder) GetBlockers

func (mr *MockProfileServiceServerMockRecorder) GetBlockers(arg0, arg1 any) *gomock.Call

GetBlockers indicates an expected call of GetBlockers.

func (*MockProfileServiceServerMockRecorder) GetBlockings

func (mr *MockProfileServiceServerMockRecorder) GetBlockings(arg0, arg1 any) *gomock.Call

GetBlockings indicates an expected call of GetBlockings.

func (*MockProfileServiceServerMockRecorder) GetContactById added in v0.2.127

func (mr *MockProfileServiceServerMockRecorder) GetContactById(arg0, arg1 any) *gomock.Call

GetContactById indicates an expected call of GetContactById.

func (*MockProfileServiceServerMockRecorder) GetFollowers

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

GetFollowers indicates an expected call of GetFollowers.

func (*MockProfileServiceServerMockRecorder) GetFollowings

func (mr *MockProfileServiceServerMockRecorder) GetFollowings(arg0, arg1 any) *gomock.Call

GetFollowings indicates an expected call of GetFollowings.

func (*MockProfileServiceServerMockRecorder) GetMe

func (mr *MockProfileServiceServerMockRecorder) GetMe(arg0, arg1 any) *gomock.Call

GetMe indicates an expected call of GetMe.

func (*MockProfileServiceServerMockRecorder) GetMySettings

func (mr *MockProfileServiceServerMockRecorder) GetMySettings(arg0, arg1 any) *gomock.Call

GetMySettings indicates an expected call of GetMySettings.

func (*MockProfileServiceServerMockRecorder) GetStatistics

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

GetStatistics indicates an expected call of GetStatistics.

func (*MockProfileServiceServerMockRecorder) GetUser

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

GetUser indicates an expected call of GetUser.

func (*MockProfileServiceServerMockRecorder) GetUserByEmail added in v0.2.155

func (mr *MockProfileServiceServerMockRecorder) GetUserByEmail(arg0, arg1 any) *gomock.Call

GetUserByEmail indicates an expected call of GetUserByEmail.

func (*MockProfileServiceServerMockRecorder) GetUserByPhone added in v0.2.155

func (mr *MockProfileServiceServerMockRecorder) GetUserByPhone(arg0, arg1 any) *gomock.Call

GetUserByPhone indicates an expected call of GetUserByPhone.

func (*MockProfileServiceServerMockRecorder) GetUserByUsername

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

GetUserByUsername indicates an expected call of GetUserByUsername.

func (*MockProfileServiceServerMockRecorder) GetUserContacts added in v0.2.127

func (mr *MockProfileServiceServerMockRecorder) GetUserContacts(arg0, arg1 any) *gomock.Call

GetUserContacts indicates an expected call of GetUserContacts.

func (*MockProfileServiceServerMockRecorder) GetUserCounter

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

GetUserCounter indicates an expected call of GetUserCounter.

func (*MockProfileServiceServerMockRecorder) GetUserIDByAffiliateCodeWithoutAuth added in v0.2.56

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

GetUserIDByAffiliateCodeWithoutAuth indicates an expected call of GetUserIDByAffiliateCodeWithoutAuth.

func (*MockProfileServiceServerMockRecorder) GetUserIDs

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

GetUserIDs indicates an expected call of GetUserIDs.

func (*MockProfileServiceServerMockRecorder) GetUsers

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

GetUsers indicates an expected call of GetUsers.

func (*MockProfileServiceServerMockRecorder) GetVerifiedUsers

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

GetVerifiedUsers indicates an expected call of GetVerifiedUsers.

func (*MockProfileServiceServerMockRecorder) GlitterBomb

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

GlitterBomb indicates an expected call of GlitterBomb.

func (*MockProfileServiceServerMockRecorder) IsBanned

func (mr *MockProfileServiceServerMockRecorder) IsBanned(arg0, arg1 any) *gomock.Call

IsBanned indicates an expected call of IsBanned.

func (*MockProfileServiceServerMockRecorder) NotifyAll added in v0.2.127

func (mr *MockProfileServiceServerMockRecorder) NotifyAll(arg0, arg1 any) *gomock.Call

NotifyAll indicates an expected call of NotifyAll.

func (*MockProfileServiceServerMockRecorder) NotifyContact added in v0.2.127

func (mr *MockProfileServiceServerMockRecorder) NotifyContact(arg0, arg1 any) *gomock.Call

NotifyContact indicates an expected call of NotifyContact.

func (*MockProfileServiceServerMockRecorder) PublishHistoricalBlockEvents

func (mr *MockProfileServiceServerMockRecorder) PublishHistoricalBlockEvents(arg0, arg1 any) *gomock.Call

PublishHistoricalBlockEvents indicates an expected call of PublishHistoricalBlockEvents.

func (*MockProfileServiceServerMockRecorder) PublishHistoricalFollowEvents

func (mr *MockProfileServiceServerMockRecorder) PublishHistoricalFollowEvents(arg0, arg1 any) *gomock.Call

PublishHistoricalFollowEvents indicates an expected call of PublishHistoricalFollowEvents.

func (*MockProfileServiceServerMockRecorder) PublishHistoricalUserEvents

func (mr *MockProfileServiceServerMockRecorder) PublishHistoricalUserEvents(arg0, arg1 any) *gomock.Call

PublishHistoricalUserEvents indicates an expected call of PublishHistoricalUserEvents.

func (*MockProfileServiceServerMockRecorder) RecommendUsersFromContactsToFollow added in v0.2.128

func (mr *MockProfileServiceServerMockRecorder) RecommendUsersFromContactsToFollow(arg0, arg1 any) *gomock.Call

RecommendUsersFromContactsToFollow indicates an expected call of RecommendUsersFromContactsToFollow.

func (*MockProfileServiceServerMockRecorder) RecommendUsersYouMayKnow added in v0.2.131

func (mr *MockProfileServiceServerMockRecorder) RecommendUsersYouMayKnow(arg0, arg1 any) *gomock.Call

RecommendUsersYouMayKnow indicates an expected call of RecommendUsersYouMayKnow.

func (*MockProfileServiceServerMockRecorder) SearchFollowers

func (mr *MockProfileServiceServerMockRecorder) SearchFollowers(arg0, arg1 any) *gomock.Call

SearchFollowers indicates an expected call of SearchFollowers.

func (*MockProfileServiceServerMockRecorder) SearchUsers

func (mr *MockProfileServiceServerMockRecorder) SearchUsers(arg0, arg1 any) *gomock.Call

SearchUsers indicates an expected call of SearchUsers.

func (*MockProfileServiceServerMockRecorder) SearchUsersForDirectChat

func (mr *MockProfileServiceServerMockRecorder) SearchUsersForDirectChat(arg0, arg1 any) *gomock.Call

SearchUsersForDirectChat indicates an expected call of SearchUsersForDirectChat.

func (*MockProfileServiceServerMockRecorder) SendEmail added in v0.2.127

func (mr *MockProfileServiceServerMockRecorder) SendEmail(arg0, arg1 any) *gomock.Call

SendEmail indicates an expected call of SendEmail.

func (*MockProfileServiceServerMockRecorder) SendSMS added in v0.2.127

func (mr *MockProfileServiceServerMockRecorder) SendSMS(arg0, arg1 any) *gomock.Call

SendSMS indicates an expected call of SendSMS.

func (*MockProfileServiceServerMockRecorder) ShareUser

func (mr *MockProfileServiceServerMockRecorder) ShareUser(arg0, arg1 any) *gomock.Call

ShareUser indicates an expected call of ShareUser.

func (*MockProfileServiceServerMockRecorder) SiteMapGenerator

func (mr *MockProfileServiceServerMockRecorder) SiteMapGenerator(arg0, arg1 any) *gomock.Call

SiteMapGenerator indicates an expected call of SiteMapGenerator.

func (*MockProfileServiceServerMockRecorder) StopPublishHistoricalBlockEvents

func (mr *MockProfileServiceServerMockRecorder) StopPublishHistoricalBlockEvents(arg0, arg1 any) *gomock.Call

StopPublishHistoricalBlockEvents indicates an expected call of StopPublishHistoricalBlockEvents.

func (*MockProfileServiceServerMockRecorder) StopPublishHistoricalFollowEvents

func (mr *MockProfileServiceServerMockRecorder) StopPublishHistoricalFollowEvents(arg0, arg1 any) *gomock.Call

StopPublishHistoricalFollowEvents indicates an expected call of StopPublishHistoricalFollowEvents.

func (*MockProfileServiceServerMockRecorder) StopPublishHistoricalUserEvents

func (mr *MockProfileServiceServerMockRecorder) StopPublishHistoricalUserEvents(arg0, arg1 any) *gomock.Call

StopPublishHistoricalUserEvents indicates an expected call of StopPublishHistoricalUserEvents.

func (*MockProfileServiceServerMockRecorder) Unban

func (mr *MockProfileServiceServerMockRecorder) Unban(arg0, arg1 any) *gomock.Call

Unban indicates an expected call of Unban.

func (*MockProfileServiceServerMockRecorder) Unblock

func (mr *MockProfileServiceServerMockRecorder) Unblock(arg0, arg1 any) *gomock.Call

Unblock indicates an expected call of Unblock.

func (*MockProfileServiceServerMockRecorder) Unfollow

func (mr *MockProfileServiceServerMockRecorder) Unfollow(arg0, arg1 any) *gomock.Call

Unfollow indicates an expected call of Unfollow.

func (*MockProfileServiceServerMockRecorder) Unverify

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

Unverify indicates an expected call of Unverify.

func (*MockProfileServiceServerMockRecorder) UpdateMe

func (mr *MockProfileServiceServerMockRecorder) UpdateMe(arg0, arg1 any) *gomock.Call

UpdateMe indicates an expected call of UpdateMe.

func (*MockProfileServiceServerMockRecorder) UpdateSetting

func (mr *MockProfileServiceServerMockRecorder) UpdateSetting(arg0, arg1 any) *gomock.Call

UpdateSetting indicates an expected call of UpdateSetting.

func (*MockProfileServiceServerMockRecorder) UpdateUserPhone added in v0.2.136

func (mr *MockProfileServiceServerMockRecorder) UpdateUserPhone(arg0, arg1 any) *gomock.Call

UpdateUserPhone indicates an expected call of UpdateUserPhone.

func (*MockProfileServiceServerMockRecorder) UpgradeGuestUser added in v0.2.28

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

UpgradeGuestUser indicates an expected call of UpgradeGuestUser.

func (*MockProfileServiceServerMockRecorder) ValidateUsername added in v0.2.28

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

ValidateUsername indicates an expected call of ValidateUsername.

func (*MockProfileServiceServerMockRecorder) Verify

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

Verify indicates an expected call of Verify.

type MockUnsafeProfileServiceServer

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

MockUnsafeProfileServiceServer is a mock of UnsafeProfileServiceServer interface.

func NewMockUnsafeProfileServiceServer

func NewMockUnsafeProfileServiceServer(ctrl *gomock.Controller) *MockUnsafeProfileServiceServer

NewMockUnsafeProfileServiceServer creates a new mock instance.

func (*MockUnsafeProfileServiceServer) EXPECT

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

type MockUnsafeProfileServiceServerMockRecorder

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

MockUnsafeProfileServiceServerMockRecorder is the mock recorder for MockUnsafeProfileServiceServer.

Jump to

Keyboard shortcuts

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