app_mock

package
v0.3.50 Latest Latest
Warning

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

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

Documentation

Overview

Package app_mock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockAppServiceClient

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

MockAppServiceClient is a mock of AppServiceClient interface.

func NewMockAppServiceClient

func NewMockAppServiceClient(ctrl *gomock.Controller) *MockAppServiceClient

NewMockAppServiceClient creates a new mock instance.

func (*MockAppServiceClient) AddAppPermission

AddAppPermission mocks base method.

func (*MockAppServiceClient) AddAppScore

AddAppScore mocks base method.

func (*MockAppServiceClient) AddAppSubscription

AddAppSubscription mocks base method.

func (*MockAppServiceClient) AddAppTag

AddAppTag mocks base method.

func (*MockAppServiceClient) CreateApp

CreateApp mocks base method.

func (*MockAppServiceClient) CreateAppReview

CreateAppReview mocks base method.

func (*MockAppServiceClient) DeleteApp

DeleteApp mocks base method.

func (*MockAppServiceClient) DeleteAppReview

DeleteAppReview mocks base method.

func (*MockAppServiceClient) DeleteAppToken

DeleteAppToken mocks base method.

func (*MockAppServiceClient) DisableApp

DisableApp mocks base method.

func (*MockAppServiceClient) DownvoteAppReview added in v0.2.65

DownvoteAppReview mocks base method.

func (*MockAppServiceClient) EXPECT

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

func (*MockAppServiceClient) EnableApp

EnableApp mocks base method.

func (*MockAppServiceClient) FeatureApp

FeatureApp mocks base method.

func (*MockAppServiceClient) GenerateAppToken

GenerateAppToken mocks base method.

func (*MockAppServiceClient) GenerateUserScopedAppToken

GenerateUserScopedAppToken mocks base method.

func (*MockAppServiceClient) GetApp

GetApp mocks base method.

func (*MockAppServiceClient) GetAppCounters

GetAppCounters mocks base method.

func (*MockAppServiceClient) GetAppPermissions

GetAppPermissions mocks base method.

func (*MockAppServiceClient) GetAppReview

GetAppReview mocks base method.

func (*MockAppServiceClient) GetAppReviews

GetAppReviews mocks base method.

func (*MockAppServiceClient) GetAppSubscriptions

GetAppSubscriptions mocks base method.

func (*MockAppServiceClient) GetAppTags

GetAppTags mocks base method.

func (*MockAppServiceClient) GetAppTokens

GetAppTokens mocks base method.

func (*MockAppServiceClient) GetAppUserContext

GetAppUserContext mocks base method.

func (*MockAppServiceClient) GetApps

GetApps mocks base method.

func (*MockAppServiceClient) GetAppsEnabledByDefault

GetAppsEnabledByDefault mocks base method.

func (*MockAppServiceClient) GetCircleApps added in v0.2.51

GetCircleApps mocks base method.

func (*MockAppServiceClient) GetEnabledApps

GetEnabledApps mocks base method.

func (*MockAppServiceClient) GetFeaturedApps

GetFeaturedApps mocks base method.

func (*MockAppServiceClient) GetLastUsedApps

GetLastUsedApps mocks base method.

func (*MockAppServiceClient) GetMyApps

GetMyApps mocks base method.

func (*MockAppServiceClient) GetPermissions

GetPermissions mocks base method.

func (*MockAppServiceClient) GetSavedApps

GetSavedApps mocks base method.

func (*MockAppServiceClient) GetSubscriptions

GetSubscriptions mocks base method.

func (*MockAppServiceClient) GetTags

GetTags mocks base method.

func (*MockAppServiceClient) GetTrendingApps

GetTrendingApps mocks base method.

func (*MockAppServiceClient) GrantAppPermissionsInCircle

GrantAppPermissionsInCircle mocks base method.

func (*MockAppServiceClient) GrantAppSubscriptionsInCircle

GrantAppSubscriptionsInCircle mocks base method.

func (*MockAppServiceClient) IssueAppToken

IssueAppToken mocks base method.

func (*MockAppServiceClient) MakeAppDisabledByDefault

MakeAppDisabledByDefault mocks base method.

func (*MockAppServiceClient) MakeAppEnabledByDefault

MakeAppEnabledByDefault mocks base method.

func (*MockAppServiceClient) RemoveAppPermission

RemoveAppPermission mocks base method.

func (*MockAppServiceClient) RemoveAppSubscription

RemoveAppSubscription mocks base method.

func (*MockAppServiceClient) RemoveAppTag

RemoveAppTag mocks base method.

func (*MockAppServiceClient) RevokeAppPermissionsInCircle

RevokeAppPermissionsInCircle mocks base method.

func (*MockAppServiceClient) RevokeAppSubscriptionsInCircle

RevokeAppSubscriptionsInCircle mocks base method.

func (*MockAppServiceClient) RevokeAppToken

RevokeAppToken mocks base method.

func (*MockAppServiceClient) SaveApp

SaveApp mocks base method.

func (*MockAppServiceClient) SearchApps

SearchApps mocks base method.

func (*MockAppServiceClient) UndownvoteAppReview added in v0.2.65

UndownvoteAppReview mocks base method.

func (*MockAppServiceClient) UnfeatureApp

UnfeatureApp mocks base method.

