Documentation ¶
Overview ¶
Package profile_mock is a generated GoMock package.
Index ¶
- type MockProfileAPIClient
- func (m *MockProfileAPIClient) CanSendDM(ctx context.Context, in *v1.CanSendDMRequest, opts ...grpc.CallOption) (*v1.CanSendDMResponse, error)
- func (m *MockProfileAPIClient) ChangeAvatar(ctx context.Context, in *v1.ChangeAvatarRequest, opts ...grpc.CallOption) (*v1.Empty, error)
- func (m *MockProfileAPIClient) CheckUsername(ctx context.Context, in *v1.CheckUsernameRequest, opts ...grpc.CallOption) (*v1.CheckUsernameResponse, error)
- func (m *MockProfileAPIClient) CreateGuestUser(ctx context.Context, in *v1.CreateGuestUserRequest, opts ...grpc.CallOption) (*v1.CreateGuestUserResponse, error)
- func (m *MockProfileAPIClient) CreateUser(ctx context.Context, in *v1.CreateUserRequest, opts ...grpc.CallOption) (*v1.CreateUserResponse, error)
- func (m *MockProfileAPIClient) DeactivateMe(ctx context.Context, in *v1.DeactivateMeRequest, opts ...grpc.CallOption) (*v1.DeactivateMeResponse, error)
- func (m *MockProfileAPIClient) DeleteAccount(ctx context.Context, in *v1.DeleteAccountRequest, opts ...grpc.CallOption) (*v1.Empty, error)
- func (m *MockProfileAPIClient) DeleteTestUser(ctx context.Context, in *v1.DeleteTestUserRequest, opts ...grpc.CallOption) (*v1.DeleteTestUserResponse, error)
- func (m *MockProfileAPIClient) DeleteUser(ctx context.Context, in *v1.DeleteUserRequest, opts ...grpc.CallOption) (*v1.DeleteUserResponse, error)
- func (m *MockProfileAPIClient) EXPECT() *MockProfileAPIClientMockRecorder
- func (m *MockProfileAPIClient) GenerateUsernameSuggestions(ctx context.Context, in *v1.GenerateUsernameSuggestionsRequest, ...) (*v1.GenerateUsernameSuggestionsResponse, error)
- func (m *MockProfileAPIClient) GetBlockList(ctx context.Context, in *v1.GetBlockListRequest, opts ...grpc.CallOption) (*v1.GetBlockListResponse, error)
- func (m *MockProfileAPIClient) GetBlocked(ctx context.Context, in *v1.GetBlockedRequest, opts ...grpc.CallOption) (*v1.GetBlockedResponse, error)
- func (m *MockProfileAPIClient) GetFollowers(ctx context.Context, in *v1.GetFollowersRequest, opts ...grpc.CallOption) (*v1.GetFollowersResponse, error)
- func (m *MockProfileAPIClient) GetPrivacySettings(ctx context.Context, in *v1.Empty, opts ...grpc.CallOption) (*v1.GetPrivacySettingsResponse, error)
- func (m *MockProfileAPIClient) GetPublicProfileWithoutAuth(ctx context.Context, in *v1.GetPublicProfileWithoutAuthRequest, ...) (*v1.GetPublicProfileWithoutAuthResponse, error)
- func (m *MockProfileAPIClient) GetStatistics(ctx context.Context, in *v1.GetStatisticsRequest, opts ...grpc.CallOption) (*v1.GetStatisticsResponse, error)
- func (m *MockProfileAPIClient) GetUser(ctx context.Context, in *v1.GetUserRequest, opts ...grpc.CallOption) (*v1.GetUserResponse, error)
- func (m *MockProfileAPIClient) GetUserByUsername(ctx context.Context, in *v1.GetUserByUsernameRequest, opts ...grpc.CallOption) (*v1.GetUserByUsernameResponse, error)
- func (m *MockProfileAPIClient) GetUserCounter(ctx context.Context, in *v1.GetUserCounterRequest, opts ...grpc.CallOption) (*v1.GetUserCounterResponse, error)
- func (m *MockProfileAPIClient) GetUserIDByAffiliateCodeWithoutAuth(ctx context.Context, in *v1.GetUserIDByAffiliateCodeWithoutAuthRequest, ...) (*v1.GetUserIDByAffiliateCodeWithoutAuthResponse, error)
- func (m *MockProfileAPIClient) GetUserIDByNameWithoutAuth(ctx context.Context, in *v1.GetUserIDByNameWithoutAuthRequest, ...) (*v1.GetUserIDWithoutAuthResponse, error)
- func (m *MockProfileAPIClient) GetUserIDs(ctx context.Context, in *v1.GetUserIDsRequest, opts ...grpc.CallOption) (*v1.GetUserIDsResponse, error)
- func (m *MockProfileAPIClient) GetUsers(ctx context.Context, in *v1.GetUsersRequest, opts ...grpc.CallOption) (*v1.GetUsersResponse, error)
- func (m *MockProfileAPIClient) GetVerifiedUsers(ctx context.Context, in *v1.GetVerifiedUsersRequest, opts ...grpc.CallOption) (*v1.GetVerifiedUsersResponse, error)
- func (m *MockProfileAPIClient) GlitterBomb(ctx context.Context, in *v1.GlitterBombRequest, opts ...grpc.CallOption) (*v1.GlitterBombResponse, error)
- func (m *MockProfileAPIClient) MigrateDataV1ToV2(ctx context.Context, in *v1.MigrateDataV1ToV2Request, opts ...grpc.CallOption) (*v1.MigrateDataV1ToV2Response, error)
- func (m *MockProfileAPIClient) MigrationBlock(ctx context.Context, in *v1.MigrationBlockRequest, opts ...grpc.CallOption) (*v1.MigrationBlockResponse, error)
- func (m *MockProfileAPIClient) MigrationCreateUser(ctx context.Context, in *v1.MigrationCreateUserRequest, ...) (*v1.MigrationCreateUserResponse, error)
- func (m *MockProfileAPIClient) MigrationFollow(ctx context.Context, in *v1.MigrationFollowRequest, opts ...grpc.CallOption) (*v1.MigrationFollowResponse, error)
- func (m *MockProfileAPIClient) SearchForUser(ctx context.Context, in *v1.SearchForUserRequest, opts ...grpc.CallOption) (*v1.SearchForUserResponse, error)
- func (m *MockProfileAPIClient) SearchForUserForDirectChat(ctx context.Context, in *v1.SearchForUserForDirectChatRequest, ...) (*v1.SearchForUserForDirectChatResponse, error)
- func (m *MockProfileAPIClient) SetBanStatus(ctx context.Context, in *v1.SetBanRequest, opts ...grpc.CallOption) (*v1.Empty, error)
- func (m *MockProfileAPIClient) SetBlockStatus(ctx context.Context, in *v1.SetBlockRequest, opts ...grpc.CallOption) (*v1.Empty, error)
- func (m *MockProfileAPIClient) SetFollowStatus(ctx context.Context, in *v1.SetFollowRequest, opts ...grpc.CallOption) (*v1.Empty, error)
- func (m *MockProfileAPIClient) Unverify(ctx context.Context, in *v1.UnverifyRequest, opts ...grpc.CallOption) (*v1.UnverifyResponse, error)
- func (m *MockProfileAPIClient) Update(ctx context.Context, in *v1.UserUpdateRequest, opts ...grpc.CallOption) (*v1.UserUpdateResponse, error)
- func (m *MockProfileAPIClient) UpdatePrivacySettings(ctx context.Context, in *v1.UpdatePrivacySettingsRequest, ...) (*v1.Empty, error)
- func (m *MockProfileAPIClient) UpdateUserPreferredLanugages(ctx context.Context, in *v1.UpdateUserPreferredLanugagesRequest, ...) (*v1.Empty, error)
- func (m *MockProfileAPIClient) UpgradeGuestUser(ctx context.Context, in *v1.UpgradeGuestUserRequest, opts ...grpc.CallOption) (*v1.UpgradeGuestUserResponse, error)
- func (m *MockProfileAPIClient) ValidateUsername(ctx context.Context, in *v1.ValidateUsernameRequest, opts ...grpc.CallOption) (*v1.ValidateUsernameResponse, error)
- func (m *MockProfileAPIClient) Verify(ctx context.Context, in *v1.VerifyRequest, opts ...grpc.CallOption) (*v1.VerifyResponse, error)
- type MockProfileAPIClientMockRecorder
- func (mr *MockProfileAPIClientMockRecorder) CanSendDM(ctx, in any, opts ...any) *gomock.Call
- func (mr *MockProfileAPIClientMockRecorder) ChangeAvatar(ctx, in any, opts ...any) *gomock.Call
- func (mr *MockProfileAPIClientMockRecorder) CheckUsername(ctx, in any, opts ...any) *gomock.Call
- func (mr *MockProfileAPIClientMockRecorder) CreateGuestUser(ctx, in any, opts ...any) *gomock.Call
- func (mr *MockProfileAPIClientMockRecorder) CreateUser(ctx, in any, opts ...any) *gomock.Call
- func (mr *MockProfileAPIClientMockRecorder) DeactivateMe(ctx, in any, opts ...any) *gomock.Call
- func (mr *MockProfileAPIClientMockRecorder) DeleteAccount(ctx, in any, opts ...any) *gomock.Call
- func (mr *MockProfileAPIClientMockRecorder) DeleteTestUser(ctx, in any, opts ...any) *gomock.Call
- func (mr *MockProfileAPIClientMockRecorder) DeleteUser(ctx, in any, opts ...any) *gomock.Call
- func (mr *MockProfileAPIClientMockRecorder) GenerateUsernameSuggestions(ctx, in any, opts ...any) *gomock.Call
- func (mr *MockProfileAPIClientMockRecorder) GetBlockList(ctx, in any, opts ...any) *gomock.Call
- func (mr *MockProfileAPIClientMockRecorder) GetBlocked(ctx, in any, opts ...any) *gomock.Call
- func (mr *MockProfileAPIClientMockRecorder) GetFollowers(ctx, in any, opts ...any) *gomock.Call
- func (mr *MockProfileAPIClientMockRecorder) GetPrivacySettings(ctx, in any, opts ...any) *gomock.Call
- func (mr *MockProfileAPIClientMockRecorder) GetPublicProfileWithoutAuth(ctx, in any, opts ...any) *gomock.Call
- func (mr *MockProfileAPIClientMockRecorder) GetStatistics(ctx, in any, opts ...any) *gomock.Call
- func (mr *MockProfileAPIClientMockRecorder) GetUser(ctx, in any, opts ...any) *gomock.Call
- func (mr *MockProfileAPIClientMockRecorder) GetUserByUsername(ctx, in any, opts ...any) *gomock.Call
- func (mr *MockProfileAPIClientMockRecorder) GetUserCounter(ctx, in any, opts ...any) *gomock.Call
- func (mr *MockProfileAPIClientMockRecorder) GetUserIDByAffiliateCodeWithoutAuth(ctx, in any, opts ...any) *gomock.Call
- func (mr *MockProfileAPIClientMockRecorder) GetUserIDByNameWithoutAuth(ctx, in any, opts ...any) *gomock.Call
- func (mr *MockProfileAPIClientMockRecorder) GetUserIDs(ctx, in any, opts ...any) *gomock.Call
- func (mr *MockProfileAPIClientMockRecorder) GetUsers(ctx, in any, opts ...any) *gomock.Call
- func (mr *MockProfileAPIClientMockRecorder) GetVerifiedUsers(ctx, in any, opts ...any) *gomock.Call
- func (mr *MockProfileAPIClientMockRecorder) GlitterBomb(ctx, in any, opts ...any) *gomock.Call
- func (mr *MockProfileAPIClientMockRecorder) MigrateDataV1ToV2(ctx, in any, opts ...any) *gomock.Call
- func (mr *MockProfileAPIClientMockRecorder) MigrationBlock(ctx, in any, opts ...any) *gomock.Call
- func (mr *MockProfileAPIClientMockRecorder) MigrationCreateUser(ctx, in any, opts ...any) *gomock.Call
- func (mr *MockProfileAPIClientMockRecorder) MigrationFollow(ctx, in any, opts ...any) *gomock.Call
- func (mr *MockProfileAPIClientMockRecorder) SearchForUser(ctx, in any, opts ...any) *gomock.Call
- func (mr *MockProfileAPIClientMockRecorder) SearchForUserForDirectChat(ctx, in any, opts ...any) *gomock.Call
- func (mr *MockProfileAPIClientMockRecorder) SetBanStatus(ctx, in any, opts ...any) *gomock.Call
- func (mr *MockProfileAPIClientMockRecorder) SetBlockStatus(ctx, in any, opts ...any) *gomock.Call
- func (mr *MockProfileAPIClientMockRecorder) SetFollowStatus(ctx, in any, opts ...any) *gomock.Call
- func (mr *MockProfileAPIClientMockRecorder) Unverify(ctx, in any, opts ...any) *gomock.Call
- func (mr *MockProfileAPIClientMockRecorder) Update(ctx, in any, opts ...any) *gomock.Call
- func (mr *MockProfileAPIClientMockRecorder) UpdatePrivacySettings(ctx, in any, opts ...any) *gomock.Call
- func (mr *MockProfileAPIClientMockRecorder) UpdateUserPreferredLanugages(ctx, in any, opts ...any) *gomock.Call
- func (mr *MockProfileAPIClientMockRecorder) UpgradeGuestUser(ctx, in any, opts ...any) *gomock.Call
- func (mr *MockProfileAPIClientMockRecorder) ValidateUsername(ctx, in any, opts ...any) *gomock.Call
- func (mr *MockProfileAPIClientMockRecorder) Verify(ctx, in any, opts ...any) *gomock.Call
- type MockProfileAPIServer
- func (m *MockProfileAPIServer) CanSendDM(arg0 context.Context, arg1 *v1.CanSendDMRequest) (*v1.CanSendDMResponse, error)
- func (m *MockProfileAPIServer) ChangeAvatar(arg0 context.Context, arg1 *v1.ChangeAvatarRequest) (*v1.Empty, error)
- func (m *MockProfileAPIServer) CheckUsername(arg0 context.Context, arg1 *v1.CheckUsernameRequest) (*v1.CheckUsernameResponse, error)
- func (m *MockProfileAPIServer) CreateGuestUser(arg0 context.Context, arg1 *v1.CreateGuestUserRequest) (*v1.CreateGuestUserResponse, error)
- func (m *MockProfileAPIServer) CreateUser(arg0 context.Context, arg1 *v1.CreateUserRequest) (*v1.CreateUserResponse, error)
- func (m *MockProfileAPIServer) DeactivateMe(arg0 context.Context, arg1 *v1.DeactivateMeRequest) (*v1.DeactivateMeResponse, error)
- func (m *MockProfileAPIServer) DeleteAccount(arg0 context.Context, arg1 *v1.DeleteAccountRequest) (*v1.Empty, error)
- func (m *MockProfileAPIServer) DeleteTestUser(arg0 context.Context, arg1 *v1.DeleteTestUserRequest) (*v1.DeleteTestUserResponse, error)
- func (m *MockProfileAPIServer) DeleteUser(arg0 context.Context, arg1 *v1.DeleteUserRequest) (*v1.DeleteUserResponse, error)
- func (m *MockProfileAPIServer) EXPECT() *MockProfileAPIServerMockRecorder
- func (m *MockProfileAPIServer) GenerateUsernameSuggestions(arg0 context.Context, arg1 *v1.GenerateUsernameSuggestionsRequest) (*v1.GenerateUsernameSuggestionsResponse, error)
- func (m *MockProfileAPIServer) GetBlockList(arg0 context.Context, arg1 *v1.GetBlockListRequest) (*v1.GetBlockListResponse, error)
- func (m *MockProfileAPIServer) GetBlocked(arg0 context.Context, arg1 *v1.GetBlockedRequest) (*v1.GetBlockedResponse, error)
- func (m *MockProfileAPIServer) GetFollowers(arg0 context.Context, arg1 *v1.GetFollowersRequest) (*v1.GetFollowersResponse, error)
- func (m *MockProfileAPIServer) GetPrivacySettings(arg0 context.Context, arg1 *v1.Empty) (*v1.GetPrivacySettingsResponse, error)
- func (m *MockProfileAPIServer) GetPublicProfileWithoutAuth(arg0 context.Context, arg1 *v1.GetPublicProfileWithoutAuthRequest) (*v1.GetPublicProfileWithoutAuthResponse, error)
- func (m *MockProfileAPIServer) GetStatistics(arg0 context.Context, arg1 *v1.GetStatisticsRequest) (*v1.GetStatisticsResponse, error)
- func (m *MockProfileAPIServer) GetUser(arg0 context.Context, arg1 *v1.GetUserRequest) (*v1.GetUserResponse, error)
- func (m *MockProfileAPIServer) GetUserByUsername(arg0 context.Context, arg1 *v1.GetUserByUsernameRequest) (*v1.GetUserByUsernameResponse, error)
- func (m *MockProfileAPIServer) GetUserCounter(arg0 context.Context, arg1 *v1.GetUserCounterRequest) (*v1.GetUserCounterResponse, error)
- func (m *MockProfileAPIServer) GetUserIDByAffiliateCodeWithoutAuth(arg0 context.Context, arg1 *v1.GetUserIDByAffiliateCodeWithoutAuthRequest) (*v1.GetUserIDByAffiliateCodeWithoutAuthResponse, error)
- func (m *MockProfileAPIServer) GetUserIDByNameWithoutAuth(arg0 context.Context, arg1 *v1.GetUserIDByNameWithoutAuthRequest) (*v1.GetUserIDWithoutAuthResponse, error)
- func (m *MockProfileAPIServer) GetUserIDs(arg0 context.Context, arg1 *v1.GetUserIDsRequest) (*v1.GetUserIDsResponse, error)
- func (m *MockProfileAPIServer) GetUsers(arg0 context.Context, arg1 *v1.GetUsersRequest) (*v1.GetUsersResponse, error)
- func (m *MockProfileAPIServer) GetVerifiedUsers(arg0 context.Context, arg1 *v1.GetVerifiedUsersRequest) (*v1.GetVerifiedUsersResponse, error)
- func (m *MockProfileAPIServer) GlitterBomb(arg0 context.Context, arg1 *v1.GlitterBombRequest) (*v1.GlitterBombResponse, error)
- func (m *MockProfileAPIServer) MigrateDataV1ToV2(arg0 context.Context, arg1 *v1.MigrateDataV1ToV2Request) (*v1.MigrateDataV1ToV2Response, error)
- func (m *MockProfileAPIServer) MigrationBlock(arg0 context.Context, arg1 *v1.MigrationBlockRequest) (*v1.MigrationBlockResponse, error)
- func (m *MockProfileAPIServer) MigrationCreateUser(arg0 context.Context, arg1 *v1.MigrationCreateUserRequest) (*v1.MigrationCreateUserResponse, error)
- func (m *MockProfileAPIServer) MigrationFollow(arg0 context.Context, arg1 *v1.MigrationFollowRequest) (*v1.MigrationFollowResponse, error)
- func (m *MockProfileAPIServer) SearchForUser(arg0 context.Context, arg1 *v1.SearchForUserRequest) (*v1.SearchForUserResponse, error)
- func (m *MockProfileAPIServer) SearchForUserForDirectChat(arg0 context.Context, arg1 *v1.SearchForUserForDirectChatRequest) (*v1.SearchForUserForDirectChatResponse, error)
- func (m *MockProfileAPIServer) SetBanStatus(arg0 context.Context, arg1 *v1.SetBanRequest) (*v1.Empty, error)
- func (m *MockProfileAPIServer) SetBlockStatus(arg0 context.Context, arg1 *v1.SetBlockRequest) (*v1.Empty, error)
- func (m *MockProfileAPIServer) SetFollowStatus(arg0 context.Context, arg1 *v1.SetFollowRequest) (*v1.Empty, error)
- func (m *MockProfileAPIServer) Unverify(arg0 context.Context, arg1 *v1.UnverifyRequest) (*v1.UnverifyResponse, error)
- func (m *MockProfileAPIServer) Update(arg0 context.Context, arg1 *v1.UserUpdateRequest) (*v1.UserUpdateResponse, error)
- func (m *MockProfileAPIServer) UpdatePrivacySettings(arg0 context.Context, arg1 *v1.UpdatePrivacySettingsRequest) (*v1.Empty, error)
- func (m *MockProfileAPIServer) UpdateUserPreferredLanugages(arg0 context.Context, arg1 *v1.UpdateUserPreferredLanugagesRequest) (*v1.Empty, error)
- func (m *MockProfileAPIServer) UpgradeGuestUser(arg0 context.Context, arg1 *v1.UpgradeGuestUserRequest) (*v1.UpgradeGuestUserResponse, error)
- func (m *MockProfileAPIServer) ValidateUsername(arg0 context.Context, arg1 *v1.ValidateUsernameRequest) (*v1.ValidateUsernameResponse, error)
- func (m *MockProfileAPIServer) Verify(arg0 context.Context, arg1 *v1.VerifyRequest) (*v1.VerifyResponse, error)
- type MockProfileAPIServerMockRecorder
- func (mr *MockProfileAPIServerMockRecorder) CanSendDM(arg0, arg1 any) *gomock.Call
- func (mr *MockProfileAPIServerMockRecorder) ChangeAvatar(arg0, arg1 any) *gomock.Call
- func (mr *MockProfileAPIServerMockRecorder) CheckUsername(arg0, arg1 any) *gomock.Call
- func (mr *MockProfileAPIServerMockRecorder) CreateGuestUser(arg0, arg1 any) *gomock.Call
- func (mr *MockProfileAPIServerMockRecorder) CreateUser(arg0, arg1 any) *gomock.Call
- func (mr *MockProfileAPIServerMockRecorder) DeactivateMe(arg0, arg1 any) *gomock.Call
- func (mr *MockProfileAPIServerMockRecorder) DeleteAccount(arg0, arg1 any) *gomock.Call
- func (mr *MockProfileAPIServerMockRecorder) DeleteTestUser(arg0, arg1 any) *gomock.Call
- func (mr *MockProfileAPIServerMockRecorder) DeleteUser(arg0, arg1 any) *gomock.Call
- func (mr *MockProfileAPIServerMockRecorder) GenerateUsernameSuggestions(arg0, arg1 any) *gomock.Call
- func (mr *MockProfileAPIServerMockRecorder) GetBlockList(arg0, arg1 any) *gomock.Call
- func (mr *MockProfileAPIServerMockRecorder) GetBlocked(arg0, arg1 any) *gomock.Call
- func (mr *MockProfileAPIServerMockRecorder) GetFollowers(arg0, arg1 any) *gomock.Call
- func (mr *MockProfileAPIServerMockRecorder) GetPrivacySettings(arg0, arg1 any) *gomock.Call
- func (mr *MockProfileAPIServerMockRecorder) GetPublicProfileWithoutAuth(arg0, arg1 any) *gomock.Call
- func (mr *MockProfileAPIServerMockRecorder) GetStatistics(arg0, arg1 any) *gomock.Call
- func (mr *MockProfileAPIServerMockRecorder) GetUser(arg0, arg1 any) *gomock.Call
- func (mr *MockProfileAPIServerMockRecorder) GetUserByUsername(arg0, arg1 any) *gomock.Call
- func (mr *MockProfileAPIServerMockRecorder) GetUserCounter(arg0, arg1 any) *gomock.Call
- func (mr *MockProfileAPIServerMockRecorder) GetUserIDByAffiliateCodeWithoutAuth(arg0, arg1 any) *gomock.Call
- func (mr *MockProfileAPIServerMockRecorder) GetUserIDByNameWithoutAuth(arg0, arg1 any) *gomock.Call
- func (mr *MockProfileAPIServerMockRecorder) GetUserIDs(arg0, arg1 any) *gomock.Call
- func (mr *MockProfileAPIServerMockRecorder) GetUsers(arg0, arg1 any) *gomock.Call
- func (mr *MockProfileAPIServerMockRecorder) GetVerifiedUsers(arg0, arg1 any) *gomock.Call
- func (mr *MockProfileAPIServerMockRecorder) GlitterBomb(arg0, arg1 any) *gomock.Call
- func (mr *MockProfileAPIServerMockRecorder) MigrateDataV1ToV2(arg0, arg1 any) *gomock.Call
- func (mr *MockProfileAPIServerMockRecorder) MigrationBlock(arg0, arg1 any) *gomock.Call
- func (mr *MockProfileAPIServerMockRecorder) MigrationCreateUser(arg0, arg1 any) *gomock.Call
- func (mr *MockProfileAPIServerMockRecorder) MigrationFollow(arg0, arg1 any) *gomock.Call
- func (mr *MockProfileAPIServerMockRecorder) SearchForUser(arg0, arg1 any) *gomock.Call
- func (mr *MockProfileAPIServerMockRecorder) SearchForUserForDirectChat(arg0, arg1 any) *gomock.Call
- func (mr *MockProfileAPIServerMockRecorder) SetBanStatus(arg0, arg1 any) *gomock.Call
- func (mr *MockProfileAPIServerMockRecorder) SetBlockStatus(arg0, arg1 any) *gomock.Call
- func (mr *MockProfileAPIServerMockRecorder) SetFollowStatus(arg0, arg1 any) *gomock.Call
- func (mr *MockProfileAPIServerMockRecorder) Unverify(arg0, arg1 any) *gomock.Call
- func (mr *MockProfileAPIServerMockRecorder) Update(arg0, arg1 any) *gomock.Call
- func (mr *MockProfileAPIServerMockRecorder) UpdatePrivacySettings(arg0, arg1 any) *gomock.Call
- func (mr *MockProfileAPIServerMockRecorder) UpdateUserPreferredLanugages(arg0, arg1 any) *gomock.Call
- func (mr *MockProfileAPIServerMockRecorder) UpgradeGuestUser(arg0, arg1 any) *gomock.Call
- func (mr *MockProfileAPIServerMockRecorder) ValidateUsername(arg0, arg1 any) *gomock.Call
- func (mr *MockProfileAPIServerMockRecorder) Verify(arg0, arg1 any) *gomock.Call
- type MockUnsafeProfileAPIServer
- type MockUnsafeProfileAPIServerMockRecorder
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 ¶
func (m *MockProfileAPIClient) CanSendDM(ctx context.Context, in *v1.CanSendDMRequest, opts ...grpc.CallOption) (*v1.CanSendDMResponse, error)
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 ¶
func (m *MockProfileAPIClient) CheckUsername(ctx context.Context, in *v1.CheckUsernameRequest, opts ...grpc.CallOption) (*v1.CheckUsernameResponse, error)
CheckUsername mocks base method.
func (*MockProfileAPIClient) CreateGuestUser ¶ added in v0.2.31
func (m *MockProfileAPIClient) CreateGuestUser(ctx context.Context, in *v1.CreateGuestUserRequest, opts ...grpc.CallOption) (*v1.CreateGuestUserResponse, error)
CreateGuestUser mocks base method.
func (*MockProfileAPIClient) CreateUser ¶
func (m *MockProfileAPIClient) CreateUser(ctx context.Context, in *v1.CreateUserRequest, opts ...grpc.CallOption) (*v1.CreateUserResponse, error)
CreateUser mocks base method.
func (*MockProfileAPIClient) DeactivateMe ¶
func (m *MockProfileAPIClient) DeactivateMe(ctx context.Context, in *v1.DeactivateMeRequest, opts ...grpc.CallOption) (*v1.DeactivateMeResponse, error)
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 ¶
func (m *MockProfileAPIClient) DeleteTestUser(ctx context.Context, in *v1.DeleteTestUserRequest, opts ...grpc.CallOption) (*v1.DeleteTestUserResponse, error)
DeleteTestUser mocks base method.
func (*MockProfileAPIClient) DeleteUser ¶ added in v0.2.135
func (m *MockProfileAPIClient) DeleteUser(ctx context.Context, in *v1.DeleteUserRequest, opts ...grpc.CallOption) (*v1.DeleteUserResponse, error)
DeleteUser mocks base method.
func (*MockProfileAPIClient) EXPECT ¶
func (m *MockProfileAPIClient) EXPECT() *MockProfileAPIClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockProfileAPIClient) GenerateUsernameSuggestions ¶ added in v0.2.70
func (m *MockProfileAPIClient) GenerateUsernameSuggestions(ctx context.Context, in *v1.GenerateUsernameSuggestionsRequest, opts ...grpc.CallOption) (*v1.GenerateUsernameSuggestionsResponse, error)
GenerateUsernameSuggestions mocks base method.
func (*MockProfileAPIClient) GetBlockList ¶
func (m *MockProfileAPIClient) GetBlockList(ctx context.Context, in *v1.GetBlockListRequest, opts ...grpc.CallOption) (*v1.GetBlockListResponse, error)
GetBlockList mocks base method.
func (*MockProfileAPIClient) GetBlocked ¶
func (m *MockProfileAPIClient) GetBlocked(ctx context.Context, in *v1.GetBlockedRequest, opts ...grpc.CallOption) (*v1.GetBlockedResponse, error)
GetBlocked mocks base method.
func (*MockProfileAPIClient) GetFollowers ¶
func (m *MockProfileAPIClient) GetFollowers(ctx context.Context, in *v1.GetFollowersRequest, opts ...grpc.CallOption) (*v1.GetFollowersResponse, error)
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 ¶
func (m *MockProfileAPIClient) GetPublicProfileWithoutAuth(ctx context.Context, in *v1.GetPublicProfileWithoutAuthRequest, opts ...grpc.CallOption) (*v1.GetPublicProfileWithoutAuthResponse, error)
GetPublicProfileWithoutAuth mocks base method.
func (*MockProfileAPIClient) GetStatistics ¶
func (m *MockProfileAPIClient) GetStatistics(ctx context.Context, in *v1.GetStatisticsRequest, opts ...grpc.CallOption) (*v1.GetStatisticsResponse, error)
GetStatistics mocks base method.
func (*MockProfileAPIClient) GetUser ¶
func (m *MockProfileAPIClient) GetUser(ctx context.Context, in *v1.GetUserRequest, opts ...grpc.CallOption) (*v1.GetUserResponse, error)
GetUser mocks base method.
func (*MockProfileAPIClient) GetUserByUsername ¶
func (m *MockProfileAPIClient) GetUserByUsername(ctx context.Context, in *v1.GetUserByUsernameRequest, opts ...grpc.CallOption) (*v1.GetUserByUsernameResponse, error)
GetUserByUsername mocks base method.
func (*MockProfileAPIClient) GetUserCounter ¶
func (m *MockProfileAPIClient) GetUserCounter(ctx context.Context, in *v1.GetUserCounterRequest, opts ...grpc.CallOption) (*v1.GetUserCounterResponse, error)
GetUserCounter mocks base method.
func (*MockProfileAPIClient) GetUserIDByAffiliateCodeWithoutAuth ¶ added in v0.2.54
func (m *MockProfileAPIClient) GetUserIDByAffiliateCodeWithoutAuth(ctx context.Context, in *v1.GetUserIDByAffiliateCodeWithoutAuthRequest, opts ...grpc.CallOption) (*v1.GetUserIDByAffiliateCodeWithoutAuthResponse, error)
GetUserIDByAffiliateCodeWithoutAuth mocks base method.
func (*MockProfileAPIClient) GetUserIDByNameWithoutAuth ¶
func (m *MockProfileAPIClient) GetUserIDByNameWithoutAuth(ctx context.Context, in *v1.GetUserIDByNameWithoutAuthRequest, opts ...grpc.CallOption) (*v1.GetUserIDWithoutAuthResponse, error)
GetUserIDByNameWithoutAuth mocks base method.
func (*MockProfileAPIClient) GetUserIDs ¶
func (m *MockProfileAPIClient) GetUserIDs(ctx context.Context, in *v1.GetUserIDsRequest, opts ...grpc.CallOption) (*v1.GetUserIDsResponse, error)
GetUserIDs mocks base method.
func (*MockProfileAPIClient) GetUsers ¶
func (m *MockProfileAPIClient) GetUsers(ctx context.Context, in *v1.GetUsersRequest, opts ...grpc.CallOption) (*v1.GetUsersResponse, error)
GetUsers mocks base method.
func (*MockProfileAPIClient) GetVerifiedUsers ¶
func (m *MockProfileAPIClient) GetVerifiedUsers(ctx context.Context, in *v1.GetVerifiedUsersRequest, opts ...grpc.CallOption) (*v1.GetVerifiedUsersResponse, error)
GetVerifiedUsers mocks base method.
func (*MockProfileAPIClient) GlitterBomb ¶
func (m *MockProfileAPIClient) GlitterBomb(ctx context.Context, in *v1.GlitterBombRequest, opts ...grpc.CallOption) (*v1.GlitterBombResponse, error)
GlitterBomb mocks base method.
func (*MockProfileAPIClient) MigrateDataV1ToV2 ¶
func (m *MockProfileAPIClient) MigrateDataV1ToV2(ctx context.Context, in *v1.MigrateDataV1ToV2Request, opts ...grpc.CallOption) (*v1.MigrateDataV1ToV2Response, error)
MigrateDataV1ToV2 mocks base method.
func (*MockProfileAPIClient) MigrationBlock ¶
func (m *MockProfileAPIClient) MigrationBlock(ctx context.Context, in *v1.MigrationBlockRequest, opts ...grpc.CallOption) (*v1.MigrationBlockResponse, error)
MigrationBlock mocks base method.
func (*MockProfileAPIClient) MigrationCreateUser ¶
func (m *MockProfileAPIClient) MigrationCreateUser(ctx context.Context, in *v1.MigrationCreateUserRequest, opts ...grpc.CallOption) (*v1.MigrationCreateUserResponse, error)
MigrationCreateUser mocks base method.
func (*MockProfileAPIClient) MigrationFollow ¶
func (m *MockProfileAPIClient) MigrationFollow(ctx context.Context, in *v1.MigrationFollowRequest, opts ...grpc.CallOption) (*v1.MigrationFollowResponse, error)
MigrationFollow mocks base method.
func (*MockProfileAPIClient) SearchForUser ¶
func (m *MockProfileAPIClient) SearchForUser(ctx context.Context, in *v1.SearchForUserRequest, opts ...grpc.CallOption) (*v1.SearchForUserResponse, error)
SearchForUser mocks base method.
func (*MockProfileAPIClient) SearchForUserForDirectChat ¶
func (m *MockProfileAPIClient) SearchForUserForDirectChat(ctx context.Context, in *v1.SearchForUserForDirectChatRequest, opts ...grpc.CallOption) (*v1.SearchForUserForDirectChatResponse, error)
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 ¶
func (m *MockProfileAPIClient) Unverify(ctx context.Context, in *v1.UnverifyRequest, opts ...grpc.CallOption) (*v1.UnverifyResponse, error)
Unverify mocks base method.
func (*MockProfileAPIClient) Update ¶
func (m *MockProfileAPIClient) Update(ctx context.Context, in *v1.UserUpdateRequest, opts ...grpc.CallOption) (*v1.UserUpdateResponse, error)
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
func (m *MockProfileAPIClient) UpgradeGuestUser(ctx context.Context, in *v1.UpgradeGuestUserRequest, opts ...grpc.CallOption) (*v1.UpgradeGuestUserResponse, error)
UpgradeGuestUser mocks base method.
func (*MockProfileAPIClient) ValidateUsername ¶ added in v0.2.31
func (m *MockProfileAPIClient) ValidateUsername(ctx context.Context, in *v1.ValidateUsernameRequest, opts ...grpc.CallOption) (*v1.ValidateUsernameResponse, error)
ValidateUsername mocks base method.
func (*MockProfileAPIClient) Verify ¶
func (m *MockProfileAPIClient) Verify(ctx context.Context, in *v1.VerifyRequest, opts ...grpc.CallOption) (*v1.VerifyResponse, error)
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.
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 ¶
func (m *MockProfileAPIServer) CanSendDM(arg0 context.Context, arg1 *v1.CanSendDMRequest) (*v1.CanSendDMResponse, error)
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 ¶
func (m *MockProfileAPIServer) CheckUsername(arg0 context.Context, arg1 *v1.CheckUsernameRequest) (*v1.CheckUsernameResponse, error)
CheckUsername mocks base method.
func (*MockProfileAPIServer) CreateGuestUser ¶ added in v0.2.31
func (m *MockProfileAPIServer) CreateGuestUser(arg0 context.Context, arg1 *v1.CreateGuestUserRequest) (*v1.CreateGuestUserResponse, error)
CreateGuestUser mocks base method.
func (*MockProfileAPIServer) CreateUser ¶
func (m *MockProfileAPIServer) CreateUser(arg0 context.Context, arg1 *v1.CreateUserRequest) (*v1.CreateUserResponse, error)
CreateUser mocks base method.
func (*MockProfileAPIServer) DeactivateMe ¶
func (m *MockProfileAPIServer) DeactivateMe(arg0 context.Context, arg1 *v1.DeactivateMeRequest) (*v1.DeactivateMeResponse, error)
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 ¶
func (m *MockProfileAPIServer) DeleteTestUser(arg0 context.Context, arg1 *v1.DeleteTestUserRequest) (*v1.DeleteTestUserResponse, error)
DeleteTestUser mocks base method.
func (*MockProfileAPIServer) DeleteUser ¶ added in v0.2.135
func (m *MockProfileAPIServer) DeleteUser(arg0 context.Context, arg1 *v1.DeleteUserRequest) (*v1.DeleteUserResponse, error)
DeleteUser mocks base method.
func (*MockProfileAPIServer) EXPECT ¶
func (m *MockProfileAPIServer) EXPECT() *MockProfileAPIServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockProfileAPIServer) GenerateUsernameSuggestions ¶ added in v0.2.70
func (m *MockProfileAPIServer) GenerateUsernameSuggestions(arg0 context.Context, arg1 *v1.GenerateUsernameSuggestionsRequest) (*v1.GenerateUsernameSuggestionsResponse, error)
GenerateUsernameSuggestions mocks base method.
func (*MockProfileAPIServer) GetBlockList ¶
func (m *MockProfileAPIServer) GetBlockList(arg0 context.Context, arg1 *v1.GetBlockListRequest) (*v1.GetBlockListResponse, error)
GetBlockList mocks base method.
func (*MockProfileAPIServer) GetBlocked ¶
func (m *MockProfileAPIServer) GetBlocked(arg0 context.Context, arg1 *v1.GetBlockedRequest) (*v1.GetBlockedResponse, error)
GetBlocked mocks base method.
func (*MockProfileAPIServer) GetFollowers ¶
func (m *MockProfileAPIServer) GetFollowers(arg0 context.Context, arg1 *v1.GetFollowersRequest) (*v1.GetFollowersResponse, error)
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 ¶
func (m *MockProfileAPIServer) GetPublicProfileWithoutAuth(arg0 context.Context, arg1 *v1.GetPublicProfileWithoutAuthRequest) (*v1.GetPublicProfileWithoutAuthResponse, error)
GetPublicProfileWithoutAuth mocks base method.
func (*MockProfileAPIServer) GetStatistics ¶
func (m *MockProfileAPIServer) GetStatistics(arg0 context.Context, arg1 *v1.GetStatisticsRequest) (*v1.GetStatisticsResponse, error)
GetStatistics mocks base method.
func (*MockProfileAPIServer) GetUser ¶
func (m *MockProfileAPIServer) GetUser(arg0 context.Context, arg1 *v1.GetUserRequest) (*v1.GetUserResponse, error)
GetUser mocks base method.
func (*MockProfileAPIServer) GetUserByUsername ¶
func (m *MockProfileAPIServer) GetUserByUsername(arg0 context.Context, arg1 *v1.GetUserByUsernameRequest) (*v1.GetUserByUsernameResponse, error)
GetUserByUsername mocks base method.
func (*MockProfileAPIServer) GetUserCounter ¶
func (m *MockProfileAPIServer) GetUserCounter(arg0 context.Context, arg1 *v1.GetUserCounterRequest) (*v1.GetUserCounterResponse, error)
GetUserCounter mocks base method.
func (*MockProfileAPIServer) GetUserIDByAffiliateCodeWithoutAuth ¶ added in v0.2.54
func (m *MockProfileAPIServer) GetUserIDByAffiliateCodeWithoutAuth(arg0 context.Context, arg1 *v1.GetUserIDByAffiliateCodeWithoutAuthRequest) (*v1.GetUserIDByAffiliateCodeWithoutAuthResponse, error)
GetUserIDByAffiliateCodeWithoutAuth mocks base method.
func (*MockProfileAPIServer) GetUserIDByNameWithoutAuth ¶
func (m *MockProfileAPIServer) GetUserIDByNameWithoutAuth(arg0 context.Context, arg1 *v1.GetUserIDByNameWithoutAuthRequest) (*v1.GetUserIDWithoutAuthResponse, error)
GetUserIDByNameWithoutAuth mocks base method.
func (*MockProfileAPIServer) GetUserIDs ¶
func (m *MockProfileAPIServer) GetUserIDs(arg0 context.Context, arg1 *v1.GetUserIDsRequest) (*v1.GetUserIDsResponse, error)
GetUserIDs mocks base method.
func (*MockProfileAPIServer) GetUsers ¶
func (m *MockProfileAPIServer) GetUsers(arg0 context.Context, arg1 *v1.GetUsersRequest) (*v1.GetUsersResponse, error)
GetUsers mocks base method.
func (*MockProfileAPIServer) GetVerifiedUsers ¶
func (m *MockProfileAPIServer) GetVerifiedUsers(arg0 context.Context, arg1 *v1.GetVerifiedUsersRequest) (*v1.GetVerifiedUsersResponse, error)
GetVerifiedUsers mocks base method.
func (*MockProfileAPIServer) GlitterBomb ¶
func (m *MockProfileAPIServer) GlitterBomb(arg0 context.Context, arg1 *v1.GlitterBombRequest) (*v1.GlitterBombResponse, error)
GlitterBomb mocks base method.
func (*MockProfileAPIServer) MigrateDataV1ToV2 ¶
func (m *MockProfileAPIServer) MigrateDataV1ToV2(arg0 context.Context, arg1 *v1.MigrateDataV1ToV2Request) (*v1.MigrateDataV1ToV2Response, error)
MigrateDataV1ToV2 mocks base method.
func (*MockProfileAPIServer) MigrationBlock ¶
func (m *MockProfileAPIServer) MigrationBlock(arg0 context.Context, arg1 *v1.MigrationBlockRequest) (*v1.MigrationBlockResponse, error)
MigrationBlock mocks base method.
func (*MockProfileAPIServer) MigrationCreateUser ¶
func (m *MockProfileAPIServer) MigrationCreateUser(arg0 context.Context, arg1 *v1.MigrationCreateUserRequest) (*v1.MigrationCreateUserResponse, error)
MigrationCreateUser mocks base method.
func (*MockProfileAPIServer) MigrationFollow ¶
func (m *MockProfileAPIServer) MigrationFollow(arg0 context.Context, arg1 *v1.MigrationFollowRequest) (*v1.MigrationFollowResponse, error)
MigrationFollow mocks base method.
func (*MockProfileAPIServer) SearchForUser ¶
func (m *MockProfileAPIServer) SearchForUser(arg0 context.Context, arg1 *v1.SearchForUserRequest) (*v1.SearchForUserResponse, error)
SearchForUser mocks base method.
func (*MockProfileAPIServer) SearchForUserForDirectChat ¶
func (m *MockProfileAPIServer) SearchForUserForDirectChat(arg0 context.Context, arg1 *v1.SearchForUserForDirectChatRequest) (*v1.SearchForUserForDirectChatResponse, error)
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 ¶
func (m *MockProfileAPIServer) Unverify(arg0 context.Context, arg1 *v1.UnverifyRequest) (*v1.UnverifyResponse, error)
Unverify mocks base method.
func (*MockProfileAPIServer) Update ¶
func (m *MockProfileAPIServer) Update(arg0 context.Context, arg1 *v1.UserUpdateRequest) (*v1.UserUpdateResponse, error)
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
func (m *MockProfileAPIServer) UpgradeGuestUser(arg0 context.Context, arg1 *v1.UpgradeGuestUserRequest) (*v1.UpgradeGuestUserResponse, error)
UpgradeGuestUser mocks base method.
func (*MockProfileAPIServer) ValidateUsername ¶ added in v0.2.31
func (m *MockProfileAPIServer) ValidateUsername(arg0 context.Context, arg1 *v1.ValidateUsernameRequest) (*v1.ValidateUsernameResponse, error)
ValidateUsername mocks base method.
func (*MockProfileAPIServer) Verify ¶
func (m *MockProfileAPIServer) Verify(arg0 context.Context, arg1 *v1.VerifyRequest) (*v1.VerifyResponse, error)
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.
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 ¶
func (m *MockUnsafeProfileAPIServer) EXPECT() *MockUnsafeProfileAPIServerMockRecorder
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.