admin_mock

package
v0.2.146 Latest Latest
Warning

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

Go to latest
Published: Nov 10, 2023 License: AGPL-3.0 Imports: 9 Imported by: 0

Documentation

Overview

Package admin_mock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockAdminAPIClient

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

MockAdminAPIClient is a mock of AdminAPIClient interface.

func NewMockAdminAPIClient

func NewMockAdminAPIClient(ctrl *gomock.Controller) *MockAdminAPIClient

NewMockAdminAPIClient creates a new mock instance.

func (*MockAdminAPIClient) AddLanguage added in v0.2.126

AddLanguage mocks base method.

func (*MockAdminAPIClient) AddModerator

func (m *MockAdminAPIClient) AddModerator(ctx context.Context, in *v1.AddModeratorRequest, opts ...grpc.CallOption) (*v1.Empty, error)

AddModerator mocks base method.

func (*MockAdminAPIClient) AddPermissionToModerator

func (m *MockAdminAPIClient) AddPermissionToModerator(ctx context.Context, in *v1.AddPermissionToModeratorRequest, opts ...grpc.CallOption) (*v1.Empty, error)

AddPermissionToModerator mocks base method.

func (*MockAdminAPIClient) AddReasonToModeratorAction

func (m *MockAdminAPIClient) AddReasonToModeratorAction(ctx context.Context, in *v1.AddReasonToModeratorActionRequest, opts ...grpc.CallOption) (*v1.Empty, error)

AddReasonToModeratorAction mocks base method.

func (*MockAdminAPIClient) AddTagToCircle added in v0.2.38

AddTagToCircle mocks base method.

func (*MockAdminAPIClient) AddTagToGender added in v0.2.38

AddTagToGender mocks base method.

func (*MockAdminAPIClient) CheckModeratorPermission

func (m *MockAdminAPIClient) CheckModeratorPermission(ctx context.Context, in *v1.CheckModeratorPermissionRequest, opts ...grpc.CallOption) (*v1.Empty, error)

CheckModeratorPermission mocks base method.

func (*MockAdminAPIClient) CircleReportsAdminPanel

CircleReportsAdminPanel mocks base method.

func (*MockAdminAPIClient) CreateActionReason

func (m *MockAdminAPIClient) CreateActionReason(ctx context.Context, in *v1.CreateActionReasonRequest, opts ...grpc.CallOption) (*v1.Empty, error)

CreateActionReason mocks base method.

func (*MockAdminAPIClient) CreateFirebaseToken

CreateFirebaseToken mocks base method.

func (*MockAdminAPIClient) CreateModeratorAction

CreateModeratorAction mocks base method.

func (*MockAdminAPIClient) CreatePermission

CreatePermission mocks base method.

func (*MockAdminAPIClient) CreateTag added in v0.2.38

CreateTag mocks base method.

func (*MockAdminAPIClient) DeleteActionReason

func (m *MockAdminAPIClient) DeleteActionReason(ctx context.Context, in *v1.DeleteActionReasonRequest, opts ...grpc.CallOption) (*v1.Empty, error)

DeleteActionReason mocks base method.

func (*MockAdminAPIClient) DeleteCircle

DeleteCircle mocks base method.

func (*MockAdminAPIClient) DeleteComment

DeleteComment mocks base method.

func (*MockAdminAPIClient) DeleteMessage

DeleteMessage mocks base method.

func (*MockAdminAPIClient) DeleteModerator

func (m *MockAdminAPIClient) DeleteModerator(ctx context.Context, in *v1.DeleteModeratorRequest, opts ...grpc.CallOption) (*v1.Empty, error)

DeleteModerator mocks base method.

func (*MockAdminAPIClient) DeleteModeratorPermission

func (m *MockAdminAPIClient) DeleteModeratorPermission(ctx context.Context, in *v1.DeleteModeratorPermissionRequest, opts ...grpc.CallOption) (*v1.Empty, error)

DeleteModeratorPermission mocks base method.

func (*MockAdminAPIClient) DeletePermission

func (m *MockAdminAPIClient) DeletePermission(ctx context.Context, in *v1.DeletePermissionRequest, opts ...grpc.CallOption) (*v1.Empty, error)

DeletePermission mocks base method.

func (*MockAdminAPIClient) DeletePost

DeletePost mocks base method.

func (*MockAdminAPIClient) DeleteTag added in v0.2.38

DeleteTag mocks base method.

func (*MockAdminAPIClient) DeleteTagFromCircle added in v0.2.38

DeleteTagFromCircle mocks base method.

func (*MockAdminAPIClient) DeleteTagFromGender added in v0.2.38

DeleteTagFromGender mocks base method.

func (*MockAdminAPIClient) DeleteUser added in v0.2.137

DeleteUser mocks base method.

func (*MockAdminAPIClient) DeleteUserMessagesInCircles

DeleteUserMessagesInCircles mocks base method.

func (*MockAdminAPIClient) EXPECT

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

func (*MockAdminAPIClient) FeatureApp added in v0.2.45

FeatureApp mocks base method.

func (*MockAdminAPIClient) FeatureCircle added in v0.2.39

func (m *MockAdminAPIClient) FeatureCircle(ctx context.Context, in *v12.FeatureCircleRequest, opts ...grpc.CallOption) (*v1.Empty, error)

FeatureCircle mocks base method.

func (*MockAdminAPIClient) GetActionReasons

func (m *MockAdminAPIClient) GetActionReasons(ctx context.Context, in *v1.Empty, opts ...grpc.CallOption) (*v1.GetActionReasonsResponse, error)

GetActionReasons mocks base method.

func (*MockAdminAPIClient) GetActionStatistics

GetActionStatistics mocks base method.

func (*MockAdminAPIClient) GetChat

GetChat mocks base method.

func (*MockAdminAPIClient) GetCirclesForTags added in v0.2.38

GetCirclesForTags mocks base method.

func (*MockAdminAPIClient) GetEndpoints

func (m *MockAdminAPIClient) GetEndpoints(ctx context.Context, in *v1.Empty, opts ...grpc.CallOption) (*v1.GetEndpointsResponse, error)

GetEndpoints mocks base method.

func (*MockAdminAPIClient) GetGendersForTag added in v0.2.38

GetGendersForTag mocks base method.

func (*MockAdminAPIClient) GetLanguages added in v0.2.126

GetLanguages mocks base method.

func (*MockAdminAPIClient) GetMessage

GetMessage mocks base method.

func (*MockAdminAPIClient) GetModeratorActions

GetModeratorActions mocks base method.

func (*MockAdminAPIClient) GetModeratorPermissions

GetModeratorPermissions mocks base method.

func (*MockAdminAPIClient) GetModerators

func (m *MockAdminAPIClient) GetModerators(ctx context.Context, in *v1.Empty, opts ...grpc.CallOption) (*v1.GetModeratorsResponse, error)