func (*MockAppServiceClient) UnsaveApp

UnsaveApp mocks base method.

func (*MockAppServiceClient) UnupvoteApp

UnupvoteApp mocks base method.

func (*MockAppServiceClient) UnupvoteAppReview

UnupvoteAppReview mocks base method.

func (*MockAppServiceClient) UpdateApp

UpdateApp mocks base method.

func (*MockAppServiceClient) UpvoteApp

UpvoteApp mocks base method.

func (*MockAppServiceClient) UpvoteAppReview

UpvoteAppReview mocks base method.

type MockAppServiceClientMockRecorder

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

MockAppServiceClientMockRecorder is the mock recorder for MockAppServiceClient.

func (*MockAppServiceClientMockRecorder) AddAppPermission

func (mr *MockAppServiceClientMockRecorder) AddAppPermission(ctx, in any, opts ...any) *gomock.Call

AddAppPermission indicates an expected call of AddAppPermission.

func (*MockAppServiceClientMockRecorder) AddAppScore

func (mr *MockAppServiceClientMockRecorder) AddAppScore(ctx, in any, opts ...any) *gomock.Call

AddAppScore indicates an expected call of AddAppScore.

func (*MockAppServiceClientMockRecorder) AddAppSubscription

func (mr *MockAppServiceClientMockRecorder) AddAppSubscription(ctx, in any, opts ...any) *gomock.Call

AddAppSubscription indicates an expected call of AddAppSubscription.

func (*MockAppServiceClientMockRecorder) AddAppTag

func (mr *MockAppServiceClientMockRecorder) AddAppTag(ctx, in any, opts ...any) *gomock.Call

AddAppTag indicates an expected call of AddAppTag.

func (*MockAppServiceClientMockRecorder) CreateApp

func (mr *MockAppServiceClientMockRecorder) CreateApp(ctx, in any, opts ...any) *gomock.Call

CreateApp indicates an expected call of CreateApp.

func (*MockAppServiceClientMockRecorder) CreateAppReview

func (mr *MockAppServiceClientMockRecorder) CreateAppReview(ctx, in any, opts ...any) *gomock.Call

CreateAppReview indicates an expected call of CreateAppReview.

func (*MockAppServiceClientMockRecorder) DeleteApp

func (mr *MockAppServiceClientMockRecorder) DeleteApp(ctx, in any, opts ...any) *gomock.Call

DeleteApp indicates an expected call of DeleteApp.

func (*MockAppServiceClientMockRecorder) DeleteAppReview

func (mr *MockAppServiceClientMockRecorder) DeleteAppReview(ctx, in any, opts ...any) *gomock.Call

DeleteAppReview indicates an expected call of DeleteAppReview.

func (*MockAppServiceClientMockRecorder) DeleteAppToken

func (mr *MockAppServiceClientMockRecorder) DeleteAppToken(ctx, in any, opts ...any) *gomock.Call

DeleteAppToken indicates an expected call of DeleteAppToken.

func (*MockAppServiceClientMockRecorder) DisableApp

func (mr *MockAppServiceClientMockRecorder) DisableApp(ctx, in any, opts ...any) *gomock.Call

DisableApp indicates an expected call of DisableApp.

func (*MockAppServiceClientMockRecorder) DownvoteAppReview added in v0.2.65

func (mr *MockAppServiceClientMockRecorder) DownvoteAppReview(ctx, in any, opts ...any) *gomock.Call

DownvoteAppReview indicates an expected call of DownvoteAppReview.

func (*MockAppServiceClientMockRecorder) EnableApp

func (mr *MockAppServiceClientMockRecorder) EnableApp(ctx, in any, opts ...any) *gomock.Call

EnableApp indicates an expected call of EnableApp.

func (*MockAppServiceClientMockRecorder) FeatureApp

func (mr *MockAppServiceClientMockRecorder) FeatureApp(ctx, in any, opts ...any) *gomock.Call

FeatureApp indicates an expected call of FeatureApp.

func (*MockAppServiceClientMockRecorder) GenerateAppToken

func (mr *MockAppServiceClientMockRecorder) GenerateAppToken(ctx, in any, opts ...any) *gomock.Call

GenerateAppToken indicates an expected call of GenerateAppToken.

func (*MockAppServiceClientMockRecorder) GenerateUserScopedAppToken

func (mr *MockAppServiceClientMockRecorder) GenerateUserScopedAppToken(ctx, in any, opts ...any) *gomock.Call

GenerateUserScopedAppToken indicates an expected call of GenerateUserScopedAppToken.

func (*MockAppServiceClientMockRecorder) GetApp

func (mr *MockAppServiceClientMockRecorder) GetApp(ctx, in any, opts ...any) *gomock.Call

GetApp indicates an expected call of GetApp.

func (*MockAppServiceClientMockRecorder) GetAppCounters

func (mr *MockAppServiceClientMockRecorder) GetAppCounters(ctx, in any, opts ...any) *gomock.Call

GetAppCounters indicates an expected call of GetAppCounters.

func (*MockAppServiceClientMockRecorder) GetAppPermissions

func (mr *MockAppServiceClientMockRecorder) GetAppPermissions(ctx, in any, opts ...any) *gomock.Call

GetAppPermissions indicates an expected call of GetAppPermissions.

func (*MockAppServiceClientMockRecorder) GetAppReview

