Documentation ¶
Overview ¶
Package profile_mock is a generated GoMock package.
Index ¶
- type MockProfileServiceClient
- func (m *MockProfileServiceClient) ActivateMe(ctx context.Context, in *v2.ActivateMeRequest, opts ...grpc.CallOption) (*v2.ActivateMeResponse, error)
- func (m *MockProfileServiceClient) Ban(ctx context.Context, in *v2.BanRequest, opts ...grpc.CallOption) (*v2.BanResponse, error)
- func (m *MockProfileServiceClient) Block(ctx context.Context, in *v2.BlockRequest, opts ...grpc.CallOption) (*v2.BlockResponse, error)
- func (m *MockProfileServiceClient) CanSendDM(ctx context.Context, in *v2.CanSendDMRequest, opts ...grpc.CallOption) (*v2.CanSendDMResponse, error)
- func (m *MockProfileServiceClient) CheckUsernameAvailable(ctx context.Context, in *v2.CheckUsernameAvailableRequest, ...) (*v2.CheckUsernameAvailableResponse, error)
- func (m *MockProfileServiceClient) CreateGuestUser(ctx context.Context, in *v2.CreateGuestUserRequest, opts ...grpc.CallOption) (*v2.CreateGuestUserResponse, error)
- func (m *MockProfileServiceClient) CreateUser(ctx context.Context, in *v2.CreateUserRequest, opts ...grpc.CallOption) (*v2.CreateUserResponse, error)
- func (m *MockProfileServiceClient) DeactivateMe(ctx context.Context, in *v2.DeactivateMeRequest, opts ...grpc.CallOption) (*v2.DeactivateMeResponse, error)
- func (m *MockProfileServiceClient) DeleteMe(ctx context.Context, in *v2.DeleteMeRequest, opts ...grpc.CallOption) (*v2.DeleteMeResponse, error)
- func (m *MockProfileServiceClient) DeleteTestUser(ctx context.Context, in *v2.DeleteTestUserRequest, opts ...grpc.CallOption) (*v2.DeleteTestUserResponse, error)
- func (m *MockProfileServiceClient) EXPECT() *MockProfileServiceClientMockRecorder
- func (m *MockProfileServiceClient) Follow(ctx context.Context, in *v2.FollowRequest, opts ...grpc.CallOption) (*v2.FollowResponse, error)
- func (m *MockProfileServiceClient) GenerateUsernameSuggestions(ctx context.Context, in *v2.GenerateUsernameSuggestionsRequest, ...) (*v2.GenerateUsernameSuggestionsResponse, error)
- func (m *MockProfileServiceClient) GetBlockList(ctx context.Context, in *v2.GetBlockListRequest, opts ...grpc.CallOption) (*v2.GetBlockListResponse, error)
- func (m *MockProfileServiceClient) GetBlockers(ctx context.Context, in *v2.GetBlockersRequest, opts ...grpc.CallOption) (*v2.GetBlockersResponse, error)
- func (m *MockProfileServiceClient) GetBlockings(ctx context.Context, in *v2.GetBlockingsRequest, opts ...grpc.CallOption) (*v2.GetBlockingsResponse, error)
- func (m *MockProfileServiceClient) GetFollowers(ctx context.Context, in *v2.GetFollowersRequest, opts ...grpc.CallOption) (*v2.GetFollowersResponse, error)
- func (m *MockProfileServiceClient) GetFollowings(ctx context.Context, in *v2.GetFollowingsRequest, opts ...grpc.CallOption) (*v2.GetFollowingsResponse, error)
- func (m *MockProfileServiceClient) GetMe(ctx context.Context, in *v2.GetMeRequest, opts ...grpc.CallOption) (*v2.GetMeResponse, error)
- func (m *MockProfileServiceClient) GetMySettings(ctx context.Context, in *v2.GetMySettingsRequest, opts ...grpc.CallOption) (*v2.GetMySettingsResponse, error)
- func (m *MockProfileServiceClient) GetStatistics(ctx context.Context, in *v2.GetStatisticsRequest, opts ...grpc.CallOption) (*v2.GetStatisticsResponse, error)
- func (m *MockProfileServiceClient) GetUser(ctx context.Context, in *v2.GetUserRequest, opts ...grpc.CallOption) (*v2.GetUserResponse, error)
- func (m *MockProfileServiceClient) GetUserByUsername(ctx context.Context, in *v2.GetUserByUsernameRequest, opts ...grpc.CallOption) (*v2.GetUserByUsernameResponse, error)
- func (m *MockProfileServiceClient) GetUserCounter(ctx context.Context, in *v2.GetUserCounterRequest, opts ...grpc.CallOption) (*v2.GetUserCounterResponse, error)
- func (m *MockProfileServiceClient) GetUserIDByAffiliateCodeWithoutAuth(ctx context.Context, in *v2.GetUserIDByAffiliateCodeWithoutAuthRequest, ...) (*v2.GetUserIDByAffiliateCodeWithoutAuthResponse, error)
- func (m *MockProfileServiceClient) GetUserIDs(ctx context.Context, in *v2.GetUserIDsRequest, opts ...grpc.CallOption) (*v2.GetUserIDsResponse, error)
- func (m *MockProfileServiceClient) GetUsers(ctx context.Context, in *v2.GetUsersRequest, opts ...grpc.CallOption) (*v2.GetUsersResponse, error)
- func (m *MockProfileServiceClient) GetVerifiedUsers(ctx context.Context, in *v2.GetVerifiedUsersRequest, opts ...grpc.CallOption) (*v2.GetVerifiedUsersResponse, error)
- func (m *MockProfileServiceClient) GlitterBomb(ctx context.Context, in *v2.GlitterBombRequest, opts ...grpc.CallOption) (*v2.GlitterBombResponse, error)
- func (m *MockProfileServiceClient) IsBanned(ctx context.Context, in *v2.IsBannedRequest, opts ...grpc.CallOption) (*v2.IsBannedResponse, error)
- func (m *MockProfileServiceClient) PublishHistoricalBlockEvents(ctx context.Context, in *v2.PublishHistoricalBlockEventsRequest, ...) (*v2.PublishHistoricalBlockEventsResponse, error)
- func (m *MockProfileServiceClient) PublishHistoricalFollowEvents(ctx context.Context, in *v2.PublishHistoricalFollowEventsRequest, ...) (*v2.PublishHistoricalFollowEventsResponse, error)
- func (m *MockProfileServiceClient) PublishHistoricalUserEvents(ctx context.Context, in *v2.PublishHistoricalUserEventsRequest, ...) (*v2.PublishHistoricalUserEventsResponse, error)
- func (m *MockProfileServiceClient) SearchFollowers(ctx context.Context, in *v2.SearchFollowersRequest, opts ...grpc.CallOption) (*v2.SearchFollowersResponse, error)
- func (m *MockProfileServiceClient) SearchUsers(ctx context.Context, in *v2.SearchUsersRequest, opts ...grpc.CallOption) (*v2.SearchUsersResponse, error)
- func (m *MockProfileServiceClient) SearchUsersForDirectChat(ctx context.Context, in *v2.SearchUsersForDirectChatRequest, ...) (*v2.SearchUsersForDirectChatResponse, error)
- func (m *MockProfileServiceClient) ShareUser(ctx context.Context, in *v2.ShareUserRequest, opts ...grpc.CallOption) (*v2.ShareUserResponse, error)
- func (m *MockProfileServiceClient) SiteMapGenerator(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*emptypb.Empty, error)
- func (m *MockProfileServiceClient) StopPublishHistoricalBlockEvents(ctx context.Context, in *v2.StopPublishHistoricalBlockEventsRequest, ...) (*v2.StopPublishHistoricalBlockEventsResponse, error)
- func (m *MockProfileServiceClient) StopPublishHistoricalFollowEvents(ctx context.Context, in *v2.StopPublishHistoricalFollowEventsRequest, ...) (*v2.StopPublishHistoricalFollowEventsResponse, error)
- func (m *MockProfileServiceClient) StopPublishHistoricalUserEvents(ctx context.Context, in *v2.StopPublishHistoricalUserEventsRequest, ...) (*v2.StopPublishHistoricalUserEventsResponse, error)
- func (m *MockProfileServiceClient) Unban(ctx context.Context, in *v2.UnbanRequest, opts ...grpc.CallOption) (*v2.UnbanResponse, error)
- func (m *MockProfileServiceClient) Unblock(ctx context.Context, in *v2.UnblockRequest, opts ...grpc.CallOption) (*v2.UnblockResponse, error)
- func (m *MockProfileServiceClient) Unfollow(ctx context.Context, in *v2.UnfollowRequest, opts ...grpc.CallOption) (*v2.UnfollowResponse, error)
- func (m *MockProfileServiceClient) Unverify(ctx context.Context, in *v2.UnverifyRequest, opts ...grpc.CallOption) (*v2.UnverifyResponse, error)
- func (m *MockProfileServiceClient) UpdateMe(ctx context.Context, in *v2.UpdateMeRequest, opts ...grpc.CallOption) (*v2.UpdateMeResponse, error)
- func (m *MockProfileServiceClient) UpdateSetting(ctx context.Context, in *v2.UpdateSettingRequest, opts ...grpc.CallOption) (*v2.UpdateSettingResponse, error)
- func (m *MockProfileServiceClient) UpgradeGuestUser(ctx context.Context, in *v2.UpgradeGuestUserRequest, opts ...grpc.CallOption) (*v2.UpgradeGuestUserResponse, error)
- func (m *MockProfileServiceClient) ValidateUsername(ctx context.Context, in *v2.ValidateUsernameRequest, opts ...grpc.CallOption) (*v2.ValidateUsernameResponse, error)
- func (m *MockProfileServiceClient) Verify(ctx context.Context, in *v2.VerifyRequest, opts ...grpc.CallOption) (*v2.VerifyResponse, error)
- type MockProfileServiceClientMockRecorder
- func (mr *MockProfileServiceClientMockRecorder) ActivateMe(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockProfileServiceClientMockRecorder) Ban(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockProfileServiceClientMockRecorder) Block(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockProfileServiceClientMockRecorder) CanSendDM(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockProfileServiceClientMockRecorder) CheckUsernameAvailable(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockProfileServiceClientMockRecorder) CreateGuestUser(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockProfileServiceClientMockRecorder) CreateUser(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockProfileServiceClientMockRecorder) DeactivateMe(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockProfileServiceClientMockRecorder) DeleteMe(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockProfileServiceClientMockRecorder) DeleteTestUser(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockProfileServiceClientMockRecorder) Follow(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockProfileServiceClientMockRecorder) GenerateUsernameSuggestions(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockProfileServiceClientMockRecorder) GetBlockList(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockProfileServiceClientMockRecorder) GetBlockers(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockProfileServiceClientMockRecorder) GetBlockings(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockProfileServiceClientMockRecorder) GetFollowers(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockProfileServiceClientMockRecorder) GetFollowings(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockProfileServiceClientMockRecorder) GetMe(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockProfileServiceClientMockRecorder) GetMySettings(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockProfileServiceClientMockRecorder) GetStatistics(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockProfileServiceClientMockRecorder) GetUser(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockProfileServiceClientMockRecorder) GetUserByUsername(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockProfileServiceClientMockRecorder) GetUserCounter(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockProfileServiceClientMockRecorder) GetUserIDByAffiliateCodeWithoutAuth(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockProfileServiceClientMockRecorder) GetUserIDs(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockProfileServiceClientMockRecorder) GetUsers(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockProfileServiceClientMockRecorder) GetVerifiedUsers(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockProfileServiceClientMockRecorder) GlitterBomb(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockProfileServiceClientMockRecorder) IsBanned(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockProfileServiceClientMockRecorder) PublishHistoricalBlockEvents(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockProfileServiceClientMockRecorder) PublishHistoricalFollowEvents(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockProfileServiceClientMockRecorder) PublishHistoricalUserEvents(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockProfileServiceClientMockRecorder) SearchFollowers(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockProfileServiceClientMockRecorder) SearchUsers(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockProfileServiceClientMockRecorder) SearchUsersForDirectChat(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockProfileServiceClientMockRecorder) ShareUser(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockProfileServiceClientMockRecorder) SiteMapGenerator(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockProfileServiceClientMockRecorder) StopPublishHistoricalBlockEvents(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockProfileServiceClientMockRecorder) StopPublishHistoricalFollowEvents(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockProfileServiceClientMockRecorder) StopPublishHistoricalUserEvents(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockProfileServiceClientMockRecorder) Unban(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockProfileServiceClientMockRecorder) Unblock(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockProfileServiceClientMockRecorder) Unfollow(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockProfileServiceClientMockRecorder) Unverify(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockProfileServiceClientMockRecorder) UpdateMe(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockProfileServiceClientMockRecorder) UpdateSetting(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockProfileServiceClientMockRecorder) UpgradeGuestUser(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockProfileServiceClientMockRecorder) ValidateUsername(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockProfileServiceClientMockRecorder) Verify(ctx, in interface{}, opts ...interface{}) *gomock.Call
- type MockProfileServiceServer
- func (m *MockProfileServiceServer) ActivateMe(arg0 context.Context, arg1 *v2.ActivateMeRequest) (*v2.ActivateMeResponse, error)
- func (m *MockProfileServiceServer) Ban(arg0 context.Context, arg1 *v2.BanRequest) (*v2.BanResponse, error)
- func (m *MockProfileServiceServer) Block(arg0 context.Context, arg1 *v2.BlockRequest) (*v2.BlockResponse, error)
- func (m *MockProfileServiceServer) CanSendDM(arg0 context.Context, arg1 *v2.CanSendDMRequest) (*v2.CanSendDMResponse, error)
- func (m *MockProfileServiceServer) CheckUsernameAvailable(arg0 context.Context, arg1 *v2.CheckUsernameAvailableRequest) (*v2.CheckUsernameAvailableResponse, error)
- func (m *MockProfileServiceServer) CreateGuestUser(arg0 context.Context, arg1 *v2.CreateGuestUserRequest) (*v2.CreateGuestUserResponse, error)
- func (m *MockProfileServiceServer) CreateUser(arg0 context.Context, arg1 *v2.CreateUserRequest) (*v2.CreateUserResponse, error)
- func (m *MockProfileServiceServer) DeactivateMe(arg0 context.Context, arg1 *v2.DeactivateMeRequest) (*v2.DeactivateMeResponse, error)
- func (m *MockProfileServiceServer) DeleteMe(arg0 context.Context, arg1 *v2.DeleteMeRequest) (*v2.DeleteMeResponse, error)
- func (m *MockProfileServiceServer) DeleteTestUser(arg0 context.Context, arg1 *v2.DeleteTestUserRequest) (*v2.DeleteTestUserResponse, error)
- func (m *MockProfileServiceServer) EXPECT() *MockProfileServiceServerMockRecorder
- func (m *MockProfileServiceServer) Follow(arg0 context.Context, arg1 *v2.FollowRequest) (*v2.FollowResponse, error)
- func (m *MockProfileServiceServer) GenerateUsernameSuggestions(arg0 context.Context, arg1 *v2.GenerateUsernameSuggestionsRequest) (*v2.GenerateUsernameSuggestionsResponse, error)
- func (m *MockProfileServiceServer) GetBlockList(arg0 context.Context, arg1 *v2.GetBlockListRequest) (*v2.GetBlockListResponse, error)
- func (m *MockProfileServiceServer) GetBlockers(arg0 context.Context, arg1 *v2.GetBlockersRequest) (*v2.GetBlockersResponse, error)
- func (m *MockProfileServiceServer) GetBlockings(arg0 context.Context, arg1 *v2.GetBlockingsRequest) (*v2.GetBlockingsResponse, error)
- func (m *MockProfileServiceServer) GetFollowers(arg0 context.Context, arg1 *v2.GetFollowersRequest) (*v2.GetFollowersResponse, error)
- func (m *MockProfileServiceServer) GetFollowings(arg0 context.Context, arg1 *v2.GetFollowingsRequest) (*v2.GetFollowingsResponse, error)
- func (m *MockProfileServiceServer) GetMe(arg0 context.Context, arg1 *v2.GetMeRequest) (*v2.GetMeResponse, error)
- func (m *MockProfileServiceServer) GetMySettings(arg0 context.Context, arg1 *v2.GetMySettingsRequest) (*v2.GetMySettingsResponse, error)
- func (m *MockProfileServiceServer) GetStatistics(arg0 context.Context, arg1 *v2.GetStatisticsRequest) (*v2.GetStatisticsResponse, error)
- func (m *MockProfileServiceServer) GetUser(arg0 context.Context, arg1 *v2.GetUserRequest) (*v2.GetUserResponse, error)
- func (m *MockProfileServiceServer) GetUserByUsername(arg0 context.Context, arg1 *v2.GetUserByUsernameRequest) (*v2.GetUserByUsernameResponse, error)
- func (m *MockProfileServiceServer) GetUserCounter(arg0 context.Context, arg1 *v2.GetUserCounterRequest) (*v2.GetUserCounterResponse, error)
- func (m *MockProfileServiceServer) GetUserIDByAffiliateCodeWithoutAuth(arg0 context.Context, arg1 *v2.GetUserIDByAffiliateCodeWithoutAuthRequest) (*v2.GetUserIDByAffiliateCodeWithoutAuthResponse, error)
- func (m *MockProfileServiceServer) GetUserIDs(arg0 context.Context, arg1 *v2.GetUserIDsRequest) (*v2.GetUserIDsResponse, error)
- func (m *MockProfileServiceServer) GetUsers(arg0 context.Context, arg1 *v2.GetUsersRequest) (*v2.GetUsersResponse, error)
- func (m *MockProfileServiceServer) GetVerifiedUsers(arg0 context.Context, arg1 *v2.GetVerifiedUsersRequest) (*v2.GetVerifiedUsersResponse, error)
- func (m *MockProfileServiceServer) GlitterBomb(arg0 context.Context, arg1 *v2.GlitterBombRequest) (*v2.GlitterBombResponse, error)
- func (m *MockProfileServiceServer) IsBanned(arg0 context.Context, arg1 *v2.IsBannedRequest) (*v2.IsBannedResponse, error)
- func (m *MockProfileServiceServer) PublishHistoricalBlockEvents(arg0 context.Context, arg1 *v2.PublishHistoricalBlockEventsRequest) (*v2.PublishHistoricalBlockEventsResponse, error)
- func (m *MockProfileServiceServer) PublishHistoricalFollowEvents(arg0 context.Context, arg1 *v2.PublishHistoricalFollowEventsRequest) (*v2.PublishHistoricalFollowEventsResponse, error)
- func (m *MockProfileServiceServer) PublishHistoricalUserEvents(arg0 context.Context, arg1 *v2.PublishHistoricalUserEventsRequest) (*v2.PublishHistoricalUserEventsResponse, error)
- func (m *MockProfileServiceServer) SearchFollowers(arg0 context.Context, arg1 *v2.SearchFollowersRequest) (*v2.SearchFollowersResponse, error)
- func (m *MockProfileServiceServer) SearchUsers(arg0 context.Context, arg1 *v2.SearchUsersRequest) (*v2.SearchUsersResponse, error)
- func (m *MockProfileServiceServer) SearchUsersForDirectChat(arg0 context.Context, arg1 *v2.SearchUsersForDirectChatRequest) (*v2.SearchUsersForDirectChatResponse, error)
- func (m *MockProfileServiceServer) ShareUser(arg0 context.Context, arg1 *v2.ShareUserRequest) (*v2.ShareUserResponse, error)
- func (m *MockProfileServiceServer) SiteMapGenerator(arg0 context.Context, arg1 *emptypb.Empty) (*emptypb.Empty, error)
- func (m *MockProfileServiceServer) StopPublishHistoricalBlockEvents(arg0 context.Context, arg1 *v2.StopPublishHistoricalBlockEventsRequest) (*v2.StopPublishHistoricalBlockEventsResponse, error)
- func (m *MockProfileServiceServer) StopPublishHistoricalFollowEvents(arg0 context.Context, arg1 *v2.StopPublishHistoricalFollowEventsRequest) (*v2.StopPublishHistoricalFollowEventsResponse, error)
- func (m *MockProfileServiceServer) StopPublishHistoricalUserEvents(arg0 context.Context, arg1 *v2.StopPublishHistoricalUserEventsRequest) (*v2.StopPublishHistoricalUserEventsResponse, error)
- func (m *MockProfileServiceServer) Unban(arg0 context.Context, arg1 *v2.UnbanRequest) (*v2.UnbanResponse, error)
- func (m *MockProfileServiceServer) Unblock(arg0 context.Context, arg1 *v2.UnblockRequest) (*v2.UnblockResponse, error)
- func (m *MockProfileServiceServer) Unfollow(arg0 context.Context, arg1 *v2.UnfollowRequest) (*v2.UnfollowResponse, error)
- func (m *MockProfileServiceServer) Unverify(arg0 context.Context, arg1 *v2.UnverifyRequest) (*v2.UnverifyResponse, error)
- func (m *MockProfileServiceServer) UpdateMe(arg0 context.Context, arg1 *v2.UpdateMeRequest) (*v2.UpdateMeResponse, error)
- func (m *MockProfileServiceServer) UpdateSetting(arg0 context.Context, arg1 *v2.UpdateSettingRequest) (*v2.UpdateSettingResponse, error)
- func (m *MockProfileServiceServer) UpgradeGuestUser(arg0 context.Context, arg1 *v2.UpgradeGuestUserRequest) (*v2.UpgradeGuestUserResponse, error)
- func (m *MockProfileServiceServer) ValidateUsername(arg0 context.Context, arg1 *v2.ValidateUsernameRequest) (*v2.ValidateUsernameResponse, error)
- func (m *MockProfileServiceServer) Verify(arg0 context.Context, arg1 *v2.VerifyRequest) (*v2.VerifyResponse, error)
- type MockProfileServiceServerMockRecorder
- func (mr *MockProfileServiceServerMockRecorder) ActivateMe(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockProfileServiceServerMockRecorder) Ban(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockProfileServiceServerMockRecorder) Block(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockProfileServiceServerMockRecorder) CanSendDM(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockProfileServiceServerMockRecorder) CheckUsernameAvailable(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockProfileServiceServerMockRecorder) CreateGuestUser(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockProfileServiceServerMockRecorder) CreateUser(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockProfileServiceServerMockRecorder) DeactivateMe(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockProfileServiceServerMockRecorder) DeleteMe(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockProfileServiceServerMockRecorder) DeleteTestUser(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockProfileServiceServerMockRecorder) Follow(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockProfileServiceServerMockRecorder) GenerateUsernameSuggestions(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockProfileServiceServerMockRecorder) GetBlockList(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockProfileServiceServerMockRecorder) GetBlockers(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockProfileServiceServerMockRecorder) GetBlockings(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockProfileServiceServerMockRecorder) GetFollowers(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockProfileServiceServerMockRecorder) GetFollowings(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockProfileServiceServerMockRecorder) GetMe(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockProfileServiceServerMockRecorder) GetMySettings(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockProfileServiceServerMockRecorder) GetStatistics(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockProfileServiceServerMockRecorder) GetUser(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockProfileServiceServerMockRecorder) GetUserByUsername(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockProfileServiceServerMockRecorder) GetUserCounter(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockProfileServiceServerMockRecorder) GetUserIDByAffiliateCodeWithoutAuth(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockProfileServiceServerMockRecorder) GetUserIDs(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockProfileServiceServerMockRecorder) GetUsers(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockProfileServiceServerMockRecorder) GetVerifiedUsers(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockProfileServiceServerMockRecorder) GlitterBomb(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockProfileServiceServerMockRecorder) IsBanned(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockProfileServiceServerMockRecorder) PublishHistoricalBlockEvents(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockProfileServiceServerMockRecorder) PublishHistoricalFollowEvents(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockProfileServiceServerMockRecorder) PublishHistoricalUserEvents(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockProfileServiceServerMockRecorder) SearchFollowers(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockProfileServiceServerMockRecorder) SearchUsers(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockProfileServiceServerMockRecorder) SearchUsersForDirectChat(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockProfileServiceServerMockRecorder) ShareUser(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockProfileServiceServerMockRecorder) SiteMapGenerator(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockProfileServiceServerMockRecorder) StopPublishHistoricalBlockEvents(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockProfileServiceServerMockRecorder) StopPublishHistoricalFollowEvents(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockProfileServiceServerMockRecorder) StopPublishHistoricalUserEvents(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockProfileServiceServerMockRecorder) Unban(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockProfileServiceServerMockRecorder) Unblock(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockProfileServiceServerMockRecorder) Unfollow(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockProfileServiceServerMockRecorder) Unverify(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockProfileServiceServerMockRecorder) UpdateMe(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockProfileServiceServerMockRecorder) UpdateSetting(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockProfileServiceServerMockRecorder) UpgradeGuestUser(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockProfileServiceServerMockRecorder) ValidateUsername(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockProfileServiceServerMockRecorder) Verify(arg0, arg1 interface{}) *gomock.Call
- type MockUnsafeProfileServiceServer
- type MockUnsafeProfileServiceServerMockRecorder
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 ¶
func (m *MockProfileServiceClient) ActivateMe(ctx context.Context, in *v2.ActivateMeRequest, opts ...grpc.CallOption) (*v2.ActivateMeResponse, error)
ActivateMe mocks base method.
func (*MockProfileServiceClient) Ban ¶
func (m *MockProfileServiceClient) Ban(ctx context.Context, in *v2.BanRequest, opts ...grpc.CallOption) (*v2.BanResponse, error)
Ban mocks base method.
func (*MockProfileServiceClient) Block ¶
func (m *MockProfileServiceClient) Block(ctx context.Context, in *v2.BlockRequest, opts ...grpc.CallOption) (*v2.BlockResponse, error)
Block mocks base method.
func (*MockProfileServiceClient) CanSendDM ¶
func (m *MockProfileServiceClient) CanSendDM(ctx context.Context, in *v2.CanSendDMRequest, opts ...grpc.CallOption) (*v2.CanSendDMResponse, error)
CanSendDM mocks base method.
func (*MockProfileServiceClient) CheckUsernameAvailable ¶
func (m *MockProfileServiceClient) CheckUsernameAvailable(ctx context.Context, in *v2.CheckUsernameAvailableRequest, opts ...grpc.CallOption) (*v2.CheckUsernameAvailableResponse, error)
CheckUsernameAvailable mocks base method.
func (*MockProfileServiceClient) CreateGuestUser ¶ added in v0.2.28
func (m *MockProfileServiceClient) CreateGuestUser(ctx context.Context, in *v2.CreateGuestUserRequest, opts ...grpc.CallOption) (*v2.CreateGuestUserResponse, error)
CreateGuestUser mocks base method.
func (*MockProfileServiceClient) CreateUser ¶
func (m *MockProfileServiceClient) CreateUser(ctx context.Context, in *v2.CreateUserRequest, opts ...grpc.CallOption) (*v2.CreateUserResponse, error)
CreateUser mocks base method.
func (*MockProfileServiceClient) DeactivateMe ¶
func (m *MockProfileServiceClient) DeactivateMe(ctx context.Context, in *v2.DeactivateMeRequest, opts ...grpc.CallOption) (*v2.DeactivateMeResponse, error)
DeactivateMe mocks base method.
func (*MockProfileServiceClient) DeleteMe ¶
func (m *MockProfileServiceClient) DeleteMe(ctx context.Context, in *v2.DeleteMeRequest, opts ...grpc.CallOption) (*v2.DeleteMeResponse, error)
DeleteMe mocks base method.
func (*MockProfileServiceClient) DeleteTestUser ¶
func (m *MockProfileServiceClient) DeleteTestUser(ctx context.Context, in *v2.DeleteTestUserRequest, opts ...grpc.CallOption) (*v2.DeleteTestUserResponse, error)
DeleteTestUser mocks base method.
func (*MockProfileServiceClient) EXPECT ¶
func (m *MockProfileServiceClient) EXPECT() *MockProfileServiceClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockProfileServiceClient) Follow ¶
func (m *MockProfileServiceClient) Follow(ctx context.Context, in *v2.FollowRequest, opts ...grpc.CallOption) (*v2.FollowResponse, error)
Follow mocks base method.
func (*MockProfileServiceClient) GenerateUsernameSuggestions ¶ added in v0.2.70
func (m *MockProfileServiceClient) GenerateUsernameSuggestions(ctx context.Context, in *v2.GenerateUsernameSuggestionsRequest, opts ...grpc.CallOption) (*v2.GenerateUsernameSuggestionsResponse, error)
GenerateUsernameSuggestions mocks base method.
func (*MockProfileServiceClient) GetBlockList ¶
func (m *MockProfileServiceClient) GetBlockList(ctx context.Context, in *v2.GetBlockListRequest, opts ...grpc.CallOption) (*v2.GetBlockListResponse, error)
GetBlockList mocks base method.
func (*MockProfileServiceClient) GetBlockers ¶
func (m *MockProfileServiceClient) GetBlockers(ctx context.Context, in *v2.GetBlockersRequest, opts ...grpc.CallOption) (*v2.GetBlockersResponse, error)
GetBlockers mocks base method.
func (*MockProfileServiceClient) GetBlockings ¶
func (m *MockProfileServiceClient) GetBlockings(ctx context.Context, in *v2.GetBlockingsRequest, opts ...grpc.CallOption) (*v2.GetBlockingsResponse, error)
GetBlockings mocks base method.
func (*MockProfileServiceClient) GetFollowers ¶
func (m *MockProfileServiceClient) GetFollowers(ctx context.Context, in *v2.GetFollowersRequest, opts ...grpc.CallOption) (*v2.GetFollowersResponse, error)
GetFollowers mocks base method.
func (*MockProfileServiceClient) GetFollowings ¶
func (m *MockProfileServiceClient) GetFollowings(ctx context.Context, in *v2.GetFollowingsRequest, opts ...grpc.CallOption) (*v2.GetFollowingsResponse, error)
GetFollowings mocks base method.
func (*MockProfileServiceClient) GetMe ¶
func (m *MockProfileServiceClient) GetMe(ctx context.Context, in *v2.GetMeRequest, opts ...grpc.CallOption) (*v2.GetMeResponse, error)
GetMe mocks base method.
func (*MockProfileServiceClient) GetMySettings ¶
func (m *MockProfileServiceClient) GetMySettings(ctx context.Context, in *v2.GetMySettingsRequest, opts ...grpc.CallOption) (*v2.GetMySettingsResponse, error)
GetMySettings mocks base method.
func (*MockProfileServiceClient) GetStatistics ¶
func (m *MockProfileServiceClient) GetStatistics(ctx context.Context, in *v2.GetStatisticsRequest, opts ...grpc.CallOption) (*v2.GetStatisticsResponse, error)
GetStatistics mocks base method.
func (*MockProfileServiceClient) GetUser ¶
func (m *MockProfileServiceClient) GetUser(ctx context.Context, in *v2.GetUserRequest, opts ...grpc.CallOption) (*v2.GetUserResponse, error)
GetUser mocks base method.
func (*MockProfileServiceClient) GetUserByUsername ¶
func (m *MockProfileServiceClient) GetUserByUsername(ctx context.Context, in *v2.GetUserByUsernameRequest, opts ...grpc.CallOption) (*v2.GetUserByUsernameResponse, error)
GetUserByUsername mocks base method.
func (*MockProfileServiceClient) GetUserCounter ¶
func (m *MockProfileServiceClient) GetUserCounter(ctx context.Context, in *v2.GetUserCounterRequest, opts ...grpc.CallOption) (*v2.GetUserCounterResponse, error)
GetUserCounter mocks base method.
func (*MockProfileServiceClient) GetUserIDByAffiliateCodeWithoutAuth ¶ added in v0.2.56
func (m *MockProfileServiceClient) GetUserIDByAffiliateCodeWithoutAuth(ctx context.Context, in *v2.GetUserIDByAffiliateCodeWithoutAuthRequest, opts ...grpc.CallOption) (*v2.GetUserIDByAffiliateCodeWithoutAuthResponse, error)
GetUserIDByAffiliateCodeWithoutAuth mocks base method.
func (*MockProfileServiceClient) GetUserIDs ¶
func (m *MockProfileServiceClient) GetUserIDs(ctx context.Context, in *v2.GetUserIDsRequest, opts ...grpc.CallOption) (*v2.GetUserIDsResponse, error)
GetUserIDs mocks base method.
func (*MockProfileServiceClient) GetUsers ¶
func (m *MockProfileServiceClient) GetUsers(ctx context.Context, in *v2.GetUsersRequest, opts ...grpc.CallOption) (*v2.GetUsersResponse, error)
GetUsers mocks base method.
func (*MockProfileServiceClient) GetVerifiedUsers ¶
func (m *MockProfileServiceClient) GetVerifiedUsers(ctx context.Context, in *v2.GetVerifiedUsersRequest, opts ...grpc.CallOption) (*v2.GetVerifiedUsersResponse, error)
GetVerifiedUsers mocks base method.
func (*MockProfileServiceClient) GlitterBomb ¶
func (m *MockProfileServiceClient) GlitterBomb(ctx context.Context, in *v2.GlitterBombRequest, opts ...grpc.CallOption) (*v2.GlitterBombResponse, error)
GlitterBomb mocks base method.
func (*MockProfileServiceClient) IsBanned ¶
func (m *MockProfileServiceClient) IsBanned(ctx context.Context, in *v2.IsBannedRequest, opts ...grpc.CallOption) (*v2.IsBannedResponse, error)
IsBanned mocks base method.
func (*MockProfileServiceClient) PublishHistoricalBlockEvents ¶
func (m *MockProfileServiceClient) PublishHistoricalBlockEvents(ctx context.Context, in *v2.PublishHistoricalBlockEventsRequest, opts ...grpc.CallOption) (*v2.PublishHistoricalBlockEventsResponse, error)
PublishHistoricalBlockEvents mocks base method.
func (*MockProfileServiceClient) PublishHistoricalFollowEvents ¶
func (m *MockProfileServiceClient) PublishHistoricalFollowEvents(ctx context.Context, in *v2.PublishHistoricalFollowEventsRequest, opts ...grpc.CallOption) (*v2.PublishHistoricalFollowEventsResponse, error)
PublishHistoricalFollowEvents mocks base method.
func (*MockProfileServiceClient) PublishHistoricalUserEvents ¶
func (m *MockProfileServiceClient) PublishHistoricalUserEvents(ctx context.Context, in *v2.PublishHistoricalUserEventsRequest, opts ...grpc.CallOption) (*v2.PublishHistoricalUserEventsResponse, error)
PublishHistoricalUserEvents mocks base method.
func (*MockProfileServiceClient) SearchFollowers ¶
func (m *MockProfileServiceClient) SearchFollowers(ctx context.Context, in *v2.SearchFollowersRequest, opts ...grpc.CallOption) (*v2.SearchFollowersResponse, error)
SearchFollowers mocks base method.
func (*MockProfileServiceClient) SearchUsers ¶
func (m *MockProfileServiceClient) SearchUsers(ctx context.Context, in *v2.SearchUsersRequest, opts ...grpc.CallOption) (*v2.SearchUsersResponse, error)
SearchUsers mocks base method.
func (*MockProfileServiceClient) SearchUsersForDirectChat ¶
func (m *MockProfileServiceClient) SearchUsersForDirectChat(ctx context.Context, in *v2.SearchUsersForDirectChatRequest, opts ...grpc.CallOption) (*v2.SearchUsersForDirectChatResponse, error)
SearchUsersForDirectChat mocks base method.
func (*MockProfileServiceClient) ShareUser ¶
func (m *MockProfileServiceClient) ShareUser(ctx context.Context, in *v2.ShareUserRequest, opts ...grpc.CallOption) (*v2.ShareUserResponse, error)
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 ¶
func (m *MockProfileServiceClient) StopPublishHistoricalBlockEvents(ctx context.Context, in *v2.StopPublishHistoricalBlockEventsRequest, opts ...grpc.CallOption) (*v2.StopPublishHistoricalBlockEventsResponse, error)
StopPublishHistoricalBlockEvents mocks base method.
func (*MockProfileServiceClient) StopPublishHistoricalFollowEvents ¶
func (m *MockProfileServiceClient) StopPublishHistoricalFollowEvents(ctx context.Context, in *v2.StopPublishHistoricalFollowEventsRequest, opts ...grpc.CallOption) (*v2.StopPublishHistoricalFollowEventsResponse, error)
StopPublishHistoricalFollowEvents mocks base method.
func (*MockProfileServiceClient) StopPublishHistoricalUserEvents ¶
func (m *MockProfileServiceClient) StopPublishHistoricalUserEvents(ctx context.Context, in *v2.StopPublishHistoricalUserEventsRequest, opts ...grpc.CallOption) (*v2.StopPublishHistoricalUserEventsResponse, error)
StopPublishHistoricalUserEvents mocks base method.
func (*MockProfileServiceClient) Unban ¶
func (m *MockProfileServiceClient) Unban(ctx context.Context, in *v2.UnbanRequest, opts ...grpc.CallOption) (*v2.UnbanResponse, error)
Unban mocks base method.
func (*MockProfileServiceClient) Unblock ¶
func (m *MockProfileServiceClient) Unblock(ctx context.Context, in *v2.UnblockRequest, opts ...grpc.CallOption) (*v2.UnblockResponse, error)
Unblock mocks base method.
func (*MockProfileServiceClient) Unfollow ¶
func (m *MockProfileServiceClient) Unfollow(ctx context.Context, in *v2.UnfollowRequest, opts ...grpc.CallOption) (*v2.UnfollowResponse, error)
Unfollow mocks base method.
func (*MockProfileServiceClient) Unverify ¶
func (m *MockProfileServiceClient) Unverify(ctx context.Context, in *v2.UnverifyRequest, opts ...grpc.CallOption) (*v2.UnverifyResponse, error)
Unverify mocks base method.
func (*MockProfileServiceClient) UpdateMe ¶
func (m *MockProfileServiceClient) UpdateMe(ctx context.Context, in *v2.UpdateMeRequest, opts ...grpc.CallOption) (*v2.UpdateMeResponse, error)
UpdateMe mocks base method.
func (*MockProfileServiceClient) UpdateSetting ¶
func (m *MockProfileServiceClient) UpdateSetting(ctx context.Context, in *v2.UpdateSettingRequest, opts ...grpc.CallOption) (*v2.UpdateSettingResponse, error)
UpdateSetting mocks base method.
func (*MockProfileServiceClient) UpgradeGuestUser ¶ added in v0.2.28
func (m *MockProfileServiceClient) UpgradeGuestUser(ctx context.Context, in *v2.UpgradeGuestUserRequest, opts ...grpc.CallOption) (*v2.UpgradeGuestUserResponse, error)
UpgradeGuestUser mocks base method.
func (*MockProfileServiceClient) ValidateUsername ¶ added in v0.2.28
func (m *MockProfileServiceClient) ValidateUsername(ctx context.Context, in *v2.ValidateUsernameRequest, opts ...grpc.CallOption) (*v2.ValidateUsernameResponse, error)
ValidateUsername mocks base method.
func (*MockProfileServiceClient) Verify ¶
func (m *MockProfileServiceClient) Verify(ctx context.Context, in *v2.VerifyRequest, opts ...grpc.CallOption) (*v2.VerifyResponse, error)
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 interface{}, opts ...interface{}) *gomock.Call
ActivateMe indicates an expected call of ActivateMe.
func (*MockProfileServiceClientMockRecorder) Ban ¶
func (mr *MockProfileServiceClientMockRecorder) Ban(ctx, in interface{}, opts ...interface{}) *gomock.Call
Ban indicates an expected call of Ban.
func (*MockProfileServiceClientMockRecorder) Block ¶
func (mr *MockProfileServiceClientMockRecorder) Block(ctx, in interface{}, opts ...interface{}) *gomock.Call
Block indicates an expected call of Block.
func (*MockProfileServiceClientMockRecorder) CanSendDM ¶
func (mr *MockProfileServiceClientMockRecorder) CanSendDM(ctx, in interface{}, opts ...interface{}) *gomock.Call
CanSendDM indicates an expected call of CanSendDM.
func (*MockProfileServiceClientMockRecorder) CheckUsernameAvailable ¶
func (mr *MockProfileServiceClientMockRecorder) CheckUsernameAvailable(ctx, in interface{}, opts ...interface{}) *gomock.Call
CheckUsernameAvailable indicates an expected call of CheckUsernameAvailable.
func (*MockProfileServiceClientMockRecorder) CreateGuestUser ¶ added in v0.2.28
func (mr *MockProfileServiceClientMockRecorder) CreateGuestUser(ctx, in interface{}, opts ...interface{}) *gomock.Call
CreateGuestUser indicates an expected call of CreateGuestUser.
func (*MockProfileServiceClientMockRecorder) CreateUser ¶
func (mr *MockProfileServiceClientMockRecorder) CreateUser(ctx, in interface{}, opts ...interface{}) *gomock.Call
CreateUser indicates an expected call of CreateUser.
func (*MockProfileServiceClientMockRecorder) DeactivateMe ¶
func (mr *MockProfileServiceClientMockRecorder) DeactivateMe(ctx, in interface{}, opts ...interface{}) *gomock.Call
DeactivateMe indicates an expected call of DeactivateMe.
func (*MockProfileServiceClientMockRecorder) DeleteMe ¶
func (mr *MockProfileServiceClientMockRecorder) DeleteMe(ctx, in interface{}, opts ...interface{}) *gomock.Call
DeleteMe indicates an expected call of DeleteMe.
func (*MockProfileServiceClientMockRecorder) DeleteTestUser ¶
func (mr *MockProfileServiceClientMockRecorder) DeleteTestUser(ctx, in interface{}, opts ...interface{}) *gomock.Call
DeleteTestUser indicates an expected call of DeleteTestUser.
func (*MockProfileServiceClientMockRecorder) Follow ¶
func (mr *MockProfileServiceClientMockRecorder) Follow(ctx, in interface{}, opts ...interface{}) *gomock.Call
Follow indicates an expected call of Follow.
func (*MockProfileServiceClientMockRecorder) GenerateUsernameSuggestions ¶ added in v0.2.70
func (mr *MockProfileServiceClientMockRecorder) GenerateUsernameSuggestions(ctx, in interface{}, opts ...interface{}) *gomock.Call
GenerateUsernameSuggestions indicates an expected call of GenerateUsernameSuggestions.
func (*MockProfileServiceClientMockRecorder) GetBlockList ¶
func (mr *MockProfileServiceClientMockRecorder) GetBlockList(ctx, in interface{}, opts ...interface{}) *gomock.Call
GetBlockList indicates an expected call of GetBlockList.
func (*MockProfileServiceClientMockRecorder) GetBlockers ¶
func (mr *MockProfileServiceClientMockRecorder) GetBlockers(ctx, in interface{}, opts ...interface{}) *gomock.Call
GetBlockers indicates an expected call of GetBlockers.
func (*MockProfileServiceClientMockRecorder) GetBlockings ¶
func (mr *MockProfileServiceClientMockRecorder) GetBlockings(ctx, in interface{}, opts ...interface{}) *gomock.Call
GetBlockings indicates an expected call of GetBlockings.
func (*MockProfileServiceClientMockRecorder) GetFollowers ¶
func (mr *MockProfileServiceClientMockRecorder) GetFollowers(ctx, in interface{}, opts ...interface{}) *gomock.Call
GetFollowers indicates an expected call of GetFollowers.
func (*MockProfileServiceClientMockRecorder) GetFollowings ¶
func (mr *MockProfileServiceClientMockRecorder) GetFollowings(ctx, in interface{}, opts ...interface{}) *gomock.Call
GetFollowings indicates an expected call of GetFollowings.
func (*MockProfileServiceClientMockRecorder) GetMe ¶
func (mr *MockProfileServiceClientMockRecorder) GetMe(ctx, in interface{}, opts ...interface{}) *gomock.Call
GetMe indicates an expected call of GetMe.
func (*MockProfileServiceClientMockRecorder) GetMySettings ¶
func (mr *MockProfileServiceClientMockRecorder) GetMySettings(ctx, in interface{}, opts ...interface{}) *gomock.Call
GetMySettings indicates an expected call of GetMySettings.
func (*MockProfileServiceClientMockRecorder) GetStatistics ¶
func (mr *MockProfileServiceClientMockRecorder) GetStatistics(ctx, in interface{}, opts ...interface{}) *gomock.Call
GetStatistics indicates an expected call of GetStatistics.
func (*MockProfileServiceClientMockRecorder) GetUser ¶
func (mr *MockProfileServiceClientMockRecorder) GetUser(ctx, in interface{}, opts ...interface{}) *gomock.Call
GetUser indicates an expected call of GetUser.
func (*MockProfileServiceClientMockRecorder) GetUserByUsername ¶
func (mr *MockProfileServiceClientMockRecorder) GetUserByUsername(ctx, in interface{}, opts ...interface{}) *gomock.Call
GetUserByUsername indicates an expected call of GetUserByUsername.
func (*MockProfileServiceClientMockRecorder) GetUserCounter ¶
func (mr *MockProfileServiceClientMockRecorder) GetUserCounter(ctx, in interface{}, opts ...interface{}) *gomock.Call
GetUserCounter indicates an expected call of GetUserCounter.
func (*MockProfileServiceClientMockRecorder) GetUserIDByAffiliateCodeWithoutAuth ¶ added in v0.2.56
func (mr *MockProfileServiceClientMockRecorder) GetUserIDByAffiliateCodeWithoutAuth(ctx, in interface{}, opts ...interface{}) *gomock.Call
GetUserIDByAffiliateCodeWithoutAuth indicates an expected call of GetUserIDByAffiliateCodeWithoutAuth.
func (*MockProfileServiceClientMockRecorder) GetUserIDs ¶
func (mr *MockProfileServiceClientMockRecorder) GetUserIDs(ctx, in interface{}, opts ...interface{}) *gomock.Call
GetUserIDs indicates an expected call of GetUserIDs.
func (*MockProfileServiceClientMockRecorder) GetUsers ¶
func (mr *MockProfileServiceClientMockRecorder) GetUsers(ctx, in interface{}, opts ...interface{}) *gomock.Call
GetUsers indicates an expected call of GetUsers.
func (*MockProfileServiceClientMockRecorder) GetVerifiedUsers ¶
func (mr *MockProfileServiceClientMockRecorder) GetVerifiedUsers(ctx, in interface{}, opts ...interface{}) *gomock.Call
GetVerifiedUsers indicates an expected call of GetVerifiedUsers.
func (*MockProfileServiceClientMockRecorder) GlitterBomb ¶
func (mr *MockProfileServiceClientMockRecorder) GlitterBomb(ctx, in interface{}, opts ...interface{}) *gomock.Call
GlitterBomb indicates an expected call of GlitterBomb.
func (*MockProfileServiceClientMockRecorder) IsBanned ¶
func (mr *MockProfileServiceClientMockRecorder) IsBanned(ctx, in interface{}, opts ...interface{}) *gomock.Call
IsBanned indicates an expected call of IsBanned.
func (*MockProfileServiceClientMockRecorder) PublishHistoricalBlockEvents ¶
func (mr *MockProfileServiceClientMockRecorder) PublishHistoricalBlockEvents(ctx, in interface{}, opts ...interface{}) *gomock.Call
PublishHistoricalBlockEvents indicates an expected call of PublishHistoricalBlockEvents.
func (*MockProfileServiceClientMockRecorder) PublishHistoricalFollowEvents ¶
func (mr *MockProfileServiceClientMockRecorder) PublishHistoricalFollowEvents(ctx, in interface{}, opts ...interface{}) *gomock.Call
PublishHistoricalFollowEvents indicates an expected call of PublishHistoricalFollowEvents.
func (*MockProfileServiceClientMockRecorder) PublishHistoricalUserEvents ¶
func (mr *MockProfileServiceClientMockRecorder) PublishHistoricalUserEvents(ctx, in interface{}, opts ...interface{}) *gomock.Call
PublishHistoricalUserEvents indicates an expected call of PublishHistoricalUserEvents.
func (*MockProfileServiceClientMockRecorder) SearchFollowers ¶
func (mr *MockProfileServiceClientMockRecorder) SearchFollowers(ctx, in interface{}, opts ...interface{}) *gomock.Call
SearchFollowers indicates an expected call of SearchFollowers.
func (*MockProfileServiceClientMockRecorder) SearchUsers ¶
func (mr *MockProfileServiceClientMockRecorder) SearchUsers(ctx, in interface{}, opts ...interface{}) *gomock.Call
SearchUsers indicates an expected call of SearchUsers.
func (*MockProfileServiceClientMockRecorder) SearchUsersForDirectChat ¶
func (mr *MockProfileServiceClientMockRecorder) SearchUsersForDirectChat(ctx, in interface{}, opts ...interface{}) *gomock.Call
SearchUsersForDirectChat indicates an expected call of SearchUsersForDirectChat.
func (*MockProfileServiceClientMockRecorder) ShareUser ¶
func (mr *MockProfileServiceClientMockRecorder) ShareUser(ctx, in interface{}, opts ...interface{}) *gomock.Call
ShareUser indicates an expected call of ShareUser.
func (*MockProfileServiceClientMockRecorder) SiteMapGenerator ¶
func (mr *MockProfileServiceClientMockRecorder) SiteMapGenerator(ctx, in interface{}, opts ...interface{}) *gomock.Call
SiteMapGenerator indicates an expected call of SiteMapGenerator.
func (*MockProfileServiceClientMockRecorder) StopPublishHistoricalBlockEvents ¶
func (mr *MockProfileServiceClientMockRecorder) StopPublishHistoricalBlockEvents(ctx, in interface{}, opts ...interface{}) *gomock.Call
StopPublishHistoricalBlockEvents indicates an expected call of StopPublishHistoricalBlockEvents.
func (*MockProfileServiceClientMockRecorder) StopPublishHistoricalFollowEvents ¶
func (mr *MockProfileServiceClientMockRecorder) StopPublishHistoricalFollowEvents(ctx, in interface{}, opts ...interface{}) *gomock.Call
StopPublishHistoricalFollowEvents indicates an expected call of StopPublishHistoricalFollowEvents.
func (*MockProfileServiceClientMockRecorder) StopPublishHistoricalUserEvents ¶
func (mr *MockProfileServiceClientMockRecorder) StopPublishHistoricalUserEvents(ctx, in interface{}, opts ...interface{}) *gomock.Call
StopPublishHistoricalUserEvents indicates an expected call of StopPublishHistoricalUserEvents.
func (*MockProfileServiceClientMockRecorder) Unban ¶
func (mr *MockProfileServiceClientMockRecorder) Unban(ctx, in interface{}, opts ...interface{}) *gomock.Call
Unban indicates an expected call of Unban.
func (*MockProfileServiceClientMockRecorder) Unblock ¶
func (mr *MockProfileServiceClientMockRecorder) Unblock(ctx, in interface{}, opts ...interface{}) *gomock.Call
Unblock indicates an expected call of Unblock.
func (*MockProfileServiceClientMockRecorder) Unfollow ¶
func (mr *MockProfileServiceClientMockRecorder) Unfollow(ctx, in interface{}, opts ...interface{}) *gomock.Call
Unfollow indicates an expected call of Unfollow.
func (*MockProfileServiceClientMockRecorder) Unverify ¶
func (mr *MockProfileServiceClientMockRecorder) Unverify(ctx, in interface{}, opts ...interface{}) *gomock.Call
Unverify indicates an expected call of Unverify.
func (*MockProfileServiceClientMockRecorder) UpdateMe ¶
func (mr *MockProfileServiceClientMockRecorder) UpdateMe(ctx, in interface{}, opts ...interface{}) *gomock.Call
UpdateMe indicates an expected call of UpdateMe.
func (*MockProfileServiceClientMockRecorder) UpdateSetting ¶
func (mr *MockProfileServiceClientMockRecorder) UpdateSetting(ctx, in interface{}, opts ...interface{}) *gomock.Call
UpdateSetting indicates an expected call of UpdateSetting.
func (*MockProfileServiceClientMockRecorder) UpgradeGuestUser ¶ added in v0.2.28
func (mr *MockProfileServiceClientMockRecorder) UpgradeGuestUser(ctx, in interface{}, opts ...interface{}) *gomock.Call
UpgradeGuestUser indicates an expected call of UpgradeGuestUser.
func (*MockProfileServiceClientMockRecorder) ValidateUsername ¶ added in v0.2.28
func (mr *MockProfileServiceClientMockRecorder) ValidateUsername(ctx, in interface{}, opts ...interface{}) *gomock.Call
ValidateUsername indicates an expected call of ValidateUsername.
func (*MockProfileServiceClientMockRecorder) Verify ¶
func (mr *MockProfileServiceClientMockRecorder) Verify(ctx, in interface{}, opts ...interface{}) *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 ¶
func (m *MockProfileServiceServer) ActivateMe(arg0 context.Context, arg1 *v2.ActivateMeRequest) (*v2.ActivateMeResponse, error)
ActivateMe mocks base method.
func (*MockProfileServiceServer) Ban ¶
func (m *MockProfileServiceServer) Ban(arg0 context.Context, arg1 *v2.BanRequest) (*v2.BanResponse, error)
Ban mocks base method.
func (*MockProfileServiceServer) Block ¶
func (m *MockProfileServiceServer) Block(arg0 context.Context, arg1 *v2.BlockRequest) (*v2.BlockResponse, error)
Block mocks base method.
func (*MockProfileServiceServer) CanSendDM ¶
func (m *MockProfileServiceServer) CanSendDM(arg0 context.Context, arg1 *v2.CanSendDMRequest) (*v2.CanSendDMResponse, error)
CanSendDM mocks base method.
func (*MockProfileServiceServer) CheckUsernameAvailable ¶
func (m *MockProfileServiceServer) CheckUsernameAvailable(arg0 context.Context, arg1 *v2.CheckUsernameAvailableRequest) (*v2.CheckUsernameAvailableResponse, error)
CheckUsernameAvailable mocks base method.
func (*MockProfileServiceServer) CreateGuestUser ¶ added in v0.2.28
func (m *MockProfileServiceServer) CreateGuestUser(arg0 context.Context, arg1 *v2.CreateGuestUserRequest) (*v2.CreateGuestUserResponse, error)
CreateGuestUser mocks base method.
func (*MockProfileServiceServer) CreateUser ¶
func (m *MockProfileServiceServer) CreateUser(arg0 context.Context, arg1 *v2.CreateUserRequest) (*v2.CreateUserResponse, error)
CreateUser mocks base method.
func (*MockProfileServiceServer) DeactivateMe ¶
func (m *MockProfileServiceServer) DeactivateMe(arg0 context.Context, arg1 *v2.DeactivateMeRequest) (*v2.DeactivateMeResponse, error)
DeactivateMe mocks base method.
func (*MockProfileServiceServer) DeleteMe ¶
func (m *MockProfileServiceServer) DeleteMe(arg0 context.Context, arg1 *v2.DeleteMeRequest) (*v2.DeleteMeResponse, error)
DeleteMe mocks base method.
func (*MockProfileServiceServer) DeleteTestUser ¶
func (m *MockProfileServiceServer) DeleteTestUser(arg0 context.Context, arg1 *v2.DeleteTestUserRequest) (*v2.DeleteTestUserResponse, error)
DeleteTestUser mocks base method.
func (*MockProfileServiceServer) EXPECT ¶
func (m *MockProfileServiceServer) EXPECT() *MockProfileServiceServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockProfileServiceServer) Follow ¶
func (m *MockProfileServiceServer) Follow(arg0 context.Context, arg1 *v2.FollowRequest) (*v2.FollowResponse, error)
Follow mocks base method.
func (*MockProfileServiceServer) GenerateUsernameSuggestions ¶ added in v0.2.70
func (m *MockProfileServiceServer) GenerateUsernameSuggestions(arg0 context.Context, arg1 *v2.GenerateUsernameSuggestionsRequest) (*v2.GenerateUsernameSuggestionsResponse, error)
GenerateUsernameSuggestions mocks base method.
func (*MockProfileServiceServer) GetBlockList ¶
func (m *MockProfileServiceServer) GetBlockList(arg0 context.Context, arg1 *v2.GetBlockListRequest) (*v2.GetBlockListResponse, error)
GetBlockList mocks base method.
func (*MockProfileServiceServer) GetBlockers ¶
func (m *MockProfileServiceServer) GetBlockers(arg0 context.Context, arg1 *v2.GetBlockersRequest) (*v2.GetBlockersResponse, error)
GetBlockers mocks base method.
func (*MockProfileServiceServer) GetBlockings ¶
func (m *MockProfileServiceServer) GetBlockings(arg0 context.Context, arg1 *v2.GetBlockingsRequest) (*v2.GetBlockingsResponse, error)
GetBlockings mocks base method.
func (*MockProfileServiceServer) GetFollowers ¶
func (m *MockProfileServiceServer) GetFollowers(arg0 context.Context, arg1 *v2.GetFollowersRequest) (*v2.GetFollowersResponse, error)
GetFollowers mocks base method.
func (*MockProfileServiceServer) GetFollowings ¶
func (m *MockProfileServiceServer) GetFollowings(arg0 context.Context, arg1 *v2.GetFollowingsRequest) (*v2.GetFollowingsResponse, error)
GetFollowings mocks base method.
func (*MockProfileServiceServer) GetMe ¶
func (m *MockProfileServiceServer) GetMe(arg0 context.Context, arg1 *v2.GetMeRequest) (*v2.GetMeResponse, error)
GetMe mocks base method.
func (*MockProfileServiceServer) GetMySettings ¶
func (m *MockProfileServiceServer) GetMySettings(arg0 context.Context, arg1 *v2.GetMySettingsRequest) (*v2.GetMySettingsResponse, error)
GetMySettings mocks base method.
func (*MockProfileServiceServer) GetStatistics ¶
func (m *MockProfileServiceServer) GetStatistics(arg0 context.Context, arg1 *v2.GetStatisticsRequest) (*v2.GetStatisticsResponse, error)
GetStatistics mocks base method.
func (*MockProfileServiceServer) GetUser ¶
func (m *MockProfileServiceServer) GetUser(arg0 context.Context, arg1 *v2.GetUserRequest) (*v2.GetUserResponse, error)
GetUser mocks base method.
func (*MockProfileServiceServer) GetUserByUsername ¶
func (m *MockProfileServiceServer) GetUserByUsername(arg0 context.Context, arg1 *v2.GetUserByUsernameRequest) (*v2.GetUserByUsernameResponse, error)
GetUserByUsername mocks base method.
func (*MockProfileServiceServer) GetUserCounter ¶
func (m *MockProfileServiceServer) GetUserCounter(arg0 context.Context, arg1 *v2.GetUserCounterRequest) (*v2.GetUserCounterResponse, error)
GetUserCounter mocks base method.
func (*MockProfileServiceServer) GetUserIDByAffiliateCodeWithoutAuth ¶ added in v0.2.56
func (m *MockProfileServiceServer) GetUserIDByAffiliateCodeWithoutAuth(arg0 context.Context, arg1 *v2.GetUserIDByAffiliateCodeWithoutAuthRequest) (*v2.GetUserIDByAffiliateCodeWithoutAuthResponse, error)
GetUserIDByAffiliateCodeWithoutAuth mocks base method.
func (*MockProfileServiceServer) GetUserIDs ¶
func (m *MockProfileServiceServer) GetUserIDs(arg0 context.Context, arg1 *v2.GetUserIDsRequest) (*v2.GetUserIDsResponse, error)
GetUserIDs mocks base method.
func (*MockProfileServiceServer) GetUsers ¶
func (m *MockProfileServiceServer) GetUsers(arg0 context.Context, arg1 *v2.GetUsersRequest) (*v2.GetUsersResponse, error)
GetUsers mocks base method.
func (*MockProfileServiceServer) GetVerifiedUsers ¶
func (m *MockProfileServiceServer) GetVerifiedUsers(arg0 context.Context, arg1 *v2.GetVerifiedUsersRequest) (*v2.GetVerifiedUsersResponse, error)
GetVerifiedUsers mocks base method.
func (*MockProfileServiceServer) GlitterBomb ¶
func (m *MockProfileServiceServer) GlitterBomb(arg0 context.Context, arg1 *v2.GlitterBombRequest) (*v2.GlitterBombResponse, error)
GlitterBomb mocks base method.
func (*MockProfileServiceServer) IsBanned ¶
func (m *MockProfileServiceServer) IsBanned(arg0 context.Context, arg1 *v2.IsBannedRequest) (*v2.IsBannedResponse, error)
IsBanned mocks base method.
func (*MockProfileServiceServer) PublishHistoricalBlockEvents ¶
func (m *MockProfileServiceServer) PublishHistoricalBlockEvents(arg0 context.Context, arg1 *v2.PublishHistoricalBlockEventsRequest) (*v2.PublishHistoricalBlockEventsResponse, error)
PublishHistoricalBlockEvents mocks base method.
func (*MockProfileServiceServer) PublishHistoricalFollowEvents ¶
func (m *MockProfileServiceServer) PublishHistoricalFollowEvents(arg0 context.Context, arg1 *v2.PublishHistoricalFollowEventsRequest) (*v2.PublishHistoricalFollowEventsResponse, error)
PublishHistoricalFollowEvents mocks base method.
func (*MockProfileServiceServer) PublishHistoricalUserEvents ¶
func (m *MockProfileServiceServer) PublishHistoricalUserEvents(arg0 context.Context, arg1 *v2.PublishHistoricalUserEventsRequest) (*v2.PublishHistoricalUserEventsResponse, error)
PublishHistoricalUserEvents mocks base method.
func (*MockProfileServiceServer) SearchFollowers ¶
func (m *MockProfileServiceServer) SearchFollowers(arg0 context.Context, arg1 *v2.SearchFollowersRequest) (*v2.SearchFollowersResponse, error)
SearchFollowers mocks base method.
func (*MockProfileServiceServer) SearchUsers ¶
func (m *MockProfileServiceServer) SearchUsers(arg0 context.Context, arg1 *v2.SearchUsersRequest) (*v2.SearchUsersResponse, error)
SearchUsers mocks base method.
func (*MockProfileServiceServer) SearchUsersForDirectChat ¶
func (m *MockProfileServiceServer) SearchUsersForDirectChat(arg0 context.Context, arg1 *v2.SearchUsersForDirectChatRequest) (*v2.SearchUsersForDirectChatResponse, error)
SearchUsersForDirectChat mocks base method.
func (*MockProfileServiceServer) ShareUser ¶
func (m *MockProfileServiceServer) ShareUser(arg0 context.Context, arg1 *v2.ShareUserRequest) (*v2.ShareUserResponse, error)
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 ¶
func (m *MockProfileServiceServer) StopPublishHistoricalBlockEvents(arg0 context.Context, arg1 *v2.StopPublishHistoricalBlockEventsRequest) (*v2.StopPublishHistoricalBlockEventsResponse, error)
StopPublishHistoricalBlockEvents mocks base method.
func (*MockProfileServiceServer) StopPublishHistoricalFollowEvents ¶
func (m *MockProfileServiceServer) StopPublishHistoricalFollowEvents(arg0 context.Context, arg1 *v2.StopPublishHistoricalFollowEventsRequest) (*v2.StopPublishHistoricalFollowEventsResponse, error)
StopPublishHistoricalFollowEvents mocks base method.
func (*MockProfileServiceServer) StopPublishHistoricalUserEvents ¶
func (m *MockProfileServiceServer) StopPublishHistoricalUserEvents(arg0 context.Context, arg1 *v2.StopPublishHistoricalUserEventsRequest) (*v2.StopPublishHistoricalUserEventsResponse, error)
StopPublishHistoricalUserEvents mocks base method.
func (*MockProfileServiceServer) Unban ¶
func (m *MockProfileServiceServer) Unban(arg0 context.Context, arg1 *v2.UnbanRequest) (*v2.UnbanResponse, error)
Unban mocks base method.
func (*MockProfileServiceServer) Unblock ¶
func (m *MockProfileServiceServer) Unblock(arg0 context.Context, arg1 *v2.UnblockRequest) (*v2.UnblockResponse, error)
Unblock mocks base method.
func (*MockProfileServiceServer) Unfollow ¶
func (m *MockProfileServiceServer) Unfollow(arg0 context.Context, arg1 *v2.UnfollowRequest) (*v2.UnfollowResponse, error)
Unfollow mocks base method.
func (*MockProfileServiceServer) Unverify ¶
func (m *MockProfileServiceServer) Unverify(arg0 context.Context, arg1 *v2.UnverifyRequest) (*v2.UnverifyResponse, error)
Unverify mocks base method.
func (*MockProfileServiceServer) UpdateMe ¶
func (m *MockProfileServiceServer) UpdateMe(arg0 context.Context, arg1 *v2.UpdateMeRequest) (*v2.UpdateMeResponse, error)
UpdateMe mocks base method.
func (*MockProfileServiceServer) UpdateSetting ¶
func (m *MockProfileServiceServer) UpdateSetting(arg0 context.Context, arg1 *v2.UpdateSettingRequest) (*v2.UpdateSettingResponse, error)
UpdateSetting mocks base method.
func (*MockProfileServiceServer) UpgradeGuestUser ¶ added in v0.2.28
func (m *MockProfileServiceServer) UpgradeGuestUser(arg0 context.Context, arg1 *v2.UpgradeGuestUserRequest) (*v2.UpgradeGuestUserResponse, error)
UpgradeGuestUser mocks base method.
func (*MockProfileServiceServer) ValidateUsername ¶ added in v0.2.28
func (m *MockProfileServiceServer) ValidateUsername(arg0 context.Context, arg1 *v2.ValidateUsernameRequest) (*v2.ValidateUsernameResponse, error)
ValidateUsername mocks base method.
func (*MockProfileServiceServer) Verify ¶
func (m *MockProfileServiceServer) Verify(arg0 context.Context, arg1 *v2.VerifyRequest) (*v2.VerifyResponse, error)
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 interface{}) *gomock.Call
ActivateMe indicates an expected call of ActivateMe.
func (*MockProfileServiceServerMockRecorder) Ban ¶
func (mr *MockProfileServiceServerMockRecorder) Ban(arg0, arg1 interface{}) *gomock.Call
Ban indicates an expected call of Ban.
func (*MockProfileServiceServerMockRecorder) Block ¶
func (mr *MockProfileServiceServerMockRecorder) Block(arg0, arg1 interface{}) *gomock.Call
Block indicates an expected call of Block.
func (*MockProfileServiceServerMockRecorder) CanSendDM ¶
func (mr *MockProfileServiceServerMockRecorder) CanSendDM(arg0, arg1 interface{}) *gomock.Call
CanSendDM indicates an expected call of CanSendDM.
func (*MockProfileServiceServerMockRecorder) CheckUsernameAvailable ¶
func (mr *MockProfileServiceServerMockRecorder) CheckUsernameAvailable(arg0, arg1 interface{}) *gomock.Call
CheckUsernameAvailable indicates an expected call of CheckUsernameAvailable.
func (*MockProfileServiceServerMockRecorder) CreateGuestUser ¶ added in v0.2.28
func (mr *MockProfileServiceServerMockRecorder) CreateGuestUser(arg0, arg1 interface{}) *gomock.Call
CreateGuestUser indicates an expected call of CreateGuestUser.
func (*MockProfileServiceServerMockRecorder) CreateUser ¶
func (mr *MockProfileServiceServerMockRecorder) CreateUser(arg0, arg1 interface{}) *gomock.Call
CreateUser indicates an expected call of CreateUser.
func (*MockProfileServiceServerMockRecorder) DeactivateMe ¶
func (mr *MockProfileServiceServerMockRecorder) DeactivateMe(arg0, arg1 interface{}) *gomock.Call
DeactivateMe indicates an expected call of DeactivateMe.
func (*MockProfileServiceServerMockRecorder) DeleteMe ¶
func (mr *MockProfileServiceServerMockRecorder) DeleteMe(arg0, arg1 interface{}) *gomock.Call
DeleteMe indicates an expected call of DeleteMe.
func (*MockProfileServiceServerMockRecorder) DeleteTestUser ¶
func (mr *MockProfileServiceServerMockRecorder) DeleteTestUser(arg0, arg1 interface{}) *gomock.Call
DeleteTestUser indicates an expected call of DeleteTestUser.
func (*MockProfileServiceServerMockRecorder) Follow ¶
func (mr *MockProfileServiceServerMockRecorder) Follow(arg0, arg1 interface{}) *gomock.Call
Follow indicates an expected call of Follow.
func (*MockProfileServiceServerMockRecorder) GenerateUsernameSuggestions ¶ added in v0.2.70
func (mr *MockProfileServiceServerMockRecorder) GenerateUsernameSuggestions(arg0, arg1 interface{}) *gomock.Call
GenerateUsernameSuggestions indicates an expected call of GenerateUsernameSuggestions.
func (*MockProfileServiceServerMockRecorder) GetBlockList ¶
func (mr *MockProfileServiceServerMockRecorder) GetBlockList(arg0, arg1 interface{}) *gomock.Call
GetBlockList indicates an expected call of GetBlockList.
func (*MockProfileServiceServerMockRecorder) GetBlockers ¶
func (mr *MockProfileServiceServerMockRecorder) GetBlockers(arg0, arg1 interface{}) *gomock.Call
GetBlockers indicates an expected call of GetBlockers.
func (*MockProfileServiceServerMockRecorder) GetBlockings ¶
func (mr *MockProfileServiceServerMockRecorder) GetBlockings(arg0, arg1 interface{}) *gomock.Call
GetBlockings indicates an expected call of GetBlockings.
func (*MockProfileServiceServerMockRecorder) GetFollowers ¶
func (mr *MockProfileServiceServerMockRecorder) GetFollowers(arg0, arg1 interface{}) *gomock.Call
GetFollowers indicates an expected call of GetFollowers.
func (*MockProfileServiceServerMockRecorder) GetFollowings ¶
func (mr *MockProfileServiceServerMockRecorder) GetFollowings(arg0, arg1 interface{}) *gomock.Call
GetFollowings indicates an expected call of GetFollowings.
func (*MockProfileServiceServerMockRecorder) GetMe ¶
func (mr *MockProfileServiceServerMockRecorder) GetMe(arg0, arg1 interface{}) *gomock.Call
GetMe indicates an expected call of GetMe.
func (*MockProfileServiceServerMockRecorder) GetMySettings ¶
func (mr *MockProfileServiceServerMockRecorder) GetMySettings(arg0, arg1 interface{}) *gomock.Call
GetMySettings indicates an expected call of GetMySettings.
func (*MockProfileServiceServerMockRecorder) GetStatistics ¶
func (mr *MockProfileServiceServerMockRecorder) GetStatistics(arg0, arg1 interface{}) *gomock.Call
GetStatistics indicates an expected call of GetStatistics.
func (*MockProfileServiceServerMockRecorder) GetUser ¶
func (mr *MockProfileServiceServerMockRecorder) GetUser(arg0, arg1 interface{}) *gomock.Call
GetUser indicates an expected call of GetUser.
func (*MockProfileServiceServerMockRecorder) GetUserByUsername ¶
func (mr *MockProfileServiceServerMockRecorder) GetUserByUsername(arg0, arg1 interface{}) *gomock.Call
GetUserByUsername indicates an expected call of GetUserByUsername.
func (*MockProfileServiceServerMockRecorder) GetUserCounter ¶
func (mr *MockProfileServiceServerMockRecorder) GetUserCounter(arg0, arg1 interface{}) *gomock.Call
GetUserCounter indicates an expected call of GetUserCounter.
func (*MockProfileServiceServerMockRecorder) GetUserIDByAffiliateCodeWithoutAuth ¶ added in v0.2.56
func (mr *MockProfileServiceServerMockRecorder) GetUserIDByAffiliateCodeWithoutAuth(arg0, arg1 interface{}) *gomock.Call
GetUserIDByAffiliateCodeWithoutAuth indicates an expected call of GetUserIDByAffiliateCodeWithoutAuth.
func (*MockProfileServiceServerMockRecorder) GetUserIDs ¶
func (mr *MockProfileServiceServerMockRecorder) GetUserIDs(arg0, arg1 interface{}) *gomock.Call
GetUserIDs indicates an expected call of GetUserIDs.
func (*MockProfileServiceServerMockRecorder) GetUsers ¶
func (mr *MockProfileServiceServerMockRecorder) GetUsers(arg0, arg1 interface{}) *gomock.Call
GetUsers indicates an expected call of GetUsers.
func (*MockProfileServiceServerMockRecorder) GetVerifiedUsers ¶
func (mr *MockProfileServiceServerMockRecorder) GetVerifiedUsers(arg0, arg1 interface{}) *gomock.Call
GetVerifiedUsers indicates an expected call of GetVerifiedUsers.
func (*MockProfileServiceServerMockRecorder) GlitterBomb ¶
func (mr *MockProfileServiceServerMockRecorder) GlitterBomb(arg0, arg1 interface{}) *gomock.Call
GlitterBomb indicates an expected call of GlitterBomb.
func (*MockProfileServiceServerMockRecorder) IsBanned ¶
func (mr *MockProfileServiceServerMockRecorder) IsBanned(arg0, arg1 interface{}) *gomock.Call
IsBanned indicates an expected call of IsBanned.
func (*MockProfileServiceServerMockRecorder) PublishHistoricalBlockEvents ¶
func (mr *MockProfileServiceServerMockRecorder) PublishHistoricalBlockEvents(arg0, arg1 interface{}) *gomock.Call
PublishHistoricalBlockEvents indicates an expected call of PublishHistoricalBlockEvents.
func (*MockProfileServiceServerMockRecorder) PublishHistoricalFollowEvents ¶
func (mr *MockProfileServiceServerMockRecorder) PublishHistoricalFollowEvents(arg0, arg1 interface{}) *gomock.Call
PublishHistoricalFollowEvents indicates an expected call of PublishHistoricalFollowEvents.
func (*MockProfileServiceServerMockRecorder) PublishHistoricalUserEvents ¶
func (mr *MockProfileServiceServerMockRecorder) PublishHistoricalUserEvents(arg0, arg1 interface{}) *gomock.Call
PublishHistoricalUserEvents indicates an expected call of PublishHistoricalUserEvents.
func (*MockProfileServiceServerMockRecorder) SearchFollowers ¶
func (mr *MockProfileServiceServerMockRecorder) SearchFollowers(arg0, arg1 interface{}) *gomock.Call
SearchFollowers indicates an expected call of SearchFollowers.
func (*MockProfileServiceServerMockRecorder) SearchUsers ¶
func (mr *MockProfileServiceServerMockRecorder) SearchUsers(arg0, arg1 interface{}) *gomock.Call
SearchUsers indicates an expected call of SearchUsers.
func (*MockProfileServiceServerMockRecorder) SearchUsersForDirectChat ¶
func (mr *MockProfileServiceServerMockRecorder) SearchUsersForDirectChat(arg0, arg1 interface{}) *gomock.Call
SearchUsersForDirectChat indicates an expected call of SearchUsersForDirectChat.
func (*MockProfileServiceServerMockRecorder) ShareUser ¶
func (mr *MockProfileServiceServerMockRecorder) ShareUser(arg0, arg1 interface{}) *gomock.Call
ShareUser indicates an expected call of ShareUser.
func (*MockProfileServiceServerMockRecorder) SiteMapGenerator ¶
func (mr *MockProfileServiceServerMockRecorder) SiteMapGenerator(arg0, arg1 interface{}) *gomock.Call
SiteMapGenerator indicates an expected call of SiteMapGenerator.
func (*MockProfileServiceServerMockRecorder) StopPublishHistoricalBlockEvents ¶
func (mr *MockProfileServiceServerMockRecorder) StopPublishHistoricalBlockEvents(arg0, arg1 interface{}) *gomock.Call
StopPublishHistoricalBlockEvents indicates an expected call of StopPublishHistoricalBlockEvents.
func (*MockProfileServiceServerMockRecorder) StopPublishHistoricalFollowEvents ¶
func (mr *MockProfileServiceServerMockRecorder) StopPublishHistoricalFollowEvents(arg0, arg1 interface{}) *gomock.Call
StopPublishHistoricalFollowEvents indicates an expected call of StopPublishHistoricalFollowEvents.
func (*MockProfileServiceServerMockRecorder) StopPublishHistoricalUserEvents ¶
func (mr *MockProfileServiceServerMockRecorder) StopPublishHistoricalUserEvents(arg0, arg1 interface{}) *gomock.Call
StopPublishHistoricalUserEvents indicates an expected call of StopPublishHistoricalUserEvents.
func (*MockProfileServiceServerMockRecorder) Unban ¶
func (mr *MockProfileServiceServerMockRecorder) Unban(arg0, arg1 interface{}) *gomock.Call
Unban indicates an expected call of Unban.
func (*MockProfileServiceServerMockRecorder) Unblock ¶
func (mr *MockProfileServiceServerMockRecorder) Unblock(arg0, arg1 interface{}) *gomock.Call
Unblock indicates an expected call of Unblock.
func (*MockProfileServiceServerMockRecorder) Unfollow ¶
func (mr *MockProfileServiceServerMockRecorder) Unfollow(arg0, arg1 interface{}) *gomock.Call
Unfollow indicates an expected call of Unfollow.
func (*MockProfileServiceServerMockRecorder) Unverify ¶
func (mr *MockProfileServiceServerMockRecorder) Unverify(arg0, arg1 interface{}) *gomock.Call
Unverify indicates an expected call of Unverify.
func (*MockProfileServiceServerMockRecorder) UpdateMe ¶
func (mr *MockProfileServiceServerMockRecorder) UpdateMe(arg0, arg1 interface{}) *gomock.Call
UpdateMe indicates an expected call of UpdateMe.
func (*MockProfileServiceServerMockRecorder) UpdateSetting ¶
func (mr *MockProfileServiceServerMockRecorder) UpdateSetting(arg0, arg1 interface{}) *gomock.Call
UpdateSetting indicates an expected call of UpdateSetting.
func (*MockProfileServiceServerMockRecorder) UpgradeGuestUser ¶ added in v0.2.28
func (mr *MockProfileServiceServerMockRecorder) UpgradeGuestUser(arg0, arg1 interface{}) *gomock.Call
UpgradeGuestUser indicates an expected call of UpgradeGuestUser.
func (*MockProfileServiceServerMockRecorder) ValidateUsername ¶ added in v0.2.28
func (mr *MockProfileServiceServerMockRecorder) ValidateUsername(arg0, arg1 interface{}) *gomock.Call
ValidateUsername indicates an expected call of ValidateUsername.
func (*MockProfileServiceServerMockRecorder) Verify ¶
func (mr *MockProfileServiceServerMockRecorder) Verify(arg0, arg1 interface{}) *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 ¶
func (m *MockUnsafeProfileServiceServer) EXPECT() *MockUnsafeProfileServiceServerMockRecorder
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.