GetModerators mocks base method.

func (*MockAdminAPIClient) GetPermissions

func (m *MockAdminAPIClient) GetPermissions(ctx context.Context, in *v1.Empty, opts ...grpc.CallOption) (*v1.GetPermissionsResponse, error)

GetPermissions mocks base method.

func (*MockAdminAPIClient) GetTags added in v0.2.38

GetTags mocks base method.

func (*MockAdminAPIClient) GetVerifiedUsers

GetVerifiedUsers mocks base method.

func (*MockAdminAPIClient) ResolveCircleReport

func (m *MockAdminAPIClient) ResolveCircleReport(ctx context.Context, in *v12.ResolveReportRequest, opts ...grpc.CallOption) (*v1.Empty, error)

ResolveCircleReport mocks base method.

func (*MockAdminAPIClient) SendPushToCircle

func (m *MockAdminAPIClient) SendPushToCircle(ctx context.Context, in *v1.SendPushToCircleRequest, opts ...grpc.CallOption) (*v1.Empty, error)

SendPushToCircle mocks base method.

func (*MockAdminAPIClient) SetBanStatus

SetBanStatus mocks base method.

func (*MockAdminAPIClient) SetCircleModeratorAdmin

func (m *MockAdminAPIClient) SetCircleModeratorAdmin(ctx context.Context, in *v12.SetUsersRoleInCircleRequest, opts ...grpc.CallOption) (*v1.Empty, error)

SetCircleModeratorAdmin mocks base method.

func (*MockAdminAPIClient) SignInModeration

SignInModeration mocks base method.

func (*MockAdminAPIClient) UnfeatureApp added in v0.2.45

UnfeatureApp mocks base method.

func (*MockAdminAPIClient) UnfeatureCircle added in v0.2.39

func (m *MockAdminAPIClient) UnfeatureCircle(ctx context.Context, in *v12.UnfeatureCircleRequest, opts ...grpc.CallOption) (*v1.Empty, error)

UnfeatureCircle mocks base method.

func (*MockAdminAPIClient) UnverifyUser

UnverifyUser mocks base method.

func (*MockAdminAPIClient) UpdateCircle added in v0.2.107

func (m *MockAdminAPIClient) UpdateCircle(ctx context.Context, in *v12.UpdateRequest, opts ...grpc.CallOption) (*v12.UpdateResponse, error)

UpdateCircle mocks base method.

func (*MockAdminAPIClient) UpdateEndpointPermissions

func (m *MockAdminAPIClient) UpdateEndpointPermissions(ctx context.Context, in *v1.UpdateEndpointPermissionsRequest, opts ...grpc.CallOption) (*v1.Empty, error)

UpdateEndpointPermissions mocks base method.

func (*MockAdminAPIClient) UpdateLanguages added in v0.2.126

UpdateLanguages mocks base method.

func (*MockAdminAPIClient) UpdateModeratorPassword

func (m *MockAdminAPIClient) UpdateModeratorPassword(ctx context.Context, in *v1.UpdateModeratorPasswordRequest, opts ...grpc.CallOption) (*v1.Empty, error)

UpdateModeratorPassword mocks base method.

func (*MockAdminAPIClient) UpdateModeratorPermission

func (m *MockAdminAPIClient) UpdateModeratorPermission(ctx context.Context, in *v1.UpdateModeratorPermissionRequest, opts ...grpc.CallOption) (*v1.Empty, error)

UpdateModeratorPermission mocks base method.

func (*MockAdminAPIClient) UpdateReportStatus

func (m *MockAdminAPIClient) UpdateReportStatus(ctx context.Context, in *v1.UpdateReportStatusRequest, opts ...grpc.CallOption) (*v1.Empty, error)

UpdateReportStatus mocks base method.

func (*MockAdminAPIClient) UpdateTag added in v0.2.38

UpdateTag mocks base method.

func (*MockAdminAPIClient) UpdateUserAdmin

UpdateUserAdmin mocks base method.

func (*MockAdminAPIClient) VerifyUser

VerifyUser mocks base method.

type MockAdminAPIClientMockRecorder

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

MockAdminAPIClientMockRecorder is the mock recorder for MockAdminAPIClient.

func (*MockAdminAPIClientMockRecorder) AddLanguage added in v0.2.126

func (mr *MockAdminAPIClientMockRecorder) AddLanguage(ctx, in interface{}, opts ...interface{}) *gomock.Call

AddLanguage indicates an expected call of AddLanguage.

func (*MockAdminAPIClientMockRecorder) AddModerator

func (mr *MockAdminAPIClientMockRecorder) AddModerator(ctx, in interface{}, opts ...interface{}) *gomock.Call

AddModerator indicates an expected call of AddModerator.

func (*MockAdminAPIClientMockRecorder) AddPermissionToModerator

func (mr *MockAdminAPIClientMockRecorder) AddPermissionToModerator(ctx, in interface{}, opts ...interface{}) *gomock.Call

AddPermissionToModerator indicates an expected call of AddPermissionToModerator.

func (*MockAdminAPIClientMockRecorder) AddReasonToModeratorAction

func (mr *MockAdminAPIClientMockRecorder) AddReasonToModeratorAction(ctx, in interface{}, opts ...interface{}) *gomock.Call

AddReasonToModeratorAction indicates an expected call of AddReasonToModeratorAction.

func (*MockAdminAPIClientMockRecorder) AddTagToCircle added in v0.2.38

func (mr *MockAdminAPIClientMockRecorder) AddTagToCircle(ctx, in interface{}, opts ...interface{}) *gomock.Call

AddTagToCircle indicates an expected call of AddTagToCircle.

func (*MockAdminAPIClientMockRecorder) AddTagToGender added in v0.2.38

func (mr *MockAdminAPIClientMockRecorder) AddTagToGender(ctx, in interface{}, opts ...interface{}) *gomock.Call

AddTagToGender indicates an expected call of AddTagToGender.

func (*MockAdminAPIClientMockRecorder) CheckModeratorPermission

func (mr *MockAdminAPIClientMockRecorder) CheckModeratorPermission(ctx, in interface{}, opts ...interface{}) *gomock.Call

CheckModeratorPermission indicates an expected call of CheckModeratorPermission.

func (*MockAdminAPIClientMockRecorder) CircleReportsAdminPanel

func (mr *MockAdminAPIClientMockRecorder) CircleReportsAdminPanel(ctx, in interface{}, opts ...interface{}) *gomock.Call

CircleReportsAdminPanel indicates an expected call of CircleReportsAdminPanel.

func (*MockAdminAPIClientMockRecorder) CreateActionReason

func (mr *MockAdminAPIClientMockRecorder) CreateActionReason(ctx, in interface{}, opts ...interface{}) *gomock.Call