func (mr *MockAppServiceClientMockRecorder) GetAppReview(ctx, in any, opts ...any) *gomock.Call

GetAppReview indicates an expected call of GetAppReview.

func (*MockAppServiceClientMockRecorder) GetAppReviews

func (mr *MockAppServiceClientMockRecorder) GetAppReviews(ctx, in any, opts ...any) *gomock.Call

GetAppReviews indicates an expected call of GetAppReviews.

func (*MockAppServiceClientMockRecorder) GetAppSubscriptions

func (mr *MockAppServiceClientMockRecorder) GetAppSubscriptions(ctx, in any, opts ...any) *gomock.Call

GetAppSubscriptions indicates an expected call of GetAppSubscriptions.

func (*MockAppServiceClientMockRecorder) GetAppTags

func (mr *MockAppServiceClientMockRecorder) GetAppTags(ctx, in any, opts ...any) *gomock.Call

GetAppTags indicates an expected call of GetAppTags.

func (*MockAppServiceClientMockRecorder) GetAppTokens

func (mr *MockAppServiceClientMockRecorder) GetAppTokens(ctx, in any, opts ...any) *gomock.Call

GetAppTokens indicates an expected call of GetAppTokens.

func (*MockAppServiceClientMockRecorder) GetAppUserContext

func (mr *MockAppServiceClientMockRecorder) GetAppUserContext(ctx, in any, opts ...any) *gomock.Call

GetAppUserContext indicates an expected call of GetAppUserContext.

func (*MockAppServiceClientMockRecorder) GetApps

func (mr *MockAppServiceClientMockRecorder) GetApps(ctx, in any, opts ...any) *gomock.Call

GetApps indicates an expected call of GetApps.

func (*MockAppServiceClientMockRecorder) GetAppsEnabledByDefault

func (mr *MockAppServiceClientMockRecorder) GetAppsEnabledByDefault(ctx, in any, opts ...any) *gomock.Call

GetAppsEnabledByDefault indicates an expected call of GetAppsEnabledByDefault.

func (*MockAppServiceClientMockRecorder) GetCircleApps added in v0.2.51

func (mr *MockAppServiceClientMockRecorder) GetCircleApps(ctx, in any, opts ...any) *gomock.Call

GetCircleApps indicates an expected call of GetCircleApps.

func (*MockAppServiceClientMockRecorder) GetEnabledApps

func (mr *MockAppServiceClientMockRecorder) GetEnabledApps(ctx, in any, opts ...any) *gomock.Call

GetEnabledApps indicates an expected call of GetEnabledApps.

func (*MockAppServiceClientMockRecorder) GetFeaturedApps

func (mr *MockAppServiceClientMockRecorder) GetFeaturedApps(ctx, in any, opts ...any) *gomock.Call

GetFeaturedApps indicates an expected call of GetFeaturedApps.

func (*MockAppServiceClientMockRecorder) GetLastUsedApps

func (mr *MockAppServiceClientMockRecorder) GetLastUsedApps(ctx, in any, opts ...any) *gomock.Call

GetLastUsedApps indicates an expected call of GetLastUsedApps.

func (*MockAppServiceClientMockRecorder) GetMyApps

func (mr *MockAppServiceClientMockRecorder) GetMyApps(ctx, in any, opts ...any) *gomock.Call

GetMyApps indicates an expected call of GetMyApps.

func (*MockAppServiceClientMockRecorder) GetPermissions

func (mr *MockAppServiceClientMockRecorder) GetPermissions(ctx, in any, opts ...any) *gomock.Call

GetPermissions indicates an expected call of GetPermissions.

func (*MockAppServiceClientMockRecorder) GetSavedApps

func (mr *MockAppServiceClientMockRecorder) GetSavedApps(ctx, in any, opts ...any) *gomock.Call

GetSavedApps indicates an expected call of GetSavedApps.

func (*MockAppServiceClientMockRecorder) GetSubscriptions

func (mr *MockAppServiceClientMockRecorder) GetSubscriptions(ctx, in any, opts ...any) *gomock.Call

GetSubscriptions indicates an expected call of GetSubscriptions.

func (*MockAppServiceClientMockRecorder) GetTags

func (mr *MockAppServiceClientMockRecorder) GetTags(ctx, in any, opts ...any) *gomock.Call

GetTags indicates an expected call of GetTags.

func (*MockAppServiceClientMockRecorder) GetTrendingApps

func (mr *MockAppServiceClientMockRecorder) GetTrendingApps(ctx, in any, opts ...any) *gomock.Call

GetTrendingApps indicates an expected call of GetTrendingApps.

func (*MockAppServiceClientMockRecorder) GrantAppPermissionsInCircle

func (mr *MockAppServiceClientMockRecorder) GrantAppPermissionsInCircle(ctx, in any, opts ...any) *gomock.Call

GrantAppPermissionsInCircle indicates an expected call of GrantAppPermissionsInCircle.

func (*MockAppServiceClientMockRecorder) GrantAppSubscriptionsInCircle

func (mr *MockAppServiceClientMockRecorder) GrantAppSubscriptionsInCircle(ctx, in any, opts ...any) *gomock.Call

GrantAppSubscriptionsInCircle indicates an expected call of GrantAppSubscriptionsInCircle.

