Documentation ¶
Index ¶
- Variables
- func RegisterAppServiceServer(s grpc.ServiceRegistrar, srv AppServiceServer)
- type AddAppPermissionRequest
- func (*AddAppPermissionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AddAppPermissionRequest) GetAppId() string
- func (x *AddAppPermissionRequest) GetPermissionId() string
- func (*AddAppPermissionRequest) ProtoMessage()
- func (x *AddAppPermissionRequest) ProtoReflect() protoreflect.Message
- func (x *AddAppPermissionRequest) Reset()
- func (x *AddAppPermissionRequest) String() string
- type AddAppPermissionResponse
- type AddAppScoreRequest
- func (*AddAppScoreRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AddAppScoreRequest) GetAppId() string
- func (x *AddAppScoreRequest) GetScore() int64
- func (*AddAppScoreRequest) ProtoMessage()
- func (x *AddAppScoreRequest) ProtoReflect() protoreflect.Message
- func (x *AddAppScoreRequest) Reset()
- func (x *AddAppScoreRequest) String() string
- type AddAppScoreResponse
- type AddAppSubscriptionRequest
- func (*AddAppSubscriptionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AddAppSubscriptionRequest) GetAppId() string
- func (x *AddAppSubscriptionRequest) GetSubscriptionId() string
- func (*AddAppSubscriptionRequest) ProtoMessage()
- func (x *AddAppSubscriptionRequest) ProtoReflect() protoreflect.Message
- func (x *AddAppSubscriptionRequest) Reset()
- func (x *AddAppSubscriptionRequest) String() string
- type AddAppSubscriptionResponse
- type AddAppTagRequest
- func (*AddAppTagRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AddAppTagRequest) GetAppId() string
- func (x *AddAppTagRequest) GetTagId() string
- func (*AddAppTagRequest) ProtoMessage()
- func (x *AddAppTagRequest) ProtoReflect() protoreflect.Message
- func (x *AddAppTagRequest) Reset()
- func (x *AddAppTagRequest) String() string
- type AddAppTagResponse
- type App
- func (*App) Descriptor() ([]byte, []int)deprecated
- func (x *App) GetCreatedAt() *timestamppb.Timestamp
- func (x *App) GetDeletedAt() *timestamppb.Timestamp
- func (x *App) GetDeletedBy() string
- func (x *App) GetDescription() string
- func (x *App) GetId() string
- func (x *App) GetImageUrl() string
- func (x *App) GetName() string
- func (x *App) GetOwnerId() string
- func (x *App) GetScore() int64
- func (x *App) GetUrl() string
- func (x *App) GetWebhookUrl() string
- func (*App) ProtoMessage()
- func (x *App) ProtoReflect() protoreflect.Message
- func (x *App) Reset()
- func (x *App) String() string
- type AppCounters
- func (*AppCounters) Descriptor() ([]byte, []int)deprecated
- func (x *AppCounters) GetAvgRating() float64
- func (x *AppCounters) GetCircles() int64
- func (x *AppCounters) GetRatings() map[int64]int64
- func (x *AppCounters) GetReviews() int64
- func (x *AppCounters) GetSaves() int64
- func (x *AppCounters) GetUpvotes() int64
- func (*AppCounters) ProtoMessage()
- func (x *AppCounters) ProtoReflect() protoreflect.Message
- func (x *AppCounters) Reset()
- func (x *AppCounters) String() string
- type AppReview
- func (*AppReview) Descriptor() ([]byte, []int)deprecated
- func (x *AppReview) GetAppId() string
- func (x *AppReview) GetBody() string
- func (x *AppReview) GetCreatedAt() *timestamppb.Timestamp
- func (x *AppReview) GetCreatedBy() string
- func (x *AppReview) GetDeletedAt() *timestamppb.Timestamp
- func (x *AppReview) GetDeletedBy() string
- func (x *AppReview) GetDownvotes() int64
- func (x *AppReview) GetId() string
- func (x *AppReview) GetRating() int64
- func (x *AppReview) GetUpvotes() int64
- func (*AppReview) ProtoMessage()
- func (x *AppReview) ProtoReflect() protoreflect.Message
- func (x *AppReview) Reset()
- func (x *AppReview) String() string
- type AppServiceClient
- type AppServiceServer
- type CircleApp
- func (*CircleApp) Descriptor() ([]byte, []int)deprecated
- func (x *CircleApp) GetAppId() string
- func (x *CircleApp) GetCircleId() string
- func (x *CircleApp) GetCreatedAt() *timestamppb.Timestamp
- func (*CircleApp) ProtoMessage()
- func (x *CircleApp) ProtoReflect() protoreflect.Message
- func (x *CircleApp) Reset()
- func (x *CircleApp) String() string
- type CreateAppRequest
- func (*CreateAppRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateAppRequest) GetDescription() string
- func (x *CreateAppRequest) GetImageUrl() string
- func (x *CreateAppRequest) GetName() string
- func (x *CreateAppRequest) GetPermissionIds() []string
- func (x *CreateAppRequest) GetSubscriptionIds() []string
- func (x *CreateAppRequest) GetTagIds() []string
- func (x *CreateAppRequest) GetUrl() string
- func (x *CreateAppRequest) GetWebhookUrl() string
- func (*CreateAppRequest) ProtoMessage()
- func (x *CreateAppRequest) ProtoReflect() protoreflect.Message
- func (x *CreateAppRequest) Reset()
- func (x *CreateAppRequest) String() string
- type CreateAppResponse
- type CreateAppReviewRequest
- func (*CreateAppReviewRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateAppReviewRequest) GetAppId() string
- func (x *CreateAppReviewRequest) GetBody() string
- func (x *CreateAppReviewRequest) GetRating() int64
- func (*CreateAppReviewRequest) ProtoMessage()
- func (x *CreateAppReviewRequest) ProtoReflect() protoreflect.Message
- func (x *CreateAppReviewRequest) Reset()
- func (x *CreateAppReviewRequest) String() string
- type CreateAppReviewResponse
- func (*CreateAppReviewResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateAppReviewResponse) GetReview() *AppReview
- func (*CreateAppReviewResponse) ProtoMessage()
- func (x *CreateAppReviewResponse) ProtoReflect() protoreflect.Message
- func (x *CreateAppReviewResponse) Reset()
- func (x *CreateAppReviewResponse) String() string
- type DeleteAppRequest
- type DeleteAppResponse
- type DeleteAppReviewRequest
- func (*DeleteAppReviewRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteAppReviewRequest) GetReviewId() string
- func (*DeleteAppReviewRequest) ProtoMessage()
- func (x *DeleteAppReviewRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteAppReviewRequest) Reset()
- func (x *DeleteAppReviewRequest) String() string
- type DeleteAppReviewResponse
- type DeleteAppTokenRequest
- func (*DeleteAppTokenRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteAppTokenRequest) GetTokenId() string
- func (*DeleteAppTokenRequest) ProtoMessage()
- func (x *DeleteAppTokenRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteAppTokenRequest) Reset()
- func (x *DeleteAppTokenRequest) String() string
- type DeleteAppTokenResponse
- type DisableAppRequest
- func (*DisableAppRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DisableAppRequest) GetAppId() string
- func (x *DisableAppRequest) GetCircleId() string
- func (*DisableAppRequest) ProtoMessage()
- func (x *DisableAppRequest) ProtoReflect() protoreflect.Message
- func (x *DisableAppRequest) Reset()
- func (x *DisableAppRequest) String() string
- type DisableAppResponse
- type DownvoteAppReviewRequest
- func (*DownvoteAppReviewRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DownvoteAppReviewRequest) GetReviewId() string
- func (*DownvoteAppReviewRequest) ProtoMessage()
- func (x *DownvoteAppReviewRequest) ProtoReflect() protoreflect.Message
- func (x *DownvoteAppReviewRequest) Reset()
- func (x *DownvoteAppReviewRequest) String() string
- type DownvoteAppReviewResponse
- type EnableAppRequest
- func (*EnableAppRequest) Descriptor() ([]byte, []int)deprecated
- func (x *EnableAppRequest) GetAppId() string
- func (x *EnableAppRequest) GetCircleId() string
- func (*EnableAppRequest) ProtoMessage()
- func (x *EnableAppRequest) ProtoReflect() protoreflect.Message
- func (x *EnableAppRequest) Reset()
- func (x *EnableAppRequest) String() string
- type EnableAppResponse
- type FeatureAppRequest
- type FeatureAppResponse
- type GenerateAppTokenRequest
- func (*GenerateAppTokenRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GenerateAppTokenRequest) GetAppId() string
- func (x *GenerateAppTokenRequest) GetName() string
- func (*GenerateAppTokenRequest) ProtoMessage()
- func (x *GenerateAppTokenRequest) ProtoReflect() protoreflect.Message
- func (x *GenerateAppTokenRequest) Reset()
- func (x *GenerateAppTokenRequest) String() string
- type GenerateAppTokenResponse
- func (*GenerateAppTokenResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GenerateAppTokenResponse) GetJwtToken() string
- func (x *GenerateAppTokenResponse) GetTokenId() string
- func (*GenerateAppTokenResponse) ProtoMessage()
- func (x *GenerateAppTokenResponse) ProtoReflect() protoreflect.Message
- func (x *GenerateAppTokenResponse) Reset()
- func (x *GenerateAppTokenResponse) String() string
- type GenerateUserScopedAppTokenRequest
- func (*GenerateUserScopedAppTokenRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GenerateUserScopedAppTokenRequest) GetAppId() string
- func (*GenerateUserScopedAppTokenRequest) ProtoMessage()
- func (x *GenerateUserScopedAppTokenRequest) ProtoReflect() protoreflect.Message
- func (x *GenerateUserScopedAppTokenRequest) Reset()
- func (x *GenerateUserScopedAppTokenRequest) String() string
- type GenerateUserScopedAppTokenResponse
- func (*GenerateUserScopedAppTokenResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GenerateUserScopedAppTokenResponse) GetJwtToken() string
- func (x *GenerateUserScopedAppTokenResponse) GetTokenId() string
- func (*GenerateUserScopedAppTokenResponse) ProtoMessage()
- func (x *GenerateUserScopedAppTokenResponse) ProtoReflect() protoreflect.Message
- func (x *GenerateUserScopedAppTokenResponse) Reset()
- func (x *GenerateUserScopedAppTokenResponse) String() string
- type GetAppCountersRequest
- func (*GetAppCountersRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetAppCountersRequest) GetAppId() string
- func (*GetAppCountersRequest) ProtoMessage()
- func (x *GetAppCountersRequest) ProtoReflect() protoreflect.Message
- func (x *GetAppCountersRequest) Reset()
- func (x *GetAppCountersRequest) String() string
- type GetAppCountersResponse
- func (*GetAppCountersResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetAppCountersResponse) GetCounters() *AppCounters
- func (*GetAppCountersResponse) ProtoMessage()
- func (x *GetAppCountersResponse) ProtoReflect() protoreflect.Message
- func (x *GetAppCountersResponse) Reset()
- func (x *GetAppCountersResponse) String() string
- type GetAppPermissionsRequest
- func (*GetAppPermissionsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetAppPermissionsRequest) GetId() string
- func (*GetAppPermissionsRequest) ProtoMessage()
- func (x *GetAppPermissionsRequest) ProtoReflect() protoreflect.Message
- func (x *GetAppPermissionsRequest) Reset()
- func (x *GetAppPermissionsRequest) String() string
- type GetAppPermissionsResponse
- func (*GetAppPermissionsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetAppPermissionsResponse) GetPermissions() []*Permission
- func (*GetAppPermissionsResponse) ProtoMessage()
- func (x *GetAppPermissionsResponse) ProtoReflect() protoreflect.Message
- func (x *GetAppPermissionsResponse) Reset()
- func (x *GetAppPermissionsResponse) String() string
- type GetAppRequest
- type GetAppResponse
- type GetAppReviewRequest
- func (*GetAppReviewRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetAppReviewRequest) GetReviewId() string
- func (*GetAppReviewRequest) ProtoMessage()
- func (x *GetAppReviewRequest) ProtoReflect() protoreflect.Message
- func (x *GetAppReviewRequest) Reset()
- func (x *GetAppReviewRequest) String() string
- type GetAppReviewResponse
- func (*GetAppReviewResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetAppReviewResponse) GetReview() *AppReview
- func (*GetAppReviewResponse) ProtoMessage()
- func (x *GetAppReviewResponse) ProtoReflect() protoreflect.Message
- func (x *GetAppReviewResponse) Reset()
- func (x *GetAppReviewResponse) String() string
- type GetAppReviewsRequest
- func (*GetAppReviewsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetAppReviewsRequest) GetAppId() string
- func (x *GetAppReviewsRequest) GetCursor() *PageCursor
- func (*GetAppReviewsRequest) ProtoMessage()
- func (x *GetAppReviewsRequest) ProtoReflect() protoreflect.Message
- func (x *GetAppReviewsRequest) Reset()
- func (x *GetAppReviewsRequest) String() string
- type GetAppReviewsResponse
- func (*GetAppReviewsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetAppReviewsResponse) GetPageInfo() *PageInfo
- func (x *GetAppReviewsResponse) GetReviews() []*AppReview
- func (*GetAppReviewsResponse) ProtoMessage()
- func (x *GetAppReviewsResponse) ProtoReflect() protoreflect.Message
- func (x *GetAppReviewsResponse) Reset()
- func (x *GetAppReviewsResponse) String() string
- type GetAppSubscriptionsRequest
- func (*GetAppSubscriptionsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetAppSubscriptionsRequest) GetId() string
- func (*GetAppSubscriptionsRequest) ProtoMessage()
- func (x *GetAppSubscriptionsRequest) ProtoReflect() protoreflect.Message
- func (x *GetAppSubscriptionsRequest) Reset()
- func (x *GetAppSubscriptionsRequest) String() string
- type GetAppSubscriptionsResponse
- func (*GetAppSubscriptionsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetAppSubscriptionsResponse) GetSubscriptions() []*Subscription
- func (*GetAppSubscriptionsResponse) ProtoMessage()
- func (x *GetAppSubscriptionsResponse) ProtoReflect() protoreflect.Message
- func (x *GetAppSubscriptionsResponse) Reset()
- func (x *GetAppSubscriptionsResponse) String() string
- type GetAppTagsRequest
- type GetAppTagsResponse
- func (*GetAppTagsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetAppTagsResponse) GetTags() []*Tag
- func (*GetAppTagsResponse) ProtoMessage()
- func (x *GetAppTagsResponse) ProtoReflect() protoreflect.Message
- func (x *GetAppTagsResponse) Reset()
- func (x *GetAppTagsResponse) String() string
- type GetAppTokensRequest
- func (*GetAppTokensRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetAppTokensRequest) GetAppId() string
- func (*GetAppTokensRequest) ProtoMessage()
- func (x *GetAppTokensRequest) ProtoReflect() protoreflect.Message
- func (x *GetAppTokensRequest) Reset()
- func (x *GetAppTokensRequest) String() string
- type GetAppTokensResponse
- func (*GetAppTokensResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetAppTokensResponse) GetTokenIds() []stringdeprecated
- func (x *GetAppTokensResponse) GetTokens() []*GetAppTokensResponse_AppToken
- func (*GetAppTokensResponse) ProtoMessage()
- func (x *GetAppTokensResponse) ProtoReflect() protoreflect.Message
- func (x *GetAppTokensResponse) Reset()
- func (x *GetAppTokensResponse) String() string
- type GetAppTokensResponse_AppToken
- func (*GetAppTokensResponse_AppToken) Descriptor() ([]byte, []int)deprecated
- func (x *GetAppTokensResponse_AppToken) GetId() string
- func (x *GetAppTokensResponse_AppToken) GetName() string
- func (*GetAppTokensResponse_AppToken) ProtoMessage()
- func (x *GetAppTokensResponse_AppToken) ProtoReflect() protoreflect.Message
- func (x *GetAppTokensResponse_AppToken) Reset()
- func (x *GetAppTokensResponse_AppToken) String() string
- type GetAppUserContextRequest
- func (*GetAppUserContextRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetAppUserContextRequest) GetAppId() string
- func (x *GetAppUserContextRequest) GetFields() *fieldmaskpb.FieldMask
- func (*GetAppUserContextRequest) ProtoMessage()
- func (x *GetAppUserContextRequest) ProtoReflect() protoreflect.Message
- func (x *GetAppUserContextRequest) Reset()
- func (x *GetAppUserContextRequest) String() string
- type GetAppUserContextResponse
- func (*GetAppUserContextResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetAppUserContextResponse) GetReviews() []*AppReview
- func (x *GetAppUserContextResponse) GetSavedAt() *timestamppb.Timestamp
- func (x *GetAppUserContextResponse) GetUpvotedAt() *timestamppb.Timestamp
- func (x *GetAppUserContextResponse) GetUsedAt() *timestamppb.Timestamp
- func (*GetAppUserContextResponse) ProtoMessage()
- func (x *GetAppUserContextResponse) ProtoReflect() protoreflect.Message
- func (x *GetAppUserContextResponse) Reset()
- func (x *GetAppUserContextResponse) String() string
- type GetAppsEnabledByDefaultRequest
- func (*GetAppsEnabledByDefaultRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetAppsEnabledByDefaultRequest) GetCursor() *PageCursor
- func (*GetAppsEnabledByDefaultRequest) ProtoMessage()
- func (x *GetAppsEnabledByDefaultRequest) ProtoReflect() protoreflect.Message
- func (x *GetAppsEnabledByDefaultRequest) Reset()
- func (x *GetAppsEnabledByDefaultRequest) String() string
- type GetAppsEnabledByDefaultResponse
- func (*GetAppsEnabledByDefaultResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetAppsEnabledByDefaultResponse) GetApps() []*App
- func (x *GetAppsEnabledByDefaultResponse) GetPageInfo() *PageInfo
- func (*GetAppsEnabledByDefaultResponse) ProtoMessage()
- func (x *GetAppsEnabledByDefaultResponse) ProtoReflect() protoreflect.Message
- func (x *GetAppsEnabledByDefaultResponse) Reset()
- func (x *GetAppsEnabledByDefaultResponse) String() string
- type GetAppsRequest
- type GetAppsResponse
- type GetCircleAppsRequest
- func (*GetCircleAppsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetCircleAppsRequest) GetAppId() string
- func (x *GetCircleAppsRequest) GetCircleId() string
- func (x *GetCircleAppsRequest) GetCursor() *PageCursor
- func (*GetCircleAppsRequest) ProtoMessage()
- func (x *GetCircleAppsRequest) ProtoReflect() protoreflect.Message
- func (x *GetCircleAppsRequest) Reset()
- func (x *GetCircleAppsRequest) String() string
- type GetCircleAppsResponse
- func (*GetCircleAppsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetCircleAppsResponse) GetCircleApps() []*CircleApp
- func (x *GetCircleAppsResponse) GetPageInfo() *PageInfo
- func (*GetCircleAppsResponse) ProtoMessage()
- func (x *GetCircleAppsResponse) ProtoReflect() protoreflect.Message
- func (x *GetCircleAppsResponse) Reset()
- func (x *GetCircleAppsResponse) String() string
- type GetEnabledAppsRequest
- func (*GetEnabledAppsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetEnabledAppsRequest) GetCircleId() string
- func (x *GetEnabledAppsRequest) GetCursor() *PageCursor
- func (*GetEnabledAppsRequest) ProtoMessage()
- func (x *GetEnabledAppsRequest) ProtoReflect() protoreflect.Message
- func (x *GetEnabledAppsRequest) Reset()
- func (x *GetEnabledAppsRequest) String() string
- type GetEnabledAppsResponse
- func (*GetEnabledAppsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetEnabledAppsResponse) GetApps() []*CircleApp
- func (x *GetEnabledAppsResponse) GetPageInfo() *PageInfo
- func (*GetEnabledAppsResponse) ProtoMessage()
- func (x *GetEnabledAppsResponse) ProtoReflect() protoreflect.Message
- func (x *GetEnabledAppsResponse) Reset()
- func (x *GetEnabledAppsResponse) String() string
- type GetFeaturedAppsRequest
- func (*GetFeaturedAppsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetFeaturedAppsRequest) GetCursor() *PageCursor
- func (*GetFeaturedAppsRequest) ProtoMessage()
- func (x *GetFeaturedAppsRequest) ProtoReflect() protoreflect.Message
- func (x *GetFeaturedAppsRequest) Reset()
- func (x *GetFeaturedAppsRequest) String() string
- type GetFeaturedAppsResponse
- func (*GetFeaturedAppsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetFeaturedAppsResponse) GetApps() []*App
- func (x *GetFeaturedAppsResponse) GetPageInfo() *PageInfo
- func (*GetFeaturedAppsResponse) ProtoMessage()
- func (x *GetFeaturedAppsResponse) ProtoReflect() protoreflect.Message
- func (x *GetFeaturedAppsResponse) Reset()
- func (x *GetFeaturedAppsResponse) String() string
- type GetLastUsedAppsRequest
- func (*GetLastUsedAppsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetLastUsedAppsRequest) GetCursor() *PageCursor
- func (*GetLastUsedAppsRequest) ProtoMessage()
- func (x *GetLastUsedAppsRequest) ProtoReflect() protoreflect.Message
- func (x *GetLastUsedAppsRequest) Reset()
- func (x *GetLastUsedAppsRequest) String() string
- type GetLastUsedAppsResponse
- func (*GetLastUsedAppsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetLastUsedAppsResponse) GetApps() []*App
- func (x *GetLastUsedAppsResponse) GetPageInfo() *PageInfo
- func (*GetLastUsedAppsResponse) ProtoMessage()
- func (x *GetLastUsedAppsResponse) ProtoReflect() protoreflect.Message
- func (x *GetLastUsedAppsResponse) Reset()
- func (x *GetLastUsedAppsResponse) String() string
- type GetMyAppsRequest
- type GetMyAppsResponse
- type GetPermissionsRequest
- func (*GetPermissionsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetPermissionsRequest) GetIds() []string
- func (*GetPermissionsRequest) ProtoMessage()
- func (x *GetPermissionsRequest) ProtoReflect() protoreflect.Message
- func (x *GetPermissionsRequest) Reset()
- func (x *GetPermissionsRequest) String() string
- type GetPermissionsResponse
- func (*GetPermissionsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetPermissionsResponse) GetPermissions() []*Permission
- func (*GetPermissionsResponse) ProtoMessage()
- func (x *GetPermissionsResponse) ProtoReflect() protoreflect.Message
- func (x *GetPermissionsResponse) Reset()
- func (x *GetPermissionsResponse) String() string
- type GetSavedAppsRequest
- func (*GetSavedAppsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetSavedAppsRequest) GetCursor() *PageCursor
- func (*GetSavedAppsRequest) ProtoMessage()
- func (x *GetSavedAppsRequest) ProtoReflect() protoreflect.Message
- func (x *GetSavedAppsRequest) Reset()
- func (x *GetSavedAppsRequest) String() string
- type GetSavedAppsResponse
- func (*GetSavedAppsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetSavedAppsResponse) GetApps() []*App
- func (x *GetSavedAppsResponse) GetPageInfo() *PageInfo
- func (*GetSavedAppsResponse) ProtoMessage()
- func (x *GetSavedAppsResponse) ProtoReflect() protoreflect.Message
- func (x *GetSavedAppsResponse) Reset()
- func (x *GetSavedAppsResponse) String() string
- type GetSubscriptionsRequest
- func (*GetSubscriptionsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetSubscriptionsRequest) GetIds() []string
- func (*GetSubscriptionsRequest) ProtoMessage()
- func (x *GetSubscriptionsRequest) ProtoReflect() protoreflect.Message
- func (x *GetSubscriptionsRequest) Reset()
- func (x *GetSubscriptionsRequest) String() string
- type GetSubscriptionsResponse
- func (*GetSubscriptionsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetSubscriptionsResponse) GetSubscriptions() []*Subscription
- func (*GetSubscriptionsResponse) ProtoMessage()
- func (x *GetSubscriptionsResponse) ProtoReflect() protoreflect.Message
- func (x *GetSubscriptionsResponse) Reset()
- func (x *GetSubscriptionsResponse) String() string
- type GetTagsRequest
- type GetTagsResponse
- type GetTrendingAppsRequest
- func (*GetTrendingAppsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetTrendingAppsRequest) GetCursor() *PageCursor
- func (*GetTrendingAppsRequest) ProtoMessage()
- func (x *GetTrendingAppsRequest) ProtoReflect() protoreflect.Message
- func (x *GetTrendingAppsRequest) Reset()
- func (x *GetTrendingAppsRequest) String() string
- type GetTrendingAppsResponse
- func (*GetTrendingAppsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetTrendingAppsResponse) GetApps() []*App
- func (x *GetTrendingAppsResponse) GetPageInfo() *PageInfo
- func (*GetTrendingAppsResponse) ProtoMessage()
- func (x *GetTrendingAppsResponse) ProtoReflect() protoreflect.Message
- func (x *GetTrendingAppsResponse) Reset()
- func (x *GetTrendingAppsResponse) String() string
- type GrantAppPermissionsInCircleRequest
- func (*GrantAppPermissionsInCircleRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GrantAppPermissionsInCircleRequest) GetAppId() string
- func (x *GrantAppPermissionsInCircleRequest) GetCircleId() string
- func (x *GrantAppPermissionsInCircleRequest) GetPermissionIds() []string
- func (*GrantAppPermissionsInCircleRequest) ProtoMessage()
- func (x *GrantAppPermissionsInCircleRequest) ProtoReflect() protoreflect.Message
- func (x *GrantAppPermissionsInCircleRequest) Reset()
- func (x *GrantAppPermissionsInCircleRequest) String() string
- type GrantAppPermissionsInCircleResponse
- func (*GrantAppPermissionsInCircleResponse) Descriptor() ([]byte, []int)deprecated
- func (*GrantAppPermissionsInCircleResponse) ProtoMessage()
- func (x *GrantAppPermissionsInCircleResponse) ProtoReflect() protoreflect.Message
- func (x *GrantAppPermissionsInCircleResponse) Reset()
- func (x *GrantAppPermissionsInCircleResponse) String() string
- type GrantAppSubscriptionsInCircleRequest
- func (*GrantAppSubscriptionsInCircleRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GrantAppSubscriptionsInCircleRequest) GetAppId() string
- func (x *GrantAppSubscriptionsInCircleRequest) GetCircleId() string
- func (x *GrantAppSubscriptionsInCircleRequest) GetSubscriptionIds() []string
- func (*GrantAppSubscriptionsInCircleRequest) ProtoMessage()
- func (x *GrantAppSubscriptionsInCircleRequest) ProtoReflect() protoreflect.Message
- func (x *GrantAppSubscriptionsInCircleRequest) Reset()
- func (x *GrantAppSubscriptionsInCircleRequest) String() string
- type GrantAppSubscriptionsInCircleResponse
- func (*GrantAppSubscriptionsInCircleResponse) Descriptor() ([]byte, []int)deprecated
- func (*GrantAppSubscriptionsInCircleResponse) ProtoMessage()
- func (x *GrantAppSubscriptionsInCircleResponse) ProtoReflect() protoreflect.Message
- func (x *GrantAppSubscriptionsInCircleResponse) Reset()
- func (x *GrantAppSubscriptionsInCircleResponse) String() string
- type IssueAppTokenRequest
- func (*IssueAppTokenRequest) Descriptor() ([]byte, []int)deprecated
- func (x *IssueAppTokenRequest) GetTokenId() string
- func (*IssueAppTokenRequest) ProtoMessage()
- func (x *IssueAppTokenRequest) ProtoReflect() protoreflect.Message
- func (x *IssueAppTokenRequest) Reset()
- func (x *IssueAppTokenRequest) String() string
- type IssueAppTokenResponse
- func (*IssueAppTokenResponse) Descriptor() ([]byte, []int)deprecated
- func (x *IssueAppTokenResponse) GetJwtToken() string
- func (*IssueAppTokenResponse) ProtoMessage()
- func (x *IssueAppTokenResponse) ProtoReflect() protoreflect.Message
- func (x *IssueAppTokenResponse) Reset()
- func (x *IssueAppTokenResponse) String() string
- type MakeAppDisabledByDefaultRequest
- func (*MakeAppDisabledByDefaultRequest) Descriptor() ([]byte, []int)deprecated
- func (x *MakeAppDisabledByDefaultRequest) GetAppId() string
- func (*MakeAppDisabledByDefaultRequest) ProtoMessage()
- func (x *MakeAppDisabledByDefaultRequest) ProtoReflect() protoreflect.Message
- func (x *MakeAppDisabledByDefaultRequest) Reset()
- func (x *MakeAppDisabledByDefaultRequest) String() string
- type MakeAppDisabledByDefaultResponse
- func (*MakeAppDisabledByDefaultResponse) Descriptor() ([]byte, []int)deprecated
- func (*MakeAppDisabledByDefaultResponse) ProtoMessage()
- func (x *MakeAppDisabledByDefaultResponse) ProtoReflect() protoreflect.Message
- func (x *MakeAppDisabledByDefaultResponse) Reset()
- func (x *MakeAppDisabledByDefaultResponse) String() string
- type MakeAppEnabledByDefaultRequest
- func (*MakeAppEnabledByDefaultRequest) Descriptor() ([]byte, []int)deprecated
- func (x *MakeAppEnabledByDefaultRequest) GetAppId() string
- func (*MakeAppEnabledByDefaultRequest) ProtoMessage()
- func (x *MakeAppEnabledByDefaultRequest) ProtoReflect() protoreflect.Message
- func (x *MakeAppEnabledByDefaultRequest) Reset()
- func (x *MakeAppEnabledByDefaultRequest) String() string
- type MakeAppEnabledByDefaultResponse
- func (*MakeAppEnabledByDefaultResponse) Descriptor() ([]byte, []int)deprecated
- func (*MakeAppEnabledByDefaultResponse) ProtoMessage()
- func (x *MakeAppEnabledByDefaultResponse) ProtoReflect() protoreflect.Message
- func (x *MakeAppEnabledByDefaultResponse) Reset()
- func (x *MakeAppEnabledByDefaultResponse) String() string
- type PageCursor
- func (*PageCursor) Descriptor() ([]byte, []int)deprecated
- func (x *PageCursor) GetDir() PageDir
- func (x *PageCursor) GetLastId() string
- func (x *PageCursor) GetLimit() uint32
- func (*PageCursor) ProtoMessage()
- func (x *PageCursor) ProtoReflect() protoreflect.Message
- func (x *PageCursor) Reset()
- func (x *PageCursor) String() string
- type PageDir
- type PageInfo
- func (*PageInfo) Descriptor() ([]byte, []int)deprecated
- func (x *PageInfo) GetFirstId() string
- func (x *PageInfo) GetHasNext() bool
- func (x *PageInfo) GetHasPrev() bool
- func (x *PageInfo) GetLastId() string
- func (x *PageInfo) GetLength() uint32
- func (*PageInfo) ProtoMessage()
- func (x *PageInfo) ProtoReflect() protoreflect.Message
- func (x *PageInfo) Reset()
- func (x *PageInfo) String() string
- type Permission
- func (*Permission) Descriptor() ([]byte, []int)deprecated
- func (x *Permission) GetDescription() string
- func (x *Permission) GetDescriptors() []string
- func (x *Permission) GetDxName() string
- func (x *Permission) GetId() string
- func (x *Permission) GetUxName() string
- func (*Permission) ProtoMessage()
- func (x *Permission) ProtoReflect() protoreflect.Message
- func (x *Permission) Reset()
- func (x *Permission) String() string
- type RemoveAppPermissionRequest
- func (*RemoveAppPermissionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveAppPermissionRequest) GetAppId() string
- func (x *RemoveAppPermissionRequest) GetPermissionId() string
- func (*RemoveAppPermissionRequest) ProtoMessage()
- func (x *RemoveAppPermissionRequest) ProtoReflect() protoreflect.Message
- func (x *RemoveAppPermissionRequest) Reset()
- func (x *RemoveAppPermissionRequest) String() string
- type RemoveAppPermissionResponse
- type RemoveAppSubscriptionRequest
- func (*RemoveAppSubscriptionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveAppSubscriptionRequest) GetAppId() string
- func (x *RemoveAppSubscriptionRequest) GetSubscriptionId() string
- func (*RemoveAppSubscriptionRequest) ProtoMessage()
- func (x *RemoveAppSubscriptionRequest) ProtoReflect() protoreflect.Message
- func (x *RemoveAppSubscriptionRequest) Reset()
- func (x *RemoveAppSubscriptionRequest) String() string
- type RemoveAppSubscriptionResponse
- func (*RemoveAppSubscriptionResponse) Descriptor() ([]byte, []int)deprecated
- func (*RemoveAppSubscriptionResponse) ProtoMessage()
- func (x *RemoveAppSubscriptionResponse) ProtoReflect() protoreflect.Message
- func (x *RemoveAppSubscriptionResponse) Reset()
- func (x *RemoveAppSubscriptionResponse) String() string
- type RemoveAppTagRequest
- func (*RemoveAppTagRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveAppTagRequest) GetAppId() string
- func (x *RemoveAppTagRequest) GetTagId() string
- func (*RemoveAppTagRequest) ProtoMessage()
- func (x *RemoveAppTagRequest) ProtoReflect() protoreflect.Message
- func (x *RemoveAppTagRequest) Reset()
- func (x *RemoveAppTagRequest) String() string
- type RemoveAppTagResponse
- type RevokeAppPermissionsInCircleRequest
- func (*RevokeAppPermissionsInCircleRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RevokeAppPermissionsInCircleRequest) GetAppId() string
- func (x *RevokeAppPermissionsInCircleRequest) GetCircleId() string
- func (x *RevokeAppPermissionsInCircleRequest) GetPermissionIds() []string
- func (*RevokeAppPermissionsInCircleRequest) ProtoMessage()
- func (x *RevokeAppPermissionsInCircleRequest) ProtoReflect() protoreflect.Message
- func (x *RevokeAppPermissionsInCircleRequest) Reset()
- func (x *RevokeAppPermissionsInCircleRequest) String() string
- type RevokeAppPermissionsInCircleResponse
- func (*RevokeAppPermissionsInCircleResponse) Descriptor() ([]byte, []int)deprecated
- func (*RevokeAppPermissionsInCircleResponse) ProtoMessage()
- func (x *RevokeAppPermissionsInCircleResponse) ProtoReflect() protoreflect.Message
- func (x *RevokeAppPermissionsInCircleResponse) Reset()
- func (x *RevokeAppPermissionsInCircleResponse) String() string
- type RevokeAppSubscriptionsInCircleRequest
- func (*RevokeAppSubscriptionsInCircleRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RevokeAppSubscriptionsInCircleRequest) GetAppId() string
- func (x *RevokeAppSubscriptionsInCircleRequest) GetCircleId() string
- func (x *RevokeAppSubscriptionsInCircleRequest) GetSubscriptionIds() []string
- func (*RevokeAppSubscriptionsInCircleRequest) ProtoMessage()
- func (x *RevokeAppSubscriptionsInCircleRequest) ProtoReflect() protoreflect.Message
- func (x *RevokeAppSubscriptionsInCircleRequest) Reset()
- func (x *RevokeAppSubscriptionsInCircleRequest) String() string
- type RevokeAppSubscriptionsInCircleResponse
- func (*RevokeAppSubscriptionsInCircleResponse) Descriptor() ([]byte, []int)deprecated
- func (*RevokeAppSubscriptionsInCircleResponse) ProtoMessage()
- func (x *RevokeAppSubscriptionsInCircleResponse) ProtoReflect() protoreflect.Message
- func (x *RevokeAppSubscriptionsInCircleResponse) Reset()
- func (x *RevokeAppSubscriptionsInCircleResponse) String() string
- type RevokeAppTokenRequest
- func (*RevokeAppTokenRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RevokeAppTokenRequest) GetTokenId() string
- func (*RevokeAppTokenRequest) ProtoMessage()
- func (x *RevokeAppTokenRequest) ProtoReflect() protoreflect.Message
- func (x *RevokeAppTokenRequest) Reset()
- func (x *RevokeAppTokenRequest) String() string
- type RevokeAppTokenResponse
- type SaveAppRequest
- type SaveAppResponse
- type SearchAppsRequest
- func (*SearchAppsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SearchAppsRequest) GetCursor() *PageCursor
- func (x *SearchAppsRequest) GetNameStarts() string
- func (x *SearchAppsRequest) GetOrderBy() SearchAppsRequestOrder
- func (x *SearchAppsRequest) GetTagIds() []string
- func (*SearchAppsRequest) ProtoMessage()
- func (x *SearchAppsRequest) ProtoReflect() protoreflect.Message
- func (x *SearchAppsRequest) Reset()
- func (x *SearchAppsRequest) String() string
- type SearchAppsRequestOrder
- func (SearchAppsRequestOrder) Descriptor() protoreflect.EnumDescriptor
- func (x SearchAppsRequestOrder) Enum() *SearchAppsRequestOrder
- func (SearchAppsRequestOrder) EnumDescriptor() ([]byte, []int)deprecated
- func (x SearchAppsRequestOrder) Number() protoreflect.EnumNumber
- func (x SearchAppsRequestOrder) String() string
- func (SearchAppsRequestOrder) Type() protoreflect.EnumType
- type SearchAppsResponse
- func (*SearchAppsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SearchAppsResponse) GetApps() []*App
- func (x *SearchAppsResponse) GetPageInfo() *PageInfo
- func (*SearchAppsResponse) ProtoMessage()
- func (x *SearchAppsResponse) ProtoReflect() protoreflect.Message
- func (x *SearchAppsResponse) Reset()
- func (x *SearchAppsResponse) String() string
- type Subscription
- func (*Subscription) Descriptor() ([]byte, []int)deprecated
- func (x *Subscription) GetDescriptor_() string
- func (x *Subscription) GetId() string
- func (*Subscription) ProtoMessage()
- func (x *Subscription) ProtoReflect() protoreflect.Message
- func (x *Subscription) Reset()
- func (x *Subscription) String() string
- type Tag
- type UndownvoteAppReviewRequest
- func (*UndownvoteAppReviewRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UndownvoteAppReviewRequest) GetReviewId() string
- func (*UndownvoteAppReviewRequest) ProtoMessage()
- func (x *UndownvoteAppReviewRequest) ProtoReflect() protoreflect.Message
- func (x *UndownvoteAppReviewRequest) Reset()
- func (x *UndownvoteAppReviewRequest) String() string
- type UndownvoteAppReviewResponse
- type UnfeatureAppRequest
- func (*UnfeatureAppRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UnfeatureAppRequest) GetAppId() string
- func (*UnfeatureAppRequest) ProtoMessage()
- func (x *UnfeatureAppRequest) ProtoReflect() protoreflect.Message
- func (x *UnfeatureAppRequest) Reset()
- func (x *UnfeatureAppRequest) String() string
- type UnfeatureAppResponse
- type UnimplementedAppServiceServer
- func (UnimplementedAppServiceServer) AddAppPermission(context.Context, *AddAppPermissionRequest) (*AddAppPermissionResponse, error)
- func (UnimplementedAppServiceServer) AddAppScore(context.Context, *AddAppScoreRequest) (*AddAppScoreResponse, error)
- func (UnimplementedAppServiceServer) AddAppSubscription(context.Context, *AddAppSubscriptionRequest) (*AddAppSubscriptionResponse, error)
- func (UnimplementedAppServiceServer) AddAppTag(context.Context, *AddAppTagRequest) (*AddAppTagResponse, error)
- func (UnimplementedAppServiceServer) CreateApp(context.Context, *CreateAppRequest) (*CreateAppResponse, error)
- func (UnimplementedAppServiceServer) CreateAppReview(context.Context, *CreateAppReviewRequest) (*CreateAppReviewResponse, error)
- func (UnimplementedAppServiceServer) DeleteApp(context.Context, *DeleteAppRequest) (*DeleteAppResponse, error)
- func (UnimplementedAppServiceServer) DeleteAppReview(context.Context, *DeleteAppReviewRequest) (*DeleteAppReviewResponse, error)
- func (UnimplementedAppServiceServer) DeleteAppToken(context.Context, *DeleteAppTokenRequest) (*DeleteAppTokenResponse, error)
- func (UnimplementedAppServiceServer) DisableApp(context.Context, *DisableAppRequest) (*DisableAppResponse, error)
- func (UnimplementedAppServiceServer) DownvoteAppReview(context.Context, *DownvoteAppReviewRequest) (*DownvoteAppReviewResponse, error)
- func (UnimplementedAppServiceServer) EnableApp(context.Context, *EnableAppRequest) (*EnableAppResponse, error)
- func (UnimplementedAppServiceServer) FeatureApp(context.Context, *FeatureAppRequest) (*FeatureAppResponse, error)
- func (UnimplementedAppServiceServer) GenerateAppToken(context.Context, *GenerateAppTokenRequest) (*GenerateAppTokenResponse, error)
- func (UnimplementedAppServiceServer) GenerateUserScopedAppToken(context.Context, *GenerateUserScopedAppTokenRequest) (*GenerateUserScopedAppTokenResponse, error)
- func (UnimplementedAppServiceServer) GetApp(context.Context, *GetAppRequest) (*GetAppResponse, error)
- func (UnimplementedAppServiceServer) GetAppCounters(context.Context, *GetAppCountersRequest) (*GetAppCountersResponse, error)
- func (UnimplementedAppServiceServer) GetAppPermissions(context.Context, *GetAppPermissionsRequest) (*GetAppPermissionsResponse, error)
- func (UnimplementedAppServiceServer) GetAppReview(context.Context, *GetAppReviewRequest) (*GetAppReviewResponse, error)
- func (UnimplementedAppServiceServer) GetAppReviews(context.Context, *GetAppReviewsRequest) (*GetAppReviewsResponse, error)
- func (UnimplementedAppServiceServer) GetAppSubscriptions(context.Context, *GetAppSubscriptionsRequest) (*GetAppSubscriptionsResponse, error)
- func (UnimplementedAppServiceServer) GetAppTags(context.Context, *GetAppTagsRequest) (*GetAppTagsResponse, error)
- func (UnimplementedAppServiceServer) GetAppTokens(context.Context, *GetAppTokensRequest) (*GetAppTokensResponse, error)
- func (UnimplementedAppServiceServer) GetAppUserContext(context.Context, *GetAppUserContextRequest) (*GetAppUserContextResponse, error)
- func (UnimplementedAppServiceServer) GetApps(context.Context, *GetAppsRequest) (*GetAppsResponse, error)
- func (UnimplementedAppServiceServer) GetAppsEnabledByDefault(context.Context, *GetAppsEnabledByDefaultRequest) (*GetAppsEnabledByDefaultResponse, error)
- func (UnimplementedAppServiceServer) GetCircleApps(context.Context, *GetCircleAppsRequest) (*GetCircleAppsResponse, error)
- func (UnimplementedAppServiceServer) GetEnabledApps(context.Context, *GetEnabledAppsRequest) (*GetEnabledAppsResponse, error)
- func (UnimplementedAppServiceServer) GetFeaturedApps(context.Context, *GetFeaturedAppsRequest) (*GetFeaturedAppsResponse, error)
- func (UnimplementedAppServiceServer) GetLastUsedApps(context.Context, *GetLastUsedAppsRequest) (*GetLastUsedAppsResponse, error)
- func (UnimplementedAppServiceServer) GetMyApps(context.Context, *GetMyAppsRequest) (*GetMyAppsResponse, error)
- func (UnimplementedAppServiceServer) GetPermissions(context.Context, *GetPermissionsRequest) (*GetPermissionsResponse, error)
- func (UnimplementedAppServiceServer) GetSavedApps(context.Context, *GetSavedAppsRequest) (*GetSavedAppsResponse, error)
- func (UnimplementedAppServiceServer) GetSubscriptions(context.Context, *GetSubscriptionsRequest) (*GetSubscriptionsResponse, error)
- func (UnimplementedAppServiceServer) GetTags(context.Context, *GetTagsRequest) (*GetTagsResponse, error)
- func (UnimplementedAppServiceServer) GetTrendingApps(context.Context, *GetTrendingAppsRequest) (*GetTrendingAppsResponse, error)
- func (UnimplementedAppServiceServer) GrantAppPermissionsInCircle(context.Context, *GrantAppPermissionsInCircleRequest) (*GrantAppPermissionsInCircleResponse, error)
- func (UnimplementedAppServiceServer) GrantAppSubscriptionsInCircle(context.Context, *GrantAppSubscriptionsInCircleRequest) (*GrantAppSubscriptionsInCircleResponse, error)
- func (UnimplementedAppServiceServer) IssueAppToken(context.Context, *IssueAppTokenRequest) (*IssueAppTokenResponse, error)
- func (UnimplementedAppServiceServer) MakeAppDisabledByDefault(context.Context, *MakeAppDisabledByDefaultRequest) (*MakeAppDisabledByDefaultResponse, error)
- func (UnimplementedAppServiceServer) MakeAppEnabledByDefault(context.Context, *MakeAppEnabledByDefaultRequest) (*MakeAppEnabledByDefaultResponse, error)
- func (UnimplementedAppServiceServer) RemoveAppPermission(context.Context, *RemoveAppPermissionRequest) (*RemoveAppPermissionResponse, error)
- func (UnimplementedAppServiceServer) RemoveAppSubscription(context.Context, *RemoveAppSubscriptionRequest) (*RemoveAppSubscriptionResponse, error)
- func (UnimplementedAppServiceServer) RemoveAppTag(context.Context, *RemoveAppTagRequest) (*RemoveAppTagResponse, error)
- func (UnimplementedAppServiceServer) RevokeAppPermissionsInCircle(context.Context, *RevokeAppPermissionsInCircleRequest) (*RevokeAppPermissionsInCircleResponse, error)
- func (UnimplementedAppServiceServer) RevokeAppSubscriptionsInCircle(context.Context, *RevokeAppSubscriptionsInCircleRequest) (*RevokeAppSubscriptionsInCircleResponse, error)
- func (UnimplementedAppServiceServer) RevokeAppToken(context.Context, *RevokeAppTokenRequest) (*RevokeAppTokenResponse, error)
- func (UnimplementedAppServiceServer) SaveApp(context.Context, *SaveAppRequest) (*SaveAppResponse, error)
- func (UnimplementedAppServiceServer) SearchApps(context.Context, *SearchAppsRequest) (*SearchAppsResponse, error)
- func (UnimplementedAppServiceServer) UndownvoteAppReview(context.Context, *UndownvoteAppReviewRequest) (*UndownvoteAppReviewResponse, error)
- func (UnimplementedAppServiceServer) UnfeatureApp(context.Context, *UnfeatureAppRequest) (*UnfeatureAppResponse, error)
- func (UnimplementedAppServiceServer) UnsaveApp(context.Context, *UnsaveAppRequest) (*UnsaveAppResponse, error)
- func (UnimplementedAppServiceServer) UnupvoteApp(context.Context, *UnupvoteAppRequest) (*UnupvoteAppResponse, error)
- func (UnimplementedAppServiceServer) UnupvoteAppReview(context.Context, *UnupvoteAppReviewRequest) (*UnupvoteAppReviewResponse, error)
- func (UnimplementedAppServiceServer) UpdateApp(context.Context, *UpdateAppRequest) (*UpdateAppResponse, error)
- func (UnimplementedAppServiceServer) UpvoteApp(context.Context, *UpvoteAppRequest) (*UpvoteAppResponse, error)
- func (UnimplementedAppServiceServer) UpvoteAppReview(context.Context, *UpvoteAppReviewRequest) (*UpvoteAppReviewResponse, error)
- type UnsafeAppServiceServer
- type UnsaveAppRequest
- type UnsaveAppResponse
- type UnupvoteAppRequest
- func (*UnupvoteAppRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UnupvoteAppRequest) GetAppId() string
- func (*UnupvoteAppRequest) ProtoMessage()
- func (x *UnupvoteAppRequest) ProtoReflect() protoreflect.Message
- func (x *UnupvoteAppRequest) Reset()
- func (x *UnupvoteAppRequest) String() string
- type UnupvoteAppResponse
- type UnupvoteAppReviewRequest
- func (*UnupvoteAppReviewRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UnupvoteAppReviewRequest) GetReviewId() string
- func (*UnupvoteAppReviewRequest) ProtoMessage()
- func (x *UnupvoteAppReviewRequest) ProtoReflect() protoreflect.Message
- func (x *UnupvoteAppReviewRequest) Reset()
- func (x *UnupvoteAppReviewRequest) String() string
- type UnupvoteAppReviewResponse
- type UpdateAppRequest
- func (*UpdateAppRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateAppRequest) GetAppId() string
- func (x *UpdateAppRequest) GetDescription() string
- func (x *UpdateAppRequest) GetImageUrl() string
- func (x *UpdateAppRequest) GetName() string
- func (x *UpdateAppRequest) GetUrl() string
- func (x *UpdateAppRequest) GetWebhookUrl() string
- func (*UpdateAppRequest) ProtoMessage()
- func (x *UpdateAppRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateAppRequest) Reset()
- func (x *UpdateAppRequest) String() string
- type UpdateAppResponse
- type UpvoteAppRequest
- type UpvoteAppResponse
- type UpvoteAppReviewRequest
- func (*UpvoteAppReviewRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpvoteAppReviewRequest) GetReviewId() string
- func (*UpvoteAppReviewRequest) ProtoMessage()
- func (x *UpvoteAppReviewRequest) ProtoReflect() protoreflect.Message
- func (x *UpvoteAppReviewRequest) Reset()
- func (x *UpvoteAppReviewRequest) String() string
- type UpvoteAppReviewResponse
Constants ¶
This section is empty.
Variables ¶
var ( PageDir_name = map[int32]string{ 0: "PAGE_DIR_FORWARD", 1: "PAGE_DIR_BACKWARD", } PageDir_value = map[string]int32{ "PAGE_DIR_FORWARD": 0, "PAGE_DIR_BACKWARD": 1, } )
Enum value maps for PageDir.
var ( SearchAppsRequestOrder_name = map[int32]string{ 0: "ORDER_NOT_SPECIFIED", 1: "ORDER_BY_SCORE", 2: "ORDER_BY_CREATED_AT", } SearchAppsRequestOrder_value = map[string]int32{ "ORDER_NOT_SPECIFIED": 0, "ORDER_BY_SCORE": 1, "ORDER_BY_CREATED_AT": 2, } )
Enum value maps for SearchAppsRequestOrder.
var AppService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "app_service.v1.AppService", HandlerType: (*AppServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "GetApp", Handler: _AppService_GetApp_Handler, }, { MethodName: "GetApps", Handler: _AppService_GetApps_Handler, }, { MethodName: "SearchApps", Handler: _AppService_SearchApps_Handler, }, { MethodName: "CreateApp", Handler: _AppService_CreateApp_Handler, }, { MethodName: "UpdateApp", Handler: _AppService_UpdateApp_Handler, }, { MethodName: "DeleteApp", Handler: _AppService_DeleteApp_Handler, }, { MethodName: "GetAppCounters", Handler: _AppService_GetAppCounters_Handler, }, { MethodName: "GetMyApps", Handler: _AppService_GetMyApps_Handler, }, { MethodName: "GetAppsEnabledByDefault", Handler: _AppService_GetAppsEnabledByDefault_Handler, }, { MethodName: "GetTrendingApps", Handler: _AppService_GetTrendingApps_Handler, }, { MethodName: "GetFeaturedApps", Handler: _AppService_GetFeaturedApps_Handler, }, { MethodName: "UpvoteApp", Handler: _AppService_UpvoteApp_Handler, }, { MethodName: "UnupvoteApp", Handler: _AppService_UnupvoteApp_Handler, }, { MethodName: "GetTags", Handler: _AppService_GetTags_Handler, }, { MethodName: "AddAppTag", Handler: _AppService_AddAppTag_Handler, }, { MethodName: "GetAppTags", Handler: _AppService_GetAppTags_Handler, }, { MethodName: "RemoveAppTag", Handler: _AppService_RemoveAppTag_Handler, }, { MethodName: "GetPermissions", Handler: _AppService_GetPermissions_Handler, }, { MethodName: "AddAppPermission", Handler: _AppService_AddAppPermission_Handler, }, { MethodName: "GetAppPermissions", Handler: _AppService_GetAppPermissions_Handler, }, { MethodName: "RemoveAppPermission", Handler: _AppService_RemoveAppPermission_Handler, }, { MethodName: "GetSubscriptions", Handler: _AppService_GetSubscriptions_Handler, }, { MethodName: "AddAppSubscription", Handler: _AppService_AddAppSubscription_Handler, }, { MethodName: "GetAppSubscriptions", Handler: _AppService_GetAppSubscriptions_Handler, }, { MethodName: "RemoveAppSubscription", Handler: _AppService_RemoveAppSubscription_Handler, }, { MethodName: "EnableApp", Handler: _AppService_EnableApp_Handler, }, { MethodName: "DisableApp", Handler: _AppService_DisableApp_Handler, }, { MethodName: "GetEnabledApps", Handler: _AppService_GetEnabledApps_Handler, }, { MethodName: "GetCircleApps", Handler: _AppService_GetCircleApps_Handler, }, { MethodName: "GrantAppPermissionsInCircle", Handler: _AppService_GrantAppPermissionsInCircle_Handler, }, { MethodName: "RevokeAppPermissionsInCircle", Handler: _AppService_RevokeAppPermissionsInCircle_Handler, }, { MethodName: "GrantAppSubscriptionsInCircle", Handler: _AppService_GrantAppSubscriptionsInCircle_Handler, }, { MethodName: "RevokeAppSubscriptionsInCircle", Handler: _AppService_RevokeAppSubscriptionsInCircle_Handler, }, { MethodName: "GenerateAppToken", Handler: _AppService_GenerateAppToken_Handler, }, { MethodName: "IssueAppToken", Handler: _AppService_IssueAppToken_Handler, }, { MethodName: "RevokeAppToken", Handler: _AppService_RevokeAppToken_Handler, }, { MethodName: "DeleteAppToken", Handler: _AppService_DeleteAppToken_Handler, }, { MethodName: "GetAppTokens", Handler: _AppService_GetAppTokens_Handler, }, { MethodName: "GenerateUserScopedAppToken", Handler: _AppService_GenerateUserScopedAppToken_Handler, }, { MethodName: "SaveApp", Handler: _AppService_SaveApp_Handler, }, { MethodName: "UnsaveApp", Handler: _AppService_UnsaveApp_Handler, }, { MethodName: "GetSavedApps", Handler: _AppService_GetSavedApps_Handler, }, { MethodName: "GetAppReview", Handler: _AppService_GetAppReview_Handler, }, { MethodName: "GetAppReviews", Handler: _AppService_GetAppReviews_Handler, }, { MethodName: "CreateAppReview", Handler: _AppService_CreateAppReview_Handler, }, { MethodName: "DeleteAppReview", Handler: _AppService_DeleteAppReview_Handler, }, { MethodName: "UpvoteAppReview", Handler: _AppService_UpvoteAppReview_Handler, }, { MethodName: "UnupvoteAppReview", Handler: _AppService_UnupvoteAppReview_Handler, }, { MethodName: "DownvoteAppReview", Handler: _AppService_DownvoteAppReview_Handler, }, { MethodName: "UndownvoteAppReview", Handler: _AppService_UndownvoteAppReview_Handler, }, { MethodName: "GetLastUsedApps", Handler: _AppService_GetLastUsedApps_Handler, }, { MethodName: "GetAppUserContext", Handler: _AppService_GetAppUserContext_Handler, }, { MethodName: "AddAppScore", Handler: _AppService_AddAppScore_Handler, }, { MethodName: "MakeAppEnabledByDefault", Handler: _AppService_MakeAppEnabledByDefault_Handler, }, { MethodName: "MakeAppDisabledByDefault", Handler: _AppService_MakeAppDisabledByDefault_Handler, }, { MethodName: "FeatureApp", Handler: _AppService_FeatureApp_Handler, }, { MethodName: "UnfeatureApp", Handler: _AppService_UnfeatureApp_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "app-service/app/v1/app.proto", }
AppService_ServiceDesc is the grpc.ServiceDesc for AppService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var File_app_service_app_v1_app_proto protoreflect.FileDescriptor
Functions ¶
func RegisterAppServiceServer ¶
func RegisterAppServiceServer(s grpc.ServiceRegistrar, srv AppServiceServer)
Types ¶
type AddAppPermissionRequest ¶
type AddAppPermissionRequest struct { AppId string `protobuf:"bytes,1,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"` PermissionId string `protobuf:"bytes,2,opt,name=permission_id,json=permissionId,proto3" json:"permission_id,omitempty"` // contains filtered or unexported fields }
func (*AddAppPermissionRequest) Descriptor
deprecated
func (*AddAppPermissionRequest) Descriptor() ([]byte, []int)
Deprecated: Use AddAppPermissionRequest.ProtoReflect.Descriptor instead.
func (*AddAppPermissionRequest) GetAppId ¶
func (x *AddAppPermissionRequest) GetAppId() string
func (*AddAppPermissionRequest) GetPermissionId ¶
func (x *AddAppPermissionRequest) GetPermissionId() string
func (*AddAppPermissionRequest) ProtoMessage ¶
func (*AddAppPermissionRequest) ProtoMessage()
func (*AddAppPermissionRequest) ProtoReflect ¶
func (x *AddAppPermissionRequest) ProtoReflect() protoreflect.Message
func (*AddAppPermissionRequest) Reset ¶
func (x *AddAppPermissionRequest) Reset()
func (*AddAppPermissionRequest) String ¶
func (x *AddAppPermissionRequest) String() string
type AddAppPermissionResponse ¶
type AddAppPermissionResponse struct {
// contains filtered or unexported fields
}
func (*AddAppPermissionResponse) Descriptor
deprecated
func (*AddAppPermissionResponse) Descriptor() ([]byte, []int)
Deprecated: Use AddAppPermissionResponse.ProtoReflect.Descriptor instead.
func (*AddAppPermissionResponse) ProtoMessage ¶
func (*AddAppPermissionResponse) ProtoMessage()
func (*AddAppPermissionResponse) ProtoReflect ¶
func (x *AddAppPermissionResponse) ProtoReflect() protoreflect.Message
func (*AddAppPermissionResponse) Reset ¶
func (x *AddAppPermissionResponse) Reset()
func (*AddAppPermissionResponse) String ¶
func (x *AddAppPermissionResponse) String() string
type AddAppScoreRequest ¶
type AddAppScoreRequest struct { AppId string `protobuf:"bytes,1,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"` Score int64 `protobuf:"varint,2,opt,name=score,proto3" json:"score,omitempty"` // contains filtered or unexported fields }
func (*AddAppScoreRequest) Descriptor
deprecated
func (*AddAppScoreRequest) Descriptor() ([]byte, []int)
Deprecated: Use AddAppScoreRequest.ProtoReflect.Descriptor instead.
func (*AddAppScoreRequest) GetAppId ¶
func (x *AddAppScoreRequest) GetAppId() string
func (*AddAppScoreRequest) GetScore ¶
func (x *AddAppScoreRequest) GetScore() int64
func (*AddAppScoreRequest) ProtoMessage ¶
func (*AddAppScoreRequest) ProtoMessage()
func (*AddAppScoreRequest) ProtoReflect ¶
func (x *AddAppScoreRequest) ProtoReflect() protoreflect.Message
func (*AddAppScoreRequest) Reset ¶
func (x *AddAppScoreRequest) Reset()
func (*AddAppScoreRequest) String ¶
func (x *AddAppScoreRequest) String() string
type AddAppScoreResponse ¶
type AddAppScoreResponse struct {
// contains filtered or unexported fields
}
func (*AddAppScoreResponse) Descriptor
deprecated
func (*AddAppScoreResponse) Descriptor() ([]byte, []int)
Deprecated: Use AddAppScoreResponse.ProtoReflect.Descriptor instead.
func (*AddAppScoreResponse) ProtoMessage ¶
func (*AddAppScoreResponse) ProtoMessage()
func (*AddAppScoreResponse) ProtoReflect ¶
func (x *AddAppScoreResponse) ProtoReflect() protoreflect.Message
func (*AddAppScoreResponse) Reset ¶
func (x *AddAppScoreResponse) Reset()
func (*AddAppScoreResponse) String ¶
func (x *AddAppScoreResponse) String() string
type AddAppSubscriptionRequest ¶
type AddAppSubscriptionRequest struct { AppId string `protobuf:"bytes,1,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"` SubscriptionId string `protobuf:"bytes,2,opt,name=subscription_id,json=subscriptionId,proto3" json:"subscription_id,omitempty"` // contains filtered or unexported fields }
func (*AddAppSubscriptionRequest) Descriptor
deprecated
func (*AddAppSubscriptionRequest) Descriptor() ([]byte, []int)
Deprecated: Use AddAppSubscriptionRequest.ProtoReflect.Descriptor instead.
func (*AddAppSubscriptionRequest) GetAppId ¶
func (x *AddAppSubscriptionRequest) GetAppId() string
func (*AddAppSubscriptionRequest) GetSubscriptionId ¶
func (x *AddAppSubscriptionRequest) GetSubscriptionId() string
func (*AddAppSubscriptionRequest) ProtoMessage ¶
func (*AddAppSubscriptionRequest) ProtoMessage()
func (*AddAppSubscriptionRequest) ProtoReflect ¶
func (x *AddAppSubscriptionRequest) ProtoReflect() protoreflect.Message
func (*AddAppSubscriptionRequest) Reset ¶
func (x *AddAppSubscriptionRequest) Reset()
func (*AddAppSubscriptionRequest) String ¶
func (x *AddAppSubscriptionRequest) String() string
type AddAppSubscriptionResponse ¶
type AddAppSubscriptionResponse struct {
// contains filtered or unexported fields
}
func (*AddAppSubscriptionResponse) Descriptor
deprecated
func (*AddAppSubscriptionResponse) Descriptor() ([]byte, []int)
Deprecated: Use AddAppSubscriptionResponse.ProtoReflect.Descriptor instead.
func (*AddAppSubscriptionResponse) ProtoMessage ¶
func (*AddAppSubscriptionResponse) ProtoMessage()
func (*AddAppSubscriptionResponse) ProtoReflect ¶
func (x *AddAppSubscriptionResponse) ProtoReflect() protoreflect.Message
func (*AddAppSubscriptionResponse) Reset ¶
func (x *AddAppSubscriptionResponse) Reset()
func (*AddAppSubscriptionResponse) String ¶
func (x *AddAppSubscriptionResponse) String() string
type AddAppTagRequest ¶
type AddAppTagRequest struct { AppId string `protobuf:"bytes,1,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"` TagId string `protobuf:"bytes,2,opt,name=tag_id,json=tagId,proto3" json:"tag_id,omitempty"` // contains filtered or unexported fields }
func (*AddAppTagRequest) Descriptor
deprecated
func (*AddAppTagRequest) Descriptor() ([]byte, []int)
Deprecated: Use AddAppTagRequest.ProtoReflect.Descriptor instead.
func (*AddAppTagRequest) GetAppId ¶
func (x *AddAppTagRequest) GetAppId() string
func (*AddAppTagRequest) GetTagId ¶
func (x *AddAppTagRequest) GetTagId() string
func (*AddAppTagRequest) ProtoMessage ¶
func (*AddAppTagRequest) ProtoMessage()
func (*AddAppTagRequest) ProtoReflect ¶
func (x *AddAppTagRequest) ProtoReflect() protoreflect.Message
func (*AddAppTagRequest) Reset ¶
func (x *AddAppTagRequest) Reset()
func (*AddAppTagRequest) String ¶
func (x *AddAppTagRequest) String() string
type AddAppTagResponse ¶
type AddAppTagResponse struct {
// contains filtered or unexported fields
}
func (*AddAppTagResponse) Descriptor
deprecated
func (*AddAppTagResponse) Descriptor() ([]byte, []int)
Deprecated: Use AddAppTagResponse.ProtoReflect.Descriptor instead.
func (*AddAppTagResponse) ProtoMessage ¶
func (*AddAppTagResponse) ProtoMessage()
func (*AddAppTagResponse) ProtoReflect ¶
func (x *AddAppTagResponse) ProtoReflect() protoreflect.Message
func (*AddAppTagResponse) Reset ¶
func (x *AddAppTagResponse) Reset()
func (*AddAppTagResponse) String ¶
func (x *AddAppTagResponse) String() string
type App ¶
type App struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` OwnerId string `protobuf:"bytes,3,opt,name=owner_id,json=ownerId,proto3" json:"owner_id,omitempty"` ImageUrl string `protobuf:"bytes,4,opt,name=image_url,json=imageUrl,proto3" json:"image_url,omitempty"` Description string `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty"` Url string `protobuf:"bytes,6,opt,name=url,proto3" json:"url,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` Score int64 `protobuf:"varint,8,opt,name=score,proto3" json:"score,omitempty"` WebhookUrl *string `protobuf:"bytes,9,opt,name=webhook_url,json=webhookUrl,proto3,oneof" json:"webhook_url,omitempty"` DeletedBy *string `protobuf:"bytes,10,opt,name=deleted_by,json=deletedBy,proto3,oneof" json:"deleted_by,omitempty"` DeletedAt *timestamppb.Timestamp `protobuf:"bytes,11,opt,name=deleted_at,json=deletedAt,proto3,oneof" json:"deleted_at,omitempty"` // contains filtered or unexported fields }
func (*App) Descriptor
deprecated
func (*App) GetCreatedAt ¶
func (x *App) GetCreatedAt() *timestamppb.Timestamp
func (*App) GetDeletedAt ¶ added in v0.2.15
func (x *App) GetDeletedAt() *timestamppb.Timestamp
func (*App) GetDeletedBy ¶ added in v0.2.15
func (*App) GetDescription ¶
func (*App) GetImageUrl ¶
func (*App) GetOwnerId ¶
func (*App) GetWebhookUrl ¶
func (*App) ProtoMessage ¶
func (*App) ProtoMessage()
func (*App) ProtoReflect ¶
func (x *App) ProtoReflect() protoreflect.Message
type AppCounters ¶
type AppCounters struct { Circles int64 `protobuf:"varint,1,opt,name=circles,proto3" json:"circles,omitempty"` Upvotes int64 `protobuf:"varint,2,opt,name=upvotes,proto3" json:"upvotes,omitempty"` Reviews int64 `protobuf:"varint,3,opt,name=reviews,proto3" json:"reviews,omitempty"` AvgRating float64 `protobuf:"fixed64,4,opt,name=avg_rating,json=avgRating,proto3" json:"avg_rating,omitempty"` Ratings map[int64]int64 `` /* 157-byte string literal not displayed */ Saves int64 `protobuf:"varint,6,opt,name=saves,proto3" json:"saves,omitempty"` // contains filtered or unexported fields }
func (*AppCounters) Descriptor
deprecated
func (*AppCounters) Descriptor() ([]byte, []int)
Deprecated: Use AppCounters.ProtoReflect.Descriptor instead.
func (*AppCounters) GetAvgRating ¶ added in v0.2.15
func (x *AppCounters) GetAvgRating() float64
func (*AppCounters) GetCircles ¶
func (x *AppCounters) GetCircles() int64
func (*AppCounters) GetRatings ¶ added in v0.2.15
func (x *AppCounters) GetRatings() map[int64]int64
func (*AppCounters) GetReviews ¶ added in v0.2.15
func (x *AppCounters) GetReviews() int64
func (*AppCounters) GetSaves ¶ added in v0.2.17
func (x *AppCounters) GetSaves() int64
func (*AppCounters) GetUpvotes ¶ added in v0.2.13
func (x *AppCounters) GetUpvotes() int64
func (*AppCounters) ProtoMessage ¶
func (*AppCounters) ProtoMessage()
func (*AppCounters) ProtoReflect ¶
func (x *AppCounters) ProtoReflect() protoreflect.Message
func (*AppCounters) Reset ¶
func (x *AppCounters) Reset()
func (*AppCounters) String ¶
func (x *AppCounters) String() string
type AppReview ¶ added in v0.2.15
type AppReview struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` AppId string `protobuf:"bytes,2,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"` Body string `protobuf:"bytes,3,opt,name=body,proto3" json:"body,omitempty"` Rating int64 `protobuf:"varint,4,opt,name=rating,proto3" json:"rating,omitempty"` Upvotes int64 `protobuf:"varint,5,opt,name=upvotes,proto3" json:"upvotes,omitempty"` Downvotes int64 `protobuf:"varint,6,opt,name=downvotes,proto3" json:"downvotes,omitempty"` CreatedBy string `protobuf:"bytes,7,opt,name=created_by,json=createdBy,proto3" json:"created_by,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` DeletedBy *string `protobuf:"bytes,9,opt,name=deleted_by,json=deletedBy,proto3,oneof" json:"deleted_by,omitempty"` DeletedAt *timestamppb.Timestamp `protobuf:"bytes,10,opt,name=deleted_at,json=deletedAt,proto3,oneof" json:"deleted_at,omitempty"` // contains filtered or unexported fields }
func (*AppReview) Descriptor
deprecated
added in
v0.2.15
func (*AppReview) GetCreatedAt ¶ added in v0.2.15
func (x *AppReview) GetCreatedAt() *timestamppb.Timestamp
func (*AppReview) GetCreatedBy ¶ added in v0.2.15
func (*AppReview) GetDeletedAt ¶ added in v0.2.15
func (x *AppReview) GetDeletedAt() *timestamppb.Timestamp
func (*AppReview) GetDeletedBy ¶ added in v0.2.15
func (*AppReview) GetDownvotes ¶ added in v0.2.65
func (*AppReview) GetUpvotes ¶ added in v0.2.15
func (*AppReview) ProtoMessage ¶ added in v0.2.15
func (*AppReview) ProtoMessage()
func (*AppReview) ProtoReflect ¶ added in v0.2.15
func (x *AppReview) ProtoReflect() protoreflect.Message
type AppServiceClient ¶
type AppServiceClient interface { GetApp(ctx context.Context, in *GetAppRequest, opts ...grpc.CallOption) (*GetAppResponse, error) GetApps(ctx context.Context, in *GetAppsRequest, opts ...grpc.CallOption) (*GetAppsResponse, error) SearchApps(ctx context.Context, in *SearchAppsRequest, opts ...grpc.CallOption) (*SearchAppsResponse, error) CreateApp(ctx context.Context, in *CreateAppRequest, opts ...grpc.CallOption) (*CreateAppResponse, error) UpdateApp(ctx context.Context, in *UpdateAppRequest, opts ...grpc.CallOption) (*UpdateAppResponse, error) DeleteApp(ctx context.Context, in *DeleteAppRequest, opts ...grpc.CallOption) (*DeleteAppResponse, error) GetAppCounters(ctx context.Context, in *GetAppCountersRequest, opts ...grpc.CallOption) (*GetAppCountersResponse, error) GetMyApps(ctx context.Context, in *GetMyAppsRequest, opts ...grpc.CallOption) (*GetMyAppsResponse, error) GetAppsEnabledByDefault(ctx context.Context, in *GetAppsEnabledByDefaultRequest, opts ...grpc.CallOption) (*GetAppsEnabledByDefaultResponse, error) GetTrendingApps(ctx context.Context, in *GetTrendingAppsRequest, opts ...grpc.CallOption) (*GetTrendingAppsResponse, error) GetFeaturedApps(ctx context.Context, in *GetFeaturedAppsRequest, opts ...grpc.CallOption) (*GetFeaturedAppsResponse, error) UpvoteApp(ctx context.Context, in *UpvoteAppRequest, opts ...grpc.CallOption) (*UpvoteAppResponse, error) UnupvoteApp(ctx context.Context, in *UnupvoteAppRequest, opts ...grpc.CallOption) (*UnupvoteAppResponse, error) GetTags(ctx context.Context, in *GetTagsRequest, opts ...grpc.CallOption) (*GetTagsResponse, error) AddAppTag(ctx context.Context, in *AddAppTagRequest, opts ...grpc.CallOption) (*AddAppTagResponse, error) GetAppTags(ctx context.Context, in *GetAppTagsRequest, opts ...grpc.CallOption) (*GetAppTagsResponse, error) RemoveAppTag(ctx context.Context, in *RemoveAppTagRequest, opts ...grpc.CallOption) (*RemoveAppTagResponse, error) GetPermissions(ctx context.Context, in *GetPermissionsRequest, opts ...grpc.CallOption) (*GetPermissionsResponse, error) AddAppPermission(ctx context.Context, in *AddAppPermissionRequest, opts ...grpc.CallOption) (*AddAppPermissionResponse, error) GetAppPermissions(ctx context.Context, in *GetAppPermissionsRequest, opts ...grpc.CallOption) (*GetAppPermissionsResponse, error) RemoveAppPermission(ctx context.Context, in *RemoveAppPermissionRequest, opts ...grpc.CallOption) (*RemoveAppPermissionResponse, error) GetSubscriptions(ctx context.Context, in *GetSubscriptionsRequest, opts ...grpc.CallOption) (*GetSubscriptionsResponse, error) AddAppSubscription(ctx context.Context, in *AddAppSubscriptionRequest, opts ...grpc.CallOption) (*AddAppSubscriptionResponse, error) GetAppSubscriptions(ctx context.Context, in *GetAppSubscriptionsRequest, opts ...grpc.CallOption) (*GetAppSubscriptionsResponse, error) RemoveAppSubscription(ctx context.Context, in *RemoveAppSubscriptionRequest, opts ...grpc.CallOption) (*RemoveAppSubscriptionResponse, error) // Manage circle apps EnableApp(ctx context.Context, in *EnableAppRequest, opts ...grpc.CallOption) (*EnableAppResponse, error) DisableApp(ctx context.Context, in *DisableAppRequest, opts ...grpc.CallOption) (*DisableAppResponse, error) GetEnabledApps(ctx context.Context, in *GetEnabledAppsRequest, opts ...grpc.CallOption) (*GetEnabledAppsResponse, error) GetCircleApps(ctx context.Context, in *GetCircleAppsRequest, opts ...grpc.CallOption) (*GetCircleAppsResponse, error) GrantAppPermissionsInCircle(ctx context.Context, in *GrantAppPermissionsInCircleRequest, opts ...grpc.CallOption) (*GrantAppPermissionsInCircleResponse, error) RevokeAppPermissionsInCircle(ctx context.Context, in *RevokeAppPermissionsInCircleRequest, opts ...grpc.CallOption) (*RevokeAppPermissionsInCircleResponse, error) GrantAppSubscriptionsInCircle(ctx context.Context, in *GrantAppSubscriptionsInCircleRequest, opts ...grpc.CallOption) (*GrantAppSubscriptionsInCircleResponse, error) RevokeAppSubscriptionsInCircle(ctx context.Context, in *RevokeAppSubscriptionsInCircleRequest, opts ...grpc.CallOption) (*RevokeAppSubscriptionsInCircleResponse, error) GenerateAppToken(ctx context.Context, in *GenerateAppTokenRequest, opts ...grpc.CallOption) (*GenerateAppTokenResponse, error) // IssueAppToken regenerates token for the app. IssueAppToken(ctx context.Context, in *IssueAppTokenRequest, opts ...grpc.CallOption) (*IssueAppTokenResponse, error) RevokeAppToken(ctx context.Context, in *RevokeAppTokenRequest, opts ...grpc.CallOption) (*RevokeAppTokenResponse, error) DeleteAppToken(ctx context.Context, in *DeleteAppTokenRequest, opts ...grpc.CallOption) (*DeleteAppTokenResponse, error) GetAppTokens(ctx context.Context, in *GetAppTokensRequest, opts ...grpc.CallOption) (*GetAppTokensResponse, error) GenerateUserScopedAppToken(ctx context.Context, in *GenerateUserScopedAppTokenRequest, opts ...grpc.CallOption) (*GenerateUserScopedAppTokenResponse, error) // App saves SaveApp(ctx context.Context, in *SaveAppRequest, opts ...grpc.CallOption) (*SaveAppResponse, error) UnsaveApp(ctx context.Context, in *UnsaveAppRequest, opts ...grpc.CallOption) (*UnsaveAppResponse, error) GetSavedApps(ctx context.Context, in *GetSavedAppsRequest, opts ...grpc.CallOption) (*GetSavedAppsResponse, error) GetAppReview(ctx context.Context, in *GetAppReviewRequest, opts ...grpc.CallOption) (*GetAppReviewResponse, error) GetAppReviews(ctx context.Context, in *GetAppReviewsRequest, opts ...grpc.CallOption) (*GetAppReviewsResponse, error) CreateAppReview(ctx context.Context, in *CreateAppReviewRequest, opts ...grpc.CallOption) (*CreateAppReviewResponse, error) DeleteAppReview(ctx context.Context, in *DeleteAppReviewRequest, opts ...grpc.CallOption) (*DeleteAppReviewResponse, error) UpvoteAppReview(ctx context.Context, in *UpvoteAppReviewRequest, opts ...grpc.CallOption) (*UpvoteAppReviewResponse, error) UnupvoteAppReview(ctx context.Context, in *UnupvoteAppReviewRequest, opts ...grpc.CallOption) (*UnupvoteAppReviewResponse, error) DownvoteAppReview(ctx context.Context, in *DownvoteAppReviewRequest, opts ...grpc.CallOption) (*DownvoteAppReviewResponse, error) UndownvoteAppReview(ctx context.Context, in *UndownvoteAppReviewRequest, opts ...grpc.CallOption) (*UndownvoteAppReviewResponse, error) GetLastUsedApps(ctx context.Context, in *GetLastUsedAppsRequest, opts ...grpc.CallOption) (*GetLastUsedAppsResponse, error) GetAppUserContext(ctx context.Context, in *GetAppUserContextRequest, opts ...grpc.CallOption) (*GetAppUserContextResponse, error) // For internal use only. AddAppScore(ctx context.Context, in *AddAppScoreRequest, opts ...grpc.CallOption) (*AddAppScoreResponse, error) MakeAppEnabledByDefault(ctx context.Context, in *MakeAppEnabledByDefaultRequest, opts ...grpc.CallOption) (*MakeAppEnabledByDefaultResponse, error) MakeAppDisabledByDefault(ctx context.Context, in *MakeAppDisabledByDefaultRequest, opts ...grpc.CallOption) (*MakeAppDisabledByDefaultResponse, error) FeatureApp(ctx context.Context, in *FeatureAppRequest, opts ...grpc.CallOption) (*FeatureAppResponse, error) UnfeatureApp(ctx context.Context, in *UnfeatureAppRequest, opts ...grpc.CallOption) (*UnfeatureAppResponse, error) }
AppServiceClient is the client API for AppService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewAppServiceClient ¶
func NewAppServiceClient(cc grpc.ClientConnInterface) AppServiceClient
type AppServiceServer ¶
type AppServiceServer interface { GetApp(context.Context, *GetAppRequest) (*GetAppResponse, error) GetApps(context.Context, *GetAppsRequest) (*GetAppsResponse, error) SearchApps(context.Context, *SearchAppsRequest) (*SearchAppsResponse, error) CreateApp(context.Context, *CreateAppRequest) (*CreateAppResponse, error) UpdateApp(context.Context, *UpdateAppRequest) (*UpdateAppResponse, error) DeleteApp(context.Context, *DeleteAppRequest) (*DeleteAppResponse, error) GetAppCounters(context.Context, *GetAppCountersRequest) (*GetAppCountersResponse, error) GetMyApps(context.Context, *GetMyAppsRequest) (*GetMyAppsResponse, error) GetAppsEnabledByDefault(context.Context, *GetAppsEnabledByDefaultRequest) (*GetAppsEnabledByDefaultResponse, error) GetTrendingApps(context.Context, *GetTrendingAppsRequest) (*GetTrendingAppsResponse, error) GetFeaturedApps(context.Context, *GetFeaturedAppsRequest) (*GetFeaturedAppsResponse, error) UpvoteApp(context.Context, *UpvoteAppRequest) (*UpvoteAppResponse, error) UnupvoteApp(context.Context, *UnupvoteAppRequest) (*UnupvoteAppResponse, error) GetTags(context.Context, *GetTagsRequest) (*GetTagsResponse, error) AddAppTag(context.Context, *AddAppTagRequest) (*AddAppTagResponse, error) GetAppTags(context.Context, *GetAppTagsRequest) (*GetAppTagsResponse, error) RemoveAppTag(context.Context, *RemoveAppTagRequest) (*RemoveAppTagResponse, error) GetPermissions(context.Context, *GetPermissionsRequest) (*GetPermissionsResponse, error) AddAppPermission(context.Context, *AddAppPermissionRequest) (*AddAppPermissionResponse, error) GetAppPermissions(context.Context, *GetAppPermissionsRequest) (*GetAppPermissionsResponse, error) RemoveAppPermission(context.Context, *RemoveAppPermissionRequest) (*RemoveAppPermissionResponse, error) GetSubscriptions(context.Context, *GetSubscriptionsRequest) (*GetSubscriptionsResponse, error) AddAppSubscription(context.Context, *AddAppSubscriptionRequest) (*AddAppSubscriptionResponse, error) GetAppSubscriptions(context.Context, *GetAppSubscriptionsRequest) (*GetAppSubscriptionsResponse, error) RemoveAppSubscription(context.Context, *RemoveAppSubscriptionRequest) (*RemoveAppSubscriptionResponse, error) // Manage circle apps EnableApp(context.Context, *EnableAppRequest) (*EnableAppResponse, error) DisableApp(context.Context, *DisableAppRequest) (*DisableAppResponse, error) GetEnabledApps(context.Context, *GetEnabledAppsRequest) (*GetEnabledAppsResponse, error) GetCircleApps(context.Context, *GetCircleAppsRequest) (*GetCircleAppsResponse, error) GrantAppPermissionsInCircle(context.Context, *GrantAppPermissionsInCircleRequest) (*GrantAppPermissionsInCircleResponse, error) RevokeAppPermissionsInCircle(context.Context, *RevokeAppPermissionsInCircleRequest) (*RevokeAppPermissionsInCircleResponse, error) GrantAppSubscriptionsInCircle(context.Context, *GrantAppSubscriptionsInCircleRequest) (*GrantAppSubscriptionsInCircleResponse, error) RevokeAppSubscriptionsInCircle(context.Context, *RevokeAppSubscriptionsInCircleRequest) (*RevokeAppSubscriptionsInCircleResponse, error) GenerateAppToken(context.Context, *GenerateAppTokenRequest) (*GenerateAppTokenResponse, error) // IssueAppToken regenerates token for the app. IssueAppToken(context.Context, *IssueAppTokenRequest) (*IssueAppTokenResponse, error) RevokeAppToken(context.Context, *RevokeAppTokenRequest) (*RevokeAppTokenResponse, error) DeleteAppToken(context.Context, *DeleteAppTokenRequest) (*DeleteAppTokenResponse, error) GetAppTokens(context.Context, *GetAppTokensRequest) (*GetAppTokensResponse, error) GenerateUserScopedAppToken(context.Context, *GenerateUserScopedAppTokenRequest) (*GenerateUserScopedAppTokenResponse, error) // App saves SaveApp(context.Context, *SaveAppRequest) (*SaveAppResponse, error) UnsaveApp(context.Context, *UnsaveAppRequest) (*UnsaveAppResponse, error) GetSavedApps(context.Context, *GetSavedAppsRequest) (*GetSavedAppsResponse, error) GetAppReview(context.Context, *GetAppReviewRequest) (*GetAppReviewResponse, error) GetAppReviews(context.Context, *GetAppReviewsRequest) (*GetAppReviewsResponse, error) CreateAppReview(context.Context, *CreateAppReviewRequest) (*CreateAppReviewResponse, error) DeleteAppReview(context.Context, *DeleteAppReviewRequest) (*DeleteAppReviewResponse, error) UpvoteAppReview(context.Context, *UpvoteAppReviewRequest) (*UpvoteAppReviewResponse, error) UnupvoteAppReview(context.Context, *UnupvoteAppReviewRequest) (*UnupvoteAppReviewResponse, error) DownvoteAppReview(context.Context, *DownvoteAppReviewRequest) (*DownvoteAppReviewResponse, error) UndownvoteAppReview(context.Context, *UndownvoteAppReviewRequest) (*UndownvoteAppReviewResponse, error) GetLastUsedApps(context.Context, *GetLastUsedAppsRequest) (*GetLastUsedAppsResponse, error) GetAppUserContext(context.Context, *GetAppUserContextRequest) (*GetAppUserContextResponse, error) // For internal use only. AddAppScore(context.Context, *AddAppScoreRequest) (*AddAppScoreResponse, error) MakeAppEnabledByDefault(context.Context, *MakeAppEnabledByDefaultRequest) (*MakeAppEnabledByDefaultResponse, error) MakeAppDisabledByDefault(context.Context, *MakeAppDisabledByDefaultRequest) (*MakeAppDisabledByDefaultResponse, error) FeatureApp(context.Context, *FeatureAppRequest) (*FeatureAppResponse, error) UnfeatureApp(context.Context, *UnfeatureAppRequest) (*UnfeatureAppResponse, error) // contains filtered or unexported methods }
AppServiceServer is the server API for AppService service. All implementations must embed UnimplementedAppServiceServer for forward compatibility
type CircleApp ¶
type CircleApp struct { CircleId string `protobuf:"bytes,1,opt,name=circleId,proto3" json:"circleId,omitempty"` AppId string `protobuf:"bytes,2,opt,name=appId,proto3" json:"appId,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=createdAt,proto3" json:"createdAt,omitempty"` // contains filtered or unexported fields }
func (*CircleApp) Descriptor
deprecated
func (*CircleApp) GetCircleId ¶
func (*CircleApp) GetCreatedAt ¶
func (x *CircleApp) GetCreatedAt() *timestamppb.Timestamp
func (*CircleApp) ProtoMessage ¶
func (*CircleApp) ProtoMessage()
func (*CircleApp) ProtoReflect ¶
func (x *CircleApp) ProtoReflect() protoreflect.Message
type CreateAppRequest ¶
type CreateAppRequest struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` TagIds []string `protobuf:"bytes,2,rep,name=tag_ids,json=tagIds,proto3" json:"tag_ids,omitempty"` ImageUrl string `protobuf:"bytes,3,opt,name=image_url,json=imageUrl,proto3" json:"image_url,omitempty"` Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"` PermissionIds []string `protobuf:"bytes,5,rep,name=permission_ids,json=permissionIds,proto3" json:"permission_ids,omitempty"` SubscriptionIds []string `protobuf:"bytes,6,rep,name=subscription_ids,json=subscriptionIds,proto3" json:"subscription_ids,omitempty"` Url string `protobuf:"bytes,7,opt,name=url,proto3" json:"url,omitempty"` WebhookUrl *string `protobuf:"bytes,8,opt,name=webhook_url,json=webhookUrl,proto3,oneof" json:"webhook_url,omitempty"` // contains filtered or unexported fields }
func (*CreateAppRequest) Descriptor
deprecated
func (*CreateAppRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateAppRequest.ProtoReflect.Descriptor instead.
func (*CreateAppRequest) GetDescription ¶
func (x *CreateAppRequest) GetDescription() string
func (*CreateAppRequest) GetImageUrl ¶
func (x *CreateAppRequest) GetImageUrl() string
func (*CreateAppRequest) GetName ¶
func (x *CreateAppRequest) GetName() string
func (*CreateAppRequest) GetPermissionIds ¶
func (x *CreateAppRequest) GetPermissionIds() []string
func (*CreateAppRequest) GetSubscriptionIds ¶
func (x *CreateAppRequest) GetSubscriptionIds() []string
func (*CreateAppRequest) GetTagIds ¶
func (x *CreateAppRequest) GetTagIds() []string
func (*CreateAppRequest) GetUrl ¶
func (x *CreateAppRequest) GetUrl() string
func (*CreateAppRequest) GetWebhookUrl ¶
func (x *CreateAppRequest) GetWebhookUrl() string
func (*CreateAppRequest) ProtoMessage ¶
func (*CreateAppRequest) ProtoMessage()
func (*CreateAppRequest) ProtoReflect ¶
func (x *CreateAppRequest) ProtoReflect() protoreflect.Message
func (*CreateAppRequest) Reset ¶
func (x *CreateAppRequest) Reset()
func (*CreateAppRequest) String ¶
func (x *CreateAppRequest) String() string
type CreateAppResponse ¶
type CreateAppResponse struct { App *App `protobuf:"bytes,1,opt,name=app,proto3" json:"app,omitempty"` // contains filtered or unexported fields }
func (*CreateAppResponse) Descriptor
deprecated
func (*CreateAppResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateAppResponse.ProtoReflect.Descriptor instead.
func (*CreateAppResponse) GetApp ¶
func (x *CreateAppResponse) GetApp() *App
func (*CreateAppResponse) ProtoMessage ¶
func (*CreateAppResponse) ProtoMessage()
func (*CreateAppResponse) ProtoReflect ¶
func (x *CreateAppResponse) ProtoReflect() protoreflect.Message
func (*CreateAppResponse) Reset ¶
func (x *CreateAppResponse) Reset()
func (*CreateAppResponse) String ¶
func (x *CreateAppResponse) String() string
type CreateAppReviewRequest ¶ added in v0.2.15
type CreateAppReviewRequest struct { AppId string `protobuf:"bytes,1,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"` Body *string `protobuf:"bytes,2,opt,name=body,proto3,oneof" json:"body,omitempty"` Rating int64 `protobuf:"varint,3,opt,name=rating,proto3" json:"rating,omitempty"` // contains filtered or unexported fields }
func (*CreateAppReviewRequest) Descriptor
deprecated
added in
v0.2.15
func (*CreateAppReviewRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateAppReviewRequest.ProtoReflect.Descriptor instead.
func (*CreateAppReviewRequest) GetAppId ¶ added in v0.2.15
func (x *CreateAppReviewRequest) GetAppId() string
func (*CreateAppReviewRequest) GetBody ¶ added in v0.2.15
func (x *CreateAppReviewRequest) GetBody() string
func (*CreateAppReviewRequest) GetRating ¶ added in v0.2.15
func (x *CreateAppReviewRequest) GetRating() int64
func (*CreateAppReviewRequest) ProtoMessage ¶ added in v0.2.15
func (*CreateAppReviewRequest) ProtoMessage()
func (*CreateAppReviewRequest) ProtoReflect ¶ added in v0.2.15
func (x *CreateAppReviewRequest) ProtoReflect() protoreflect.Message
func (*CreateAppReviewRequest) Reset ¶ added in v0.2.15
func (x *CreateAppReviewRequest) Reset()
func (*CreateAppReviewRequest) String ¶ added in v0.2.15
func (x *CreateAppReviewRequest) String() string
type CreateAppReviewResponse ¶ added in v0.2.15
type CreateAppReviewResponse struct { Review *AppReview `protobuf:"bytes,1,opt,name=review,proto3" json:"review,omitempty"` // contains filtered or unexported fields }
func (*CreateAppReviewResponse) Descriptor
deprecated
added in
v0.2.15
func (*CreateAppReviewResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateAppReviewResponse.ProtoReflect.Descriptor instead.
func (*CreateAppReviewResponse) GetReview ¶ added in v0.2.15
func (x *CreateAppReviewResponse) GetReview() *AppReview
func (*CreateAppReviewResponse) ProtoMessage ¶ added in v0.2.15
func (*CreateAppReviewResponse) ProtoMessage()
func (*CreateAppReviewResponse) ProtoReflect ¶ added in v0.2.15
func (x *CreateAppReviewResponse) ProtoReflect() protoreflect.Message
func (*CreateAppReviewResponse) Reset ¶ added in v0.2.15
func (x *CreateAppReviewResponse) Reset()
func (*CreateAppReviewResponse) String ¶ added in v0.2.15
func (x *CreateAppReviewResponse) String() string
type DeleteAppRequest ¶ added in v0.2.15
type DeleteAppRequest struct { AppId string `protobuf:"bytes,1,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"` // contains filtered or unexported fields }
func (*DeleteAppRequest) Descriptor
deprecated
added in
v0.2.15
func (*DeleteAppRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteAppRequest.ProtoReflect.Descriptor instead.
func (*DeleteAppRequest) GetAppId ¶ added in v0.2.15
func (x *DeleteAppRequest) GetAppId() string
func (*DeleteAppRequest) ProtoMessage ¶ added in v0.2.15
func (*DeleteAppRequest) ProtoMessage()
func (*DeleteAppRequest) ProtoReflect ¶ added in v0.2.15
func (x *DeleteAppRequest) ProtoReflect() protoreflect.Message
func (*DeleteAppRequest) Reset ¶ added in v0.2.15
func (x *DeleteAppRequest) Reset()
func (*DeleteAppRequest) String ¶ added in v0.2.15
func (x *DeleteAppRequest) String() string
type DeleteAppResponse ¶ added in v0.2.15
type DeleteAppResponse struct {
// contains filtered or unexported fields
}
func (*DeleteAppResponse) Descriptor
deprecated
added in
v0.2.15
func (*DeleteAppResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteAppResponse.ProtoReflect.Descriptor instead.
func (*DeleteAppResponse) ProtoMessage ¶ added in v0.2.15
func (*DeleteAppResponse) ProtoMessage()
func (*DeleteAppResponse) ProtoReflect ¶ added in v0.2.15
func (x *DeleteAppResponse) ProtoReflect() protoreflect.Message
func (*DeleteAppResponse) Reset ¶ added in v0.2.15
func (x *DeleteAppResponse) Reset()
func (*DeleteAppResponse) String ¶ added in v0.2.15
func (x *DeleteAppResponse) String() string
type DeleteAppReviewRequest ¶ added in v0.2.15
type DeleteAppReviewRequest struct { ReviewId string `protobuf:"bytes,1,opt,name=review_id,json=reviewId,proto3" json:"review_id,omitempty"` // contains filtered or unexported fields }
func (*DeleteAppReviewRequest) Descriptor
deprecated
added in
v0.2.15
func (*DeleteAppReviewRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteAppReviewRequest.ProtoReflect.Descriptor instead.
func (*DeleteAppReviewRequest) GetReviewId ¶ added in v0.2.15
func (x *DeleteAppReviewRequest) GetReviewId() string
func (*DeleteAppReviewRequest) ProtoMessage ¶ added in v0.2.15
func (*DeleteAppReviewRequest) ProtoMessage()
func (*DeleteAppReviewRequest) ProtoReflect ¶ added in v0.2.15
func (x *DeleteAppReviewRequest) ProtoReflect() protoreflect.Message
func (*DeleteAppReviewRequest) Reset ¶ added in v0.2.15
func (x *DeleteAppReviewRequest) Reset()
func (*DeleteAppReviewRequest) String ¶ added in v0.2.15
func (x *DeleteAppReviewRequest) String() string
type DeleteAppReviewResponse ¶ added in v0.2.15
type DeleteAppReviewResponse struct {
// contains filtered or unexported fields
}
func (*DeleteAppReviewResponse) Descriptor
deprecated
added in
v0.2.15
func (*DeleteAppReviewResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteAppReviewResponse.ProtoReflect.Descriptor instead.
func (*DeleteAppReviewResponse) ProtoMessage ¶ added in v0.2.15
func (*DeleteAppReviewResponse) ProtoMessage()
func (*DeleteAppReviewResponse) ProtoReflect ¶ added in v0.2.15
func (x *DeleteAppReviewResponse) ProtoReflect() protoreflect.Message
func (*DeleteAppReviewResponse) Reset ¶ added in v0.2.15
func (x *DeleteAppReviewResponse) Reset()
func (*DeleteAppReviewResponse) String ¶ added in v0.2.15
func (x *DeleteAppReviewResponse) String() string
type DeleteAppTokenRequest ¶ added in v0.2.10
type DeleteAppTokenRequest struct { TokenId string `protobuf:"bytes,1,opt,name=token_id,json=tokenId,proto3" json:"token_id,omitempty"` // contains filtered or unexported fields }
func (*DeleteAppTokenRequest) Descriptor
deprecated
added in
v0.2.10
func (*DeleteAppTokenRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteAppTokenRequest.ProtoReflect.Descriptor instead.
func (*DeleteAppTokenRequest) GetTokenId ¶ added in v0.2.10
func (x *DeleteAppTokenRequest) GetTokenId() string
func (*DeleteAppTokenRequest) ProtoMessage ¶ added in v0.2.10
func (*DeleteAppTokenRequest) ProtoMessage()
func (*DeleteAppTokenRequest) ProtoReflect ¶ added in v0.2.10
func (x *DeleteAppTokenRequest) ProtoReflect() protoreflect.Message
func (*DeleteAppTokenRequest) Reset ¶ added in v0.2.10
func (x *DeleteAppTokenRequest) Reset()
func (*DeleteAppTokenRequest) String ¶ added in v0.2.10
func (x *DeleteAppTokenRequest) String() string
type DeleteAppTokenResponse ¶ added in v0.2.10
type DeleteAppTokenResponse struct {
// contains filtered or unexported fields
}
func (*DeleteAppTokenResponse) Descriptor
deprecated
added in
v0.2.10
func (*DeleteAppTokenResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteAppTokenResponse.ProtoReflect.Descriptor instead.
func (*DeleteAppTokenResponse) ProtoMessage ¶ added in v0.2.10
func (*DeleteAppTokenResponse) ProtoMessage()
func (*DeleteAppTokenResponse) ProtoReflect ¶ added in v0.2.10
func (x *DeleteAppTokenResponse) ProtoReflect() protoreflect.Message
func (*DeleteAppTokenResponse) Reset ¶ added in v0.2.10
func (x *DeleteAppTokenResponse) Reset()
func (*DeleteAppTokenResponse) String ¶ added in v0.2.10
func (x *DeleteAppTokenResponse) String() string
type DisableAppRequest ¶
type DisableAppRequest struct { CircleId string `protobuf:"bytes,1,opt,name=circleId,proto3" json:"circleId,omitempty"` AppId string `protobuf:"bytes,2,opt,name=appId,proto3" json:"appId,omitempty"` // contains filtered or unexported fields }
func (*DisableAppRequest) Descriptor
deprecated
func (*DisableAppRequest) Descriptor() ([]byte, []int)
Deprecated: Use DisableAppRequest.ProtoReflect.Descriptor instead.
func (*DisableAppRequest) GetAppId ¶
func (x *DisableAppRequest) GetAppId() string
func (*DisableAppRequest) GetCircleId ¶
func (x *DisableAppRequest) GetCircleId() string
func (*DisableAppRequest) ProtoMessage ¶
func (*DisableAppRequest) ProtoMessage()
func (*DisableAppRequest) ProtoReflect ¶
func (x *DisableAppRequest) ProtoReflect() protoreflect.Message
func (*DisableAppRequest) Reset ¶
func (x *DisableAppRequest) Reset()
func (*DisableAppRequest) String ¶
func (x *DisableAppRequest) String() string
type DisableAppResponse ¶
type DisableAppResponse struct {
// contains filtered or unexported fields
}
func (*DisableAppResponse) Descriptor
deprecated
func (*DisableAppResponse) Descriptor() ([]byte, []int)
Deprecated: Use DisableAppResponse.ProtoReflect.Descriptor instead.
func (*DisableAppResponse) ProtoMessage ¶
func (*DisableAppResponse) ProtoMessage()
func (*DisableAppResponse) ProtoReflect ¶
func (x *DisableAppResponse) ProtoReflect() protoreflect.Message
func (*DisableAppResponse) Reset ¶
func (x *DisableAppResponse) Reset()
func (*DisableAppResponse) String ¶
func (x *DisableAppResponse) String() string
type DownvoteAppReviewRequest ¶ added in v0.2.65
type DownvoteAppReviewRequest struct { ReviewId string `protobuf:"bytes,1,opt,name=review_id,json=reviewId,proto3" json:"review_id,omitempty"` // contains filtered or unexported fields }
func (*DownvoteAppReviewRequest) Descriptor
deprecated
added in
v0.2.65
func (*DownvoteAppReviewRequest) Descriptor() ([]byte, []int)
Deprecated: Use DownvoteAppReviewRequest.ProtoReflect.Descriptor instead.
func (*DownvoteAppReviewRequest) GetReviewId ¶ added in v0.2.65
func (x *DownvoteAppReviewRequest) GetReviewId() string
func (*DownvoteAppReviewRequest) ProtoMessage ¶ added in v0.2.65
func (*DownvoteAppReviewRequest) ProtoMessage()
func (*DownvoteAppReviewRequest) ProtoReflect ¶ added in v0.2.65
func (x *DownvoteAppReviewRequest) ProtoReflect() protoreflect.Message
func (*DownvoteAppReviewRequest) Reset ¶ added in v0.2.65
func (x *DownvoteAppReviewRequest) Reset()
func (*DownvoteAppReviewRequest) String ¶ added in v0.2.65
func (x *DownvoteAppReviewRequest) String() string
type DownvoteAppReviewResponse ¶ added in v0.2.65
type DownvoteAppReviewResponse struct {
// contains filtered or unexported fields
}
func (*DownvoteAppReviewResponse) Descriptor
deprecated
added in
v0.2.65
func (*DownvoteAppReviewResponse) Descriptor() ([]byte, []int)
Deprecated: Use DownvoteAppReviewResponse.ProtoReflect.Descriptor instead.
func (*DownvoteAppReviewResponse) ProtoMessage ¶ added in v0.2.65
func (*DownvoteAppReviewResponse) ProtoMessage()
func (*DownvoteAppReviewResponse) ProtoReflect ¶ added in v0.2.65
func (x *DownvoteAppReviewResponse) ProtoReflect() protoreflect.Message
func (*DownvoteAppReviewResponse) Reset ¶ added in v0.2.65
func (x *DownvoteAppReviewResponse) Reset()
func (*DownvoteAppReviewResponse) String ¶ added in v0.2.65
func (x *DownvoteAppReviewResponse) String() string
type EnableAppRequest ¶
type EnableAppRequest struct { CircleId string `protobuf:"bytes,1,opt,name=circleId,proto3" json:"circleId,omitempty"` AppId string `protobuf:"bytes,2,opt,name=appId,proto3" json:"appId,omitempty"` // contains filtered or unexported fields }
func (*EnableAppRequest) Descriptor
deprecated
func (*EnableAppRequest) Descriptor() ([]byte, []int)
Deprecated: Use EnableAppRequest.ProtoReflect.Descriptor instead.
func (*EnableAppRequest) GetAppId ¶
func (x *EnableAppRequest) GetAppId() string
func (*EnableAppRequest) GetCircleId ¶
func (x *EnableAppRequest) GetCircleId() string
func (*EnableAppRequest) ProtoMessage ¶
func (*EnableAppRequest) ProtoMessage()
func (*EnableAppRequest) ProtoReflect ¶
func (x *EnableAppRequest) ProtoReflect() protoreflect.Message
func (*EnableAppRequest) Reset ¶
func (x *EnableAppRequest) Reset()
func (*EnableAppRequest) String ¶
func (x *EnableAppRequest) String() string
type EnableAppResponse ¶
type EnableAppResponse struct {
// contains filtered or unexported fields
}
func (*EnableAppResponse) Descriptor
deprecated
func (*EnableAppResponse) Descriptor() ([]byte, []int)
Deprecated: Use EnableAppResponse.ProtoReflect.Descriptor instead.
func (*EnableAppResponse) ProtoMessage ¶
func (*EnableAppResponse) ProtoMessage()
func (*EnableAppResponse) ProtoReflect ¶
func (x *EnableAppResponse) ProtoReflect() protoreflect.Message
func (*EnableAppResponse) Reset ¶
func (x *EnableAppResponse) Reset()
func (*EnableAppResponse) String ¶
func (x *EnableAppResponse) String() string
type FeatureAppRequest ¶ added in v0.2.19
type FeatureAppRequest struct { AppId string `protobuf:"bytes,1,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"` // contains filtered or unexported fields }
func (*FeatureAppRequest) Descriptor
deprecated
added in
v0.2.19
func (*FeatureAppRequest) Descriptor() ([]byte, []int)
Deprecated: Use FeatureAppRequest.ProtoReflect.Descriptor instead.
func (*FeatureAppRequest) GetAppId ¶ added in v0.2.19
func (x *FeatureAppRequest) GetAppId() string
func (*FeatureAppRequest) ProtoMessage ¶ added in v0.2.19
func (*FeatureAppRequest) ProtoMessage()
func (*FeatureAppRequest) ProtoReflect ¶ added in v0.2.19
func (x *FeatureAppRequest) ProtoReflect() protoreflect.Message
func (*FeatureAppRequest) Reset ¶ added in v0.2.19
func (x *FeatureAppRequest) Reset()
func (*FeatureAppRequest) String ¶ added in v0.2.19
func (x *FeatureAppRequest) String() string
type FeatureAppResponse ¶ added in v0.2.19
type FeatureAppResponse struct {
// contains filtered or unexported fields
}
func (*FeatureAppResponse) Descriptor
deprecated
added in
v0.2.19
func (*FeatureAppResponse) Descriptor() ([]byte, []int)
Deprecated: Use FeatureAppResponse.ProtoReflect.Descriptor instead.
func (*FeatureAppResponse) ProtoMessage ¶ added in v0.2.19
func (*FeatureAppResponse) ProtoMessage()
func (*FeatureAppResponse) ProtoReflect ¶ added in v0.2.19
func (x *FeatureAppResponse) ProtoReflect() protoreflect.Message
func (*FeatureAppResponse) Reset ¶ added in v0.2.19
func (x *FeatureAppResponse) Reset()
func (*FeatureAppResponse) String ¶ added in v0.2.19
func (x *FeatureAppResponse) String() string
type GenerateAppTokenRequest ¶ added in v0.2.2
type GenerateAppTokenRequest struct { AppId string `protobuf:"bytes,1,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*GenerateAppTokenRequest) Descriptor
deprecated
added in
v0.2.2
func (*GenerateAppTokenRequest) Descriptor() ([]byte, []int)
Deprecated: Use GenerateAppTokenRequest.ProtoReflect.Descriptor instead.
func (*GenerateAppTokenRequest) GetAppId ¶ added in v0.2.2
func (x *GenerateAppTokenRequest) GetAppId() string
func (*GenerateAppTokenRequest) GetName ¶ added in v0.2.3
func (x *GenerateAppTokenRequest) GetName() string
func (*GenerateAppTokenRequest) ProtoMessage ¶ added in v0.2.2
func (*GenerateAppTokenRequest) ProtoMessage()
func (*GenerateAppTokenRequest) ProtoReflect ¶ added in v0.2.2
func (x *GenerateAppTokenRequest) ProtoReflect() protoreflect.Message
func (*GenerateAppTokenRequest) Reset ¶ added in v0.2.2
func (x *GenerateAppTokenRequest) Reset()
func (*GenerateAppTokenRequest) String ¶ added in v0.2.2
func (x *GenerateAppTokenRequest) String() string
type GenerateAppTokenResponse ¶ added in v0.2.2
type GenerateAppTokenResponse struct { TokenId string `protobuf:"bytes,1,opt,name=token_id,json=tokenId,proto3" json:"token_id,omitempty"` JwtToken string `protobuf:"bytes,2,opt,name=jwt_token,json=jwtToken,proto3" json:"jwt_token,omitempty"` // contains filtered or unexported fields }
func (*GenerateAppTokenResponse) Descriptor
deprecated
added in
v0.2.2
func (*GenerateAppTokenResponse) Descriptor() ([]byte, []int)
Deprecated: Use GenerateAppTokenResponse.ProtoReflect.Descriptor instead.
func (*GenerateAppTokenResponse) GetJwtToken ¶ added in v0.2.2
func (x *GenerateAppTokenResponse) GetJwtToken() string
func (*GenerateAppTokenResponse) GetTokenId ¶ added in v0.2.2
func (x *GenerateAppTokenResponse) GetTokenId() string
func (*GenerateAppTokenResponse) ProtoMessage ¶ added in v0.2.2
func (*GenerateAppTokenResponse) ProtoMessage()
func (*GenerateAppTokenResponse) ProtoReflect ¶ added in v0.2.2
func (x *GenerateAppTokenResponse) ProtoReflect() protoreflect.Message
func (*GenerateAppTokenResponse) Reset ¶ added in v0.2.2
func (x *GenerateAppTokenResponse) Reset()
func (*GenerateAppTokenResponse) String ¶ added in v0.2.2
func (x *GenerateAppTokenResponse) String() string
type GenerateUserScopedAppTokenRequest ¶ added in v0.2.8
type GenerateUserScopedAppTokenRequest struct { AppId string `protobuf:"bytes,1,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"` // contains filtered or unexported fields }
func (*GenerateUserScopedAppTokenRequest) Descriptor
deprecated
added in
v0.2.8
func (*GenerateUserScopedAppTokenRequest) Descriptor() ([]byte, []int)
Deprecated: Use GenerateUserScopedAppTokenRequest.ProtoReflect.Descriptor instead.
func (*GenerateUserScopedAppTokenRequest) GetAppId ¶ added in v0.2.8
func (x *GenerateUserScopedAppTokenRequest) GetAppId() string
func (*GenerateUserScopedAppTokenRequest) ProtoMessage ¶ added in v0.2.8
func (*GenerateUserScopedAppTokenRequest) ProtoMessage()
func (*GenerateUserScopedAppTokenRequest) ProtoReflect ¶ added in v0.2.8
func (x *GenerateUserScopedAppTokenRequest) ProtoReflect() protoreflect.Message
func (*GenerateUserScopedAppTokenRequest) Reset ¶ added in v0.2.8
func (x *GenerateUserScopedAppTokenRequest) Reset()
func (*GenerateUserScopedAppTokenRequest) String ¶ added in v0.2.8
func (x *GenerateUserScopedAppTokenRequest) String() string
type GenerateUserScopedAppTokenResponse ¶ added in v0.2.8
type GenerateUserScopedAppTokenResponse struct { TokenId string `protobuf:"bytes,1,opt,name=token_id,json=tokenId,proto3" json:"token_id,omitempty"` JwtToken string `protobuf:"bytes,2,opt,name=jwt_token,json=jwtToken,proto3" json:"jwt_token,omitempty"` // contains filtered or unexported fields }
func (*GenerateUserScopedAppTokenResponse) Descriptor
deprecated
added in
v0.2.8
func (*GenerateUserScopedAppTokenResponse) Descriptor() ([]byte, []int)
Deprecated: Use GenerateUserScopedAppTokenResponse.ProtoReflect.Descriptor instead.
func (*GenerateUserScopedAppTokenResponse) GetJwtToken ¶ added in v0.2.8
func (x *GenerateUserScopedAppTokenResponse) GetJwtToken() string
func (*GenerateUserScopedAppTokenResponse) GetTokenId ¶ added in v0.2.8
func (x *GenerateUserScopedAppTokenResponse) GetTokenId() string
func (*GenerateUserScopedAppTokenResponse) ProtoMessage ¶ added in v0.2.8
func (*GenerateUserScopedAppTokenResponse) ProtoMessage()
func (*GenerateUserScopedAppTokenResponse) ProtoReflect ¶ added in v0.2.8
func (x *GenerateUserScopedAppTokenResponse) ProtoReflect() protoreflect.Message
func (*GenerateUserScopedAppTokenResponse) Reset ¶ added in v0.2.8
func (x *GenerateUserScopedAppTokenResponse) Reset()
func (*GenerateUserScopedAppTokenResponse) String ¶ added in v0.2.8
func (x *GenerateUserScopedAppTokenResponse) String() string
type GetAppCountersRequest ¶
type GetAppCountersRequest struct { AppId string `protobuf:"bytes,1,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"` // contains filtered or unexported fields }
func (*GetAppCountersRequest) Descriptor
deprecated
func (*GetAppCountersRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetAppCountersRequest.ProtoReflect.Descriptor instead.
func (*GetAppCountersRequest) GetAppId ¶
func (x *GetAppCountersRequest) GetAppId() string
func (*GetAppCountersRequest) ProtoMessage ¶
func (*GetAppCountersRequest) ProtoMessage()
func (*GetAppCountersRequest) ProtoReflect ¶
func (x *GetAppCountersRequest) ProtoReflect() protoreflect.Message
func (*GetAppCountersRequest) Reset ¶
func (x *GetAppCountersRequest) Reset()
func (*GetAppCountersRequest) String ¶
func (x *GetAppCountersRequest) String() string
type GetAppCountersResponse ¶
type GetAppCountersResponse struct { Counters *AppCounters `protobuf:"bytes,1,opt,name=counters,proto3" json:"counters,omitempty"` // contains filtered or unexported fields }
func (*GetAppCountersResponse) Descriptor
deprecated
func (*GetAppCountersResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetAppCountersResponse.ProtoReflect.Descriptor instead.
func (*GetAppCountersResponse) GetCounters ¶
func (x *GetAppCountersResponse) GetCounters() *AppCounters
func (*GetAppCountersResponse) ProtoMessage ¶
func (*GetAppCountersResponse) ProtoMessage()
func (*GetAppCountersResponse) ProtoReflect ¶
func (x *GetAppCountersResponse) ProtoReflect() protoreflect.Message
func (*GetAppCountersResponse) Reset ¶
func (x *GetAppCountersResponse) Reset()
func (*GetAppCountersResponse) String ¶
func (x *GetAppCountersResponse) String() string
type GetAppPermissionsRequest ¶
type GetAppPermissionsRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*GetAppPermissionsRequest) Descriptor
deprecated
func (*GetAppPermissionsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetAppPermissionsRequest.ProtoReflect.Descriptor instead.
func (*GetAppPermissionsRequest) GetId ¶
func (x *GetAppPermissionsRequest) GetId() string
func (*GetAppPermissionsRequest) ProtoMessage ¶
func (*GetAppPermissionsRequest) ProtoMessage()
func (*GetAppPermissionsRequest) ProtoReflect ¶
func (x *GetAppPermissionsRequest) ProtoReflect() protoreflect.Message
func (*GetAppPermissionsRequest) Reset ¶
func (x *GetAppPermissionsRequest) Reset()
func (*GetAppPermissionsRequest) String ¶
func (x *GetAppPermissionsRequest) String() string
type GetAppPermissionsResponse ¶
type GetAppPermissionsResponse struct { Permissions []*Permission `protobuf:"bytes,1,rep,name=permissions,proto3" json:"permissions,omitempty"` // contains filtered or unexported fields }
func (*GetAppPermissionsResponse) Descriptor
deprecated
func (*GetAppPermissionsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetAppPermissionsResponse.ProtoReflect.Descriptor instead.
func (*GetAppPermissionsResponse) GetPermissions ¶
func (x *GetAppPermissionsResponse) GetPermissions() []*Permission
func (*GetAppPermissionsResponse) ProtoMessage ¶
func (*GetAppPermissionsResponse) ProtoMessage()
func (*GetAppPermissionsResponse) ProtoReflect ¶
func (x *GetAppPermissionsResponse) ProtoReflect() protoreflect.Message
func (*GetAppPermissionsResponse) Reset ¶
func (x *GetAppPermissionsResponse) Reset()
func (*GetAppPermissionsResponse) String ¶
func (x *GetAppPermissionsResponse) String() string
type GetAppRequest ¶
type GetAppRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*GetAppRequest) Descriptor
deprecated
func (*GetAppRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetAppRequest.ProtoReflect.Descriptor instead.
func (*GetAppRequest) GetId ¶
func (x *GetAppRequest) GetId() string
func (*GetAppRequest) ProtoMessage ¶
func (*GetAppRequest) ProtoMessage()
func (*GetAppRequest) ProtoReflect ¶
func (x *GetAppRequest) ProtoReflect() protoreflect.Message
func (*GetAppRequest) Reset ¶
func (x *GetAppRequest) Reset()
func (*GetAppRequest) String ¶
func (x *GetAppRequest) String() string
type GetAppResponse ¶
type GetAppResponse struct { App *App `protobuf:"bytes,1,opt,name=app,proto3" json:"app,omitempty"` // contains filtered or unexported fields }
func (*GetAppResponse) Descriptor
deprecated
func (*GetAppResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetAppResponse.ProtoReflect.Descriptor instead.
func (*GetAppResponse) GetApp ¶
func (x *GetAppResponse) GetApp() *App
func (*GetAppResponse) ProtoMessage ¶
func (*GetAppResponse) ProtoMessage()
func (*GetAppResponse) ProtoReflect ¶
func (x *GetAppResponse) ProtoReflect() protoreflect.Message
func (*GetAppResponse) Reset ¶
func (x *GetAppResponse) Reset()
func (*GetAppResponse) String ¶
func (x *GetAppResponse) String() string
type GetAppReviewRequest ¶ added in v0.2.15
type GetAppReviewRequest struct { ReviewId string `protobuf:"bytes,1,opt,name=review_id,json=reviewId,proto3" json:"review_id,omitempty"` // contains filtered or unexported fields }
func (*GetAppReviewRequest) Descriptor
deprecated
added in
v0.2.15
func (*GetAppReviewRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetAppReviewRequest.ProtoReflect.Descriptor instead.
func (*GetAppReviewRequest) GetReviewId ¶ added in v0.2.15
func (x *GetAppReviewRequest) GetReviewId() string
func (*GetAppReviewRequest) ProtoMessage ¶ added in v0.2.15
func (*GetAppReviewRequest) ProtoMessage()
func (*GetAppReviewRequest) ProtoReflect ¶ added in v0.2.15
func (x *GetAppReviewRequest) ProtoReflect() protoreflect.Message
func (*GetAppReviewRequest) Reset ¶ added in v0.2.15
func (x *GetAppReviewRequest) Reset()
func (*GetAppReviewRequest) String ¶ added in v0.2.15
func (x *GetAppReviewRequest) String() string
type GetAppReviewResponse ¶ added in v0.2.15
type GetAppReviewResponse struct { Review *AppReview `protobuf:"bytes,1,opt,name=review,proto3" json:"review,omitempty"` // contains filtered or unexported fields }
func (*GetAppReviewResponse) Descriptor
deprecated
added in
v0.2.15
func (*GetAppReviewResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetAppReviewResponse.ProtoReflect.Descriptor instead.
func (*GetAppReviewResponse) GetReview ¶ added in v0.2.15
func (x *GetAppReviewResponse) GetReview() *AppReview
func (*GetAppReviewResponse) ProtoMessage ¶ added in v0.2.15
func (*GetAppReviewResponse) ProtoMessage()
func (*GetAppReviewResponse) ProtoReflect ¶ added in v0.2.15
func (x *GetAppReviewResponse) ProtoReflect() protoreflect.Message
func (*GetAppReviewResponse) Reset ¶ added in v0.2.15
func (x *GetAppReviewResponse) Reset()
func (*GetAppReviewResponse) String ¶ added in v0.2.15
func (x *GetAppReviewResponse) String() string
type GetAppReviewsRequest ¶ added in v0.2.15
type GetAppReviewsRequest struct { AppId string `protobuf:"bytes,1,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"` Cursor *PageCursor `protobuf:"bytes,2,opt,name=cursor,proto3" json:"cursor,omitempty"` // contains filtered or unexported fields }
func (*GetAppReviewsRequest) Descriptor
deprecated
added in
v0.2.15
func (*GetAppReviewsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetAppReviewsRequest.ProtoReflect.Descriptor instead.
func (*GetAppReviewsRequest) GetAppId ¶ added in v0.2.15
func (x *GetAppReviewsRequest) GetAppId() string
func (*GetAppReviewsRequest) GetCursor ¶ added in v0.2.15
func (x *GetAppReviewsRequest) GetCursor() *PageCursor
func (*GetAppReviewsRequest) ProtoMessage ¶ added in v0.2.15
func (*GetAppReviewsRequest) ProtoMessage()
func (*GetAppReviewsRequest) ProtoReflect ¶ added in v0.2.15
func (x *GetAppReviewsRequest) ProtoReflect() protoreflect.Message
func (*GetAppReviewsRequest) Reset ¶ added in v0.2.15
func (x *GetAppReviewsRequest) Reset()
func (*GetAppReviewsRequest) String ¶ added in v0.2.15
func (x *GetAppReviewsRequest) String() string
type GetAppReviewsResponse ¶ added in v0.2.15
type GetAppReviewsResponse struct { Reviews []*AppReview `protobuf:"bytes,1,rep,name=reviews,proto3" json:"reviews,omitempty"` PageInfo *PageInfo `protobuf:"bytes,2,opt,name=page_info,json=pageInfo,proto3" json:"page_info,omitempty"` // contains filtered or unexported fields }
func (*GetAppReviewsResponse) Descriptor
deprecated
added in
v0.2.15
func (*GetAppReviewsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetAppReviewsResponse.ProtoReflect.Descriptor instead.
func (*GetAppReviewsResponse) GetPageInfo ¶ added in v0.2.15
func (x *GetAppReviewsResponse) GetPageInfo() *PageInfo
func (*GetAppReviewsResponse) GetReviews ¶ added in v0.2.15
func (x *GetAppReviewsResponse) GetReviews() []*AppReview
func (*GetAppReviewsResponse) ProtoMessage ¶ added in v0.2.15
func (*GetAppReviewsResponse) ProtoMessage()
func (*GetAppReviewsResponse) ProtoReflect ¶ added in v0.2.15
func (x *GetAppReviewsResponse) ProtoReflect() protoreflect.Message
func (*GetAppReviewsResponse) Reset ¶ added in v0.2.15
func (x *GetAppReviewsResponse) Reset()
func (*GetAppReviewsResponse) String ¶ added in v0.2.15
func (x *GetAppReviewsResponse) String() string
type GetAppSubscriptionsRequest ¶
type GetAppSubscriptionsRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*GetAppSubscriptionsRequest) Descriptor
deprecated
func (*GetAppSubscriptionsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetAppSubscriptionsRequest.ProtoReflect.Descriptor instead.
func (*GetAppSubscriptionsRequest) GetId ¶
func (x *GetAppSubscriptionsRequest) GetId() string
func (*GetAppSubscriptionsRequest) ProtoMessage ¶
func (*GetAppSubscriptionsRequest) ProtoMessage()
func (*GetAppSubscriptionsRequest) ProtoReflect ¶
func (x *GetAppSubscriptionsRequest) ProtoReflect() protoreflect.Message
func (*GetAppSubscriptionsRequest) Reset ¶
func (x *GetAppSubscriptionsRequest) Reset()
func (*GetAppSubscriptionsRequest) String ¶
func (x *GetAppSubscriptionsRequest) String() string
type GetAppSubscriptionsResponse ¶
type GetAppSubscriptionsResponse struct { Subscriptions []*Subscription `protobuf:"bytes,1,rep,name=subscriptions,proto3" json:"subscriptions,omitempty"` // contains filtered or unexported fields }
func (*GetAppSubscriptionsResponse) Descriptor
deprecated
func (*GetAppSubscriptionsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetAppSubscriptionsResponse.ProtoReflect.Descriptor instead.
func (*GetAppSubscriptionsResponse) GetSubscriptions ¶
func (x *GetAppSubscriptionsResponse) GetSubscriptions() []*Subscription
func (*GetAppSubscriptionsResponse) ProtoMessage ¶
func (*GetAppSubscriptionsResponse) ProtoMessage()
func (*GetAppSubscriptionsResponse) ProtoReflect ¶
func (x *GetAppSubscriptionsResponse) ProtoReflect() protoreflect.Message
func (*GetAppSubscriptionsResponse) Reset ¶
func (x *GetAppSubscriptionsResponse) Reset()
func (*GetAppSubscriptionsResponse) String ¶
func (x *GetAppSubscriptionsResponse) String() string
type GetAppTagsRequest ¶
type GetAppTagsRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*GetAppTagsRequest) Descriptor
deprecated
func (*GetAppTagsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetAppTagsRequest.ProtoReflect.Descriptor instead.
func (*GetAppTagsRequest) GetId ¶
func (x *GetAppTagsRequest) GetId() string
func (*GetAppTagsRequest) ProtoMessage ¶
func (*GetAppTagsRequest) ProtoMessage()
func (*GetAppTagsRequest) ProtoReflect ¶
func (x *GetAppTagsRequest) ProtoReflect() protoreflect.Message
func (*GetAppTagsRequest) Reset ¶
func (x *GetAppTagsRequest) Reset()
func (*GetAppTagsRequest) String ¶
func (x *GetAppTagsRequest) String() string
type GetAppTagsResponse ¶
type GetAppTagsResponse struct { Tags []*Tag `protobuf:"bytes,1,rep,name=tags,proto3" json:"tags,omitempty"` // contains filtered or unexported fields }
func (*GetAppTagsResponse) Descriptor
deprecated
func (*GetAppTagsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetAppTagsResponse.ProtoReflect.Descriptor instead.
func (*GetAppTagsResponse) GetTags ¶
func (x *GetAppTagsResponse) GetTags() []*Tag
func (*GetAppTagsResponse) ProtoMessage ¶
func (*GetAppTagsResponse) ProtoMessage()
func (*GetAppTagsResponse) ProtoReflect ¶
func (x *GetAppTagsResponse) ProtoReflect() protoreflect.Message
func (*GetAppTagsResponse) Reset ¶
func (x *GetAppTagsResponse) Reset()
func (*GetAppTagsResponse) String ¶
func (x *GetAppTagsResponse) String() string
type GetAppTokensRequest ¶ added in v0.2.2
type GetAppTokensRequest struct { AppId string `protobuf:"bytes,1,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"` // contains filtered or unexported fields }
func (*GetAppTokensRequest) Descriptor
deprecated
added in
v0.2.2
func (*GetAppTokensRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetAppTokensRequest.ProtoReflect.Descriptor instead.
func (*GetAppTokensRequest) GetAppId ¶ added in v0.2.2
func (x *GetAppTokensRequest) GetAppId() string
func (*GetAppTokensRequest) ProtoMessage ¶ added in v0.2.2
func (*GetAppTokensRequest) ProtoMessage()
func (*GetAppTokensRequest) ProtoReflect ¶ added in v0.2.2
func (x *GetAppTokensRequest) ProtoReflect() protoreflect.Message
func (*GetAppTokensRequest) Reset ¶ added in v0.2.2
func (x *GetAppTokensRequest) Reset()
func (*GetAppTokensRequest) String ¶ added in v0.2.2
func (x *GetAppTokensRequest) String() string
type GetAppTokensResponse ¶ added in v0.2.2
type GetAppTokensResponse struct { // Deprecated: Do not use. TokenIds []string `protobuf:"bytes,1,rep,name=token_ids,json=tokenIds,proto3" json:"token_ids,omitempty"` Tokens []*GetAppTokensResponse_AppToken `protobuf:"bytes,2,rep,name=tokens,proto3" json:"tokens,omitempty"` // contains filtered or unexported fields }
func (*GetAppTokensResponse) Descriptor
deprecated
added in
v0.2.2
func (*GetAppTokensResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetAppTokensResponse.ProtoReflect.Descriptor instead.
func (*GetAppTokensResponse) GetTokenIds
deprecated
added in
v0.2.2
func (x *GetAppTokensResponse) GetTokenIds() []string
Deprecated: Do not use.
func (*GetAppTokensResponse) GetTokens ¶ added in v0.2.3
func (x *GetAppTokensResponse) GetTokens() []*GetAppTokensResponse_AppToken
func (*GetAppTokensResponse) ProtoMessage ¶ added in v0.2.2
func (*GetAppTokensResponse) ProtoMessage()
func (*GetAppTokensResponse) ProtoReflect ¶ added in v0.2.2
func (x *GetAppTokensResponse) ProtoReflect() protoreflect.Message
func (*GetAppTokensResponse) Reset ¶ added in v0.2.2
func (x *GetAppTokensResponse) Reset()
func (*GetAppTokensResponse) String ¶ added in v0.2.2
func (x *GetAppTokensResponse) String() string
type GetAppTokensResponse_AppToken ¶ added in v0.2.3
type GetAppTokensResponse_AppToken struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*GetAppTokensResponse_AppToken) Descriptor
deprecated
added in
v0.2.3
func (*GetAppTokensResponse_AppToken) Descriptor() ([]byte, []int)
Deprecated: Use GetAppTokensResponse_AppToken.ProtoReflect.Descriptor instead.
func (*GetAppTokensResponse_AppToken) GetId ¶ added in v0.2.3
func (x *GetAppTokensResponse_AppToken) GetId() string
func (*GetAppTokensResponse_AppToken) GetName ¶ added in v0.2.3
func (x *GetAppTokensResponse_AppToken) GetName() string
func (*GetAppTokensResponse_AppToken) ProtoMessage ¶ added in v0.2.3
func (*GetAppTokensResponse_AppToken) ProtoMessage()
func (*GetAppTokensResponse_AppToken) ProtoReflect ¶ added in v0.2.3
func (x *GetAppTokensResponse_AppToken) ProtoReflect() protoreflect.Message
func (*GetAppTokensResponse_AppToken) Reset ¶ added in v0.2.3
func (x *GetAppTokensResponse_AppToken) Reset()
func (*GetAppTokensResponse_AppToken) String ¶ added in v0.2.3
func (x *GetAppTokensResponse_AppToken) String() string
type GetAppUserContextRequest ¶ added in v0.2.17
type GetAppUserContextRequest struct { AppId string `protobuf:"bytes,1,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"` Fields *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=fields,proto3" json:"fields,omitempty"` // contains filtered or unexported fields }
func (*GetAppUserContextRequest) Descriptor
deprecated
added in
v0.2.17
func (*GetAppUserContextRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetAppUserContextRequest.ProtoReflect.Descriptor instead.
func (*GetAppUserContextRequest) GetAppId ¶ added in v0.2.17
func (x *GetAppUserContextRequest) GetAppId() string
func (*GetAppUserContextRequest) GetFields ¶ added in v0.2.17
func (x *GetAppUserContextRequest) GetFields() *fieldmaskpb.FieldMask
func (*GetAppUserContextRequest) ProtoMessage ¶ added in v0.2.17
func (*GetAppUserContextRequest) ProtoMessage()
func (*GetAppUserContextRequest) ProtoReflect ¶ added in v0.2.17
func (x *GetAppUserContextRequest) ProtoReflect() protoreflect.Message
func (*GetAppUserContextRequest) Reset ¶ added in v0.2.17
func (x *GetAppUserContextRequest) Reset()
func (*GetAppUserContextRequest) String ¶ added in v0.2.17
func (x *GetAppUserContextRequest) String() string
type GetAppUserContextResponse ¶ added in v0.2.17
type GetAppUserContextResponse struct { Reviews []*AppReview `protobuf:"bytes,1,rep,name=reviews,proto3" json:"reviews,omitempty"` UsedAt *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=used_at,json=usedAt,proto3,oneof" json:"used_at,omitempty"` SavedAt *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=saved_at,json=savedAt,proto3,oneof" json:"saved_at,omitempty"` UpvotedAt *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=upvoted_at,json=upvotedAt,proto3,oneof" json:"upvoted_at,omitempty"` // contains filtered or unexported fields }
func (*GetAppUserContextResponse) Descriptor
deprecated
added in
v0.2.17
func (*GetAppUserContextResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetAppUserContextResponse.ProtoReflect.Descriptor instead.
func (*GetAppUserContextResponse) GetReviews ¶ added in v0.2.17
func (x *GetAppUserContextResponse) GetReviews() []*AppReview
func (*GetAppUserContextResponse) GetSavedAt ¶ added in v0.2.17
func (x *GetAppUserContextResponse) GetSavedAt() *timestamppb.Timestamp
func (*GetAppUserContextResponse) GetUpvotedAt ¶ added in v0.2.17
func (x *GetAppUserContextResponse) GetUpvotedAt() *timestamppb.Timestamp
func (*GetAppUserContextResponse) GetUsedAt ¶ added in v0.2.17
func (x *GetAppUserContextResponse) GetUsedAt() *timestamppb.Timestamp
func (*GetAppUserContextResponse) ProtoMessage ¶ added in v0.2.17
func (*GetAppUserContextResponse) ProtoMessage()
func (*GetAppUserContextResponse) ProtoReflect ¶ added in v0.2.17
func (x *GetAppUserContextResponse) ProtoReflect() protoreflect.Message
func (*GetAppUserContextResponse) Reset ¶ added in v0.2.17
func (x *GetAppUserContextResponse) Reset()
func (*GetAppUserContextResponse) String ¶ added in v0.2.17
func (x *GetAppUserContextResponse) String() string
type GetAppsEnabledByDefaultRequest ¶ added in v0.2.7
type GetAppsEnabledByDefaultRequest struct { Cursor *PageCursor `protobuf:"bytes,1,opt,name=cursor,proto3" json:"cursor,omitempty"` // contains filtered or unexported fields }
func (*GetAppsEnabledByDefaultRequest) Descriptor
deprecated
added in
v0.2.7
func (*GetAppsEnabledByDefaultRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetAppsEnabledByDefaultRequest.ProtoReflect.Descriptor instead.
func (*GetAppsEnabledByDefaultRequest) GetCursor ¶ added in v0.2.9
func (x *GetAppsEnabledByDefaultRequest) GetCursor() *PageCursor
func (*GetAppsEnabledByDefaultRequest) ProtoMessage ¶ added in v0.2.7
func (*GetAppsEnabledByDefaultRequest) ProtoMessage()
func (*GetAppsEnabledByDefaultRequest) ProtoReflect ¶ added in v0.2.7
func (x *GetAppsEnabledByDefaultRequest) ProtoReflect() protoreflect.Message
func (*GetAppsEnabledByDefaultRequest) Reset ¶ added in v0.2.7
func (x *GetAppsEnabledByDefaultRequest) Reset()
func (*GetAppsEnabledByDefaultRequest) String ¶ added in v0.2.7
func (x *GetAppsEnabledByDefaultRequest) String() string
type GetAppsEnabledByDefaultResponse ¶ added in v0.2.7
type GetAppsEnabledByDefaultResponse struct { Apps []*App `protobuf:"bytes,1,rep,name=apps,proto3" json:"apps,omitempty"` PageInfo *PageInfo `protobuf:"bytes,2,opt,name=page_info,json=pageInfo,proto3" json:"page_info,omitempty"` // contains filtered or unexported fields }
func (*GetAppsEnabledByDefaultResponse) Descriptor
deprecated
added in
v0.2.7
func (*GetAppsEnabledByDefaultResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetAppsEnabledByDefaultResponse.ProtoReflect.Descriptor instead.
func (*GetAppsEnabledByDefaultResponse) GetApps ¶ added in v0.2.7
func (x *GetAppsEnabledByDefaultResponse) GetApps() []*App
func (*GetAppsEnabledByDefaultResponse) GetPageInfo ¶ added in v0.2.9
func (x *GetAppsEnabledByDefaultResponse) GetPageInfo() *PageInfo
func (*GetAppsEnabledByDefaultResponse) ProtoMessage ¶ added in v0.2.7
func (*GetAppsEnabledByDefaultResponse) ProtoMessage()
func (*GetAppsEnabledByDefaultResponse) ProtoReflect ¶ added in v0.2.7
func (x *GetAppsEnabledByDefaultResponse) ProtoReflect() protoreflect.Message
func (*GetAppsEnabledByDefaultResponse) Reset ¶ added in v0.2.7
func (x *GetAppsEnabledByDefaultResponse) Reset()
func (*GetAppsEnabledByDefaultResponse) String ¶ added in v0.2.7
func (x *GetAppsEnabledByDefaultResponse) String() string
type GetAppsRequest ¶
type GetAppsRequest struct { Ids []string `protobuf:"bytes,1,rep,name=ids,proto3" json:"ids,omitempty"` // contains filtered or unexported fields }
func (*GetAppsRequest) Descriptor
deprecated
func (*GetAppsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetAppsRequest.ProtoReflect.Descriptor instead.
func (*GetAppsRequest) GetIds ¶
func (x *GetAppsRequest) GetIds() []string
func (*GetAppsRequest) ProtoMessage ¶
func (*GetAppsRequest) ProtoMessage()
func (*GetAppsRequest) ProtoReflect ¶
func (x *GetAppsRequest) ProtoReflect() protoreflect.Message
func (*GetAppsRequest) Reset ¶
func (x *GetAppsRequest) Reset()
func (*GetAppsRequest) String ¶
func (x *GetAppsRequest) String() string
type GetAppsResponse ¶
type GetAppsResponse struct { Apps []*App `protobuf:"bytes,1,rep,name=apps,proto3" json:"apps,omitempty"` // contains filtered or unexported fields }
func (*GetAppsResponse) Descriptor
deprecated
func (*GetAppsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetAppsResponse.ProtoReflect.Descriptor instead.
func (*GetAppsResponse) GetApps ¶
func (x *GetAppsResponse) GetApps() []*App
func (*GetAppsResponse) ProtoMessage ¶
func (*GetAppsResponse) ProtoMessage()
func (*GetAppsResponse) ProtoReflect ¶
func (x *GetAppsResponse) ProtoReflect() protoreflect.Message
func (*GetAppsResponse) Reset ¶
func (x *GetAppsResponse) Reset()
func (*GetAppsResponse) String ¶
func (x *GetAppsResponse) String() string
type GetCircleAppsRequest ¶ added in v0.2.51
type GetCircleAppsRequest struct { AppId *string `protobuf:"bytes,1,opt,name=app_id,json=appId,proto3,oneof" json:"app_id,omitempty"` CircleId *string `protobuf:"bytes,2,opt,name=circle_id,json=circleId,proto3,oneof" json:"circle_id,omitempty"` Cursor *PageCursor `protobuf:"bytes,3,opt,name=cursor,proto3" json:"cursor,omitempty"` // contains filtered or unexported fields }
func (*GetCircleAppsRequest) Descriptor
deprecated
added in
v0.2.51
func (*GetCircleAppsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetCircleAppsRequest.ProtoReflect.Descriptor instead.
func (*GetCircleAppsRequest) GetAppId ¶ added in v0.2.51
func (x *GetCircleAppsRequest) GetAppId() string
func (*GetCircleAppsRequest) GetCircleId ¶ added in v0.2.51
func (x *GetCircleAppsRequest) GetCircleId() string
func (*GetCircleAppsRequest) GetCursor ¶ added in v0.2.51
func (x *GetCircleAppsRequest) GetCursor() *PageCursor
func (*GetCircleAppsRequest) ProtoMessage ¶ added in v0.2.51
func (*GetCircleAppsRequest) ProtoMessage()
func (*GetCircleAppsRequest) ProtoReflect ¶ added in v0.2.51
func (x *GetCircleAppsRequest) ProtoReflect() protoreflect.Message
func (*GetCircleAppsRequest) Reset ¶ added in v0.2.51
func (x *GetCircleAppsRequest) Reset()
func (*GetCircleAppsRequest) String ¶ added in v0.2.51
func (x *GetCircleAppsRequest) String() string
type GetCircleAppsResponse ¶ added in v0.2.51
type GetCircleAppsResponse struct { CircleApps []*CircleApp `protobuf:"bytes,1,rep,name=circle_apps,json=circleApps,proto3" json:"circle_apps,omitempty"` PageInfo *PageInfo `protobuf:"bytes,2,opt,name=page_info,json=pageInfo,proto3" json:"page_info,omitempty"` // contains filtered or unexported fields }
func (*GetCircleAppsResponse) Descriptor
deprecated
added in
v0.2.51
func (*GetCircleAppsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetCircleAppsResponse.ProtoReflect.Descriptor instead.
func (*GetCircleAppsResponse) GetCircleApps ¶ added in v0.2.51
func (x *GetCircleAppsResponse) GetCircleApps() []*CircleApp
func (*GetCircleAppsResponse) GetPageInfo ¶ added in v0.2.51
func (x *GetCircleAppsResponse) GetPageInfo() *PageInfo
func (*GetCircleAppsResponse) ProtoMessage ¶ added in v0.2.51
func (*GetCircleAppsResponse) ProtoMessage()
func (*GetCircleAppsResponse) ProtoReflect ¶ added in v0.2.51
func (x *GetCircleAppsResponse) ProtoReflect() protoreflect.Message
func (*GetCircleAppsResponse) Reset ¶ added in v0.2.51
func (x *GetCircleAppsResponse) Reset()
func (*GetCircleAppsResponse) String ¶ added in v0.2.51
func (x *GetCircleAppsResponse) String() string
type GetEnabledAppsRequest ¶
type GetEnabledAppsRequest struct { CircleId string `protobuf:"bytes,1,opt,name=circleId,proto3" json:"circleId,omitempty"` Cursor *PageCursor `protobuf:"bytes,2,opt,name=cursor,proto3" json:"cursor,omitempty"` // contains filtered or unexported fields }
func (*GetEnabledAppsRequest) Descriptor
deprecated
func (*GetEnabledAppsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetEnabledAppsRequest.ProtoReflect.Descriptor instead.
func (*GetEnabledAppsRequest) GetCircleId ¶
func (x *GetEnabledAppsRequest) GetCircleId() string
func (*GetEnabledAppsRequest) GetCursor ¶
func (x *GetEnabledAppsRequest) GetCursor() *PageCursor
func (*GetEnabledAppsRequest) ProtoMessage ¶
func (*GetEnabledAppsRequest) ProtoMessage()
func (*GetEnabledAppsRequest) ProtoReflect ¶
func (x *GetEnabledAppsRequest) ProtoReflect() protoreflect.Message
func (*GetEnabledAppsRequest) Reset ¶
func (x *GetEnabledAppsRequest) Reset()
func (*GetEnabledAppsRequest) String ¶
func (x *GetEnabledAppsRequest) String() string
type GetEnabledAppsResponse ¶
type GetEnabledAppsResponse struct { Apps []*CircleApp `protobuf:"bytes,1,rep,name=Apps,proto3" json:"Apps,omitempty"` PageInfo *PageInfo `protobuf:"bytes,2,opt,name=pageInfo,proto3" json:"pageInfo,omitempty"` // contains filtered or unexported fields }
func (*GetEnabledAppsResponse) Descriptor
deprecated
func (*GetEnabledAppsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetEnabledAppsResponse.ProtoReflect.Descriptor instead.
func (*GetEnabledAppsResponse) GetApps ¶
func (x *GetEnabledAppsResponse) GetApps() []*CircleApp
func (*GetEnabledAppsResponse) GetPageInfo ¶
func (x *GetEnabledAppsResponse) GetPageInfo() *PageInfo
func (*GetEnabledAppsResponse) ProtoMessage ¶
func (*GetEnabledAppsResponse) ProtoMessage()
func (*GetEnabledAppsResponse) ProtoReflect ¶
func (x *GetEnabledAppsResponse) ProtoReflect() protoreflect.Message
func (*GetEnabledAppsResponse) Reset ¶
func (x *GetEnabledAppsResponse) Reset()
func (*GetEnabledAppsResponse) String ¶
func (x *GetEnabledAppsResponse) String() string
type GetFeaturedAppsRequest ¶ added in v0.2.19
type GetFeaturedAppsRequest struct { Cursor *PageCursor `protobuf:"bytes,1,opt,name=cursor,proto3" json:"cursor,omitempty"` // contains filtered or unexported fields }
func (*GetFeaturedAppsRequest) Descriptor
deprecated
added in
v0.2.19
func (*GetFeaturedAppsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetFeaturedAppsRequest.ProtoReflect.Descriptor instead.
func (*GetFeaturedAppsRequest) GetCursor ¶ added in v0.2.19
func (x *GetFeaturedAppsRequest) GetCursor() *PageCursor
func (*GetFeaturedAppsRequest) ProtoMessage ¶ added in v0.2.19
func (*GetFeaturedAppsRequest) ProtoMessage()
func (*GetFeaturedAppsRequest) ProtoReflect ¶ added in v0.2.19
func (x *GetFeaturedAppsRequest) ProtoReflect() protoreflect.Message
func (*GetFeaturedAppsRequest) Reset ¶ added in v0.2.19
func (x *GetFeaturedAppsRequest) Reset()
func (*GetFeaturedAppsRequest) String ¶ added in v0.2.19
func (x *GetFeaturedAppsRequest) String() string
type GetFeaturedAppsResponse ¶ added in v0.2.19
type GetFeaturedAppsResponse struct { Apps []*App `protobuf:"bytes,1,rep,name=apps,proto3" json:"apps,omitempty"` PageInfo *PageInfo `protobuf:"bytes,2,opt,name=page_info,json=pageInfo,proto3" json:"page_info,omitempty"` // contains filtered or unexported fields }
func (*GetFeaturedAppsResponse) Descriptor
deprecated
added in
v0.2.19
func (*GetFeaturedAppsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetFeaturedAppsResponse.ProtoReflect.Descriptor instead.
func (*GetFeaturedAppsResponse) GetApps ¶ added in v0.2.19
func (x *GetFeaturedAppsResponse) GetApps() []*App
func (*GetFeaturedAppsResponse) GetPageInfo ¶ added in v0.2.19
func (x *GetFeaturedAppsResponse) GetPageInfo() *PageInfo
func (*GetFeaturedAppsResponse) ProtoMessage ¶ added in v0.2.19
func (*GetFeaturedAppsResponse) ProtoMessage()
func (*GetFeaturedAppsResponse) ProtoReflect ¶ added in v0.2.19
func (x *GetFeaturedAppsResponse) ProtoReflect() protoreflect.Message
func (*GetFeaturedAppsResponse) Reset ¶ added in v0.2.19
func (x *GetFeaturedAppsResponse) Reset()
func (*GetFeaturedAppsResponse) String ¶ added in v0.2.19
func (x *GetFeaturedAppsResponse) String() string
type GetLastUsedAppsRequest ¶ added in v0.2.17
type GetLastUsedAppsRequest struct { Cursor *PageCursor `protobuf:"bytes,1,opt,name=cursor,proto3" json:"cursor,omitempty"` // contains filtered or unexported fields }
func (*GetLastUsedAppsRequest) Descriptor
deprecated
added in
v0.2.17
func (*GetLastUsedAppsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetLastUsedAppsRequest.ProtoReflect.Descriptor instead.
func (*GetLastUsedAppsRequest) GetCursor ¶ added in v0.2.17
func (x *GetLastUsedAppsRequest) GetCursor() *PageCursor
func (*GetLastUsedAppsRequest) ProtoMessage ¶ added in v0.2.17
func (*GetLastUsedAppsRequest) ProtoMessage()
func (*GetLastUsedAppsRequest) ProtoReflect ¶ added in v0.2.17
func (x *GetLastUsedAppsRequest) ProtoReflect() protoreflect.Message
func (*GetLastUsedAppsRequest) Reset ¶ added in v0.2.17
func (x *GetLastUsedAppsRequest) Reset()
func (*GetLastUsedAppsRequest) String ¶ added in v0.2.17
func (x *GetLastUsedAppsRequest) String() string
type GetLastUsedAppsResponse ¶ added in v0.2.17
type GetLastUsedAppsResponse struct { Apps []*App `protobuf:"bytes,1,rep,name=apps,proto3" json:"apps,omitempty"` PageInfo *PageInfo `protobuf:"bytes,2,opt,name=page_info,json=pageInfo,proto3" json:"page_info,omitempty"` // contains filtered or unexported fields }
func (*GetLastUsedAppsResponse) Descriptor
deprecated
added in
v0.2.17
func (*GetLastUsedAppsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetLastUsedAppsResponse.ProtoReflect.Descriptor instead.
func (*GetLastUsedAppsResponse) GetApps ¶ added in v0.2.17
func (x *GetLastUsedAppsResponse) GetApps() []*App
func (*GetLastUsedAppsResponse) GetPageInfo ¶ added in v0.2.17
func (x *GetLastUsedAppsResponse) GetPageInfo() *PageInfo
func (*GetLastUsedAppsResponse) ProtoMessage ¶ added in v0.2.17
func (*GetLastUsedAppsResponse) ProtoMessage()
func (*GetLastUsedAppsResponse) ProtoReflect ¶ added in v0.2.17
func (x *GetLastUsedAppsResponse) ProtoReflect() protoreflect.Message
func (*GetLastUsedAppsResponse) Reset ¶ added in v0.2.17
func (x *GetLastUsedAppsResponse) Reset()
func (*GetLastUsedAppsResponse) String ¶ added in v0.2.17
func (x *GetLastUsedAppsResponse) String() string
type GetMyAppsRequest ¶ added in v0.2.1
type GetMyAppsRequest struct {
// contains filtered or unexported fields
}
func (*GetMyAppsRequest) Descriptor
deprecated
added in
v0.2.1
func (*GetMyAppsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetMyAppsRequest.ProtoReflect.Descriptor instead.
func (*GetMyAppsRequest) ProtoMessage ¶ added in v0.2.1
func (*GetMyAppsRequest) ProtoMessage()
func (*GetMyAppsRequest) ProtoReflect ¶ added in v0.2.1
func (x *GetMyAppsRequest) ProtoReflect() protoreflect.Message
func (*GetMyAppsRequest) Reset ¶ added in v0.2.1
func (x *GetMyAppsRequest) Reset()
func (*GetMyAppsRequest) String ¶ added in v0.2.1
func (x *GetMyAppsRequest) String() string
type GetMyAppsResponse ¶ added in v0.2.1
type GetMyAppsResponse struct { Apps []*App `protobuf:"bytes,1,rep,name=apps,proto3" json:"apps,omitempty"` // contains filtered or unexported fields }
func (*GetMyAppsResponse) Descriptor
deprecated
added in
v0.2.1
func (*GetMyAppsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetMyAppsResponse.ProtoReflect.Descriptor instead.
func (*GetMyAppsResponse) GetApps ¶ added in v0.2.1
func (x *GetMyAppsResponse) GetApps() []*App
func (*GetMyAppsResponse) ProtoMessage ¶ added in v0.2.1
func (*GetMyAppsResponse) ProtoMessage()
func (*GetMyAppsResponse) ProtoReflect ¶ added in v0.2.1
func (x *GetMyAppsResponse) ProtoReflect() protoreflect.Message
func (*GetMyAppsResponse) Reset ¶ added in v0.2.1
func (x *GetMyAppsResponse) Reset()
func (*GetMyAppsResponse) String ¶ added in v0.2.1
func (x *GetMyAppsResponse) String() string
type GetPermissionsRequest ¶
type GetPermissionsRequest struct { Ids []string `protobuf:"bytes,1,rep,name=ids,proto3" json:"ids,omitempty"` // contains filtered or unexported fields }
func (*GetPermissionsRequest) Descriptor
deprecated
func (*GetPermissionsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetPermissionsRequest.ProtoReflect.Descriptor instead.
func (*GetPermissionsRequest) GetIds ¶
func (x *GetPermissionsRequest) GetIds() []string
func (*GetPermissionsRequest) ProtoMessage ¶
func (*GetPermissionsRequest) ProtoMessage()
func (*GetPermissionsRequest) ProtoReflect ¶
func (x *GetPermissionsRequest) ProtoReflect() protoreflect.Message
func (*GetPermissionsRequest) Reset ¶
func (x *GetPermissionsRequest) Reset()
func (*GetPermissionsRequest) String ¶
func (x *GetPermissionsRequest) String() string
type GetPermissionsResponse ¶
type GetPermissionsResponse struct { Permissions []*Permission `protobuf:"bytes,1,rep,name=permissions,proto3" json:"permissions,omitempty"` // contains filtered or unexported fields }
func (*GetPermissionsResponse) Descriptor
deprecated
func (*GetPermissionsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetPermissionsResponse.ProtoReflect.Descriptor instead.
func (*GetPermissionsResponse) GetPermissions ¶
func (x *GetPermissionsResponse) GetPermissions() []*Permission
func (*GetPermissionsResponse) ProtoMessage ¶
func (*GetPermissionsResponse) ProtoMessage()
func (*GetPermissionsResponse) ProtoReflect ¶
func (x *GetPermissionsResponse) ProtoReflect() protoreflect.Message
func (*GetPermissionsResponse) Reset ¶
func (x *GetPermissionsResponse) Reset()
func (*GetPermissionsResponse) String ¶
func (x *GetPermissionsResponse) String() string
type GetSavedAppsRequest ¶ added in v0.2.14
type GetSavedAppsRequest struct { Cursor *PageCursor `protobuf:"bytes,1,opt,name=cursor,proto3" json:"cursor,omitempty"` // contains filtered or unexported fields }
func (*GetSavedAppsRequest) Descriptor
deprecated
added in
v0.2.14
func (*GetSavedAppsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetSavedAppsRequest.ProtoReflect.Descriptor instead.
func (*GetSavedAppsRequest) GetCursor ¶ added in v0.2.14
func (x *GetSavedAppsRequest) GetCursor() *PageCursor
func (*GetSavedAppsRequest) ProtoMessage ¶ added in v0.2.14
func (*GetSavedAppsRequest) ProtoMessage()
func (*GetSavedAppsRequest) ProtoReflect ¶ added in v0.2.14
func (x *GetSavedAppsRequest) ProtoReflect() protoreflect.Message
func (*GetSavedAppsRequest) Reset ¶ added in v0.2.14
func (x *GetSavedAppsRequest) Reset()
func (*GetSavedAppsRequest) String ¶ added in v0.2.14
func (x *GetSavedAppsRequest) String() string
type GetSavedAppsResponse ¶ added in v0.2.14
type GetSavedAppsResponse struct { Apps []*App `protobuf:"bytes,1,rep,name=apps,proto3" json:"apps,omitempty"` PageInfo *PageInfo `protobuf:"bytes,2,opt,name=page_info,json=pageInfo,proto3" json:"page_info,omitempty"` // contains filtered or unexported fields }
func (*GetSavedAppsResponse) Descriptor
deprecated
added in
v0.2.14
func (*GetSavedAppsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetSavedAppsResponse.ProtoReflect.Descriptor instead.
func (*GetSavedAppsResponse) GetApps ¶ added in v0.2.14
func (x *GetSavedAppsResponse) GetApps() []*App
func (*GetSavedAppsResponse) GetPageInfo ¶ added in v0.2.14
func (x *GetSavedAppsResponse) GetPageInfo() *PageInfo
func (*GetSavedAppsResponse) ProtoMessage ¶ added in v0.2.14
func (*GetSavedAppsResponse) ProtoMessage()
func (*GetSavedAppsResponse) ProtoReflect ¶ added in v0.2.14
func (x *GetSavedAppsResponse) ProtoReflect() protoreflect.Message
func (*GetSavedAppsResponse) Reset ¶ added in v0.2.14
func (x *GetSavedAppsResponse) Reset()
func (*GetSavedAppsResponse) String ¶ added in v0.2.14
func (x *GetSavedAppsResponse) String() string
type GetSubscriptionsRequest ¶
type GetSubscriptionsRequest struct { Ids []string `protobuf:"bytes,1,rep,name=ids,proto3" json:"ids,omitempty"` // contains filtered or unexported fields }
func (*GetSubscriptionsRequest) Descriptor
deprecated
func (*GetSubscriptionsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetSubscriptionsRequest.ProtoReflect.Descriptor instead.
func (*GetSubscriptionsRequest) GetIds ¶
func (x *GetSubscriptionsRequest) GetIds() []string
func (*GetSubscriptionsRequest) ProtoMessage ¶
func (*GetSubscriptionsRequest) ProtoMessage()
func (*GetSubscriptionsRequest) ProtoReflect ¶
func (x *GetSubscriptionsRequest) ProtoReflect() protoreflect.Message
func (*GetSubscriptionsRequest) Reset ¶
func (x *GetSubscriptionsRequest) Reset()
func (*GetSubscriptionsRequest) String ¶
func (x *GetSubscriptionsRequest) String() string
type GetSubscriptionsResponse ¶
type GetSubscriptionsResponse struct { Subscriptions []*Subscription `protobuf:"bytes,1,rep,name=subscriptions,proto3" json:"subscriptions,omitempty"` // contains filtered or unexported fields }
func (*GetSubscriptionsResponse) Descriptor
deprecated
func (*GetSubscriptionsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetSubscriptionsResponse.ProtoReflect.Descriptor instead.
func (*GetSubscriptionsResponse) GetSubscriptions ¶
func (x *GetSubscriptionsResponse) GetSubscriptions() []*Subscription
func (*GetSubscriptionsResponse) ProtoMessage ¶
func (*GetSubscriptionsResponse) ProtoMessage()
func (*GetSubscriptionsResponse) ProtoReflect ¶
func (x *GetSubscriptionsResponse) ProtoReflect() protoreflect.Message
func (*GetSubscriptionsResponse) Reset ¶
func (x *GetSubscriptionsResponse) Reset()
func (*GetSubscriptionsResponse) String ¶
func (x *GetSubscriptionsResponse) String() string
type GetTagsRequest ¶
type GetTagsRequest struct { Ids []string `protobuf:"bytes,1,rep,name=ids,proto3" json:"ids,omitempty"` // contains filtered or unexported fields }
func (*GetTagsRequest) Descriptor
deprecated
func (*GetTagsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetTagsRequest.ProtoReflect.Descriptor instead.
func (*GetTagsRequest) GetIds ¶
func (x *GetTagsRequest) GetIds() []string
func (*GetTagsRequest) ProtoMessage ¶
func (*GetTagsRequest) ProtoMessage()
func (*GetTagsRequest) ProtoReflect ¶
func (x *GetTagsRequest) ProtoReflect() protoreflect.Message
func (*GetTagsRequest) Reset ¶
func (x *GetTagsRequest) Reset()
func (*GetTagsRequest) String ¶
func (x *GetTagsRequest) String() string
type GetTagsResponse ¶
type GetTagsResponse struct { Tags []*Tag `protobuf:"bytes,1,rep,name=tags,proto3" json:"tags,omitempty"` // contains filtered or unexported fields }
func (*GetTagsResponse) Descriptor
deprecated
func (*GetTagsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetTagsResponse.ProtoReflect.Descriptor instead.
func (*GetTagsResponse) GetTags ¶
func (x *GetTagsResponse) GetTags() []*Tag
func (*GetTagsResponse) ProtoMessage ¶
func (*GetTagsResponse) ProtoMessage()
func (*GetTagsResponse) ProtoReflect ¶
func (x *GetTagsResponse) ProtoReflect() protoreflect.Message
func (*GetTagsResponse) Reset ¶
func (x *GetTagsResponse) Reset()
func (*GetTagsResponse) String ¶
func (x *GetTagsResponse) String() string
type GetTrendingAppsRequest ¶ added in v0.2.18
type GetTrendingAppsRequest struct { Cursor *PageCursor `protobuf:"bytes,1,opt,name=cursor,proto3" json:"cursor,omitempty"` // contains filtered or unexported fields }
func (*GetTrendingAppsRequest) Descriptor
deprecated
added in
v0.2.18
func (*GetTrendingAppsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetTrendingAppsRequest.ProtoReflect.Descriptor instead.
func (*GetTrendingAppsRequest) GetCursor ¶ added in v0.2.18
func (x *GetTrendingAppsRequest) GetCursor() *PageCursor
func (*GetTrendingAppsRequest) ProtoMessage ¶ added in v0.2.18
func (*GetTrendingAppsRequest) ProtoMessage()
func (*GetTrendingAppsRequest) ProtoReflect ¶ added in v0.2.18
func (x *GetTrendingAppsRequest) ProtoReflect() protoreflect.Message
func (*GetTrendingAppsRequest) Reset ¶ added in v0.2.18
func (x *GetTrendingAppsRequest) Reset()
func (*GetTrendingAppsRequest) String ¶ added in v0.2.18
func (x *GetTrendingAppsRequest) String() string
type GetTrendingAppsResponse ¶ added in v0.2.18
type GetTrendingAppsResponse struct { Apps []*App `protobuf:"bytes,1,rep,name=apps,proto3" json:"apps,omitempty"` PageInfo *PageInfo `protobuf:"bytes,2,opt,name=page_info,json=pageInfo,proto3" json:"page_info,omitempty"` // contains filtered or unexported fields }
func (*GetTrendingAppsResponse) Descriptor
deprecated
added in
v0.2.18
func (*GetTrendingAppsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetTrendingAppsResponse.ProtoReflect.Descriptor instead.
func (*GetTrendingAppsResponse) GetApps ¶ added in v0.2.18
func (x *GetTrendingAppsResponse) GetApps() []*App
func (*GetTrendingAppsResponse) GetPageInfo ¶ added in v0.2.18
func (x *GetTrendingAppsResponse) GetPageInfo() *PageInfo
func (*GetTrendingAppsResponse) ProtoMessage ¶ added in v0.2.18
func (*GetTrendingAppsResponse) ProtoMessage()
func (*GetTrendingAppsResponse) ProtoReflect ¶ added in v0.2.18
func (x *GetTrendingAppsResponse) ProtoReflect() protoreflect.Message
func (*GetTrendingAppsResponse) Reset ¶ added in v0.2.18
func (x *GetTrendingAppsResponse) Reset()
func (*GetTrendingAppsResponse) String ¶ added in v0.2.18
func (x *GetTrendingAppsResponse) String() string
type GrantAppPermissionsInCircleRequest ¶
type GrantAppPermissionsInCircleRequest struct { CircleId string `protobuf:"bytes,1,opt,name=circle_id,json=circleId,proto3" json:"circle_id,omitempty"` AppId string `protobuf:"bytes,2,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"` PermissionIds []string `protobuf:"bytes,3,rep,name=permission_ids,json=permissionIds,proto3" json:"permission_ids,omitempty"` // contains filtered or unexported fields }
func (*GrantAppPermissionsInCircleRequest) Descriptor
deprecated
func (*GrantAppPermissionsInCircleRequest) Descriptor() ([]byte, []int)
Deprecated: Use GrantAppPermissionsInCircleRequest.ProtoReflect.Descriptor instead.
func (*GrantAppPermissionsInCircleRequest) GetAppId ¶
func (x *GrantAppPermissionsInCircleRequest) GetAppId() string
func (*GrantAppPermissionsInCircleRequest) GetCircleId ¶
func (x *GrantAppPermissionsInCircleRequest) GetCircleId() string
func (*GrantAppPermissionsInCircleRequest) GetPermissionIds ¶
func (x *GrantAppPermissionsInCircleRequest) GetPermissionIds() []string
func (*GrantAppPermissionsInCircleRequest) ProtoMessage ¶
func (*GrantAppPermissionsInCircleRequest) ProtoMessage()
func (*GrantAppPermissionsInCircleRequest) ProtoReflect ¶
func (x *GrantAppPermissionsInCircleRequest) ProtoReflect() protoreflect.Message
func (*GrantAppPermissionsInCircleRequest) Reset ¶
func (x *GrantAppPermissionsInCircleRequest) Reset()
func (*GrantAppPermissionsInCircleRequest) String ¶
func (x *GrantAppPermissionsInCircleRequest) String() string
type GrantAppPermissionsInCircleResponse ¶
type GrantAppPermissionsInCircleResponse struct {
// contains filtered or unexported fields
}
func (*GrantAppPermissionsInCircleResponse) Descriptor
deprecated
func (*GrantAppPermissionsInCircleResponse) Descriptor() ([]byte, []int)
Deprecated: Use GrantAppPermissionsInCircleResponse.ProtoReflect.Descriptor instead.
func (*GrantAppPermissionsInCircleResponse) ProtoMessage ¶
func (*GrantAppPermissionsInCircleResponse) ProtoMessage()
func (*GrantAppPermissionsInCircleResponse) ProtoReflect ¶
func (x *GrantAppPermissionsInCircleResponse) ProtoReflect() protoreflect.Message
func (*GrantAppPermissionsInCircleResponse) Reset ¶
func (x *GrantAppPermissionsInCircleResponse) Reset()
func (*GrantAppPermissionsInCircleResponse) String ¶
func (x *GrantAppPermissionsInCircleResponse) String() string
type GrantAppSubscriptionsInCircleRequest ¶
type GrantAppSubscriptionsInCircleRequest struct { CircleId string `protobuf:"bytes,1,opt,name=circle_id,json=circleId,proto3" json:"circle_id,omitempty"` AppId string `protobuf:"bytes,2,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"` SubscriptionIds []string `protobuf:"bytes,3,rep,name=subscription_ids,json=subscriptionIds,proto3" json:"subscription_ids,omitempty"` // contains filtered or unexported fields }
func (*GrantAppSubscriptionsInCircleRequest) Descriptor
deprecated
func (*GrantAppSubscriptionsInCircleRequest) Descriptor() ([]byte, []int)
Deprecated: Use GrantAppSubscriptionsInCircleRequest.ProtoReflect.Descriptor instead.
func (*GrantAppSubscriptionsInCircleRequest) GetAppId ¶
func (x *GrantAppSubscriptionsInCircleRequest) GetAppId() string
func (*GrantAppSubscriptionsInCircleRequest) GetCircleId ¶
func (x *GrantAppSubscriptionsInCircleRequest) GetCircleId() string
func (*GrantAppSubscriptionsInCircleRequest) GetSubscriptionIds ¶
func (x *GrantAppSubscriptionsInCircleRequest) GetSubscriptionIds() []string
func (*GrantAppSubscriptionsInCircleRequest) ProtoMessage ¶
func (*GrantAppSubscriptionsInCircleRequest) ProtoMessage()
func (*GrantAppSubscriptionsInCircleRequest) ProtoReflect ¶
func (x *GrantAppSubscriptionsInCircleRequest) ProtoReflect() protoreflect.Message
func (*GrantAppSubscriptionsInCircleRequest) Reset ¶
func (x *GrantAppSubscriptionsInCircleRequest) Reset()
func (*GrantAppSubscriptionsInCircleRequest) String ¶
func (x *GrantAppSubscriptionsInCircleRequest) String() string
type GrantAppSubscriptionsInCircleResponse ¶
type GrantAppSubscriptionsInCircleResponse struct {
// contains filtered or unexported fields
}
func (*GrantAppSubscriptionsInCircleResponse) Descriptor
deprecated
func (*GrantAppSubscriptionsInCircleResponse) Descriptor() ([]byte, []int)
Deprecated: Use GrantAppSubscriptionsInCircleResponse.ProtoReflect.Descriptor instead.
func (*GrantAppSubscriptionsInCircleResponse) ProtoMessage ¶
func (*GrantAppSubscriptionsInCircleResponse) ProtoMessage()
func (*GrantAppSubscriptionsInCircleResponse) ProtoReflect ¶
func (x *GrantAppSubscriptionsInCircleResponse) ProtoReflect() protoreflect.Message
func (*GrantAppSubscriptionsInCircleResponse) Reset ¶
func (x *GrantAppSubscriptionsInCircleResponse) Reset()
func (*GrantAppSubscriptionsInCircleResponse) String ¶
func (x *GrantAppSubscriptionsInCircleResponse) String() string
type IssueAppTokenRequest ¶ added in v0.2.2
type IssueAppTokenRequest struct { TokenId string `protobuf:"bytes,1,opt,name=token_id,json=tokenId,proto3" json:"token_id,omitempty"` // contains filtered or unexported fields }
func (*IssueAppTokenRequest) Descriptor
deprecated
added in
v0.2.2
func (*IssueAppTokenRequest) Descriptor() ([]byte, []int)
Deprecated: Use IssueAppTokenRequest.ProtoReflect.Descriptor instead.
func (*IssueAppTokenRequest) GetTokenId ¶ added in v0.2.2
func (x *IssueAppTokenRequest) GetTokenId() string
func (*IssueAppTokenRequest) ProtoMessage ¶ added in v0.2.2
func (*IssueAppTokenRequest) ProtoMessage()
func (*IssueAppTokenRequest) ProtoReflect ¶ added in v0.2.2
func (x *IssueAppTokenRequest) ProtoReflect() protoreflect.Message
func (*IssueAppTokenRequest) Reset ¶ added in v0.2.2
func (x *IssueAppTokenRequest) Reset()
func (*IssueAppTokenRequest) String ¶ added in v0.2.2
func (x *IssueAppTokenRequest) String() string
type IssueAppTokenResponse ¶ added in v0.2.2
type IssueAppTokenResponse struct { JwtToken string `protobuf:"bytes,1,opt,name=jwt_token,json=jwtToken,proto3" json:"jwt_token,omitempty"` // contains filtered or unexported fields }
func (*IssueAppTokenResponse) Descriptor
deprecated
added in
v0.2.2
func (*IssueAppTokenResponse) Descriptor() ([]byte, []int)
Deprecated: Use IssueAppTokenResponse.ProtoReflect.Descriptor instead.
func (*IssueAppTokenResponse) GetJwtToken ¶ added in v0.2.4
func (x *IssueAppTokenResponse) GetJwtToken() string
func (*IssueAppTokenResponse) ProtoMessage ¶ added in v0.2.2
func (*IssueAppTokenResponse) ProtoMessage()
func (*IssueAppTokenResponse) ProtoReflect ¶ added in v0.2.2
func (x *IssueAppTokenResponse) ProtoReflect() protoreflect.Message
func (*IssueAppTokenResponse) Reset ¶ added in v0.2.2
func (x *IssueAppTokenResponse) Reset()
func (*IssueAppTokenResponse) String ¶ added in v0.2.2
func (x *IssueAppTokenResponse) String() string
type MakeAppDisabledByDefaultRequest ¶ added in v0.2.7
type MakeAppDisabledByDefaultRequest struct { AppId string `protobuf:"bytes,1,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"` // contains filtered or unexported fields }
func (*MakeAppDisabledByDefaultRequest) Descriptor
deprecated
added in
v0.2.7
func (*MakeAppDisabledByDefaultRequest) Descriptor() ([]byte, []int)
Deprecated: Use MakeAppDisabledByDefaultRequest.ProtoReflect.Descriptor instead.
func (*MakeAppDisabledByDefaultRequest) GetAppId ¶ added in v0.2.7
func (x *MakeAppDisabledByDefaultRequest) GetAppId() string
func (*MakeAppDisabledByDefaultRequest) ProtoMessage ¶ added in v0.2.7
func (*MakeAppDisabledByDefaultRequest) ProtoMessage()
func (*MakeAppDisabledByDefaultRequest) ProtoReflect ¶ added in v0.2.7
func (x *MakeAppDisabledByDefaultRequest) ProtoReflect() protoreflect.Message
func (*MakeAppDisabledByDefaultRequest) Reset ¶ added in v0.2.7
func (x *MakeAppDisabledByDefaultRequest) Reset()
func (*MakeAppDisabledByDefaultRequest) String ¶ added in v0.2.7
func (x *MakeAppDisabledByDefaultRequest) String() string
type MakeAppDisabledByDefaultResponse ¶ added in v0.2.7
type MakeAppDisabledByDefaultResponse struct {
// contains filtered or unexported fields
}
func (*MakeAppDisabledByDefaultResponse) Descriptor
deprecated
added in
v0.2.7
func (*MakeAppDisabledByDefaultResponse) Descriptor() ([]byte, []int)
Deprecated: Use MakeAppDisabledByDefaultResponse.ProtoReflect.Descriptor instead.
func (*MakeAppDisabledByDefaultResponse) ProtoMessage ¶ added in v0.2.7
func (*MakeAppDisabledByDefaultResponse) ProtoMessage()
func (*MakeAppDisabledByDefaultResponse) ProtoReflect ¶ added in v0.2.7
func (x *MakeAppDisabledByDefaultResponse) ProtoReflect() protoreflect.Message
func (*MakeAppDisabledByDefaultResponse) Reset ¶ added in v0.2.7
func (x *MakeAppDisabledByDefaultResponse) Reset()
func (*MakeAppDisabledByDefaultResponse) String ¶ added in v0.2.7
func (x *MakeAppDisabledByDefaultResponse) String() string
type MakeAppEnabledByDefaultRequest ¶ added in v0.2.7
type MakeAppEnabledByDefaultRequest struct { AppId string `protobuf:"bytes,1,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"` // contains filtered or unexported fields }
func (*MakeAppEnabledByDefaultRequest) Descriptor
deprecated
added in
v0.2.7
func (*MakeAppEnabledByDefaultRequest) Descriptor() ([]byte, []int)
Deprecated: Use MakeAppEnabledByDefaultRequest.ProtoReflect.Descriptor instead.
func (*MakeAppEnabledByDefaultRequest) GetAppId ¶ added in v0.2.7
func (x *MakeAppEnabledByDefaultRequest) GetAppId() string
func (*MakeAppEnabledByDefaultRequest) ProtoMessage ¶ added in v0.2.7
func (*MakeAppEnabledByDefaultRequest) ProtoMessage()
func (*MakeAppEnabledByDefaultRequest) ProtoReflect ¶ added in v0.2.7
func (x *MakeAppEnabledByDefaultRequest) ProtoReflect() protoreflect.Message
func (*MakeAppEnabledByDefaultRequest) Reset ¶ added in v0.2.7
func (x *MakeAppEnabledByDefaultRequest) Reset()
func (*MakeAppEnabledByDefaultRequest) String ¶ added in v0.2.7
func (x *MakeAppEnabledByDefaultRequest) String() string
type MakeAppEnabledByDefaultResponse ¶ added in v0.2.7
type MakeAppEnabledByDefaultResponse struct {
// contains filtered or unexported fields
}
func (*MakeAppEnabledByDefaultResponse) Descriptor
deprecated
added in
v0.2.7
func (*MakeAppEnabledByDefaultResponse) Descriptor() ([]byte, []int)
Deprecated: Use MakeAppEnabledByDefaultResponse.ProtoReflect.Descriptor instead.
func (*MakeAppEnabledByDefaultResponse) ProtoMessage ¶ added in v0.2.7
func (*MakeAppEnabledByDefaultResponse) ProtoMessage()
func (*MakeAppEnabledByDefaultResponse) ProtoReflect ¶ added in v0.2.7
func (x *MakeAppEnabledByDefaultResponse) ProtoReflect() protoreflect.Message
func (*MakeAppEnabledByDefaultResponse) Reset ¶ added in v0.2.7
func (x *MakeAppEnabledByDefaultResponse) Reset()
func (*MakeAppEnabledByDefaultResponse) String ¶ added in v0.2.7
func (x *MakeAppEnabledByDefaultResponse) String() string
type PageCursor ¶
type PageCursor struct { LastId string `protobuf:"bytes,1,opt,name=last_id,json=lastId,proto3" json:"last_id,omitempty"` Limit uint32 `protobuf:"varint,2,opt,name=limit,proto3" json:"limit,omitempty"` Dir PageDir `protobuf:"varint,3,opt,name=dir,proto3,enum=app_service.v1.PageDir" json:"dir,omitempty"` // contains filtered or unexported fields }
func (*PageCursor) Descriptor
deprecated
func (*PageCursor) Descriptor() ([]byte, []int)
Deprecated: Use PageCursor.ProtoReflect.Descriptor instead.
func (*PageCursor) GetDir ¶
func (x *PageCursor) GetDir() PageDir
func (*PageCursor) GetLastId ¶
func (x *PageCursor) GetLastId() string
func (*PageCursor) GetLimit ¶
func (x *PageCursor) GetLimit() uint32
func (*PageCursor) ProtoMessage ¶
func (*PageCursor) ProtoMessage()
func (*PageCursor) ProtoReflect ¶
func (x *PageCursor) ProtoReflect() protoreflect.Message
func (*PageCursor) Reset ¶
func (x *PageCursor) Reset()
func (*PageCursor) String ¶
func (x *PageCursor) String() string
type PageDir ¶
type PageDir int32
buf:lint:ignore ENUM_ZERO_VALUE_SUFFIX
func (PageDir) Descriptor ¶
func (PageDir) Descriptor() protoreflect.EnumDescriptor
func (PageDir) EnumDescriptor
deprecated
func (PageDir) Number ¶
func (x PageDir) Number() protoreflect.EnumNumber
func (PageDir) Type ¶
func (PageDir) Type() protoreflect.EnumType
type PageInfo ¶
type PageInfo struct { FirstId *string `protobuf:"bytes,1,opt,name=first_id,json=firstId,proto3,oneof" json:"first_id,omitempty"` LastId *string `protobuf:"bytes,2,opt,name=last_id,json=lastId,proto3,oneof" json:"last_id,omitempty"` HasPrev bool `protobuf:"varint,3,opt,name=has_prev,json=hasPrev,proto3" json:"has_prev,omitempty"` HasNext bool `protobuf:"varint,4,opt,name=has_next,json=hasNext,proto3" json:"has_next,omitempty"` Length uint32 `protobuf:"varint,5,opt,name=length,proto3" json:"length,omitempty"` // contains filtered or unexported fields }
func (*PageInfo) Descriptor
deprecated
func (*PageInfo) GetFirstId ¶
func (*PageInfo) GetHasNext ¶
func (*PageInfo) GetHasPrev ¶
func (*PageInfo) ProtoMessage ¶
func (*PageInfo) ProtoMessage()
func (*PageInfo) ProtoReflect ¶
func (x *PageInfo) ProtoReflect() protoreflect.Message
type Permission ¶
type Permission struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Descriptors []string `protobuf:"bytes,2,rep,name=descriptors,proto3" json:"descriptors,omitempty"` DxName string `protobuf:"bytes,3,opt,name=dx_name,json=dxName,proto3" json:"dx_name,omitempty"` UxName string `protobuf:"bytes,4,opt,name=ux_name,json=uxName,proto3" json:"ux_name,omitempty"` Description string `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty"` // contains filtered or unexported fields }
func (*Permission) Descriptor
deprecated
func (*Permission) Descriptor() ([]byte, []int)
Deprecated: Use Permission.ProtoReflect.Descriptor instead.
func (*Permission) GetDescription ¶
func (x *Permission) GetDescription() string
func (*Permission) GetDescriptors ¶
func (x *Permission) GetDescriptors() []string
func (*Permission) GetDxName ¶
func (x *Permission) GetDxName() string
func (*Permission) GetId ¶
func (x *Permission) GetId() string
func (*Permission) GetUxName ¶
func (x *Permission) GetUxName() string
func (*Permission) ProtoMessage ¶
func (*Permission) ProtoMessage()
func (*Permission) ProtoReflect ¶
func (x *Permission) ProtoReflect() protoreflect.Message
func (*Permission) Reset ¶
func (x *Permission) Reset()
func (*Permission) String ¶
func (x *Permission) String() string
type RemoveAppPermissionRequest ¶
type RemoveAppPermissionRequest struct { AppId string `protobuf:"bytes,1,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"` PermissionId string `protobuf:"bytes,2,opt,name=permission_id,json=permissionId,proto3" json:"permission_id,omitempty"` // contains filtered or unexported fields }
func (*RemoveAppPermissionRequest) Descriptor
deprecated
func (*RemoveAppPermissionRequest) Descriptor() ([]byte, []int)
Deprecated: Use RemoveAppPermissionRequest.ProtoReflect.Descriptor instead.
func (*RemoveAppPermissionRequest) GetAppId ¶
func (x *RemoveAppPermissionRequest) GetAppId() string
func (*RemoveAppPermissionRequest) GetPermissionId ¶
func (x *RemoveAppPermissionRequest) GetPermissionId() string
func (*RemoveAppPermissionRequest) ProtoMessage ¶
func (*RemoveAppPermissionRequest) ProtoMessage()
func (*RemoveAppPermissionRequest) ProtoReflect ¶
func (x *RemoveAppPermissionRequest) ProtoReflect() protoreflect.Message
func (*RemoveAppPermissionRequest) Reset ¶
func (x *RemoveAppPermissionRequest) Reset()
func (*RemoveAppPermissionRequest) String ¶
func (x *RemoveAppPermissionRequest) String() string
type RemoveAppPermissionResponse ¶
type RemoveAppPermissionResponse struct {
// contains filtered or unexported fields
}
func (*RemoveAppPermissionResponse) Descriptor
deprecated
func (*RemoveAppPermissionResponse) Descriptor() ([]byte, []int)
Deprecated: Use RemoveAppPermissionResponse.ProtoReflect.Descriptor instead.
func (*RemoveAppPermissionResponse) ProtoMessage ¶
func (*RemoveAppPermissionResponse) ProtoMessage()
func (*RemoveAppPermissionResponse) ProtoReflect ¶
func (x *RemoveAppPermissionResponse) ProtoReflect() protoreflect.Message
func (*RemoveAppPermissionResponse) Reset ¶
func (x *RemoveAppPermissionResponse) Reset()
func (*RemoveAppPermissionResponse) String ¶
func (x *RemoveAppPermissionResponse) String() string
type RemoveAppSubscriptionRequest ¶
type RemoveAppSubscriptionRequest struct { AppId string `protobuf:"bytes,1,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"` SubscriptionId string `protobuf:"bytes,2,opt,name=subscription_id,json=subscriptionId,proto3" json:"subscription_id,omitempty"` // contains filtered or unexported fields }
func (*RemoveAppSubscriptionRequest) Descriptor
deprecated
func (*RemoveAppSubscriptionRequest) Descriptor() ([]byte, []int)
Deprecated: Use RemoveAppSubscriptionRequest.ProtoReflect.Descriptor instead.
func (*RemoveAppSubscriptionRequest) GetAppId ¶
func (x *RemoveAppSubscriptionRequest) GetAppId() string
func (*RemoveAppSubscriptionRequest) GetSubscriptionId ¶
func (x *RemoveAppSubscriptionRequest) GetSubscriptionId() string
func (*RemoveAppSubscriptionRequest) ProtoMessage ¶
func (*RemoveAppSubscriptionRequest) ProtoMessage()
func (*RemoveAppSubscriptionRequest) ProtoReflect ¶
func (x *RemoveAppSubscriptionRequest) ProtoReflect() protoreflect.Message
func (*RemoveAppSubscriptionRequest) Reset ¶
func (x *RemoveAppSubscriptionRequest) Reset()
func (*RemoveAppSubscriptionRequest) String ¶
func (x *RemoveAppSubscriptionRequest) String() string
type RemoveAppSubscriptionResponse ¶
type RemoveAppSubscriptionResponse struct {
// contains filtered or unexported fields
}
func (*RemoveAppSubscriptionResponse) Descriptor
deprecated
func (*RemoveAppSubscriptionResponse) Descriptor() ([]byte, []int)
Deprecated: Use RemoveAppSubscriptionResponse.ProtoReflect.Descriptor instead.
func (*RemoveAppSubscriptionResponse) ProtoMessage ¶
func (*RemoveAppSubscriptionResponse) ProtoMessage()
func (*RemoveAppSubscriptionResponse) ProtoReflect ¶
func (x *RemoveAppSubscriptionResponse) ProtoReflect() protoreflect.Message
func (*RemoveAppSubscriptionResponse) Reset ¶
func (x *RemoveAppSubscriptionResponse) Reset()
func (*RemoveAppSubscriptionResponse) String ¶
func (x *RemoveAppSubscriptionResponse) String() string
type RemoveAppTagRequest ¶
type RemoveAppTagRequest struct { AppId string `protobuf:"bytes,1,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"` TagId string `protobuf:"bytes,2,opt,name=tag_id,json=tagId,proto3" json:"tag_id,omitempty"` // contains filtered or unexported fields }
func (*RemoveAppTagRequest) Descriptor
deprecated
func (*RemoveAppTagRequest) Descriptor() ([]byte, []int)
Deprecated: Use RemoveAppTagRequest.ProtoReflect.Descriptor instead.
func (*RemoveAppTagRequest) GetAppId ¶
func (x *RemoveAppTagRequest) GetAppId() string
func (*RemoveAppTagRequest) GetTagId ¶
func (x *RemoveAppTagRequest) GetTagId() string
func (*RemoveAppTagRequest) ProtoMessage ¶
func (*RemoveAppTagRequest) ProtoMessage()
func (*RemoveAppTagRequest) ProtoReflect ¶
func (x *RemoveAppTagRequest) ProtoReflect() protoreflect.Message
func (*RemoveAppTagRequest) Reset ¶
func (x *RemoveAppTagRequest) Reset()
func (*RemoveAppTagRequest) String ¶
func (x *RemoveAppTagRequest) String() string
type RemoveAppTagResponse ¶
type RemoveAppTagResponse struct {
// contains filtered or unexported fields
}
func (*RemoveAppTagResponse) Descriptor
deprecated
func (*RemoveAppTagResponse) Descriptor() ([]byte, []int)
Deprecated: Use RemoveAppTagResponse.ProtoReflect.Descriptor instead.
func (*RemoveAppTagResponse) ProtoMessage ¶
func (*RemoveAppTagResponse) ProtoMessage()
func (*RemoveAppTagResponse) ProtoReflect ¶
func (x *RemoveAppTagResponse) ProtoReflect() protoreflect.Message
func (*RemoveAppTagResponse) Reset ¶
func (x *RemoveAppTagResponse) Reset()
func (*RemoveAppTagResponse) String ¶
func (x *RemoveAppTagResponse) String() string
type RevokeAppPermissionsInCircleRequest ¶
type RevokeAppPermissionsInCircleRequest struct { CircleId string `protobuf:"bytes,1,opt,name=circle_id,json=circleId,proto3" json:"circle_id,omitempty"` AppId string `protobuf:"bytes,2,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"` PermissionIds []string `protobuf:"bytes,3,rep,name=permission_ids,json=permissionIds,proto3" json:"permission_ids,omitempty"` // contains filtered or unexported fields }
func (*RevokeAppPermissionsInCircleRequest) Descriptor
deprecated
func (*RevokeAppPermissionsInCircleRequest) Descriptor() ([]byte, []int)
Deprecated: Use RevokeAppPermissionsInCircleRequest.ProtoReflect.Descriptor instead.
func (*RevokeAppPermissionsInCircleRequest) GetAppId ¶
func (x *RevokeAppPermissionsInCircleRequest) GetAppId() string
func (*RevokeAppPermissionsInCircleRequest) GetCircleId ¶
func (x *RevokeAppPermissionsInCircleRequest) GetCircleId() string
func (*RevokeAppPermissionsInCircleRequest) GetPermissionIds ¶
func (x *RevokeAppPermissionsInCircleRequest) GetPermissionIds() []string
func (*RevokeAppPermissionsInCircleRequest) ProtoMessage ¶
func (*RevokeAppPermissionsInCircleRequest) ProtoMessage()
func (*RevokeAppPermissionsInCircleRequest) ProtoReflect ¶
func (x *RevokeAppPermissionsInCircleRequest) ProtoReflect() protoreflect.Message
func (*RevokeAppPermissionsInCircleRequest) Reset ¶
func (x *RevokeAppPermissionsInCircleRequest) Reset()
func (*RevokeAppPermissionsInCircleRequest) String ¶
func (x *RevokeAppPermissionsInCircleRequest) String() string
type RevokeAppPermissionsInCircleResponse ¶
type RevokeAppPermissionsInCircleResponse struct {
// contains filtered or unexported fields
}
func (*RevokeAppPermissionsInCircleResponse) Descriptor
deprecated
func (*RevokeAppPermissionsInCircleResponse) Descriptor() ([]byte, []int)
Deprecated: Use RevokeAppPermissionsInCircleResponse.ProtoReflect.Descriptor instead.
func (*RevokeAppPermissionsInCircleResponse) ProtoMessage ¶
func (*RevokeAppPermissionsInCircleResponse) ProtoMessage()
func (*RevokeAppPermissionsInCircleResponse) ProtoReflect ¶
func (x *RevokeAppPermissionsInCircleResponse) ProtoReflect() protoreflect.Message
func (*RevokeAppPermissionsInCircleResponse) Reset ¶
func (x *RevokeAppPermissionsInCircleResponse) Reset()
func (*RevokeAppPermissionsInCircleResponse) String ¶
func (x *RevokeAppPermissionsInCircleResponse) String() string
type RevokeAppSubscriptionsInCircleRequest ¶
type RevokeAppSubscriptionsInCircleRequest struct { CircleId string `protobuf:"bytes,1,opt,name=circle_id,json=circleId,proto3" json:"circle_id,omitempty"` AppId string `protobuf:"bytes,2,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"` SubscriptionIds []string `protobuf:"bytes,3,rep,name=subscription_ids,json=subscriptionIds,proto3" json:"subscription_ids,omitempty"` // contains filtered or unexported fields }
func (*RevokeAppSubscriptionsInCircleRequest) Descriptor
deprecated
func (*RevokeAppSubscriptionsInCircleRequest) Descriptor() ([]byte, []int)
Deprecated: Use RevokeAppSubscriptionsInCircleRequest.ProtoReflect.Descriptor instead.
func (*RevokeAppSubscriptionsInCircleRequest) GetAppId ¶
func (x *RevokeAppSubscriptionsInCircleRequest) GetAppId() string
func (*RevokeAppSubscriptionsInCircleRequest) GetCircleId ¶
func (x *RevokeAppSubscriptionsInCircleRequest) GetCircleId() string
func (*RevokeAppSubscriptionsInCircleRequest) GetSubscriptionIds ¶
func (x *RevokeAppSubscriptionsInCircleRequest) GetSubscriptionIds() []string
func (*RevokeAppSubscriptionsInCircleRequest) ProtoMessage ¶
func (*RevokeAppSubscriptionsInCircleRequest) ProtoMessage()
func (*RevokeAppSubscriptionsInCircleRequest) ProtoReflect ¶
func (x *RevokeAppSubscriptionsInCircleRequest) ProtoReflect() protoreflect.Message
func (*RevokeAppSubscriptionsInCircleRequest) Reset ¶
func (x *RevokeAppSubscriptionsInCircleRequest) Reset()
func (*RevokeAppSubscriptionsInCircleRequest) String ¶
func (x *RevokeAppSubscriptionsInCircleRequest) String() string
type RevokeAppSubscriptionsInCircleResponse ¶
type RevokeAppSubscriptionsInCircleResponse struct {
// contains filtered or unexported fields
}
func (*RevokeAppSubscriptionsInCircleResponse) Descriptor
deprecated
func (*RevokeAppSubscriptionsInCircleResponse) Descriptor() ([]byte, []int)
Deprecated: Use RevokeAppSubscriptionsInCircleResponse.ProtoReflect.Descriptor instead.
func (*RevokeAppSubscriptionsInCircleResponse) ProtoMessage ¶
func (*RevokeAppSubscriptionsInCircleResponse) ProtoMessage()
func (*RevokeAppSubscriptionsInCircleResponse) ProtoReflect ¶
func (x *RevokeAppSubscriptionsInCircleResponse) ProtoReflect() protoreflect.Message
func (*RevokeAppSubscriptionsInCircleResponse) Reset ¶
func (x *RevokeAppSubscriptionsInCircleResponse) Reset()
func (*RevokeAppSubscriptionsInCircleResponse) String ¶
func (x *RevokeAppSubscriptionsInCircleResponse) String() string
type RevokeAppTokenRequest ¶ added in v0.2.2
type RevokeAppTokenRequest struct { TokenId string `protobuf:"bytes,1,opt,name=token_id,json=tokenId,proto3" json:"token_id,omitempty"` // contains filtered or unexported fields }
func (*RevokeAppTokenRequest) Descriptor
deprecated
added in
v0.2.2
func (*RevokeAppTokenRequest) Descriptor() ([]byte, []int)
Deprecated: Use RevokeAppTokenRequest.ProtoReflect.Descriptor instead.
func (*RevokeAppTokenRequest) GetTokenId ¶ added in v0.2.2
func (x *RevokeAppTokenRequest) GetTokenId() string
func (*RevokeAppTokenRequest) ProtoMessage ¶ added in v0.2.2
func (*RevokeAppTokenRequest) ProtoMessage()
func (*RevokeAppTokenRequest) ProtoReflect ¶ added in v0.2.2
func (x *RevokeAppTokenRequest) ProtoReflect() protoreflect.Message
func (*RevokeAppTokenRequest) Reset ¶ added in v0.2.2
func (x *RevokeAppTokenRequest) Reset()
func (*RevokeAppTokenRequest) String ¶ added in v0.2.2
func (x *RevokeAppTokenRequest) String() string
type RevokeAppTokenResponse ¶ added in v0.2.2
type RevokeAppTokenResponse struct {
// contains filtered or unexported fields
}
func (*RevokeAppTokenResponse) Descriptor
deprecated
added in
v0.2.2
func (*RevokeAppTokenResponse) Descriptor() ([]byte, []int)
Deprecated: Use RevokeAppTokenResponse.ProtoReflect.Descriptor instead.
func (*RevokeAppTokenResponse) ProtoMessage ¶ added in v0.2.2
func (*RevokeAppTokenResponse) ProtoMessage()
func (*RevokeAppTokenResponse) ProtoReflect ¶ added in v0.2.2
func (x *RevokeAppTokenResponse) ProtoReflect() protoreflect.Message
func (*RevokeAppTokenResponse) Reset ¶ added in v0.2.2
func (x *RevokeAppTokenResponse) Reset()
func (*RevokeAppTokenResponse) String ¶ added in v0.2.2
func (x *RevokeAppTokenResponse) String() string
type SaveAppRequest ¶ added in v0.2.14
type SaveAppRequest struct { AppId string `protobuf:"bytes,1,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"` // contains filtered or unexported fields }
func (*SaveAppRequest) Descriptor
deprecated
added in
v0.2.14
func (*SaveAppRequest) Descriptor() ([]byte, []int)
Deprecated: Use SaveAppRequest.ProtoReflect.Descriptor instead.
func (*SaveAppRequest) GetAppId ¶ added in v0.2.14
func (x *SaveAppRequest) GetAppId() string
func (*SaveAppRequest) ProtoMessage ¶ added in v0.2.14
func (*SaveAppRequest) ProtoMessage()
func (*SaveAppRequest) ProtoReflect ¶ added in v0.2.14
func (x *SaveAppRequest) ProtoReflect() protoreflect.Message
func (*SaveAppRequest) Reset ¶ added in v0.2.14
func (x *SaveAppRequest) Reset()
func (*SaveAppRequest) String ¶ added in v0.2.14
func (x *SaveAppRequest) String() string
type SaveAppResponse ¶ added in v0.2.14
type SaveAppResponse struct {
// contains filtered or unexported fields
}
func (*SaveAppResponse) Descriptor
deprecated
added in
v0.2.14
func (*SaveAppResponse) Descriptor() ([]byte, []int)
Deprecated: Use SaveAppResponse.ProtoReflect.Descriptor instead.
func (*SaveAppResponse) ProtoMessage ¶ added in v0.2.14
func (*SaveAppResponse) ProtoMessage()
func (*SaveAppResponse) ProtoReflect ¶ added in v0.2.14
func (x *SaveAppResponse) ProtoReflect() protoreflect.Message
func (*SaveAppResponse) Reset ¶ added in v0.2.14
func (x *SaveAppResponse) Reset()
func (*SaveAppResponse) String ¶ added in v0.2.14
func (x *SaveAppResponse) String() string
type SearchAppsRequest ¶
type SearchAppsRequest struct { Cursor *PageCursor `protobuf:"bytes,1,opt,name=cursor,proto3" json:"cursor,omitempty"` NameStarts string `protobuf:"bytes,2,opt,name=name_starts,json=nameStarts,proto3" json:"name_starts,omitempty"` TagIds []string `protobuf:"bytes,3,rep,name=tag_ids,json=tagIds,proto3" json:"tag_ids,omitempty"` OrderBy SearchAppsRequestOrder `` /* 126-byte string literal not displayed */ // contains filtered or unexported fields }
func (*SearchAppsRequest) Descriptor
deprecated
func (*SearchAppsRequest) Descriptor() ([]byte, []int)
Deprecated: Use SearchAppsRequest.ProtoReflect.Descriptor instead.
func (*SearchAppsRequest) GetCursor ¶
func (x *SearchAppsRequest) GetCursor() *PageCursor
func (*SearchAppsRequest) GetNameStarts ¶
func (x *SearchAppsRequest) GetNameStarts() string
func (*SearchAppsRequest) GetOrderBy ¶ added in v0.2.17
func (x *SearchAppsRequest) GetOrderBy() SearchAppsRequestOrder
func (*SearchAppsRequest) GetTagIds ¶
func (x *SearchAppsRequest) GetTagIds() []string
func (*SearchAppsRequest) ProtoMessage ¶
func (*SearchAppsRequest) ProtoMessage()
func (*SearchAppsRequest) ProtoReflect ¶
func (x *SearchAppsRequest) ProtoReflect() protoreflect.Message
func (*SearchAppsRequest) Reset ¶
func (x *SearchAppsRequest) Reset()
func (*SearchAppsRequest) String ¶
func (x *SearchAppsRequest) String() string
type SearchAppsRequestOrder ¶ added in v0.2.17
type SearchAppsRequestOrder int32
const ( SearchAppsRequest_ORDER_NOT_SPECIFIED SearchAppsRequestOrder = 0 SearchAppsRequest_ORDER_BY_SCORE SearchAppsRequestOrder = 1 SearchAppsRequest_ORDER_BY_CREATED_AT SearchAppsRequestOrder = 2 )
func (SearchAppsRequestOrder) Descriptor ¶ added in v0.2.17
func (SearchAppsRequestOrder) Descriptor() protoreflect.EnumDescriptor
func (SearchAppsRequestOrder) Enum ¶ added in v0.2.17
func (x SearchAppsRequestOrder) Enum() *SearchAppsRequestOrder
func (SearchAppsRequestOrder) EnumDescriptor
deprecated
added in
v0.2.17
func (SearchAppsRequestOrder) EnumDescriptor() ([]byte, []int)
Deprecated: Use SearchAppsRequestOrder.Descriptor instead.
func (SearchAppsRequestOrder) Number ¶ added in v0.2.17
func (x SearchAppsRequestOrder) Number() protoreflect.EnumNumber
func (SearchAppsRequestOrder) String ¶ added in v0.2.17
func (x SearchAppsRequestOrder) String() string
func (SearchAppsRequestOrder) Type ¶ added in v0.2.17
func (SearchAppsRequestOrder) Type() protoreflect.EnumType
type SearchAppsResponse ¶
type SearchAppsResponse struct { Apps []*App `protobuf:"bytes,1,rep,name=apps,proto3" json:"apps,omitempty"` PageInfo *PageInfo `protobuf:"bytes,2,opt,name=page_info,json=pageInfo,proto3" json:"page_info,omitempty"` // contains filtered or unexported fields }
func (*SearchAppsResponse) Descriptor
deprecated
func (*SearchAppsResponse) Descriptor() ([]byte, []int)
Deprecated: Use SearchAppsResponse.ProtoReflect.Descriptor instead.
func (*SearchAppsResponse) GetApps ¶
func (x *SearchAppsResponse) GetApps() []*App
func (*SearchAppsResponse) GetPageInfo ¶
func (x *SearchAppsResponse) GetPageInfo() *PageInfo
func (*SearchAppsResponse) ProtoMessage ¶
func (*SearchAppsResponse) ProtoMessage()
func (*SearchAppsResponse) ProtoReflect ¶
func (x *SearchAppsResponse) ProtoReflect() protoreflect.Message
func (*SearchAppsResponse) Reset ¶
func (x *SearchAppsResponse) Reset()
func (*SearchAppsResponse) String ¶
func (x *SearchAppsResponse) String() string
type Subscription ¶
type Subscription struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Descriptor_ string `protobuf:"bytes,2,opt,name=descriptor,proto3" json:"descriptor,omitempty"` // contains filtered or unexported fields }
func (*Subscription) Descriptor
deprecated
func (*Subscription) Descriptor() ([]byte, []int)
Deprecated: Use Subscription.ProtoReflect.Descriptor instead.
func (*Subscription) GetDescriptor_ ¶
func (x *Subscription) GetDescriptor_() string
func (*Subscription) GetId ¶
func (x *Subscription) GetId() string
func (*Subscription) ProtoMessage ¶
func (*Subscription) ProtoMessage()
func (*Subscription) ProtoReflect ¶
func (x *Subscription) ProtoReflect() protoreflect.Message
func (*Subscription) Reset ¶
func (x *Subscription) Reset()
func (*Subscription) String ¶
func (x *Subscription) String() string
type Tag ¶
type Tag struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*Tag) Descriptor
deprecated
func (*Tag) ProtoMessage ¶
func (*Tag) ProtoMessage()
func (*Tag) ProtoReflect ¶
func (x *Tag) ProtoReflect() protoreflect.Message
type UndownvoteAppReviewRequest ¶ added in v0.2.65
type UndownvoteAppReviewRequest struct { ReviewId string `protobuf:"bytes,1,opt,name=review_id,json=reviewId,proto3" json:"review_id,omitempty"` // contains filtered or unexported fields }
func (*UndownvoteAppReviewRequest) Descriptor
deprecated
added in
v0.2.65
func (*UndownvoteAppReviewRequest) Descriptor() ([]byte, []int)
Deprecated: Use UndownvoteAppReviewRequest.ProtoReflect.Descriptor instead.
func (*UndownvoteAppReviewRequest) GetReviewId ¶ added in v0.2.65
func (x *UndownvoteAppReviewRequest) GetReviewId() string
func (*UndownvoteAppReviewRequest) ProtoMessage ¶ added in v0.2.65
func (*UndownvoteAppReviewRequest) ProtoMessage()
func (*UndownvoteAppReviewRequest) ProtoReflect ¶ added in v0.2.65
func (x *UndownvoteAppReviewRequest) ProtoReflect() protoreflect.Message
func (*UndownvoteAppReviewRequest) Reset ¶ added in v0.2.65
func (x *UndownvoteAppReviewRequest) Reset()
func (*UndownvoteAppReviewRequest) String ¶ added in v0.2.65
func (x *UndownvoteAppReviewRequest) String() string
type UndownvoteAppReviewResponse ¶ added in v0.2.65
type UndownvoteAppReviewResponse struct {
// contains filtered or unexported fields
}
func (*UndownvoteAppReviewResponse) Descriptor
deprecated
added in
v0.2.65
func (*UndownvoteAppReviewResponse) Descriptor() ([]byte, []int)
Deprecated: Use UndownvoteAppReviewResponse.ProtoReflect.Descriptor instead.
func (*UndownvoteAppReviewResponse) ProtoMessage ¶ added in v0.2.65
func (*UndownvoteAppReviewResponse) ProtoMessage()
func (*UndownvoteAppReviewResponse) ProtoReflect ¶ added in v0.2.65
func (x *UndownvoteAppReviewResponse) ProtoReflect() protoreflect.Message
func (*UndownvoteAppReviewResponse) Reset ¶ added in v0.2.65
func (x *UndownvoteAppReviewResponse) Reset()
func (*UndownvoteAppReviewResponse) String ¶ added in v0.2.65
func (x *UndownvoteAppReviewResponse) String() string
type UnfeatureAppRequest ¶ added in v0.2.19
type UnfeatureAppRequest struct { AppId string `protobuf:"bytes,1,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"` // contains filtered or unexported fields }
func (*UnfeatureAppRequest) Descriptor
deprecated
added in
v0.2.19
func (*UnfeatureAppRequest) Descriptor() ([]byte, []int)
Deprecated: Use UnfeatureAppRequest.ProtoReflect.Descriptor instead.
func (*UnfeatureAppRequest) GetAppId ¶ added in v0.2.19
func (x *UnfeatureAppRequest) GetAppId() string
func (*UnfeatureAppRequest) ProtoMessage ¶ added in v0.2.19
func (*UnfeatureAppRequest) ProtoMessage()
func (*UnfeatureAppRequest) ProtoReflect ¶ added in v0.2.19
func (x *UnfeatureAppRequest) ProtoReflect() protoreflect.Message
func (*UnfeatureAppRequest) Reset ¶ added in v0.2.19
func (x *UnfeatureAppRequest) Reset()
func (*UnfeatureAppRequest) String ¶ added in v0.2.19
func (x *UnfeatureAppRequest) String() string
type UnfeatureAppResponse ¶ added in v0.2.19
type UnfeatureAppResponse struct {
// contains filtered or unexported fields
}
func (*UnfeatureAppResponse) Descriptor
deprecated
added in
v0.2.19
func (*UnfeatureAppResponse) Descriptor() ([]byte, []int)
Deprecated: Use UnfeatureAppResponse.ProtoReflect.Descriptor instead.
func (*UnfeatureAppResponse) ProtoMessage ¶ added in v0.2.19
func (*UnfeatureAppResponse) ProtoMessage()
func (*UnfeatureAppResponse) ProtoReflect ¶ added in v0.2.19
func (x *UnfeatureAppResponse) ProtoReflect() protoreflect.Message
func (*UnfeatureAppResponse) Reset ¶ added in v0.2.19
func (x *UnfeatureAppResponse) Reset()
func (*UnfeatureAppResponse) String ¶ added in v0.2.19
func (x *UnfeatureAppResponse) String() string
type UnimplementedAppServiceServer ¶
type UnimplementedAppServiceServer struct { }
UnimplementedAppServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedAppServiceServer) AddAppPermission ¶
func (UnimplementedAppServiceServer) AddAppPermission(context.Context, *AddAppPermissionRequest) (*AddAppPermissionResponse, error)
func (UnimplementedAppServiceServer) AddAppScore ¶
func (UnimplementedAppServiceServer) AddAppScore(context.Context, *AddAppScoreRequest) (*AddAppScoreResponse, error)
func (UnimplementedAppServiceServer) AddAppSubscription ¶
func (UnimplementedAppServiceServer) AddAppSubscription(context.Context, *AddAppSubscriptionRequest) (*AddAppSubscriptionResponse, error)
func (UnimplementedAppServiceServer) AddAppTag ¶
func (UnimplementedAppServiceServer) AddAppTag(context.Context, *AddAppTagRequest) (*AddAppTagResponse, error)
func (UnimplementedAppServiceServer) CreateApp ¶
func (UnimplementedAppServiceServer) CreateApp(context.Context, *CreateAppRequest) (*CreateAppResponse, error)
func (UnimplementedAppServiceServer) CreateAppReview ¶ added in v0.2.15
func (UnimplementedAppServiceServer) CreateAppReview(context.Context, *CreateAppReviewRequest) (*CreateAppReviewResponse, error)
func (UnimplementedAppServiceServer) DeleteApp ¶ added in v0.2.15
func (UnimplementedAppServiceServer) DeleteApp(context.Context, *DeleteAppRequest) (*DeleteAppResponse, error)
func (UnimplementedAppServiceServer) DeleteAppReview ¶ added in v0.2.15
func (UnimplementedAppServiceServer) DeleteAppReview(context.Context, *DeleteAppReviewRequest) (*DeleteAppReviewResponse, error)
func (UnimplementedAppServiceServer) DeleteAppToken ¶ added in v0.2.10
func (UnimplementedAppServiceServer) DeleteAppToken(context.Context, *DeleteAppTokenRequest) (*DeleteAppTokenResponse, error)
func (UnimplementedAppServiceServer) DisableApp ¶
func (UnimplementedAppServiceServer) DisableApp(context.Context, *DisableAppRequest) (*DisableAppResponse, error)
func (UnimplementedAppServiceServer) DownvoteAppReview ¶ added in v0.2.65
func (UnimplementedAppServiceServer) DownvoteAppReview(context.Context, *DownvoteAppReviewRequest) (*DownvoteAppReviewResponse, error)
func (UnimplementedAppServiceServer) EnableApp ¶
func (UnimplementedAppServiceServer) EnableApp(context.Context, *EnableAppRequest) (*EnableAppResponse, error)
func (UnimplementedAppServiceServer) FeatureApp ¶ added in v0.2.19
func (UnimplementedAppServiceServer) FeatureApp(context.Context, *FeatureAppRequest) (*FeatureAppResponse, error)
func (UnimplementedAppServiceServer) GenerateAppToken ¶ added in v0.2.2
func (UnimplementedAppServiceServer) GenerateAppToken(context.Context, *GenerateAppTokenRequest) (*GenerateAppTokenResponse, error)
func (UnimplementedAppServiceServer) GenerateUserScopedAppToken ¶ added in v0.2.8
func (UnimplementedAppServiceServer) GenerateUserScopedAppToken(context.Context, *GenerateUserScopedAppTokenRequest) (*GenerateUserScopedAppTokenResponse, error)
func (UnimplementedAppServiceServer) GetApp ¶
func (UnimplementedAppServiceServer) GetApp(context.Context, *GetAppRequest) (*GetAppResponse, error)
func (UnimplementedAppServiceServer) GetAppCounters ¶
func (UnimplementedAppServiceServer) GetAppCounters(context.Context, *GetAppCountersRequest) (*GetAppCountersResponse, error)
func (UnimplementedAppServiceServer) GetAppPermissions ¶
func (UnimplementedAppServiceServer) GetAppPermissions(context.Context, *GetAppPermissionsRequest) (*GetAppPermissionsResponse, error)
func (UnimplementedAppServiceServer) GetAppReview ¶ added in v0.2.15
func (UnimplementedAppServiceServer) GetAppReview(context.Context, *GetAppReviewRequest) (*GetAppReviewResponse, error)
func (UnimplementedAppServiceServer) GetAppReviews ¶ added in v0.2.15
func (UnimplementedAppServiceServer) GetAppReviews(context.Context, *GetAppReviewsRequest) (*GetAppReviewsResponse, error)
func (UnimplementedAppServiceServer) GetAppSubscriptions ¶
func (UnimplementedAppServiceServer) GetAppSubscriptions(context.Context, *GetAppSubscriptionsRequest) (*GetAppSubscriptionsResponse, error)
func (UnimplementedAppServiceServer) GetAppTags ¶
func (UnimplementedAppServiceServer) GetAppTags(context.Context, *GetAppTagsRequest) (*GetAppTagsResponse, error)
func (UnimplementedAppServiceServer) GetAppTokens ¶ added in v0.2.2
func (UnimplementedAppServiceServer) GetAppTokens(context.Context, *GetAppTokensRequest) (*GetAppTokensResponse, error)
func (UnimplementedAppServiceServer) GetAppUserContext ¶ added in v0.2.17
func (UnimplementedAppServiceServer) GetAppUserContext(context.Context, *GetAppUserContextRequest) (*GetAppUserContextResponse, error)
func (UnimplementedAppServiceServer) GetApps ¶
func (UnimplementedAppServiceServer) GetApps(context.Context, *GetAppsRequest) (*GetAppsResponse, error)
func (UnimplementedAppServiceServer) GetAppsEnabledByDefault ¶ added in v0.2.7
func (UnimplementedAppServiceServer) GetAppsEnabledByDefault(context.Context, *GetAppsEnabledByDefaultRequest) (*GetAppsEnabledByDefaultResponse, error)
func (UnimplementedAppServiceServer) GetCircleApps ¶ added in v0.2.51
func (UnimplementedAppServiceServer) GetCircleApps(context.Context, *GetCircleAppsRequest) (*GetCircleAppsResponse, error)
func (UnimplementedAppServiceServer) GetEnabledApps ¶
func (UnimplementedAppServiceServer) GetEnabledApps(context.Context, *GetEnabledAppsRequest) (*GetEnabledAppsResponse, error)
func (UnimplementedAppServiceServer) GetFeaturedApps ¶ added in v0.2.19
func (UnimplementedAppServiceServer) GetFeaturedApps(context.Context, *GetFeaturedAppsRequest) (*GetFeaturedAppsResponse, error)
func (UnimplementedAppServiceServer) GetLastUsedApps ¶ added in v0.2.17
func (UnimplementedAppServiceServer) GetLastUsedApps(context.Context, *GetLastUsedAppsRequest) (*GetLastUsedAppsResponse, error)
func (UnimplementedAppServiceServer) GetMyApps ¶ added in v0.2.1
func (UnimplementedAppServiceServer) GetMyApps(context.Context, *GetMyAppsRequest) (*GetMyAppsResponse, error)
func (UnimplementedAppServiceServer) GetPermissions ¶
func (UnimplementedAppServiceServer) GetPermissions(context.Context, *GetPermissionsRequest) (*GetPermissionsResponse, error)
func (UnimplementedAppServiceServer) GetSavedApps ¶ added in v0.2.14
func (UnimplementedAppServiceServer) GetSavedApps(context.Context, *GetSavedAppsRequest) (*GetSavedAppsResponse, error)
func (UnimplementedAppServiceServer) GetSubscriptions ¶
func (UnimplementedAppServiceServer) GetSubscriptions(context.Context, *GetSubscriptionsRequest) (*GetSubscriptionsResponse, error)
func (UnimplementedAppServiceServer) GetTags ¶
func (UnimplementedAppServiceServer) GetTags(context.Context, *GetTagsRequest) (*GetTagsResponse, error)
func (UnimplementedAppServiceServer) GetTrendingApps ¶ added in v0.2.18
func (UnimplementedAppServiceServer) GetTrendingApps(context.Context, *GetTrendingAppsRequest) (*GetTrendingAppsResponse, error)
func (UnimplementedAppServiceServer) GrantAppPermissionsInCircle ¶
func (UnimplementedAppServiceServer) GrantAppPermissionsInCircle(context.Context, *GrantAppPermissionsInCircleRequest) (*GrantAppPermissionsInCircleResponse, error)
func (UnimplementedAppServiceServer) GrantAppSubscriptionsInCircle ¶
func (UnimplementedAppServiceServer) GrantAppSubscriptionsInCircle(context.Context, *GrantAppSubscriptionsInCircleRequest) (*GrantAppSubscriptionsInCircleResponse, error)
func (UnimplementedAppServiceServer) IssueAppToken ¶ added in v0.2.2
func (UnimplementedAppServiceServer) IssueAppToken(context.Context, *IssueAppTokenRequest) (*IssueAppTokenResponse, error)
func (UnimplementedAppServiceServer) MakeAppDisabledByDefault ¶ added in v0.2.7
func (UnimplementedAppServiceServer) MakeAppDisabledByDefault(context.Context, *MakeAppDisabledByDefaultRequest) (*MakeAppDisabledByDefaultResponse, error)
func (UnimplementedAppServiceServer) MakeAppEnabledByDefault ¶ added in v0.2.7
func (UnimplementedAppServiceServer) MakeAppEnabledByDefault(context.Context, *MakeAppEnabledByDefaultRequest) (*MakeAppEnabledByDefaultResponse, error)
func (UnimplementedAppServiceServer) RemoveAppPermission ¶
func (UnimplementedAppServiceServer) RemoveAppPermission(context.Context, *RemoveAppPermissionRequest) (*RemoveAppPermissionResponse, error)
func (UnimplementedAppServiceServer) RemoveAppSubscription ¶
func (UnimplementedAppServiceServer) RemoveAppSubscription(context.Context, *RemoveAppSubscriptionRequest) (*RemoveAppSubscriptionResponse, error)
func (UnimplementedAppServiceServer) RemoveAppTag ¶
func (UnimplementedAppServiceServer) RemoveAppTag(context.Context, *RemoveAppTagRequest) (*RemoveAppTagResponse, error)
func (UnimplementedAppServiceServer) RevokeAppPermissionsInCircle ¶
func (UnimplementedAppServiceServer) RevokeAppPermissionsInCircle(context.Context, *RevokeAppPermissionsInCircleRequest) (*RevokeAppPermissionsInCircleResponse, error)
func (UnimplementedAppServiceServer) RevokeAppSubscriptionsInCircle ¶
func (UnimplementedAppServiceServer) RevokeAppSubscriptionsInCircle(context.Context, *RevokeAppSubscriptionsInCircleRequest) (*RevokeAppSubscriptionsInCircleResponse, error)
func (UnimplementedAppServiceServer) RevokeAppToken ¶ added in v0.2.2
func (UnimplementedAppServiceServer) RevokeAppToken(context.Context, *RevokeAppTokenRequest) (*RevokeAppTokenResponse, error)
func (UnimplementedAppServiceServer) SaveApp ¶ added in v0.2.14
func (UnimplementedAppServiceServer) SaveApp(context.Context, *SaveAppRequest) (*SaveAppResponse, error)
func (UnimplementedAppServiceServer) SearchApps ¶
func (UnimplementedAppServiceServer) SearchApps(context.Context, *SearchAppsRequest) (*SearchAppsResponse, error)
func (UnimplementedAppServiceServer) UndownvoteAppReview ¶ added in v0.2.65
func (UnimplementedAppServiceServer) UndownvoteAppReview(context.Context, *UndownvoteAppReviewRequest) (*UndownvoteAppReviewResponse, error)
func (UnimplementedAppServiceServer) UnfeatureApp ¶ added in v0.2.19
func (UnimplementedAppServiceServer) UnfeatureApp(context.Context, *UnfeatureAppRequest) (*UnfeatureAppResponse, error)
func (UnimplementedAppServiceServer) UnsaveApp ¶ added in v0.2.14
func (UnimplementedAppServiceServer) UnsaveApp(context.Context, *UnsaveAppRequest) (*UnsaveAppResponse, error)
func (UnimplementedAppServiceServer) UnupvoteApp ¶ added in v0.2.13
func (UnimplementedAppServiceServer) UnupvoteApp(context.Context, *UnupvoteAppRequest) (*UnupvoteAppResponse, error)
func (UnimplementedAppServiceServer) UnupvoteAppReview ¶ added in v0.2.15
func (UnimplementedAppServiceServer) UnupvoteAppReview(context.Context, *UnupvoteAppReviewRequest) (*UnupvoteAppReviewResponse, error)
func (UnimplementedAppServiceServer) UpdateApp ¶
func (UnimplementedAppServiceServer) UpdateApp(context.Context, *UpdateAppRequest) (*UpdateAppResponse, error)
func (UnimplementedAppServiceServer) UpvoteApp ¶ added in v0.2.13
func (UnimplementedAppServiceServer) UpvoteApp(context.Context, *UpvoteAppRequest) (*UpvoteAppResponse, error)
func (UnimplementedAppServiceServer) UpvoteAppReview ¶ added in v0.2.15
func (UnimplementedAppServiceServer) UpvoteAppReview(context.Context, *UpvoteAppReviewRequest) (*UpvoteAppReviewResponse, error)
type UnsafeAppServiceServer ¶
type UnsafeAppServiceServer interface {
// contains filtered or unexported methods
}
UnsafeAppServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to AppServiceServer will result in compilation errors.
type UnsaveAppRequest ¶ added in v0.2.14
type UnsaveAppRequest struct { AppId string `protobuf:"bytes,1,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"` // contains filtered or unexported fields }
func (*UnsaveAppRequest) Descriptor
deprecated
added in
v0.2.14
func (*UnsaveAppRequest) Descriptor() ([]byte, []int)
Deprecated: Use UnsaveAppRequest.ProtoReflect.Descriptor instead.
func (*UnsaveAppRequest) GetAppId ¶ added in v0.2.14
func (x *UnsaveAppRequest) GetAppId() string
func (*UnsaveAppRequest) ProtoMessage ¶ added in v0.2.14
func (*UnsaveAppRequest) ProtoMessage()
func (*UnsaveAppRequest) ProtoReflect ¶ added in v0.2.14
func (x *UnsaveAppRequest) ProtoReflect() protoreflect.Message
func (*UnsaveAppRequest) Reset ¶ added in v0.2.14
func (x *UnsaveAppRequest) Reset()
func (*UnsaveAppRequest) String ¶ added in v0.2.14
func (x *UnsaveAppRequest) String() string
type UnsaveAppResponse ¶ added in v0.2.14
type UnsaveAppResponse struct {
// contains filtered or unexported fields
}
func (*UnsaveAppResponse) Descriptor
deprecated
added in
v0.2.14
func (*UnsaveAppResponse) Descriptor() ([]byte, []int)
Deprecated: Use UnsaveAppResponse.ProtoReflect.Descriptor instead.
func (*UnsaveAppResponse) ProtoMessage ¶ added in v0.2.14
func (*UnsaveAppResponse) ProtoMessage()
func (*UnsaveAppResponse) ProtoReflect ¶ added in v0.2.14
func (x *UnsaveAppResponse) ProtoReflect() protoreflect.Message
func (*UnsaveAppResponse) Reset ¶ added in v0.2.14
func (x *UnsaveAppResponse) Reset()
func (*UnsaveAppResponse) String ¶ added in v0.2.14
func (x *UnsaveAppResponse) String() string
type UnupvoteAppRequest ¶ added in v0.2.13
type UnupvoteAppRequest struct { AppId string `protobuf:"bytes,1,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"` // contains filtered or unexported fields }
func (*UnupvoteAppRequest) Descriptor
deprecated
added in
v0.2.13
func (*UnupvoteAppRequest) Descriptor() ([]byte, []int)
Deprecated: Use UnupvoteAppRequest.ProtoReflect.Descriptor instead.
func (*UnupvoteAppRequest) GetAppId ¶ added in v0.2.13
func (x *UnupvoteAppRequest) GetAppId() string
func (*UnupvoteAppRequest) ProtoMessage ¶ added in v0.2.13
func (*UnupvoteAppRequest) ProtoMessage()
func (*UnupvoteAppRequest) ProtoReflect ¶ added in v0.2.13
func (x *UnupvoteAppRequest) ProtoReflect() protoreflect.Message
func (*UnupvoteAppRequest) Reset ¶ added in v0.2.13
func (x *UnupvoteAppRequest) Reset()
func (*UnupvoteAppRequest) String ¶ added in v0.2.13
func (x *UnupvoteAppRequest) String() string
type UnupvoteAppResponse ¶ added in v0.2.13
type UnupvoteAppResponse struct {
// contains filtered or unexported fields
}
func (*UnupvoteAppResponse) Descriptor
deprecated
added in
v0.2.13
func (*UnupvoteAppResponse) Descriptor() ([]byte, []int)
Deprecated: Use UnupvoteAppResponse.ProtoReflect.Descriptor instead.
func (*UnupvoteAppResponse) ProtoMessage ¶ added in v0.2.13
func (*UnupvoteAppResponse) ProtoMessage()
func (*UnupvoteAppResponse) ProtoReflect ¶ added in v0.2.13
func (x *UnupvoteAppResponse) ProtoReflect() protoreflect.Message
func (*UnupvoteAppResponse) Reset ¶ added in v0.2.13
func (x *UnupvoteAppResponse) Reset()
func (*UnupvoteAppResponse) String ¶ added in v0.2.13
func (x *UnupvoteAppResponse) String() string
type UnupvoteAppReviewRequest ¶ added in v0.2.15
type UnupvoteAppReviewRequest struct { ReviewId string `protobuf:"bytes,1,opt,name=review_id,json=reviewId,proto3" json:"review_id,omitempty"` // contains filtered or unexported fields }
func (*UnupvoteAppReviewRequest) Descriptor
deprecated
added in
v0.2.15
func (*UnupvoteAppReviewRequest) Descriptor() ([]byte, []int)
Deprecated: Use UnupvoteAppReviewRequest.ProtoReflect.Descriptor instead.
func (*UnupvoteAppReviewRequest) GetReviewId ¶ added in v0.2.15
func (x *UnupvoteAppReviewRequest) GetReviewId() string
func (*UnupvoteAppReviewRequest) ProtoMessage ¶ added in v0.2.15
func (*UnupvoteAppReviewRequest) ProtoMessage()
func (*UnupvoteAppReviewRequest) ProtoReflect ¶ added in v0.2.15
func (x *UnupvoteAppReviewRequest) ProtoReflect() protoreflect.Message
func (*UnupvoteAppReviewRequest) Reset ¶ added in v0.2.15
func (x *UnupvoteAppReviewRequest) Reset()
func (*UnupvoteAppReviewRequest) String ¶ added in v0.2.15
func (x *UnupvoteAppReviewRequest) String() string
type UnupvoteAppReviewResponse ¶ added in v0.2.15
type UnupvoteAppReviewResponse struct {
// contains filtered or unexported fields
}
func (*UnupvoteAppReviewResponse) Descriptor
deprecated
added in
v0.2.15
func (*UnupvoteAppReviewResponse) Descriptor() ([]byte, []int)
Deprecated: Use UnupvoteAppReviewResponse.ProtoReflect.Descriptor instead.
func (*UnupvoteAppReviewResponse) ProtoMessage ¶ added in v0.2.15
func (*UnupvoteAppReviewResponse) ProtoMessage()
func (*UnupvoteAppReviewResponse) ProtoReflect ¶ added in v0.2.15
func (x *UnupvoteAppReviewResponse) ProtoReflect() protoreflect.Message
func (*UnupvoteAppReviewResponse) Reset ¶ added in v0.2.15
func (x *UnupvoteAppReviewResponse) Reset()
func (*UnupvoteAppReviewResponse) String ¶ added in v0.2.15
func (x *UnupvoteAppReviewResponse) String() string
type UpdateAppRequest ¶
type UpdateAppRequest struct { AppId string `protobuf:"bytes,1,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"` Name *string `protobuf:"bytes,2,opt,name=name,proto3,oneof" json:"name,omitempty"` ImageUrl *string `protobuf:"bytes,3,opt,name=image_url,json=imageUrl,proto3,oneof" json:"image_url,omitempty"` Description *string `protobuf:"bytes,4,opt,name=description,proto3,oneof" json:"description,omitempty"` Url *string `protobuf:"bytes,5,opt,name=url,proto3,oneof" json:"url,omitempty"` WebhookUrl *string `protobuf:"bytes,6,opt,name=webhook_url,json=webhookUrl,proto3,oneof" json:"webhook_url,omitempty"` // contains filtered or unexported fields }
func (*UpdateAppRequest) Descriptor
deprecated
func (*UpdateAppRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateAppRequest.ProtoReflect.Descriptor instead.
func (*UpdateAppRequest) GetAppId ¶
func (x *UpdateAppRequest) GetAppId() string
func (*UpdateAppRequest) GetDescription ¶
func (x *UpdateAppRequest) GetDescription() string
func (*UpdateAppRequest) GetImageUrl ¶
func (x *UpdateAppRequest) GetImageUrl() string
func (*UpdateAppRequest) GetName ¶
func (x *UpdateAppRequest) GetName() string
func (*UpdateAppRequest) GetUrl ¶
func (x *UpdateAppRequest) GetUrl() string
func (*UpdateAppRequest) GetWebhookUrl ¶
func (x *UpdateAppRequest) GetWebhookUrl() string
func (*UpdateAppRequest) ProtoMessage ¶
func (*UpdateAppRequest) ProtoMessage()
func (*UpdateAppRequest) ProtoReflect ¶
func (x *UpdateAppRequest) ProtoReflect() protoreflect.Message
func (*UpdateAppRequest) Reset ¶
func (x *UpdateAppRequest) Reset()
func (*UpdateAppRequest) String ¶
func (x *UpdateAppRequest) String() string
type UpdateAppResponse ¶
type UpdateAppResponse struct {
// contains filtered or unexported fields
}
func (*UpdateAppResponse) Descriptor
deprecated
func (*UpdateAppResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateAppResponse.ProtoReflect.Descriptor instead.
func (*UpdateAppResponse) ProtoMessage ¶
func (*UpdateAppResponse) ProtoMessage()
func (*UpdateAppResponse) ProtoReflect ¶
func (x *UpdateAppResponse) ProtoReflect() protoreflect.Message
func (*UpdateAppResponse) Reset ¶
func (x *UpdateAppResponse) Reset()
func (*UpdateAppResponse) String ¶
func (x *UpdateAppResponse) String() string
type UpvoteAppRequest ¶ added in v0.2.13
type UpvoteAppRequest struct { AppId string `protobuf:"bytes,1,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"` // contains filtered or unexported fields }
func (*UpvoteAppRequest) Descriptor
deprecated
added in
v0.2.13
func (*UpvoteAppRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpvoteAppRequest.ProtoReflect.Descriptor instead.
func (*UpvoteAppRequest) GetAppId ¶ added in v0.2.13
func (x *UpvoteAppRequest) GetAppId() string
func (*UpvoteAppRequest) ProtoMessage ¶ added in v0.2.13
func (*UpvoteAppRequest) ProtoMessage()
func (*UpvoteAppRequest) ProtoReflect ¶ added in v0.2.13
func (x *UpvoteAppRequest) ProtoReflect() protoreflect.Message
func (*UpvoteAppRequest) Reset ¶ added in v0.2.13
func (x *UpvoteAppRequest) Reset()
func (*UpvoteAppRequest) String ¶ added in v0.2.13
func (x *UpvoteAppRequest) String() string
type UpvoteAppResponse ¶ added in v0.2.13
type UpvoteAppResponse struct {
// contains filtered or unexported fields
}
func (*UpvoteAppResponse) Descriptor
deprecated
added in
v0.2.13
func (*UpvoteAppResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpvoteAppResponse.ProtoReflect.Descriptor instead.
func (*UpvoteAppResponse) ProtoMessage ¶ added in v0.2.13
func (*UpvoteAppResponse) ProtoMessage()
func (*UpvoteAppResponse) ProtoReflect ¶ added in v0.2.13
func (x *UpvoteAppResponse) ProtoReflect() protoreflect.Message
func (*UpvoteAppResponse) Reset ¶ added in v0.2.13
func (x *UpvoteAppResponse) Reset()
func (*UpvoteAppResponse) String ¶ added in v0.2.13
func (x *UpvoteAppResponse) String() string
type UpvoteAppReviewRequest ¶ added in v0.2.15
type UpvoteAppReviewRequest struct { ReviewId string `protobuf:"bytes,1,opt,name=review_id,json=reviewId,proto3" json:"review_id,omitempty"` // contains filtered or unexported fields }
func (*UpvoteAppReviewRequest) Descriptor
deprecated
added in
v0.2.15
func (*UpvoteAppReviewRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpvoteAppReviewRequest.ProtoReflect.Descriptor instead.
func (*UpvoteAppReviewRequest) GetReviewId ¶ added in v0.2.15
func (x *UpvoteAppReviewRequest) GetReviewId() string
func (*UpvoteAppReviewRequest) ProtoMessage ¶ added in v0.2.15
func (*UpvoteAppReviewRequest) ProtoMessage()
func (*UpvoteAppReviewRequest) ProtoReflect ¶ added in v0.2.15
func (x *UpvoteAppReviewRequest) ProtoReflect() protoreflect.Message
func (*UpvoteAppReviewRequest) Reset ¶ added in v0.2.15
func (x *UpvoteAppReviewRequest) Reset()
func (*UpvoteAppReviewRequest) String ¶ added in v0.2.15
func (x *UpvoteAppReviewRequest) String() string
type UpvoteAppReviewResponse ¶ added in v0.2.15
type UpvoteAppReviewResponse struct {
// contains filtered or unexported fields
}
func (*UpvoteAppReviewResponse) Descriptor
deprecated
added in
v0.2.15
func (*UpvoteAppReviewResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpvoteAppReviewResponse.ProtoReflect.Descriptor instead.
func (*UpvoteAppReviewResponse) ProtoMessage ¶ added in v0.2.15
func (*UpvoteAppReviewResponse) ProtoMessage()
func (*UpvoteAppReviewResponse) ProtoReflect ¶ added in v0.2.15
func (x *UpvoteAppReviewResponse) ProtoReflect() protoreflect.Message
func (*UpvoteAppReviewResponse) Reset ¶ added in v0.2.15
func (x *UpvoteAppReviewResponse) Reset()
func (*UpvoteAppReviewResponse) String ¶ added in v0.2.15
func (x *UpvoteAppReviewResponse) String() string