CreateActionReason indicates an expected call of CreateActionReason.

func (*MockAdminAPIClientMockRecorder) CreateFirebaseToken

func (mr *MockAdminAPIClientMockRecorder) CreateFirebaseToken(ctx, in interface{}, opts ...interface{}) *gomock.Call

CreateFirebaseToken indicates an expected call of CreateFirebaseToken.

func (*MockAdminAPIClientMockRecorder) CreateModeratorAction

func (mr *MockAdminAPIClientMockRecorder) CreateModeratorAction(ctx, in interface{}, opts ...interface{}) *gomock.Call

CreateModeratorAction indicates an expected call of CreateModeratorAction.

func (*MockAdminAPIClientMockRecorder) CreatePermission

func (mr *MockAdminAPIClientMockRecorder) CreatePermission(ctx, in interface{}, opts ...interface{}) *gomock.Call

CreatePermission indicates an expected call of CreatePermission.

func (*MockAdminAPIClientMockRecorder) CreateTag added in v0.2.38

func (mr *MockAdminAPIClientMockRecorder) CreateTag(ctx, in interface{}, opts ...interface{}) *gomock.Call

CreateTag indicates an expected call of CreateTag.

func (*MockAdminAPIClientMockRecorder) DeleteActionReason

func (mr *MockAdminAPIClientMockRecorder) DeleteActionReason(ctx, in interface{}, opts ...interface{}) *gomock.Call

DeleteActionReason indicates an expected call of DeleteActionReason.

func (*MockAdminAPIClientMockRecorder) DeleteCircle

func (mr *MockAdminAPIClientMockRecorder) DeleteCircle(ctx, in interface{}, opts ...interface{}) *gomock.Call

DeleteCircle indicates an expected call of DeleteCircle.

func (*MockAdminAPIClientMockRecorder) DeleteComment

func (mr *MockAdminAPIClientMockRecorder) DeleteComment(ctx, in interface{}, opts ...interface{}) *gomock.Call

DeleteComment indicates an expected call of DeleteComment.

func (*MockAdminAPIClientMockRecorder) DeleteMessage

func (mr *MockAdminAPIClientMockRecorder) DeleteMessage(ctx, in interface{}, opts ...interface{}) *gomock.Call

DeleteMessage indicates an expected call of DeleteMessage.

func (*MockAdminAPIClientMockRecorder) DeleteModerator

func (mr *MockAdminAPIClientMockRecorder) DeleteModerator(ctx, in interface{}, opts ...interface{}) *gomock.Call

DeleteModerator indicates an expected call of DeleteModerator.

func (*MockAdminAPIClientMockRecorder) DeleteModeratorPermission

func (mr *MockAdminAPIClientMockRecorder) DeleteModeratorPermission(ctx, in interface{}, opts ...interface{}) *gomock.Call

DeleteModeratorPermission indicates an expected call of DeleteModeratorPermission.

func (*MockAdminAPIClientMockRecorder) DeletePermission

func (mr *MockAdminAPIClientMockRecorder) DeletePermission(ctx, in interface{}, opts ...interface{}) *gomock.Call

DeletePermission indicates an expected call of DeletePermission.

func (*MockAdminAPIClientMockRecorder) DeletePost

func (mr *MockAdminAPIClientMockRecorder) DeletePost(ctx, in interface{}, opts ...interface{}) *gomock.Call

DeletePost indicates an expected call of DeletePost.

func (*MockAdminAPIClientMockRecorder) DeleteTag added in v0.2.38

func (mr *MockAdminAPIClientMockRecorder) DeleteTag(ctx, in interface{}, opts ...interface{}) *gomock.Call

DeleteTag indicates an expected call of DeleteTag.

func (*MockAdminAPIClientMockRecorder) DeleteTagFromCircle added in v0.2.38

func (mr *MockAdminAPIClientMockRecorder) DeleteTagFromCircle(ctx, in interface{}, opts ...interface{}) *gomock.Call

DeleteTagFromCircle indicates an expected call of DeleteTagFromCircle.

func (*MockAdminAPIClientMockRecorder) DeleteTagFromGender added in v0.2.38

func (mr *MockAdminAPIClientMockRecorder) DeleteTagFromGender(ctx, in interface{}, opts ...interface{}) *gomock.Call

DeleteTagFromGender indicates an expected call of DeleteTagFromGender.

func (*MockAdminAPIClientMockRecorder) DeleteUser added in v0.2.137

func (mr *MockAdminAPIClientMockRecorder) DeleteUser(ctx, in interface{}, opts ...interface{}) *gomock.Call

DeleteUser indicates an expected call of DeleteUser.

func (*MockAdminAPIClientMockRecorder) DeleteUserMessagesInCircles

func (mr *MockAdminAPIClientMockRecorder) DeleteUserMessagesInCircles(ctx, in interface{}, opts ...interface{}) *gomock.Call

DeleteUserMessagesInCircles indicates an expected call of DeleteUserMessagesInCircles.

func (*MockAdminAPIClientMockRecorder) FeatureApp added in v0.2.45

func (mr *MockAdminAPIClientMockRecorder) FeatureApp(ctx, in interface{}, opts ...interface{}) *gomock.Call

FeatureApp indicates an expected call of FeatureApp.

func (*MockAdminAPIClientMockRecorder) FeatureCircle added in v0.2.39

func (mr *MockAdminAPIClientMockRecorder) FeatureCircle(ctx, in interface{}, opts ...interface{}) *gomock.Call

FeatureCircle indicates an expected call of FeatureCircle.

func (*MockAdminAPIClientMockRecorder) GetActionReasons