func (*MockAppServiceClientMockRecorder) IssueAppToken

func (mr *MockAppServiceClientMockRecorder) IssueAppToken(ctx, in any, opts ...any) *gomock.Call

IssueAppToken indicates an expected call of IssueAppToken.

func (*MockAppServiceClientMockRecorder) MakeAppDisabledByDefault

func (mr *MockAppServiceClientMockRecorder) MakeAppDisabledByDefault(ctx, in any, opts ...any) *gomock.Call

MakeAppDisabledByDefault indicates an expected call of MakeAppDisabledByDefault.

func (*MockAppServiceClientMockRecorder) MakeAppEnabledByDefault

func (mr *MockAppServiceClientMockRecorder) MakeAppEnabledByDefault(ctx, in any, opts ...any) *gomock.Call

MakeAppEnabledByDefault indicates an expected call of MakeAppEnabledByDefault.

func (*MockAppServiceClientMockRecorder) RemoveAppPermission

func (mr *MockAppServiceClientMockRecorder) RemoveAppPermission(ctx, in any, opts ...any) *gomock.Call

RemoveAppPermission indicates an expected call of RemoveAppPermission.

func (*MockAppServiceClientMockRecorder) RemoveAppSubscription

func (mr *MockAppServiceClientMockRecorder) RemoveAppSubscription(ctx, in any, opts ...any) *gomock.Call

RemoveAppSubscription indicates an expected call of RemoveAppSubscription.

func (*MockAppServiceClientMockRecorder) RemoveAppTag

func (mr *MockAppServiceClientMockRecorder) RemoveAppTag(ctx, in any, opts ...any) *gomock.Call

RemoveAppTag indicates an expected call of RemoveAppTag.

func (*MockAppServiceClientMockRecorder) RevokeAppPermissionsInCircle

func (mr *MockAppServiceClientMockRecorder) RevokeAppPermissionsInCircle(ctx, in any, opts ...any) *gomock.Call

RevokeAppPermissionsInCircle indicates an expected call of RevokeAppPermissionsInCircle.

func (*MockAppServiceClientMockRecorder) RevokeAppSubscriptionsInCircle

func (mr *MockAppServiceClientMockRecorder) RevokeAppSubscriptionsInCircle(ctx, in any, opts ...any) *gomock.Call

RevokeAppSubscriptionsInCircle indicates an expected call of RevokeAppSubscriptionsInCircle.

func (*MockAppServiceClientMockRecorder) RevokeAppToken

func (mr *MockAppServiceClientMockRecorder) RevokeAppToken(ctx, in any, opts ...any) *gomock.Call

RevokeAppToken indicates an expected call of RevokeAppToken.

func (*MockAppServiceClientMockRecorder) SaveApp

func (mr *MockAppServiceClientMockRecorder) SaveApp(ctx, in any, opts ...any) *gomock.Call

SaveApp indicates an expected call of SaveApp.

func (*MockAppServiceClientMockRecorder) SearchApps

func (mr *MockAppServiceClientMockRecorder) SearchApps(ctx, in any, opts ...any) *gomock.Call

SearchApps indicates an expected call of SearchApps.

func (*MockAppServiceClientMockRecorder) UndownvoteAppReview added in v0.2.65

func (mr *MockAppServiceClientMockRecorder) UndownvoteAppReview(ctx, in any, opts ...any) *gomock.Call

UndownvoteAppReview indicates an expected call of UndownvoteAppReview.

func (*MockAppServiceClientMockRecorder) UnfeatureApp

func (mr *MockAppServiceClientMockRecorder) UnfeatureApp(ctx, in any, opts ...any) *gomock.Call

UnfeatureApp indicates an expected call of UnfeatureApp.

func (*MockAppServiceClientMockRecorder) UnsaveApp

func (mr *MockAppServiceClientMockRecorder) UnsaveApp(ctx, in any, opts ...any) *gomock.Call

UnsaveApp indicates an expected call of UnsaveApp.

func (*MockAppServiceClientMockRecorder) UnupvoteApp

func (mr *MockAppServiceClientMockRecorder) UnupvoteApp(ctx, in any, opts ...any) *gomock.Call

UnupvoteApp indicates an expected call of UnupvoteApp.

func (*MockAppServiceClientMockRecorder) UnupvoteAppReview

func (mr *MockAppServiceClientMockRecorder) UnupvoteAppReview(ctx, in any, opts ...any) *gomock.Call

UnupvoteAppReview indicates an expected call of UnupvoteAppReview.

func (*MockAppServiceClientMockRecorder) UpdateApp

func (mr *MockAppServiceClientMockRecorder) UpdateApp(ctx, in any, opts ...any) *gomock.Call

UpdateApp indicates an expected call of UpdateApp.

func (*MockAppServiceClientMockRecorder) UpvoteApp

func (mr *MockAppServiceClientMockRecorder) UpvoteApp(ctx, in any, opts ...any) *gomock.Call

UpvoteApp indicates an expected call of UpvoteApp.

func (*MockAppServiceClientMockRecorder) UpvoteAppReview

func (mr *MockAppServiceClientMockRecorder) UpvoteAppReview(ctx, in any, opts ...any) *gomock.Call

UpvoteAppReview indicates an expected call of UpvoteAppReview.

type MockAppServiceServer

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

MockAppServiceServer is a mock of AppServiceServer interface.

func NewMockAppServiceServer

func NewMockAppServiceServer(ctrl *gomock.Controller) *MockAppServiceServer

NewMockAppServiceServer creates a new mock instance.

func (*MockAppServiceServer) AddAppPermission

AddAppPermission mocks base method.

func (*MockAppServiceServer) AddAppScore

AddAppScore mocks base method.

func (*MockAppServiceServer) AddAppSubscription

AddAppSubscription mocks base method.

func (*MockAppServiceServer) AddAppTag

AddAppTag mocks base method.

func (*MockAppServiceServer) CreateApp

CreateApp mocks base method.

func (*MockAppServiceServer) CreateAppReview

CreateAppReview mocks base method.

func (*MockAppServiceServer) DeleteApp

DeleteApp mocks base method.

func (*MockAppServiceServer) DeleteAppReview

DeleteAppReview mocks base method.

func (*MockAppServiceServer) DeleteAppToken

DeleteAppToken mocks base method.

func (*MockAppServiceServer) DisableApp

DisableApp mocks base method.

func (*MockAppServiceServer) DownvoteAppReview added in v0.2.65

DownvoteAppReview mocks base method.

func (*MockAppServiceServer) EXPECT

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

func (*MockAppServiceServer) EnableApp

EnableApp mocks base method.

func (*MockAppServiceServer) FeatureApp

FeatureApp mocks base method.

func (*MockAppServiceServer) GenerateAppToken

GenerateAppToken mocks base method.

func (*MockAppServiceServer) GenerateUserScopedAppToken

GenerateUserScopedAppToken mocks base method.

func (*MockAppServiceServer) GetApp

GetApp mocks base method.

func (*MockAppServiceServer) GetAppCounters

GetAppCounters mocks base method.

func (*MockAppServiceServer) GetAppPermissions

GetAppPermissions mocks base method.

func (*MockAppServiceServer) GetAppReview

GetAppReview mocks base method.

func (*MockAppServiceServer) GetAppReviews

GetAppReviews mocks base method.

func (*MockAppServiceServer) GetAppSubscriptions

GetAppSubscriptions mocks base method.

func (*MockAppServiceServer) GetAppTags

GetAppTags mocks base method.

func (*MockAppServiceServer) GetAppTokens

GetAppTokens mocks base method.

func (*MockAppServiceServer) GetAppUserContext

GetAppUserContext mocks base method.

func (*MockAppServiceServer) GetApps

GetApps mocks base method.

func (*MockAppServiceServer) GetAppsEnabledByDefault

GetAppsEnabledByDefault mocks base method.

func (*MockAppServiceServer) GetCircleApps added in v0.2.51

GetCircleApps mocks base method.

func (*MockAppServiceServer) GetEnabledApps

GetEnabledApps mocks base method.

func (*MockAppServiceServer) GetFeaturedApps

GetFeaturedApps mocks base method.

func (*MockAppServiceServer) GetLastUsedApps

GetLastUsedApps mocks base method.

func (*MockAppServiceServer) GetMyApps

GetMyApps mocks base method.

func (*MockAppServiceServer) GetPermissions

GetPermissions mocks base method.

func (*MockAppServiceServer) GetSavedApps

GetSavedApps mocks base method.

func (*MockAppServiceServer) GetSubscriptions

GetSubscriptions mocks base method.

func (*MockAppServiceServer) GetTags

GetTags mocks base method.

func (*MockAppServiceServer) GetTrendingApps

GetTrendingApps mocks base method.

func (*MockAppServiceServer) GrantAppPermissionsInCircle

GrantAppPermissionsInCircle mocks base method.

func (*MockAppServiceServer) GrantAppSubscriptionsInCircle

GrantAppSubscriptionsInCircle mocks base method.

func (*MockAppServiceServer) IssueAppToken

IssueAppToken mocks base method.

func (*MockAppServiceServer) MakeAppDisabledByDefault

MakeAppDisabledByDefault mocks base method.

func (*MockAppServiceServer) MakeAppEnabledByDefault

MakeAppEnabledByDefault mocks base method.

func (*MockAppServiceServer) RemoveAppPermission

RemoveAppPermission mocks base method.

func (*MockAppServiceServer) RemoveAppSubscription

RemoveAppSubscription mocks base method.

func (*MockAppServiceServer) RemoveAppTag

RemoveAppTag mocks base method.

func (*MockAppServiceServer) RevokeAppPermissionsInCircle

RevokeAppPermissionsInCircle mocks base method.

func (*MockAppServiceServer) RevokeAppSubscriptionsInCircle

RevokeAppSubscriptionsInCircle mocks base method.

func (*MockAppServiceServer) RevokeAppToken

RevokeAppToken mocks base method.

func (*MockAppServiceServer) SaveApp

SaveApp mocks base method.

func (*MockAppServiceServer) SearchApps

SearchApps mocks base method.

func (*MockAppServiceServer) UndownvoteAppReview added in v0.2.65

UndownvoteAppReview mocks base method.

func (*MockAppServiceServer) UnfeatureApp

UnfeatureApp mocks base method.

func (*MockAppServiceServer) UnsaveApp

UnsaveApp mocks base method.

func (*MockAppServiceServer) UnupvoteApp

UnupvoteApp mocks base method.