func (mr *MockAdminAPIClientMockRecorder) GetActionReasons(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetActionReasons indicates an expected call of GetActionReasons.

func (*MockAdminAPIClientMockRecorder) GetActionStatistics

func (mr *MockAdminAPIClientMockRecorder) GetActionStatistics(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetActionStatistics indicates an expected call of GetActionStatistics.

func (*MockAdminAPIClientMockRecorder) GetChat

func (mr *MockAdminAPIClientMockRecorder) GetChat(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetChat indicates an expected call of GetChat.

func (*MockAdminAPIClientMockRecorder) GetCirclesForTags added in v0.2.38

func (mr *MockAdminAPIClientMockRecorder) GetCirclesForTags(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetCirclesForTags indicates an expected call of GetCirclesForTags.

func (*MockAdminAPIClientMockRecorder) GetEndpoints

func (mr *MockAdminAPIClientMockRecorder) GetEndpoints(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetEndpoints indicates an expected call of GetEndpoints.

func (*MockAdminAPIClientMockRecorder) GetGendersForTag added in v0.2.38

func (mr *MockAdminAPIClientMockRecorder) GetGendersForTag(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetGendersForTag indicates an expected call of GetGendersForTag.

func (*MockAdminAPIClientMockRecorder) GetLanguages added in v0.2.126

func (mr *MockAdminAPIClientMockRecorder) GetLanguages(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetLanguages indicates an expected call of GetLanguages.

func (*MockAdminAPIClientMockRecorder) GetMessage

func (mr *MockAdminAPIClientMockRecorder) GetMessage(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetMessage indicates an expected call of GetMessage.

func (*MockAdminAPIClientMockRecorder) GetModeratorActions

func (mr *MockAdminAPIClientMockRecorder) GetModeratorActions(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetModeratorActions indicates an expected call of GetModeratorActions.

func (*MockAdminAPIClientMockRecorder) GetModeratorPermissions

func (mr *MockAdminAPIClientMockRecorder) GetModeratorPermissions(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetModeratorPermissions indicates an expected call of GetModeratorPermissions.

func (*MockAdminAPIClientMockRecorder) GetModerators

func (mr *MockAdminAPIClientMockRecorder) GetModerators(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetModerators indicates an expected call of GetModerators.

func (*MockAdminAPIClientMockRecorder) GetPermissions

func (mr *MockAdminAPIClientMockRecorder) GetPermissions(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetPermissions indicates an expected call of GetPermissions.

func (*MockAdminAPIClientMockRecorder) GetTags added in v0.2.38

func (mr *MockAdminAPIClientMockRecorder) GetTags(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetTags indicates an expected call of GetTags.

func (*MockAdminAPIClientMockRecorder) GetVerifiedUsers

func (mr *MockAdminAPIClientMockRecorder) GetVerifiedUsers(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetVerifiedUsers indicates an expected call of GetVerifiedUsers.

func (*MockAdminAPIClientMockRecorder) ResolveCircleReport

func (mr *MockAdminAPIClientMockRecorder) ResolveCircleReport(ctx, in interface{}, opts ...interface{}) *gomock.Call

ResolveCircleReport indicates an expected call of ResolveCircleReport.

func (*MockAdminAPIClientMockRecorder) SendPushToCircle

func (mr *MockAdminAPIClientMockRecorder) SendPushToCircle(ctx, in interface{}, opts ...interface{}) *gomock.Call

SendPushToCircle indicates an expected call of SendPushToCircle.

func (*MockAdminAPIClientMockRecorder) SetBanStatus

func (mr *MockAdminAPIClientMockRecorder) SetBanStatus(ctx, in interface{}, opts ...interface{}) *gomock.Call

SetBanStatus indicates an expected call of SetBanStatus.

func (*MockAdminAPIClientMockRecorder) SetCircleModeratorAdmin

func (mr *MockAdminAPIClientMockRecorder) SetCircleModeratorAdmin(ctx, in interface{}, opts ...interface{}) *gomock.Call

SetCircleModeratorAdmin indicates an expected call of SetCircleModeratorAdmin.

func (*MockAdminAPIClientMockRecorder) SignInModeration

func (mr *MockAdminAPIClientMockRecorder) SignInModeration(ctx, in interface{}, opts ...interface{}) *gomock.Call

SignInModeration indicates an expected call of SignInModeration.

func (*MockAdminAPIClientMockRecorder) UnfeatureApp added in v0.2.45

func (mr *MockAdminAPIClientMockRecorder) UnfeatureApp(ctx, in interface{}, opts ...interface{}) *gomock.Call

UnfeatureApp indicates an expected call of UnfeatureApp.

func (*MockAdminAPIClientMockRecorder) UnfeatureCircle added in v0.2.39

func (mr *MockAdminAPIClientMockRecorder) UnfeatureCircle(ctx, in interface{}, opts ...interface{}) *gomock.Call

UnfeatureCircle indicates an expected call of UnfeatureCircle.

func (*MockAdminAPIClientMockRecorder) UnverifyUser

func (mr *MockAdminAPIClientMockRecorder) UnverifyUser(ctx, in interface{}, opts ...interface{}) *gomock.Call

UnverifyUser indicates an expected call of UnverifyUser.

func (*MockAdminAPIClientMockRecorder) UpdateCircle added in v0.2.107

func (mr *MockAdminAPIClientMockRecorder) UpdateCircle(ctx, in interface{}, opts ...interface{}) *gomock.Call

UpdateCircle indicates an expected call of UpdateCircle.

func (*MockAdminAPIClientMockRecorder) UpdateEndpointPermissions

func (mr *MockAdminAPIClientMockRecorder) UpdateEndpointPermissions(ctx, in interface{}, opts ...interface{}) *gomock.Call

UpdateEndpointPermissions indicates an expected call of UpdateEndpointPermissions.

func (*MockAdminAPIClientMockRecorder) UpdateLanguages added in v0.2.126

func (mr *MockAdminAPIClientMockRecorder) UpdateLanguages(ctx, in interface{}, opts ...interface{}) *gomock.Call

UpdateLanguages indicates an expected call of UpdateLanguages.

func (*MockAdminAPIClientMockRecorder) UpdateModeratorPassword

func (mr *MockAdminAPIClientMockRecorder) UpdateModeratorPassword(ctx, in interface{}, opts ...interface{}) *gomock.Call

UpdateModeratorPassword indicates an expected call of UpdateModeratorPassword.

func (*MockAdminAPIClientMockRecorder) UpdateModeratorPermission

func (mr *MockAdminAPIClientMockRecorder) UpdateModeratorPermission(ctx, in interface{}, opts ...interface{}) *gomock.Call

UpdateModeratorPermission indicates an expected call of UpdateModeratorPermission.

func (*MockAdminAPIClientMockRecorder) UpdateReportStatus

func (mr *MockAdminAPIClientMockRecorder) UpdateReportStatus(ctx, in interface{}, opts ...interface{}) *gomock.Call

UpdateReportStatus indicates an expected call of UpdateReportStatus.

func (*MockAdminAPIClientMockRecorder) UpdateTag added in v0.2.38

func (mr *MockAdminAPIClientMockRecorder) UpdateTag(ctx, in interface{}, opts ...interface{}) *gomock.Call

UpdateTag indicates an expected call of UpdateTag.

func (*MockAdminAPIClientMockRecorder) UpdateUserAdmin

func (mr *MockAdminAPIClientMockRecorder) UpdateUserAdmin(ctx, in interface{}, opts ...interface{}) *gomock.Call

UpdateUserAdmin indicates an expected call of UpdateUserAdmin.

func (*MockAdminAPIClientMockRecorder) VerifyUser

func (mr *MockAdminAPIClientMockRecorder) VerifyUser(ctx, in interface{}, opts ...interface{}) *gomock.Call

VerifyUser indicates an expected call of VerifyUser.

type MockAdminAPIServer

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

MockAdminAPIServer is a mock of AdminAPIServer interface.

func NewMockAdminAPIServer

func NewMockAdminAPIServer(ctrl *gomock.Controller) *MockAdminAPIServer

NewMockAdminAPIServer creates a new mock instance.

func (*MockAdminAPIServer) AddLanguage added in v0.2.126

AddLanguage mocks base method.

func (*MockAdminAPIServer) AddModerator

func (m *MockAdminAPIServer) AddModerator(arg0 context.Context, arg1 *v1.AddModeratorRequest) (*v1.Empty, error)

AddModerator mocks base method.

func (*MockAdminAPIServer) AddPermissionToModerator

func (m *MockAdminAPIServer) AddPermissionToModerator(arg0 context.Context, arg1 *v1.AddPermissionToModeratorRequest) (*v1.Empty, error)

AddPermissionToModerator mocks base method.

func (*MockAdminAPIServer) AddReasonToModeratorAction

func (m *MockAdminAPIServer) AddReasonToModeratorAction(arg0 context.Context, arg1 *v1.AddReasonToModeratorActionRequest) (*v1.Empty, error)

AddReasonToModeratorAction mocks base method.

func (*MockAdminAPIServer) AddTagToCircle added in v0.2.38

AddTagToCircle mocks base method.

func (*MockAdminAPIServer) AddTagToGender added in v0.2.38

AddTagToGender mocks base method.

func (*MockAdminAPIServer) CheckModeratorPermission

func (m *MockAdminAPIServer) CheckModeratorPermission(arg0 context.Context, arg1 *v1.CheckModeratorPermissionRequest) (*v1.Empty, error)

CheckModeratorPermission mocks base method.

func (*MockAdminAPIServer) CircleReportsAdminPanel

CircleReportsAdminPanel mocks base method.

func (*MockAdminAPIServer) CreateActionReason

func (m *MockAdminAPIServer) CreateActionReason(arg0 context.Context, arg1 *v1.CreateActionReasonRequest) (*v1.Empty, error)

CreateActionReason mocks base method.

func (*MockAdminAPIServer) CreateFirebaseToken

CreateFirebaseToken mocks base method.

func (*MockAdminAPIServer) CreateModeratorAction

CreateModeratorAction mocks base method.

func (*MockAdminAPIServer) CreatePermission

CreatePermission mocks base method.

func (*MockAdminAPIServer) CreateTag added in v0.2.38

CreateTag mocks base method.

func (*MockAdminAPIServer) DeleteActionReason

func (m *MockAdminAPIServer) DeleteActionReason(arg0 context.Context, arg1 *v1.DeleteActionReasonRequest) (*v1.Empty, error)

DeleteActionReason mocks base method.

func (*MockAdminAPIServer) DeleteCircle

DeleteCircle mocks base method.

func (*MockAdminAPIServer) DeleteComment

DeleteComment mocks base method.

func (*MockAdminAPIServer) DeleteMessage

DeleteMessage mocks base method.

func (*MockAdminAPIServer) DeleteModerator

func (m *MockAdminAPIServer) DeleteModerator(arg0 context.Context, arg1 *v1.DeleteModeratorRequest) (*v1.Empty, error)

DeleteModerator mocks base method.

func (*MockAdminAPIServer) DeleteModeratorPermission

func (m *MockAdminAPIServer) DeleteModeratorPermission(arg0 context.Context, arg1 *v1.DeleteModeratorPermissionRequest) (*v1.Empty, error)

DeleteModeratorPermission mocks base method.

func (*MockAdminAPIServer) DeletePermission

func (m *MockAdminAPIServer) DeletePermission(arg0 context.Context, arg1 *v1.DeletePermissionRequest) (*v1.Empty, error)

DeletePermission mocks base method.

func (*MockAdminAPIServer) DeletePost

DeletePost mocks base method.

func (*MockAdminAPIServer) DeleteTag added in v0.2.38

DeleteTag mocks base method.

func (*MockAdminAPIServer) DeleteTagFromCircle added in v0.2.38

DeleteTagFromCircle mocks base method.

func (*MockAdminAPIServer) DeleteTagFromGender added in v0.2.38

DeleteTagFromGender mocks base method.

func (*MockAdminAPIServer) DeleteUser added in v0.2.137

DeleteUser mocks base method.

func (*MockAdminAPIServer) DeleteUserMessagesInCircles

DeleteUserMessagesInCircles mocks base method.

func (*MockAdminAPIServer) EXPECT

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

func (*MockAdminAPIServer) FeatureApp added in v0.2.45

FeatureApp mocks base method.

func (*MockAdminAPIServer) FeatureCircle added in v0.2.39

func (m *MockAdminAPIServer) FeatureCircle(arg0 context.Context, arg1 *v12.FeatureCircleRequest) (*v1.Empty, error)

FeatureCircle mocks base method.

func (*MockAdminAPIServer) GetActionReasons

func (m *MockAdminAPIServer) GetActionReasons(arg0 context.Context, arg1 *v1.Empty) (*v1.GetActionReasonsResponse, error)

GetActionReasons mocks base method.

func (*MockAdminAPIServer) GetActionStatistics

GetActionStatistics mocks base method.

func (*MockAdminAPIServer) GetChat

GetChat mocks base method.

func (*MockAdminAPIServer) GetCirclesForTags added in v0.2.38

GetCirclesForTags mocks base method.

func (*MockAdminAPIServer) GetEndpoints

func (m *MockAdminAPIServer) GetEndpoints(arg0 context.Context, arg1 *v1.Empty) (*v1.GetEndpointsResponse, error)

GetEndpoints mocks base method.

func (*MockAdminAPIServer) GetGendersForTag added in v0.2.38

GetGendersForTag mocks base method.

func (*MockAdminAPIServer) GetLanguages added in v0.2.126

GetLanguages mocks base method.

func (*MockAdminAPIServer) GetMessage

GetMessage mocks base method.

func (*MockAdminAPIServer) GetModeratorActions

GetModeratorActions mocks base method.

func (*MockAdminAPIServer) GetModeratorPermissions

GetModeratorPermissions mocks base method.

func (*MockAdminAPIServer) GetModerators

func (m *MockAdminAPIServer) GetModerators(arg0 context.Context, arg1 *v1.Empty) (*v1.GetModeratorsResponse, error)

GetModerators mocks base method.

func (*MockAdminAPIServer) GetPermissions

func (m *MockAdminAPIServer) GetPermissions(arg0 context.Context, arg1 *v1.Empty) (*v1.GetPermissionsResponse, error)

GetPermissions mocks base method.

func (*MockAdminAPIServer) GetTags added in v0.2.38

GetTags mocks base method.

func (*MockAdminAPIServer) GetVerifiedUsers

GetVerifiedUsers mocks base method.

func (*MockAdminAPIServer) ResolveCircleReport

func (m *MockAdminAPIServer) ResolveCircleReport(arg0 context.Context, arg1 *v12.ResolveReportRequest) (*v1.Empty, error)

ResolveCircleReport mocks base method.

func (*MockAdminAPIServer) SendPushToCircle

func (m *MockAdminAPIServer) SendPushToCircle(arg0 context.Context, arg1 *v1.SendPushToCircleRequest) (*v1.Empty, error)

SendPushToCircle mocks base method.

func (*MockAdminAPIServer) SetBanStatus

SetBanStatus mocks base method.

func (*MockAdminAPIServer) SetCircleModeratorAdmin

func (m *MockAdminAPIServer) SetCircleModeratorAdmin(arg0 context.Context, arg1 *v12.SetUsersRoleInCircleRequest) (*v1.Empty, error)

SetCircleModeratorAdmin mocks base method.

func (*MockAdminAPIServer) SignInModeration

SignInModeration mocks base method.

func (*MockAdminAPIServer) UnfeatureApp added in v0.2.45

UnfeatureApp mocks base method.

func (*MockAdminAPIServer) UnfeatureCircle added in v0.2.39

func (m *MockAdminAPIServer) UnfeatureCircle(arg0 context.Context, arg1 *v12.UnfeatureCircleRequest) (*v1.Empty, error)

UnfeatureCircle mocks base method.

func (*MockAdminAPIServer) UnverifyUser

UnverifyUser mocks base method.

func (*MockAdminAPIServer) UpdateCircle added in v0.2.107

func (m *MockAdminAPIServer) UpdateCircle(arg0 context.Context, arg1 *v12.UpdateRequest) (*v12.UpdateResponse, error)

UpdateCircle mocks base method.

func (*MockAdminAPIServer) UpdateEndpointPermissions

func (m *MockAdminAPIServer) UpdateEndpointPermissions(arg0 context.Context, arg1 *v1.UpdateEndpointPermissionsRequest) (*v1.Empty, error)

UpdateEndpointPermissions mocks base method.

func (*MockAdminAPIServer) UpdateLanguages added in v0.2.126

UpdateLanguages mocks base method.

func (*MockAdminAPIServer) UpdateModeratorPassword

func (m *MockAdminAPIServer) UpdateModeratorPassword(arg0 context.Context, arg1 *v1.UpdateModeratorPasswordRequest) (*v1.Empty, error)

UpdateModeratorPassword mocks base method.

func (*MockAdminAPIServer) UpdateModeratorPermission

func (m *MockAdminAPIServer) UpdateModeratorPermission(arg0 context.Context, arg1 *v1.UpdateModeratorPermissionRequest) (*v1.Empty, error)

UpdateModeratorPermission mocks base method.

func (*MockAdminAPIServer) UpdateReportStatus

func (m *MockAdminAPIServer) UpdateReportStatus(arg0 context.Context, arg1 *v1.UpdateReportStatusRequest) (*v1.Empty, error)

UpdateReportStatus mocks base method.

func (*MockAdminAPIServer) UpdateTag added in v0.2.38

UpdateTag mocks base method.

func (*MockAdminAPIServer) UpdateUserAdmin

func (m *MockAdminAPIServer) UpdateUserAdmin(arg0 context.Context, arg1 *v13.UserUpdateRequest) (*v13.UserUpdateResponse, error)

UpdateUserAdmin mocks base method.

func (*MockAdminAPIServer) VerifyUser

VerifyUser mocks base method.

type MockAdminAPIServerMockRecorder

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

MockAdminAPIServerMockRecorder is the mock recorder for MockAdminAPIServer.

func (*MockAdminAPIServerMockRecorder) AddLanguage added in v0.2.126

func (mr *MockAdminAPIServerMockRecorder) AddLanguage(arg0, arg1 interface{}) *gomock.Call

AddLanguage indicates an expected call of AddLanguage.

func (*MockAdminAPIServerMockRecorder) AddModerator

func (mr *MockAdminAPIServerMockRecorder) AddModerator(arg0, arg1 interface{}) *gomock.Call

AddModerator indicates an expected call of AddModerator.

func (*MockAdminAPIServerMockRecorder) AddPermissionToModerator

func (mr *MockAdminAPIServerMockRecorder) AddPermissionToModerator(arg0, arg1 interface{}) *gomock.Call

AddPermissionToModerator indicates an expected call of AddPermissionToModerator.

func (*MockAdminAPIServerMockRecorder) AddReasonToModeratorAction

func (mr *MockAdminAPIServerMockRecorder) AddReasonToModeratorAction(arg0, arg1 interface{}) *gomock.Call

AddReasonToModeratorAction indicates an expected call of AddReasonToModeratorAction.

func (*MockAdminAPIServerMockRecorder) AddTagToCircle added in v0.2.38

func (mr *MockAdminAPIServerMockRecorder) AddTagToCircle(arg0, arg1 interface{}) *gomock.Call

AddTagToCircle indicates an expected call of AddTagToCircle.

func (*MockAdminAPIServerMockRecorder) AddTagToGender added in v0.2.38

func (mr *MockAdminAPIServerMockRecorder) AddTagToGender(arg0, arg1 interface{}) *gomock.Call

AddTagToGender indicates an expected call of AddTagToGender.

func (*MockAdminAPIServerMockRecorder) CheckModeratorPermission

func (mr *MockAdminAPIServerMockRecorder) CheckModeratorPermission(arg0, arg1 interface{}) *gomock.Call

CheckModeratorPermission indicates an expected call of CheckModeratorPermission.

func (*MockAdminAPIServerMockRecorder) CircleReportsAdminPanel

func (mr *MockAdminAPIServerMockRecorder) CircleReportsAdminPanel(arg0, arg1 interface{}) *gomock.Call

CircleReportsAdminPanel indicates an expected call of CircleReportsAdminPanel.

func (*MockAdminAPIServerMockRecorder) CreateActionReason

func (mr *MockAdminAPIServerMockRecorder) CreateActionReason(arg0, arg1 interface{}) *gomock.Call

CreateActionReason indicates an expected call of CreateActionReason.

func (*MockAdminAPIServerMockRecorder) CreateFirebaseToken

func (mr *MockAdminAPIServerMockRecorder) CreateFirebaseToken(arg0, arg1 interface{}) *gomock.Call

CreateFirebaseToken indicates an expected call of CreateFirebaseToken.

func (*MockAdminAPIServerMockRecorder) CreateModeratorAction

func (mr *MockAdminAPIServerMockRecorder) CreateModeratorAction(arg0, arg1 interface{}) *gomock.Call

CreateModeratorAction indicates an expected call of CreateModeratorAction.

func (*MockAdminAPIServerMockRecorder) CreatePermission

func (mr *MockAdminAPIServerMockRecorder) CreatePermission(arg0, arg1 interface{}) *gomock.Call

CreatePermission indicates an expected call of CreatePermission.

func (*MockAdminAPIServerMockRecorder) CreateTag added in v0.2.38

func (mr *MockAdminAPIServerMockRecorder) CreateTag(arg0, arg1 interface{}) *gomock.Call

CreateTag indicates an expected call of CreateTag.

func (*MockAdminAPIServerMockRecorder) DeleteActionReason

func (mr *MockAdminAPIServerMockRecorder) DeleteActionReason(arg0, arg1 interface{}) *gomock.Call

DeleteActionReason indicates an expected call of DeleteActionReason.

func (*MockAdminAPIServerMockRecorder) DeleteCircle

func (mr *MockAdminAPIServerMockRecorder) DeleteCircle(arg0, arg1 interface{}) *gomock.Call

DeleteCircle indicates an expected call of DeleteCircle.

func (*MockAdminAPIServerMockRecorder) DeleteComment

func (mr *MockAdminAPIServerMockRecorder) DeleteComment(arg0, arg1 interface{}) *gomock.Call

DeleteComment indicates an expected call of DeleteComment.

func (*MockAdminAPIServerMockRecorder) DeleteMessage

func (mr *MockAdminAPIServerMockRecorder) DeleteMessage(arg0, arg1 interface{}) *gomock.Call

DeleteMessage indicates an expected call of DeleteMessage.

func (*MockAdminAPIServerMockRecorder) DeleteModerator

func (mr *MockAdminAPIServerMockRecorder) DeleteModerator(arg0, arg1 interface{}) *gomock.Call

DeleteModerator indicates an expected call of DeleteModerator.

func (*MockAdminAPIServerMockRecorder) DeleteModeratorPermission

func (mr *MockAdminAPIServerMockRecorder) DeleteModeratorPermission(arg0, arg1 interface{}) *gomock.Call

DeleteModeratorPermission indicates an expected call of DeleteModeratorPermission.

func (*MockAdminAPIServerMockRecorder) DeletePermission

func (mr *MockAdminAPIServerMockRecorder) DeletePermission(arg0, arg1 interface{}) *gomock.Call

DeletePermission indicates an expected call of DeletePermission.

func (*MockAdminAPIServerMockRecorder) DeletePost

func (mr *MockAdminAPIServerMockRecorder) DeletePost(arg0, arg1 interface{}) *gomock.Call

DeletePost indicates an expected call of DeletePost.

func (*MockAdminAPIServerMockRecorder) DeleteTag added in v0.2.38

func (mr *MockAdminAPIServerMockRecorder) DeleteTag(arg0, arg1 interface{}) *gomock.Call

DeleteTag indicates an expected call of DeleteTag.

func (*MockAdminAPIServerMockRecorder) DeleteTagFromCircle added in v0.2.38

func (mr *MockAdminAPIServerMockRecorder) DeleteTagFromCircle(arg0, arg1 interface{}) *gomock.Call

DeleteTagFromCircle indicates an expected call of DeleteTagFromCircle.

func (*MockAdminAPIServerMockRecorder) DeleteTagFromGender added in v0.2.38

func (mr *MockAdminAPIServerMockRecorder) DeleteTagFromGender(arg0, arg1 interface{}) *gomock.Call

DeleteTagFromGender indicates an expected call of DeleteTagFromGender.

func (*MockAdminAPIServerMockRecorder) DeleteUser added in v0.2.137

func (mr *MockAdminAPIServerMockRecorder) DeleteUser(arg0, arg1 interface{}) *gomock.Call

DeleteUser indicates an expected call of DeleteUser.

func (*MockAdminAPIServerMockRecorder) DeleteUserMessagesInCircles

func (mr *MockAdminAPIServerMockRecorder) DeleteUserMessagesInCircles(arg0, arg1 interface{}) *gomock.Call

DeleteUserMessagesInCircles indicates an expected call of DeleteUserMessagesInCircles.

func (*MockAdminAPIServerMockRecorder) FeatureApp added in v0.2.45

func (mr *MockAdminAPIServerMockRecorder) FeatureApp(arg0, arg1 interface{}) *gomock.Call

FeatureApp indicates an expected call of FeatureApp.

func (*MockAdminAPIServerMockRecorder) FeatureCircle added in v0.2.39

func (mr *MockAdminAPIServerMockRecorder) FeatureCircle(arg0, arg1 interface{}) *gomock.Call

FeatureCircle indicates an expected call of FeatureCircle.

func (*MockAdminAPIServerMockRecorder) GetActionReasons

func (mr *MockAdminAPIServerMockRecorder) GetActionReasons(arg0, arg1 interface{}) *gomock.Call

GetActionReasons indicates an expected call of GetActionReasons.

func (*MockAdminAPIServerMockRecorder) GetActionStatistics

func (mr *MockAdminAPIServerMockRecorder) GetActionStatistics(arg0, arg1 interface{}) *gomock.Call

GetActionStatistics indicates an expected call of GetActionStatistics.

func (*MockAdminAPIServerMockRecorder) GetChat

func (mr *MockAdminAPIServerMockRecorder) GetChat(arg0, arg1 interface{}) *gomock.Call

GetChat indicates an expected call of GetChat.

func (*MockAdminAPIServerMockRecorder) GetCirclesForTags added in v0.2.38

func (mr *MockAdminAPIServerMockRecorder) GetCirclesForTags(arg0, arg1 interface{}) *gomock.Call

GetCirclesForTags indicates an expected call of GetCirclesForTags.

func (*MockAdminAPIServerMockRecorder) GetEndpoints

func (mr *MockAdminAPIServerMockRecorder) GetEndpoints(arg0, arg1 interface{}) *gomock.Call

GetEndpoints indicates an expected call of GetEndpoints.

func (*MockAdminAPIServerMockRecorder) GetGendersForTag added in v0.2.38

func (mr *MockAdminAPIServerMockRecorder) GetGendersForTag(arg0, arg1 interface{}) *gomock.Call

GetGendersForTag indicates an expected call of GetGendersForTag.

func (*MockAdminAPIServerMockRecorder) GetLanguages added in v0.2.126

func (mr *MockAdminAPIServerMockRecorder) GetLanguages(arg0, arg1 interface{}) *gomock.Call

GetLanguages indicates an expected call of GetLanguages.

func (*MockAdminAPIServerMockRecorder) GetMessage

func (mr *MockAdminAPIServerMockRecorder) GetMessage(arg0, arg1 interface{}) *gomock.Call

GetMessage indicates an expected call of GetMessage.

func (*MockAdminAPIServerMockRecorder) GetModeratorActions

func (mr *MockAdminAPIServerMockRecorder) GetModeratorActions(arg0, arg1 interface{}) *gomock.Call

GetModeratorActions indicates an expected call of GetModeratorActions.

func (*MockAdminAPIServerMockRecorder) GetModeratorPermissions

func (mr *MockAdminAPIServerMockRecorder) GetModeratorPermissions(arg0, arg1 interface{}) *gomock.Call

GetModeratorPermissions indicates an expected call of GetModeratorPermissions.

func (*MockAdminAPIServerMockRecorder) GetModerators

func (mr *MockAdminAPIServerMockRecorder) GetModerators(arg0, arg1 interface{}) *gomock.Call

GetModerators indicates an expected call of GetModerators.

func (*MockAdminAPIServerMockRecorder) GetPermissions

func (mr *MockAdminAPIServerMockRecorder) GetPermissions(arg0, arg1 interface{}) *gomock.Call

GetPermissions indicates an expected call of GetPermissions.

func (*MockAdminAPIServerMockRecorder) GetTags added in v0.2.38

func (mr *MockAdminAPIServerMockRecorder) GetTags(arg0, arg1 interface{}) *gomock.Call

GetTags indicates an expected call of GetTags.

func (*MockAdminAPIServerMockRecorder) GetVerifiedUsers

func (mr *MockAdminAPIServerMockRecorder) GetVerifiedUsers(arg0, arg1 interface{}) *gomock.Call

GetVerifiedUsers indicates an expected call of GetVerifiedUsers.

func (*MockAdminAPIServerMockRecorder) ResolveCircleReport

func (mr *MockAdminAPIServerMockRecorder) ResolveCircleReport(arg0, arg1 interface{}) *gomock.Call

ResolveCircleReport indicates an expected call of ResolveCircleReport.

func (*MockAdminAPIServerMockRecorder) SendPushToCircle

func (mr *MockAdminAPIServerMockRecorder) SendPushToCircle(arg0, arg1 interface{}) *gomock.Call

SendPushToCircle indicates an expected call of SendPushToCircle.

func (*MockAdminAPIServerMockRecorder) SetBanStatus

func (mr *MockAdminAPIServerMockRecorder) SetBanStatus(arg0, arg1 interface{}) *gomock.Call

SetBanStatus indicates an expected call of SetBanStatus.

func (*MockAdminAPIServerMockRecorder) SetCircleModeratorAdmin

func (mr *MockAdminAPIServerMockRecorder) SetCircleModeratorAdmin(arg0, arg1 interface{}) *gomock.Call

SetCircleModeratorAdmin indicates an expected call of SetCircleModeratorAdmin.

func (*MockAdminAPIServerMockRecorder) SignInModeration

func (mr *MockAdminAPIServerMockRecorder) SignInModeration(arg0, arg1 interface{}) *gomock.Call

SignInModeration indicates an expected call of SignInModeration.

func (*MockAdminAPIServerMockRecorder) UnfeatureApp added in v0.2.45

func (mr *MockAdminAPIServerMockRecorder) UnfeatureApp(arg0, arg1 interface{}) *gomock.Call

UnfeatureApp indicates an expected call of UnfeatureApp.

func (*MockAdminAPIServerMockRecorder) UnfeatureCircle added in v0.2.39

func (mr *MockAdminAPIServerMockRecorder) UnfeatureCircle(arg0, arg1 interface{}) *gomock.Call

UnfeatureCircle indicates an expected call of UnfeatureCircle.

func (*MockAdminAPIServerMockRecorder) UnverifyUser

func (mr *MockAdminAPIServerMockRecorder) UnverifyUser(arg0, arg1 interface{}) *gomock.Call

UnverifyUser indicates an expected call of UnverifyUser.

func (*MockAdminAPIServerMockRecorder) UpdateCircle added in v0.2.107

func (mr *MockAdminAPIServerMockRecorder) UpdateCircle(arg0, arg1 interface{}) *gomock.Call

UpdateCircle indicates an expected call of UpdateCircle.

func (*MockAdminAPIServerMockRecorder) UpdateEndpointPermissions

func (mr *MockAdminAPIServerMockRecorder) UpdateEndpointPermissions(arg0, arg1 interface{}) *gomock.Call

UpdateEndpointPermissions indicates an expected call of UpdateEndpointPermissions.

func (*MockAdminAPIServerMockRecorder) UpdateLanguages added in v0.2.126

func (mr *MockAdminAPIServerMockRecorder) UpdateLanguages(arg0, arg1 interface{}) *gomock.Call

UpdateLanguages indicates an expected call of UpdateLanguages.

func (*MockAdminAPIServerMockRecorder) UpdateModeratorPassword

func (mr *MockAdminAPIServerMockRecorder) UpdateModeratorPassword(arg0, arg1 interface{}) *gomock.Call

UpdateModeratorPassword indicates an expected call of UpdateModeratorPassword.

func (*MockAdminAPIServerMockRecorder) UpdateModeratorPermission

func (mr *MockAdminAPIServerMockRecorder) UpdateModeratorPermission(arg0, arg1 interface{}) *gomock.Call

UpdateModeratorPermission indicates an expected call of UpdateModeratorPermission.

func (*MockAdminAPIServerMockRecorder) UpdateReportStatus

func (mr *MockAdminAPIServerMockRecorder) UpdateReportStatus(arg0, arg1 interface{}) *gomock.Call

UpdateReportStatus indicates an expected call of UpdateReportStatus.

func (*MockAdminAPIServerMockRecorder) UpdateTag added in v0.2.38

func (mr *MockAdminAPIServerMockRecorder) UpdateTag(arg0, arg1 interface{}) *gomock.Call

UpdateTag indicates an expected call of UpdateTag.

func (*MockAdminAPIServerMockRecorder) UpdateUserAdmin

func (mr *MockAdminAPIServerMockRecorder) UpdateUserAdmin(arg0, arg1 interface{}) *gomock.Call

UpdateUserAdmin indicates an expected call of UpdateUserAdmin.

func (*MockAdminAPIServerMockRecorder) VerifyUser

func (mr *MockAdminAPIServerMockRecorder) VerifyUser(arg0, arg1 interface{}) *gomock.Call

VerifyUser indicates an expected call of VerifyUser.

type MockUnsafeAdminAPIServer

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

MockUnsafeAdminAPIServer is a mock of UnsafeAdminAPIServer interface.

func NewMockUnsafeAdminAPIServer

func NewMockUnsafeAdminAPIServer(ctrl *gomock.Controller) *MockUnsafeAdminAPIServer

NewMockUnsafeAdminAPIServer creates a new mock instance.

func (*MockUnsafeAdminAPIServer) EXPECT

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

type MockUnsafeAdminAPIServerMockRecorder

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

MockUnsafeAdminAPIServerMockRecorder is the mock recorder for MockUnsafeAdminAPIServer.

Jump to

Keyboard shortcuts

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