func (*MockAppServiceServer) UnupvoteAppReview

UnupvoteAppReview mocks base method.

func (*MockAppServiceServer) UpdateApp

UpdateApp mocks base method.

func (*MockAppServiceServer) UpvoteApp

UpvoteApp mocks base method.

func (*MockAppServiceServer) UpvoteAppReview

UpvoteAppReview mocks base method.

type MockAppServiceServerMockRecorder

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

MockAppServiceServerMockRecorder is the mock recorder for MockAppServiceServer.

func (*MockAppServiceServerMockRecorder) AddAppPermission

func (mr *MockAppServiceServerMockRecorder) AddAppPermission(arg0, arg1 any) *gomock.Call

AddAppPermission indicates an expected call of AddAppPermission.

func (*MockAppServiceServerMockRecorder) AddAppScore

func (mr *MockAppServiceServerMockRecorder) AddAppScore(arg0, arg1 any) *gomock.Call

AddAppScore indicates an expected call of AddAppScore.

func (*MockAppServiceServerMockRecorder) AddAppSubscription

func (mr *MockAppServiceServerMockRecorder) AddAppSubscription(arg0, arg1 any) *gomock.Call

AddAppSubscription indicates an expected call of AddAppSubscription.

func (*MockAppServiceServerMockRecorder) AddAppTag

func (mr *MockAppServiceServerMockRecorder) AddAppTag(arg0, arg1 any) *gomock.Call

AddAppTag indicates an expected call of AddAppTag.

func (*MockAppServiceServerMockRecorder) CreateApp

func (mr *MockAppServiceServerMockRecorder) CreateApp(arg0, arg1 any) *gomock.Call

CreateApp indicates an expected call of CreateApp.

func (*MockAppServiceServerMockRecorder) CreateAppReview

func (mr *MockAppServiceServerMockRecorder) CreateAppReview(arg0, arg1 any) *gomock.Call

CreateAppReview indicates an expected call of CreateAppReview.

func (*MockAppServiceServerMockRecorder) DeleteApp

func (mr *MockAppServiceServerMockRecorder) DeleteApp(arg0, arg1 any) *gomock.Call

DeleteApp indicates an expected call of DeleteApp.

func (*MockAppServiceServerMockRecorder) DeleteAppReview

func (mr *MockAppServiceServerMockRecorder) DeleteAppReview(arg0, arg1 any) *gomock.Call

DeleteAppReview indicates an expected call of DeleteAppReview.

func (*MockAppServiceServerMockRecorder) DeleteAppToken

func (mr *MockAppServiceServerMockRecorder) DeleteAppToken(arg0, arg1 any) *gomock.Call

DeleteAppToken indicates an expected call of DeleteAppToken.

func (*MockAppServiceServerMockRecorder) DisableApp

func (mr *MockAppServiceServerMockRecorder) DisableApp(arg0, arg1 any) *gomock.Call

DisableApp indicates an expected call of DisableApp.

func (*MockAppServiceServerMockRecorder) DownvoteAppReview added in v0.2.65

func (mr *MockAppServiceServerMockRecorder) DownvoteAppReview(arg0, arg1 any) *gomock.Call

DownvoteAppReview indicates an expected call of DownvoteAppReview.

func (*MockAppServiceServerMockRecorder) EnableApp

func (mr *MockAppServiceServerMockRecorder) EnableApp(arg0, arg1 any) *gomock.Call

EnableApp indicates an expected call of EnableApp.

func (*MockAppServiceServerMockRecorder) FeatureApp

func (mr *MockAppServiceServerMockRecorder) FeatureApp(arg0, arg1 any) *gomock.Call

FeatureApp indicates an expected call of FeatureApp.

func (*MockAppServiceServerMockRecorder) GenerateAppToken

func (mr *MockAppServiceServerMockRecorder) GenerateAppToken(arg0, arg1 any) *gomock.Call

GenerateAppToken indicates an expected call of GenerateAppToken.

func (*MockAppServiceServerMockRecorder) GenerateUserScopedAppToken

func (mr *MockAppServiceServerMockRecorder) GenerateUserScopedAppToken(arg0, arg1 any) *gomock.Call

GenerateUserScopedAppToken indicates an expected call of GenerateUserScopedAppToken.

func (*MockAppServiceServerMockRecorder) GetApp

func (mr *MockAppServiceServerMockRecorder) GetApp(arg0, arg1 any) *gomock.Call

GetApp indicates an expected call of GetApp.

func (*MockAppServiceServerMockRecorder) GetAppCounters

func (mr *MockAppServiceServerMockRecorder) GetAppCounters(arg0, arg1 any) *gomock.Call

GetAppCounters indicates an expected call of GetAppCounters.

func (*MockAppServiceServerMockRecorder) GetAppPermissions

func (mr *MockAppServiceServerMockRecorder) GetAppPermissions(arg0, arg1 any) *gomock.Call

GetAppPermissions indicates an expected call of GetAppPermissions.

func (*MockAppServiceServerMockRecorder) GetAppReview

func (mr *MockAppServiceServerMockRecorder) GetAppReview(arg0, arg1 any) *gomock.Call

GetAppReview indicates an expected call of GetAppReview.

func (*MockAppServiceServerMockRecorder) GetAppReviews

func (mr *MockAppServiceServerMockRecorder) GetAppReviews(arg0, arg1 any) *gomock.Call

GetAppReviews indicates an expected call of GetAppReviews.

func (*MockAppServiceServerMockRecorder) GetAppSubscriptions

func (mr *MockAppServiceServerMockRecorder) GetAppSubscriptions(arg0, arg1 any) *gomock.Call

GetAppSubscriptions indicates an expected call of GetAppSubscriptions.

func (*MockAppServiceServerMockRecorder) GetAppTags

func (mr *MockAppServiceServerMockRecorder) GetAppTags(arg0, arg1 any) *gomock.Call

GetAppTags indicates an expected call of GetAppTags.

func (*MockAppServiceServerMockRecorder) GetAppTokens

func (mr *MockAppServiceServerMockRecorder) GetAppTokens(arg0, arg1 any) *gomock.Call

GetAppTokens indicates an expected call of GetAppTokens.

func (*MockAppServiceServerMockRecorder) GetAppUserContext

func (mr *MockAppServiceServerMockRecorder) GetAppUserContext(arg0, arg1 any) *gomock.Call

GetAppUserContext indicates an expected call of GetAppUserContext.

func (*MockAppServiceServerMockRecorder) GetApps

func (mr *MockAppServiceServerMockRecorder) GetApps(arg0, arg1 any) *gomock.Call

GetApps indicates an expected call of GetApps.

func (*MockAppServiceServerMockRecorder) GetAppsEnabledByDefault

func (mr *MockAppServiceServerMockRecorder) GetAppsEnabledByDefault(arg0, arg1 any) *gomock.Call

GetAppsEnabledByDefault indicates an expected call of GetAppsEnabledByDefault.

func (*MockAppServiceServerMockRecorder) GetCircleApps added in v0.2.51

func (mr *MockAppServiceServerMockRecorder) GetCircleApps(arg0, arg1 any) *gomock.Call

GetCircleApps indicates an expected call of GetCircleApps.

func (*MockAppServiceServerMockRecorder) GetEnabledApps

func (mr *MockAppServiceServerMockRecorder) GetEnabledApps(arg0, arg1 any) *gomock.Call

GetEnabledApps indicates an expected call of GetEnabledApps.

func (*MockAppServiceServerMockRecorder) GetFeaturedApps

func (mr *MockAppServiceServerMockRecorder) GetFeaturedApps(arg0, arg1 any) *gomock.Call

GetFeaturedApps indicates an expected call of GetFeaturedApps.

func (*MockAppServiceServerMockRecorder) GetLastUsedApps

func (mr *MockAppServiceServerMockRecorder) GetLastUsedApps(arg0, arg1 any) *gomock.Call

GetLastUsedApps indicates an expected call of GetLastUsedApps.

func (*MockAppServiceServerMockRecorder) GetMyApps

func (mr *MockAppServiceServerMockRecorder) GetMyApps(arg0, arg1 any) *gomock.Call

GetMyApps indicates an expected call of GetMyApps.

func (*MockAppServiceServerMockRecorder) GetPermissions

func (mr *MockAppServiceServerMockRecorder) GetPermissions(arg0, arg1 any) *gomock.Call

GetPermissions indicates an expected call of GetPermissions.

func (*MockAppServiceServerMockRecorder) GetSavedApps

func (mr *MockAppServiceServerMockRecorder) GetSavedApps(arg0, arg1 any) *gomock.Call

GetSavedApps indicates an expected call of GetSavedApps.

func (*MockAppServiceServerMockRecorder) GetSubscriptions

func (mr *MockAppServiceServerMockRecorder) GetSubscriptions(arg0, arg1 any) *gomock.Call

GetSubscriptions indicates an expected call of GetSubscriptions.

func (*MockAppServiceServerMockRecorder) GetTags

func (mr *MockAppServiceServerMockRecorder) GetTags(arg0, arg1 any) *gomock.Call

GetTags indicates an expected call of GetTags.

func (*MockAppServiceServerMockRecorder) GetTrendingApps

func (mr *MockAppServiceServerMockRecorder) GetTrendingApps(arg0, arg1 any) *gomock.Call

GetTrendingApps indicates an expected call of GetTrendingApps.

func (*MockAppServiceServerMockRecorder) GrantAppPermissionsInCircle

func (mr *MockAppServiceServerMockRecorder) GrantAppPermissionsInCircle(arg0, arg1 any) *gomock.Call

GrantAppPermissionsInCircle indicates an expected call of GrantAppPermissionsInCircle.

func (*MockAppServiceServerMockRecorder) GrantAppSubscriptionsInCircle

func (mr *MockAppServiceServerMockRecorder) GrantAppSubscriptionsInCircle(arg0, arg1 any) *gomock.Call

GrantAppSubscriptionsInCircle indicates an expected call of GrantAppSubscriptionsInCircle.

func (*MockAppServiceServerMockRecorder) IssueAppToken

func (mr *MockAppServiceServerMockRecorder) IssueAppToken(arg0, arg1 any) *gomock.Call

IssueAppToken indicates an expected call of IssueAppToken.

func (*MockAppServiceServerMockRecorder) MakeAppDisabledByDefault

func (mr *MockAppServiceServerMockRecorder) MakeAppDisabledByDefault(arg0, arg1 any) *gomock.Call

MakeAppDisabledByDefault indicates an expected call of MakeAppDisabledByDefault.

func (*MockAppServiceServerMockRecorder) MakeAppEnabledByDefault

func (mr *MockAppServiceServerMockRecorder) MakeAppEnabledByDefault(arg0, arg1 any) *gomock.Call

MakeAppEnabledByDefault indicates an expected call of MakeAppEnabledByDefault.

func (*MockAppServiceServerMockRecorder) RemoveAppPermission

func (mr *MockAppServiceServerMockRecorder) RemoveAppPermission(arg0, arg1 any) *gomock.Call

RemoveAppPermission indicates an expected call of RemoveAppPermission.

func (*MockAppServiceServerMockRecorder) RemoveAppSubscription

func (mr *MockAppServiceServerMockRecorder) RemoveAppSubscription(arg0, arg1 any) *gomock.Call

RemoveAppSubscription indicates an expected call of RemoveAppSubscription.

func (*MockAppServiceServerMockRecorder) RemoveAppTag

func (mr *MockAppServiceServerMockRecorder) RemoveAppTag(arg0, arg1 any) *gomock.Call

RemoveAppTag indicates an expected call of RemoveAppTag.

func (*MockAppServiceServerMockRecorder) RevokeAppPermissionsInCircle

func (mr *MockAppServiceServerMockRecorder) RevokeAppPermissionsInCircle(arg0, arg1 any) *gomock.Call

RevokeAppPermissionsInCircle indicates an expected call of RevokeAppPermissionsInCircle.

func (*MockAppServiceServerMockRecorder) RevokeAppSubscriptionsInCircle

func (mr *MockAppServiceServerMockRecorder) RevokeAppSubscriptionsInCircle(arg0, arg1 any) *gomock.Call

RevokeAppSubscriptionsInCircle indicates an expected call of RevokeAppSubscriptionsInCircle.

func (*MockAppServiceServerMockRecorder) RevokeAppToken

func (mr *MockAppServiceServerMockRecorder) RevokeAppToken(arg0, arg1 any) *gomock.Call

RevokeAppToken indicates an expected call of RevokeAppToken.

func (*MockAppServiceServerMockRecorder) SaveApp

func (mr *MockAppServiceServerMockRecorder) SaveApp(arg0, arg1 any) *gomock.Call

SaveApp indicates an expected call of SaveApp.

func (*MockAppServiceServerMockRecorder) SearchApps

func (mr *MockAppServiceServerMockRecorder) SearchApps(arg0, arg1 any) *gomock.Call

SearchApps indicates an expected call of SearchApps.

func (*MockAppServiceServerMockRecorder) UndownvoteAppReview added in v0.2.65

func (mr *MockAppServiceServerMockRecorder) UndownvoteAppReview(arg0, arg1 any) *gomock.Call

UndownvoteAppReview indicates an expected call of UndownvoteAppReview.

func (*MockAppServiceServerMockRecorder) UnfeatureApp

func (mr *MockAppServiceServerMockRecorder) UnfeatureApp(arg0, arg1 any) *gomock.Call

UnfeatureApp indicates an expected call of UnfeatureApp.

func (*MockAppServiceServerMockRecorder) UnsaveApp

func (mr *MockAppServiceServerMockRecorder) UnsaveApp(arg0, arg1 any) *gomock.Call

UnsaveApp indicates an expected call of UnsaveApp.

func (*MockAppServiceServerMockRecorder) UnupvoteApp

func (mr *MockAppServiceServerMockRecorder) UnupvoteApp(arg0, arg1 any) *gomock.Call

UnupvoteApp indicates an expected call of UnupvoteApp.

func (*MockAppServiceServerMockRecorder) UnupvoteAppReview

func (mr *MockAppServiceServerMockRecorder) UnupvoteAppReview(arg0, arg1 any) *gomock.Call

UnupvoteAppReview indicates an expected call of UnupvoteAppReview.

func (*MockAppServiceServerMockRecorder) UpdateApp

func (mr *MockAppServiceServerMockRecorder) UpdateApp(arg0, arg1 any) *gomock.Call

UpdateApp indicates an expected call of UpdateApp.

func (*MockAppServiceServerMockRecorder) UpvoteApp

func (mr *MockAppServiceServerMockRecorder) UpvoteApp(arg0, arg1 any) *gomock.Call

UpvoteApp indicates an expected call of UpvoteApp.

func (*MockAppServiceServerMockRecorder) UpvoteAppReview

func (mr *MockAppServiceServerMockRecorder) UpvoteAppReview(arg0, arg1 any) *gomock.Call

UpvoteAppReview indicates an expected call of UpvoteAppReview.

type MockUnsafeAppServiceServer

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

MockUnsafeAppServiceServer is a mock of UnsafeAppServiceServer interface.

func NewMockUnsafeAppServiceServer

func NewMockUnsafeAppServiceServer(ctrl *gomock.Controller) *MockUnsafeAppServiceServer

NewMockUnsafeAppServiceServer creates a new mock instance.

func (*MockUnsafeAppServiceServer) EXPECT

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

type MockUnsafeAppServiceServerMockRecorder

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

MockUnsafeAppServiceServerMockRecorder is the mock recorder for MockUnsafeAppServiceServer.

Jump to

Keyboard shortcuts

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