Documentation ¶
Index ¶
- Constants
- func NewAdminServiceHandler(svc AdminServiceHandler, opts ...connect.HandlerOption) (string, http.Handler)
- func NewAuthnServiceHandler(svc AuthnServiceHandler, opts ...connect.HandlerOption) (string, http.Handler)
- func NewAuthzServiceHandler(svc AuthzServiceHandler, opts ...connect.HandlerOption) (string, http.Handler)
- func NewCodeGenerationServiceHandler(svc CodeGenerationServiceHandler, opts ...connect.HandlerOption) (string, http.Handler)
- func NewConvertServiceHandler(svc ConvertServiceHandler, opts ...connect.HandlerOption) (string, http.Handler)
- func NewDisplayServiceHandler(svc DisplayServiceHandler, opts ...connect.HandlerOption) (string, http.Handler)
- func NewDocServiceHandler(svc DocServiceHandler, opts ...connect.HandlerOption) (string, http.Handler)
- func NewDownloadServiceHandler(svc DownloadServiceHandler, opts ...connect.HandlerOption) (string, http.Handler)
- func NewGithubServiceHandler(svc GithubServiceHandler, opts ...connect.HandlerOption) (string, http.Handler)
- func NewImageServiceHandler(svc ImageServiceHandler, opts ...connect.HandlerOption) (string, http.Handler)
- func NewJSONSchemaServiceHandler(svc JSONSchemaServiceHandler, opts ...connect.HandlerOption) (string, http.Handler)
- func NewLabelServiceHandler(svc LabelServiceHandler, opts ...connect.HandlerOption) (string, http.Handler)
- func NewLocalResolveServiceHandler(svc LocalResolveServiceHandler, opts ...connect.HandlerOption) (string, http.Handler)
- func NewOrganizationServiceHandler(svc OrganizationServiceHandler, opts ...connect.HandlerOption) (string, http.Handler)
- func NewOwnerServiceHandler(svc OwnerServiceHandler, opts ...connect.HandlerOption) (string, http.Handler)
- func NewPluginCurationServiceHandler(svc PluginCurationServiceHandler, opts ...connect.HandlerOption) (string, http.Handler)
- func NewPushServiceHandler(svc PushServiceHandler, opts ...connect.HandlerOption) (string, http.Handler)
- func NewRecommendationServiceHandler(svc RecommendationServiceHandler, opts ...connect.HandlerOption) (string, http.Handler)
- func NewReferenceServiceHandler(svc ReferenceServiceHandler, opts ...connect.HandlerOption) (string, http.Handler)
- func NewRepositoryBranchServiceHandler(svc RepositoryBranchServiceHandler, opts ...connect.HandlerOption) (string, http.Handler)
- func NewRepositoryCommitServiceHandler(svc RepositoryCommitServiceHandler, opts ...connect.HandlerOption) (string, http.Handler)
- func NewRepositoryServiceHandler(svc RepositoryServiceHandler, opts ...connect.HandlerOption) (string, http.Handler)
- func NewRepositoryTagServiceHandler(svc RepositoryTagServiceHandler, opts ...connect.HandlerOption) (string, http.Handler)
- func NewResolveServiceHandler(svc ResolveServiceHandler, opts ...connect.HandlerOption) (string, http.Handler)
- func NewResourceServiceHandler(svc ResourceServiceHandler, opts ...connect.HandlerOption) (string, http.Handler)
- func NewSCIMTokenServiceHandler(svc SCIMTokenServiceHandler, opts ...connect.HandlerOption) (string, http.Handler)
- func NewSchemaServiceHandler(svc SchemaServiceHandler, opts ...connect.HandlerOption) (string, http.Handler)
- func NewSearchServiceHandler(svc SearchServiceHandler, opts ...connect.HandlerOption) (string, http.Handler)
- func NewStudioRequestServiceHandler(svc StudioRequestServiceHandler, opts ...connect.HandlerOption) (string, http.Handler)
- func NewStudioServiceHandler(svc StudioServiceHandler, opts ...connect.HandlerOption) (string, http.Handler)
- func NewSyncServiceHandler(svc SyncServiceHandler, opts ...connect.HandlerOption) (string, http.Handler)
- func NewTokenServiceHandler(svc TokenServiceHandler, opts ...connect.HandlerOption) (string, http.Handler)
- func NewUserServiceHandler(svc UserServiceHandler, opts ...connect.HandlerOption) (string, http.Handler)
- func NewWebhookServiceHandler(svc WebhookServiceHandler, opts ...connect.HandlerOption) (string, http.Handler)
- type AdminServiceClient
- type AdminServiceHandler
- type AuthnServiceClient
- type AuthnServiceHandler
- type AuthzServiceClient
- type AuthzServiceHandler
- type CodeGenerationServiceClient
- type CodeGenerationServiceHandler
- type ConvertServiceClient
- type ConvertServiceHandler
- type DisplayServiceClient
- type DisplayServiceHandler
- type DocServiceClient
- type DocServiceHandler
- type DownloadServiceClient
- type DownloadServiceHandler
- type GithubServiceClient
- type GithubServiceHandler
- type ImageServiceClient
- type ImageServiceHandler
- type JSONSchemaServiceClient
- type JSONSchemaServiceHandler
- type LabelServiceClient
- type LabelServiceHandler
- type LocalResolveServiceClient
- type LocalResolveServiceHandler
- type OrganizationServiceClient
- type OrganizationServiceHandler
- type OwnerServiceClient
- type OwnerServiceHandler
- type PluginCurationServiceClient
- type PluginCurationServiceHandler
- type PushServiceClient
- type PushServiceHandler
- type RecommendationServiceClient
- type RecommendationServiceHandler
- type ReferenceServiceClient
- type ReferenceServiceHandler
- type RepositoryBranchServiceClient
- type RepositoryBranchServiceHandler
- type RepositoryCommitServiceClient
- type RepositoryCommitServiceHandler
- type RepositoryServiceClient
- type RepositoryServiceHandler
- type RepositoryTagServiceClient
- type RepositoryTagServiceHandler
- type ResolveServiceClient
- type ResolveServiceHandler
- type ResourceServiceClient
- type ResourceServiceHandler
- type SCIMTokenServiceClient
- type SCIMTokenServiceHandler
- type SchemaServiceClient
- type SchemaServiceHandler
- type SearchServiceClient
- type SearchServiceHandler
- type StudioRequestServiceClient
- type StudioRequestServiceHandler
- type StudioServiceClient
- type StudioServiceHandler
- type SyncServiceClient
- type SyncServiceHandler
- type TokenServiceClient
- type TokenServiceHandler
- type UnimplementedAdminServiceHandler
- func (UnimplementedAdminServiceHandler) CreateMachineUser(context.Context, *connect.Request[v1alpha1.CreateMachineUserRequest]) (*connect.Response[v1alpha1.CreateMachineUserResponse], error)
- func (UnimplementedAdminServiceHandler) ForceDeleteUser(context.Context, *connect.Request[v1alpha1.ForceDeleteUserRequest]) (*connect.Response[v1alpha1.ForceDeleteUserResponse], error)
- func (UnimplementedAdminServiceHandler) GetBreakingChangePolicy(context.Context, *connect.Request[v1alpha1.GetBreakingChangePolicyRequest]) (*connect.Response[v1alpha1.GetBreakingChangePolicyResponse], error)
- func (UnimplementedAdminServiceHandler) GetClusterUsage(context.Context, *connect.Request[v1alpha1.GetClusterUsageRequest]) (*connect.Response[v1alpha1.GetClusterUsageResponse], error)
- func (UnimplementedAdminServiceHandler) GetReviewFlowGracePeriodPolicy(context.Context, ...) (*connect.Response[v1alpha1.GetReviewFlowGracePeriodPolicyResponse], error)
- func (UnimplementedAdminServiceHandler) GetUniquenessPolicy(context.Context, *connect.Request[v1alpha1.GetUniquenessPolicyRequest]) (*connect.Response[v1alpha1.GetUniquenessPolicyResponse], error)
- func (UnimplementedAdminServiceHandler) ListServerUniquenessCollisions(context.Context, ...) (*connect.Response[v1alpha1.ListServerUniquenessCollisionsResponse], error)
- func (UnimplementedAdminServiceHandler) RunServerUniquenessBackfillTask(context.Context, ...) (*connect.Response[v1alpha1.RunServerUniquenessBackfillTaskResponse], error)
- func (UnimplementedAdminServiceHandler) UpdateBreakingChangePolicy(context.Context, *connect.Request[v1alpha1.UpdateBreakingChangePolicyRequest]) (*connect.Response[v1alpha1.UpdateBreakingChangePolicyResponse], error)
- func (UnimplementedAdminServiceHandler) UpdateOrganizationVerificationStatus(context.Context, ...) (*connect.Response[v1alpha1.UpdateOrganizationVerificationStatusResponse], ...)
- func (UnimplementedAdminServiceHandler) UpdateReviewFlowGracePeriodPolicy(context.Context, ...) (*connect.Response[v1alpha1.UpdateReviewFlowGracePeriodPolicyResponse], error)
- func (UnimplementedAdminServiceHandler) UpdateUniquenessPolicy(context.Context, *connect.Request[v1alpha1.UpdateUniquenessPolicyRequest]) (*connect.Response[v1alpha1.UpdateUniquenessPolicyResponse], error)
- func (UnimplementedAdminServiceHandler) UpdateUserVerificationStatus(context.Context, ...) (*connect.Response[v1alpha1.UpdateUserVerificationStatusResponse], error)
- type UnimplementedAuthnServiceHandler
- func (UnimplementedAuthnServiceHandler) GetCurrentUser(context.Context, *connect.Request[v1alpha1.GetCurrentUserRequest]) (*connect.Response[v1alpha1.GetCurrentUserResponse], error)
- func (UnimplementedAuthnServiceHandler) GetCurrentUserSubject(context.Context, *connect.Request[v1alpha1.GetCurrentUserSubjectRequest]) (*connect.Response[v1alpha1.GetCurrentUserSubjectResponse], error)
- type UnimplementedAuthzServiceHandler
- func (UnimplementedAuthzServiceHandler) UserCanAddOrganizationMember(context.Context, ...) (*connect.Response[v1alpha1.UserCanAddOrganizationMemberResponse], error)
- func (UnimplementedAuthzServiceHandler) UserCanCreateOrganizationRepository(context.Context, ...) (*connect.Response[v1alpha1.UserCanCreateOrganizationRepositoryResponse], error)
- func (UnimplementedAuthzServiceHandler) UserCanDeleteOrganization(context.Context, *connect.Request[v1alpha1.UserCanDeleteOrganizationRequest]) (*connect.Response[v1alpha1.UserCanDeleteOrganizationResponse], error)
- func (UnimplementedAuthzServiceHandler) UserCanDeleteRepository(context.Context, *connect.Request[v1alpha1.UserCanDeleteRepositoryRequest]) (*connect.Response[v1alpha1.UserCanDeleteRepositoryResponse], error)
- func (UnimplementedAuthzServiceHandler) UserCanDeleteUser(context.Context, *connect.Request[v1alpha1.UserCanDeleteUserRequest]) (*connect.Response[v1alpha1.UserCanDeleteUserResponse], error)
- func (UnimplementedAuthzServiceHandler) UserCanManageRepositoryContributors(context.Context, ...) (*connect.Response[v1alpha1.UserCanManageRepositoryContributorsResponse], error)
- func (UnimplementedAuthzServiceHandler) UserCanRemoveOrganizationMember(context.Context, ...) (*connect.Response[v1alpha1.UserCanRemoveOrganizationMemberResponse], error)
- func (UnimplementedAuthzServiceHandler) UserCanReviewCommits(context.Context, *connect.Request[v1alpha1.UserCanReviewCommitsRequest]) (*connect.Response[v1alpha1.UserCanReviewCommitsResponse], error)
- func (UnimplementedAuthzServiceHandler) UserCanSeeOrganizationSettings(context.Context, ...) (*connect.Response[v1alpha1.UserCanSeeOrganizationSettingsResponse], error)
- func (UnimplementedAuthzServiceHandler) UserCanSeeRepositorySettings(context.Context, ...) (*connect.Response[v1alpha1.UserCanSeeRepositorySettingsResponse], error)
- func (UnimplementedAuthzServiceHandler) UserCanSeeServerAdminPanel(context.Context, *connect.Request[v1alpha1.UserCanSeeServerAdminPanelRequest]) (*connect.Response[v1alpha1.UserCanSeeServerAdminPanelResponse], error)
- func (UnimplementedAuthzServiceHandler) UserCanUpdateOrganizationMember(context.Context, ...) (*connect.Response[v1alpha1.UserCanUpdateOrganizationMemberResponse], error)
- type UnimplementedCodeGenerationServiceHandler
- type UnimplementedConvertServiceHandler
- type UnimplementedDisplayServiceHandler
- func (UnimplementedDisplayServiceHandler) DisplayOrganizationElements(context.Context, *connect.Request[v1alpha1.DisplayOrganizationElementsRequest]) (*connect.Response[v1alpha1.DisplayOrganizationElementsResponse], error)
- func (UnimplementedDisplayServiceHandler) DisplayOwnerEntitledElements(context.Context, ...) (*connect.Response[v1alpha1.DisplayOwnerEntitledElementsResponse], error)
- func (UnimplementedDisplayServiceHandler) DisplayRepositoryElements(context.Context, *connect.Request[v1alpha1.DisplayRepositoryElementsRequest]) (*connect.Response[v1alpha1.DisplayRepositoryElementsResponse], error)
- func (UnimplementedDisplayServiceHandler) DisplayRepositoryEntitledElements(context.Context, ...) (*connect.Response[v1alpha1.DisplayRepositoryEntitledElementsResponse], error)
- func (UnimplementedDisplayServiceHandler) DisplayServerElements(context.Context, *connect.Request[v1alpha1.DisplayServerElementsRequest]) (*connect.Response[v1alpha1.DisplayServerElementsResponse], error)
- func (UnimplementedDisplayServiceHandler) DisplayUserElements(context.Context, *connect.Request[v1alpha1.DisplayUserElementsRequest]) (*connect.Response[v1alpha1.DisplayUserElementsResponse], error)
- func (UnimplementedDisplayServiceHandler) ListManageableRepositoryRoles(context.Context, ...) (*connect.Response[v1alpha1.ListManageableRepositoryRolesResponse], error)
- func (UnimplementedDisplayServiceHandler) ListManageableUserRepositoryRoles(context.Context, ...) (*connect.Response[v1alpha1.ListManageableUserRepositoryRolesResponse], error)
- type UnimplementedDocServiceHandler
- func (UnimplementedDocServiceHandler) GetModuleDocumentation(context.Context, *connect.Request[v1alpha1.GetModuleDocumentationRequest]) (*connect.Response[v1alpha1.GetModuleDocumentationResponse], error)
- func (UnimplementedDocServiceHandler) GetModulePackages(context.Context, *connect.Request[v1alpha1.GetModulePackagesRequest]) (*connect.Response[v1alpha1.GetModulePackagesResponse], error)
- func (UnimplementedDocServiceHandler) GetPackageDocumentation(context.Context, *connect.Request[v1alpha1.GetPackageDocumentationRequest]) (*connect.Response[v1alpha1.GetPackageDocumentationResponse], error)
- func (UnimplementedDocServiceHandler) GetSourceDirectoryInfo(context.Context, *connect.Request[v1alpha1.GetSourceDirectoryInfoRequest]) (*connect.Response[v1alpha1.GetSourceDirectoryInfoResponse], error)
- func (UnimplementedDocServiceHandler) GetSourceFile(context.Context, *connect.Request[v1alpha1.GetSourceFileRequest]) (*connect.Response[v1alpha1.GetSourceFileResponse], error)
- type UnimplementedDownloadServiceHandler
- func (UnimplementedDownloadServiceHandler) Download(context.Context, *connect.Request[v1alpha1.DownloadRequest]) (*connect.Response[v1alpha1.DownloadResponse], error)
- func (UnimplementedDownloadServiceHandler) DownloadManifestAndBlobs(context.Context, *connect.Request[v1alpha1.DownloadManifestAndBlobsRequest]) (*connect.Response[v1alpha1.DownloadManifestAndBlobsResponse], error)
- type UnimplementedGithubServiceHandler
- type UnimplementedImageServiceHandler
- type UnimplementedJSONSchemaServiceHandler
- type UnimplementedLabelServiceHandler
- func (UnimplementedLabelServiceHandler) CreateLabel(context.Context, *connect.Request[v1alpha1.CreateLabelRequest]) (*connect.Response[v1alpha1.CreateLabelResponse], error)
- func (UnimplementedLabelServiceHandler) GetLabels(context.Context, *connect.Request[v1alpha1.GetLabelsRequest]) (*connect.Response[v1alpha1.GetLabelsResponse], error)
- func (UnimplementedLabelServiceHandler) GetLabelsInNamespace(context.Context, *connect.Request[v1alpha1.GetLabelsInNamespaceRequest]) (*connect.Response[v1alpha1.GetLabelsInNamespaceResponse], error)
- func (UnimplementedLabelServiceHandler) MoveLabel(context.Context, *connect.Request[v1alpha1.MoveLabelRequest]) (*connect.Response[v1alpha1.MoveLabelResponse], error)
- type UnimplementedLocalResolveServiceHandler
- type UnimplementedOrganizationServiceHandler
- func (UnimplementedOrganizationServiceHandler) AddOrganizationGroup(context.Context, *connect.Request[v1alpha1.AddOrganizationGroupRequest]) (*connect.Response[v1alpha1.AddOrganizationGroupResponse], error)
- func (UnimplementedOrganizationServiceHandler) AddOrganizationMember(context.Context, *connect.Request[v1alpha1.AddOrganizationMemberRequest]) (*connect.Response[v1alpha1.AddOrganizationMemberResponse], error)
- func (UnimplementedOrganizationServiceHandler) CreateOrganization(context.Context, *connect.Request[v1alpha1.CreateOrganizationRequest]) (*connect.Response[v1alpha1.CreateOrganizationResponse], error)
- func (UnimplementedOrganizationServiceHandler) DeleteOrganization(context.Context, *connect.Request[v1alpha1.DeleteOrganizationRequest]) (*connect.Response[v1alpha1.DeleteOrganizationResponse], error)
- func (UnimplementedOrganizationServiceHandler) DeleteOrganizationByName(context.Context, *connect.Request[v1alpha1.DeleteOrganizationByNameRequest]) (*connect.Response[v1alpha1.DeleteOrganizationByNameResponse], error)
- func (UnimplementedOrganizationServiceHandler) GetOrganization(context.Context, *connect.Request[v1alpha1.GetOrganizationRequest]) (*connect.Response[v1alpha1.GetOrganizationResponse], error)
- func (UnimplementedOrganizationServiceHandler) GetOrganizationByName(context.Context, *connect.Request[v1alpha1.GetOrganizationByNameRequest]) (*connect.Response[v1alpha1.GetOrganizationByNameResponse], error)
- func (UnimplementedOrganizationServiceHandler) GetOrganizationSettings(context.Context, *connect.Request[v1alpha1.GetOrganizationSettingsRequest]) (*connect.Response[v1alpha1.GetOrganizationSettingsResponse], error)
- func (UnimplementedOrganizationServiceHandler) GetUserOrganization(context.Context, *connect.Request[v1alpha1.GetUserOrganizationRequest]) (*connect.Response[v1alpha1.GetUserOrganizationResponse], error)
- func (UnimplementedOrganizationServiceHandler) ListOrganizations(context.Context, *connect.Request[v1alpha1.ListOrganizationsRequest]) (*connect.Response[v1alpha1.ListOrganizationsResponse], error)
- func (UnimplementedOrganizationServiceHandler) ListUserOrganizations(context.Context, *connect.Request[v1alpha1.ListUserOrganizationsRequest]) (*connect.Response[v1alpha1.ListUserOrganizationsResponse], error)
- func (UnimplementedOrganizationServiceHandler) RemoveOrganizationGroup(context.Context, *connect.Request[v1alpha1.RemoveOrganizationGroupRequest]) (*connect.Response[v1alpha1.RemoveOrganizationGroupResponse], error)
- func (UnimplementedOrganizationServiceHandler) RemoveOrganizationMember(context.Context, *connect.Request[v1alpha1.RemoveOrganizationMemberRequest]) (*connect.Response[v1alpha1.RemoveOrganizationMemberResponse], error)
- func (UnimplementedOrganizationServiceHandler) SetOrganizationMember(context.Context, *connect.Request[v1alpha1.SetOrganizationMemberRequest]) (*connect.Response[v1alpha1.SetOrganizationMemberResponse], error)
- func (UnimplementedOrganizationServiceHandler) UpdateOrganizationMember(context.Context, *connect.Request[v1alpha1.UpdateOrganizationMemberRequest]) (*connect.Response[v1alpha1.UpdateOrganizationMemberResponse], error)
- func (UnimplementedOrganizationServiceHandler) UpdateOrganizationSettings(context.Context, *connect.Request[v1alpha1.UpdateOrganizationSettingsRequest]) (*connect.Response[v1alpha1.UpdateOrganizationSettingsResponse], error)
- type UnimplementedOwnerServiceHandler
- type UnimplementedPluginCurationServiceHandler
- func (UnimplementedPluginCurationServiceHandler) CreateCuratedPlugin(context.Context, *connect.Request[v1alpha1.CreateCuratedPluginRequest]) (*connect.Response[v1alpha1.CreateCuratedPluginResponse], error)
- func (UnimplementedPluginCurationServiceHandler) DeleteCuratedPlugin(context.Context, *connect.Request[v1alpha1.DeleteCuratedPluginRequest]) (*connect.Response[v1alpha1.DeleteCuratedPluginResponse], error)
- func (UnimplementedPluginCurationServiceHandler) GetLatestCuratedPlugin(context.Context, *connect.Request[v1alpha1.GetLatestCuratedPluginRequest]) (*connect.Response[v1alpha1.GetLatestCuratedPluginResponse], error)
- func (UnimplementedPluginCurationServiceHandler) ListCuratedPlugins(context.Context, *connect.Request[v1alpha1.ListCuratedPluginsRequest]) (*connect.Response[v1alpha1.ListCuratedPluginsResponse], error)
- type UnimplementedPushServiceHandler
- func (UnimplementedPushServiceHandler) Push(context.Context, *connect.Request[v1alpha1.PushRequest]) (*connect.Response[v1alpha1.PushResponse], error)
- func (UnimplementedPushServiceHandler) PushManifestAndBlobs(context.Context, *connect.Request[v1alpha1.PushManifestAndBlobsRequest]) (*connect.Response[v1alpha1.PushManifestAndBlobsResponse], error)
- type UnimplementedRecommendationServiceHandler
- func (UnimplementedRecommendationServiceHandler) ListRecommendedResources(context.Context, *connect.Request[v1alpha1.ListRecommendedResourcesRequest]) (*connect.Response[v1alpha1.ListRecommendedResourcesResponse], error)
- func (UnimplementedRecommendationServiceHandler) RecommendedRepositories(context.Context, *connect.Request[v1alpha1.RecommendedRepositoriesRequest]) (*connect.Response[v1alpha1.RecommendedRepositoriesResponse], error)
- func (UnimplementedRecommendationServiceHandler) SetRecommendedResources(context.Context, *connect.Request[v1alpha1.SetRecommendedResourcesRequest]) (*connect.Response[v1alpha1.SetRecommendedResourcesResponse], error)
- type UnimplementedReferenceServiceHandler
- type UnimplementedRepositoryBranchServiceHandler
- func (UnimplementedRepositoryBranchServiceHandler) GetCurrentDefaultBranch(context.Context, *connect.Request[v1alpha1.GetCurrentDefaultBranchRequest]) (*connect.Response[v1alpha1.GetCurrentDefaultBranchResponse], error)
- func (UnimplementedRepositoryBranchServiceHandler) GetRepositoryBranch(context.Context, *connect.Request[v1alpha1.GetRepositoryBranchRequest]) (*connect.Response[v1alpha1.GetRepositoryBranchResponse], error)
- func (UnimplementedRepositoryBranchServiceHandler) ListRepositoryBranches(context.Context, *connect.Request[v1alpha1.ListRepositoryBranchesRequest]) (*connect.Response[v1alpha1.ListRepositoryBranchesResponse], error)
- func (UnimplementedRepositoryBranchServiceHandler) ListRepositoryBranchesByReference(context.Context, ...) (*connect.Response[v1alpha1.ListRepositoryBranchesByReferenceResponse], error)
- type UnimplementedRepositoryCommitServiceHandler
- func (UnimplementedRepositoryCommitServiceHandler) DeleteRepositoryDraftCommit(context.Context, *connect.Request[v1alpha1.DeleteRepositoryDraftCommitRequest]) (*connect.Response[v1alpha1.DeleteRepositoryDraftCommitResponse], error)
- func (UnimplementedRepositoryCommitServiceHandler) GetRepositoryCommitByReference(context.Context, ...) (*connect.Response[v1alpha1.GetRepositoryCommitByReferenceResponse], error)
- func (UnimplementedRepositoryCommitServiceHandler) ListRepositoryCommitsByBranch(context.Context, ...) (*connect.Response[v1alpha1.ListRepositoryCommitsByBranchResponse], error)
- func (UnimplementedRepositoryCommitServiceHandler) ListRepositoryCommitsByReference(context.Context, ...) (*connect.Response[v1alpha1.ListRepositoryCommitsByReferenceResponse], error)
- func (UnimplementedRepositoryCommitServiceHandler) ListRepositoryDraftCommits(context.Context, *connect.Request[v1alpha1.ListRepositoryDraftCommitsRequest]) (*connect.Response[v1alpha1.ListRepositoryDraftCommitsResponse], error)
- type UnimplementedRepositoryServiceHandler
- func (UnimplementedRepositoryServiceHandler) CreateRepositoryByFullName(context.Context, *connect.Request[v1alpha1.CreateRepositoryByFullNameRequest]) (*connect.Response[v1alpha1.CreateRepositoryByFullNameResponse], error)
- func (UnimplementedRepositoryServiceHandler) DeleteRepository(context.Context, *connect.Request[v1alpha1.DeleteRepositoryRequest]) (*connect.Response[v1alpha1.DeleteRepositoryResponse], error)
- func (UnimplementedRepositoryServiceHandler) DeleteRepositoryByFullName(context.Context, *connect.Request[v1alpha1.DeleteRepositoryByFullNameRequest]) (*connect.Response[v1alpha1.DeleteRepositoryByFullNameResponse], error)
- func (UnimplementedRepositoryServiceHandler) DeprecateRepositoryByName(context.Context, *connect.Request[v1alpha1.DeprecateRepositoryByNameRequest]) (*connect.Response[v1alpha1.DeprecateRepositoryByNameResponse], error)
- func (UnimplementedRepositoryServiceHandler) GetRepositoriesByFullName(context.Context, *connect.Request[v1alpha1.GetRepositoriesByFullNameRequest]) (*connect.Response[v1alpha1.GetRepositoriesByFullNameResponse], error)
- func (UnimplementedRepositoryServiceHandler) GetRepositoriesMetadata(context.Context, *connect.Request[v1alpha1.GetRepositoriesMetadataRequest]) (*connect.Response[v1alpha1.GetRepositoriesMetadataResponse], error)
- func (UnimplementedRepositoryServiceHandler) GetRepository(context.Context, *connect.Request[v1alpha1.GetRepositoryRequest]) (*connect.Response[v1alpha1.GetRepositoryResponse], error)
- func (UnimplementedRepositoryServiceHandler) GetRepositoryByFullName(context.Context, *connect.Request[v1alpha1.GetRepositoryByFullNameRequest]) (*connect.Response[v1alpha1.GetRepositoryByFullNameResponse], error)
- func (UnimplementedRepositoryServiceHandler) GetRepositoryContributor(context.Context, *connect.Request[v1alpha1.GetRepositoryContributorRequest]) (*connect.Response[v1alpha1.GetRepositoryContributorResponse], error)
- func (UnimplementedRepositoryServiceHandler) GetRepositoryDependencyDOTString(context.Context, ...) (*connect.Response[v1alpha1.GetRepositoryDependencyDOTStringResponse], error)
- func (UnimplementedRepositoryServiceHandler) GetRepositorySettings(context.Context, *connect.Request[v1alpha1.GetRepositorySettingsRequest]) (*connect.Response[v1alpha1.GetRepositorySettingsResponse], error)
- func (UnimplementedRepositoryServiceHandler) ListOrganizationRepositories(context.Context, ...) (*connect.Response[v1alpha1.ListOrganizationRepositoriesResponse], error)
- func (UnimplementedRepositoryServiceHandler) ListRepositories(context.Context, *connect.Request[v1alpha1.ListRepositoriesRequest]) (*connect.Response[v1alpha1.ListRepositoriesResponse], error)
- func (UnimplementedRepositoryServiceHandler) ListRepositoriesUserCanAccess(context.Context, ...) (*connect.Response[v1alpha1.ListRepositoriesUserCanAccessResponse], error)
- func (UnimplementedRepositoryServiceHandler) ListRepositoryContributors(context.Context, *connect.Request[v1alpha1.ListRepositoryContributorsRequest]) (*connect.Response[v1alpha1.ListRepositoryContributorsResponse], error)
- func (UnimplementedRepositoryServiceHandler) ListUserRepositories(context.Context, *connect.Request[v1alpha1.ListUserRepositoriesRequest]) (*connect.Response[v1alpha1.ListUserRepositoriesResponse], error)
- func (UnimplementedRepositoryServiceHandler) SetRepositoryContributor(context.Context, *connect.Request[v1alpha1.SetRepositoryContributorRequest]) (*connect.Response[v1alpha1.SetRepositoryContributorResponse], error)
- func (UnimplementedRepositoryServiceHandler) UndeprecateRepositoryByName(context.Context, *connect.Request[v1alpha1.UndeprecateRepositoryByNameRequest]) (*connect.Response[v1alpha1.UndeprecateRepositoryByNameResponse], error)
- func (UnimplementedRepositoryServiceHandler) UpdateRepositorySettingsByName(context.Context, ...) (*connect.Response[v1alpha1.UpdateRepositorySettingsByNameResponse], error)
- type UnimplementedRepositoryTagServiceHandler
- func (UnimplementedRepositoryTagServiceHandler) CreateRepositoryTag(context.Context, *connect.Request[v1alpha1.CreateRepositoryTagRequest]) (*connect.Response[v1alpha1.CreateRepositoryTagResponse], error)
- func (UnimplementedRepositoryTagServiceHandler) GetRepositoryTag(context.Context, *connect.Request[v1alpha1.GetRepositoryTagRequest]) (*connect.Response[v1alpha1.GetRepositoryTagResponse], error)
- func (UnimplementedRepositoryTagServiceHandler) ListRepositoryTags(context.Context, *connect.Request[v1alpha1.ListRepositoryTagsRequest]) (*connect.Response[v1alpha1.ListRepositoryTagsResponse], error)
- func (UnimplementedRepositoryTagServiceHandler) ListRepositoryTagsForReference(context.Context, ...) (*connect.Response[v1alpha1.ListRepositoryTagsForReferenceResponse], error)
- func (UnimplementedRepositoryTagServiceHandler) UpdateRepositoryTag(context.Context, *connect.Request[v1alpha1.UpdateRepositoryTagRequest]) (*connect.Response[v1alpha1.UpdateRepositoryTagResponse], error)
- type UnimplementedResolveServiceHandler
- func (UnimplementedResolveServiceHandler) GetCargoVersion(context.Context, *connect.Request[v1alpha1.GetCargoVersionRequest]) (*connect.Response[v1alpha1.GetCargoVersionResponse], error)
- func (UnimplementedResolveServiceHandler) GetGoVersion(context.Context, *connect.Request[v1alpha1.GetGoVersionRequest]) (*connect.Response[v1alpha1.GetGoVersionResponse], error)
- func (UnimplementedResolveServiceHandler) GetMavenVersion(context.Context, *connect.Request[v1alpha1.GetMavenVersionRequest]) (*connect.Response[v1alpha1.GetMavenVersionResponse], error)
- func (UnimplementedResolveServiceHandler) GetModulePins(context.Context, *connect.Request[v1alpha1.GetModulePinsRequest]) (*connect.Response[v1alpha1.GetModulePinsResponse], error)
- func (UnimplementedResolveServiceHandler) GetNPMVersion(context.Context, *connect.Request[v1alpha1.GetNPMVersionRequest]) (*connect.Response[v1alpha1.GetNPMVersionResponse], error)
- func (UnimplementedResolveServiceHandler) GetPythonVersion(context.Context, *connect.Request[v1alpha1.GetPythonVersionRequest]) (*connect.Response[v1alpha1.GetPythonVersionResponse], error)
- func (UnimplementedResolveServiceHandler) GetSwiftVersion(context.Context, *connect.Request[v1alpha1.GetSwiftVersionRequest]) (*connect.Response[v1alpha1.GetSwiftVersionResponse], error)
- type UnimplementedResourceServiceHandler
- type UnimplementedSCIMTokenServiceHandler
- func (UnimplementedSCIMTokenServiceHandler) CreateSCIMToken(context.Context, *connect.Request[v1alpha1.CreateSCIMTokenRequest]) (*connect.Response[v1alpha1.CreateSCIMTokenResponse], error)
- func (UnimplementedSCIMTokenServiceHandler) DeleteSCIMToken(context.Context, *connect.Request[v1alpha1.DeleteSCIMTokenRequest]) (*connect.Response[v1alpha1.DeleteSCIMTokenResponse], error)
- func (UnimplementedSCIMTokenServiceHandler) ListSCIMTokens(context.Context, *connect.Request[v1alpha1.ListSCIMTokensRequest]) (*connect.Response[v1alpha1.ListSCIMTokensResponse], error)
- type UnimplementedSchemaServiceHandler
- func (UnimplementedSchemaServiceHandler) ConvertMessage(context.Context, *connect.Request[v1alpha1.ConvertMessageRequest]) (*connect.Response[v1alpha1.ConvertMessageResponse], error)
- func (UnimplementedSchemaServiceHandler) GetSchema(context.Context, *connect.Request[v1alpha1.GetSchemaRequest]) (*connect.Response[v1alpha1.GetSchemaResponse], error)
- type UnimplementedSearchServiceHandler
- func (UnimplementedSearchServiceHandler) Search(context.Context, *connect.Request[v1alpha1.SearchRequest]) (*connect.Response[v1alpha1.SearchResponse], error)
- func (UnimplementedSearchServiceHandler) SearchDraft(context.Context, *connect.Request[v1alpha1.SearchDraftRequest]) (*connect.Response[v1alpha1.SearchDraftResponse], error)
- func (UnimplementedSearchServiceHandler) SearchModuleContent(context.Context, *connect.Request[v1alpha1.SearchModuleContentRequest]) (*connect.Response[v1alpha1.SearchModuleContentResponse], error)
- func (UnimplementedSearchServiceHandler) SearchTag(context.Context, *connect.Request[v1alpha1.SearchTagRequest]) (*connect.Response[v1alpha1.SearchTagResponse], error)
- type UnimplementedStudioRequestServiceHandler
- func (UnimplementedStudioRequestServiceHandler) CreateStudioRequest(context.Context, *connect.Request[v1alpha1.CreateStudioRequestRequest]) (*connect.Response[v1alpha1.CreateStudioRequestResponse], error)
- func (UnimplementedStudioRequestServiceHandler) DeleteStudioRequest(context.Context, *connect.Request[v1alpha1.DeleteStudioRequestRequest]) (*connect.Response[v1alpha1.DeleteStudioRequestResponse], error)
- func (UnimplementedStudioRequestServiceHandler) ListStudioRequests(context.Context, *connect.Request[v1alpha1.ListStudioRequestsRequest]) (*connect.Response[v1alpha1.ListStudioRequestsResponse], error)
- func (UnimplementedStudioRequestServiceHandler) RenameStudioRequest(context.Context, *connect.Request[v1alpha1.RenameStudioRequestRequest]) (*connect.Response[v1alpha1.RenameStudioRequestResponse], error)
- type UnimplementedStudioServiceHandler
- func (UnimplementedStudioServiceHandler) ListStudioAgentPresets(context.Context, *connect.Request[v1alpha1.ListStudioAgentPresetsRequest]) (*connect.Response[v1alpha1.ListStudioAgentPresetsResponse], error)
- func (UnimplementedStudioServiceHandler) SetStudioAgentPresets(context.Context, *connect.Request[v1alpha1.SetStudioAgentPresetsRequest]) (*connect.Response[v1alpha1.SetStudioAgentPresetsResponse], error)
- type UnimplementedSyncServiceHandler
- func (UnimplementedSyncServiceHandler) AttachGitTags(context.Context, *connect.Request[v1alpha1.AttachGitTagsRequest]) (*connect.Response[v1alpha1.AttachGitTagsResponse], error)
- func (UnimplementedSyncServiceHandler) GetGitSyncPoint(context.Context, *connect.Request[v1alpha1.GetGitSyncPointRequest]) (*connect.Response[v1alpha1.GetGitSyncPointResponse], error)
- func (UnimplementedSyncServiceHandler) SyncGitCommit(context.Context, *connect.Request[v1alpha1.SyncGitCommitRequest]) (*connect.Response[v1alpha1.SyncGitCommitResponse], error)
- type UnimplementedTokenServiceHandler
- func (UnimplementedTokenServiceHandler) CreateToken(context.Context, *connect.Request[v1alpha1.CreateTokenRequest]) (*connect.Response[v1alpha1.CreateTokenResponse], error)
- func (UnimplementedTokenServiceHandler) DeleteToken(context.Context, *connect.Request[v1alpha1.DeleteTokenRequest]) (*connect.Response[v1alpha1.DeleteTokenResponse], error)
- func (UnimplementedTokenServiceHandler) GetToken(context.Context, *connect.Request[v1alpha1.GetTokenRequest]) (*connect.Response[v1alpha1.GetTokenResponse], error)
- func (UnimplementedTokenServiceHandler) ListTokens(context.Context, *connect.Request[v1alpha1.ListTokensRequest]) (*connect.Response[v1alpha1.ListTokensResponse], error)
- type UnimplementedUserServiceHandler
- func (UnimplementedUserServiceHandler) CountUsers(context.Context, *connect.Request[v1alpha1.CountUsersRequest]) (*connect.Response[v1alpha1.CountUsersResponse], error)
- func (UnimplementedUserServiceHandler) CreateUser(context.Context, *connect.Request[v1alpha1.CreateUserRequest]) (*connect.Response[v1alpha1.CreateUserResponse], error)
- func (UnimplementedUserServiceHandler) DeactivateUser(context.Context, *connect.Request[v1alpha1.DeactivateUserRequest]) (*connect.Response[v1alpha1.DeactivateUserResponse], error)
- func (UnimplementedUserServiceHandler) DeleteUser(context.Context, *connect.Request[v1alpha1.DeleteUserRequest]) (*connect.Response[v1alpha1.DeleteUserResponse], error)
- func (UnimplementedUserServiceHandler) GetUser(context.Context, *connect.Request[v1alpha1.GetUserRequest]) (*connect.Response[v1alpha1.GetUserResponse], error)
- func (UnimplementedUserServiceHandler) GetUserByUsername(context.Context, *connect.Request[v1alpha1.GetUserByUsernameRequest]) (*connect.Response[v1alpha1.GetUserByUsernameResponse], error)
- func (UnimplementedUserServiceHandler) GetUserPluginPreferences(context.Context, *connect.Request[v1alpha1.GetUserPluginPreferencesRequest]) (*connect.Response[v1alpha1.GetUserPluginPreferencesResponse], error)
- func (UnimplementedUserServiceHandler) ListOrganizationUsers(context.Context, *connect.Request[v1alpha1.ListOrganizationUsersRequest]) (*connect.Response[v1alpha1.ListOrganizationUsersResponse], error)
- func (UnimplementedUserServiceHandler) ListUsers(context.Context, *connect.Request[v1alpha1.ListUsersRequest]) (*connect.Response[v1alpha1.ListUsersResponse], error)
- func (UnimplementedUserServiceHandler) UpdateUserPluginPreferences(context.Context, *connect.Request[v1alpha1.UpdateUserPluginPreferencesRequest]) (*connect.Response[v1alpha1.UpdateUserPluginPreferencesResponse], error)
- func (UnimplementedUserServiceHandler) UpdateUserServerRole(context.Context, *connect.Request[v1alpha1.UpdateUserServerRoleRequest]) (*connect.Response[v1alpha1.UpdateUserServerRoleResponse], error)
- func (UnimplementedUserServiceHandler) UpdateUserSettings(context.Context, *connect.Request[v1alpha1.UpdateUserSettingsRequest]) (*connect.Response[v1alpha1.UpdateUserSettingsResponse], error)
- type UnimplementedWebhookServiceHandler
- func (UnimplementedWebhookServiceHandler) CreateWebhook(context.Context, *connect.Request[v1alpha1.CreateWebhookRequest]) (*connect.Response[v1alpha1.CreateWebhookResponse], error)
- func (UnimplementedWebhookServiceHandler) DeleteWebhook(context.Context, *connect.Request[v1alpha1.DeleteWebhookRequest]) (*connect.Response[v1alpha1.DeleteWebhookResponse], error)
- func (UnimplementedWebhookServiceHandler) ListWebhooks(context.Context, *connect.Request[v1alpha1.ListWebhooksRequest]) (*connect.Response[v1alpha1.ListWebhooksResponse], error)
- type UserServiceClient
- type UserServiceHandler
- type WebhookServiceClient
- type WebhookServiceHandler
Constants ¶
const ( // AdminServiceForceDeleteUserProcedure is the fully-qualified name of the AdminService's // ForceDeleteUser RPC. AdminServiceForceDeleteUserProcedure = "/buf.alpha.registry.v1alpha1.AdminService/ForceDeleteUser" // AdminServiceUpdateUserVerificationStatusProcedure is the fully-qualified name of the // AdminService's UpdateUserVerificationStatus RPC. AdminServiceUpdateUserVerificationStatusProcedure = "/buf.alpha.registry.v1alpha1.AdminService/UpdateUserVerificationStatus" // AdminServiceUpdateOrganizationVerificationStatusProcedure is the fully-qualified name of the // AdminService's UpdateOrganizationVerificationStatus RPC. AdminServiceUpdateOrganizationVerificationStatusProcedure = "/buf.alpha.registry.v1alpha1.AdminService/UpdateOrganizationVerificationStatus" // AdminServiceCreateMachineUserProcedure is the fully-qualified name of the AdminService's // CreateMachineUser RPC. AdminServiceCreateMachineUserProcedure = "/buf.alpha.registry.v1alpha1.AdminService/CreateMachineUser" // AdminServiceGetBreakingChangePolicyProcedure is the fully-qualified name of the AdminService's // GetBreakingChangePolicy RPC. AdminServiceGetBreakingChangePolicyProcedure = "/buf.alpha.registry.v1alpha1.AdminService/GetBreakingChangePolicy" // AdminServiceUpdateBreakingChangePolicyProcedure is the fully-qualified name of the AdminService's // UpdateBreakingChangePolicy RPC. AdminServiceUpdateBreakingChangePolicyProcedure = "/buf.alpha.registry.v1alpha1.AdminService/UpdateBreakingChangePolicy" // AdminServiceGetUniquenessPolicyProcedure is the fully-qualified name of the AdminService's // GetUniquenessPolicy RPC. AdminServiceGetUniquenessPolicyProcedure = "/buf.alpha.registry.v1alpha1.AdminService/GetUniquenessPolicy" // AdminServiceUpdateUniquenessPolicyProcedure is the fully-qualified name of the AdminService's // UpdateUniquenessPolicy RPC. AdminServiceUpdateUniquenessPolicyProcedure = "/buf.alpha.registry.v1alpha1.AdminService/UpdateUniquenessPolicy" // AdminServiceListServerUniquenessCollisionsProcedure is the fully-qualified name of the // AdminService's ListServerUniquenessCollisions RPC. AdminServiceListServerUniquenessCollisionsProcedure = "/buf.alpha.registry.v1alpha1.AdminService/ListServerUniquenessCollisions" // AdminServiceRunServerUniquenessBackfillTaskProcedure is the fully-qualified name of the // AdminService's RunServerUniquenessBackfillTask RPC. AdminServiceRunServerUniquenessBackfillTaskProcedure = "/buf.alpha.registry.v1alpha1.AdminService/RunServerUniquenessBackfillTask" // AdminServiceGetReviewFlowGracePeriodPolicyProcedure is the fully-qualified name of the // AdminService's GetReviewFlowGracePeriodPolicy RPC. AdminServiceGetReviewFlowGracePeriodPolicyProcedure = "/buf.alpha.registry.v1alpha1.AdminService/GetReviewFlowGracePeriodPolicy" // AdminServiceUpdateReviewFlowGracePeriodPolicyProcedure is the fully-qualified name of the // AdminService's UpdateReviewFlowGracePeriodPolicy RPC. AdminServiceUpdateReviewFlowGracePeriodPolicyProcedure = "/buf.alpha.registry.v1alpha1.AdminService/UpdateReviewFlowGracePeriodPolicy" // AdminServiceGetClusterUsageProcedure is the fully-qualified name of the AdminService's // GetClusterUsage RPC. AdminServiceGetClusterUsageProcedure = "/buf.alpha.registry.v1alpha1.AdminService/GetClusterUsage" )
These constants are the fully-qualified names of the RPCs defined in this package. They're exposed at runtime as Spec.Procedure and as the final two segments of the HTTP route.
Note that these are different from the fully-qualified method names used by google.golang.org/protobuf/reflect/protoreflect. To convert from these constants to reflection-formatted method names, remove the leading slash and convert the remaining slash to a period.
const ( // AuthnServiceGetCurrentUserProcedure is the fully-qualified name of the AuthnService's // GetCurrentUser RPC. AuthnServiceGetCurrentUserProcedure = "/buf.alpha.registry.v1alpha1.AuthnService/GetCurrentUser" // AuthnServiceGetCurrentUserSubjectProcedure is the fully-qualified name of the AuthnService's // GetCurrentUserSubject RPC. AuthnServiceGetCurrentUserSubjectProcedure = "/buf.alpha.registry.v1alpha1.AuthnService/GetCurrentUserSubject" )
These constants are the fully-qualified names of the RPCs defined in this package. They're exposed at runtime as Spec.Procedure and as the final two segments of the HTTP route.
Note that these are different from the fully-qualified method names used by google.golang.org/protobuf/reflect/protoreflect. To convert from these constants to reflection-formatted method names, remove the leading slash and convert the remaining slash to a period.
const ( // AuthzServiceUserCanCreateOrganizationRepositoryProcedure is the fully-qualified name of the // AuthzService's UserCanCreateOrganizationRepository RPC. AuthzServiceUserCanCreateOrganizationRepositoryProcedure = "/buf.alpha.registry.v1alpha1.AuthzService/UserCanCreateOrganizationRepository" // AuthzServiceUserCanSeeRepositorySettingsProcedure is the fully-qualified name of the // AuthzService's UserCanSeeRepositorySettings RPC. AuthzServiceUserCanSeeRepositorySettingsProcedure = "/buf.alpha.registry.v1alpha1.AuthzService/UserCanSeeRepositorySettings" // AuthzServiceUserCanSeeOrganizationSettingsProcedure is the fully-qualified name of the // AuthzService's UserCanSeeOrganizationSettings RPC. AuthzServiceUserCanSeeOrganizationSettingsProcedure = "/buf.alpha.registry.v1alpha1.AuthzService/UserCanSeeOrganizationSettings" // AuthzServiceUserCanAddOrganizationMemberProcedure is the fully-qualified name of the // AuthzService's UserCanAddOrganizationMember RPC. AuthzServiceUserCanAddOrganizationMemberProcedure = "/buf.alpha.registry.v1alpha1.AuthzService/UserCanAddOrganizationMember" // AuthzServiceUserCanUpdateOrganizationMemberProcedure is the fully-qualified name of the // AuthzService's UserCanUpdateOrganizationMember RPC. AuthzServiceUserCanUpdateOrganizationMemberProcedure = "/buf.alpha.registry.v1alpha1.AuthzService/UserCanUpdateOrganizationMember" // AuthzServiceUserCanRemoveOrganizationMemberProcedure is the fully-qualified name of the // AuthzService's UserCanRemoveOrganizationMember RPC. AuthzServiceUserCanRemoveOrganizationMemberProcedure = "/buf.alpha.registry.v1alpha1.AuthzService/UserCanRemoveOrganizationMember" // AuthzServiceUserCanDeleteOrganizationProcedure is the fully-qualified name of the AuthzService's // UserCanDeleteOrganization RPC. AuthzServiceUserCanDeleteOrganizationProcedure = "/buf.alpha.registry.v1alpha1.AuthzService/UserCanDeleteOrganization" // AuthzServiceUserCanDeleteRepositoryProcedure is the fully-qualified name of the AuthzService's // UserCanDeleteRepository RPC. AuthzServiceUserCanDeleteRepositoryProcedure = "/buf.alpha.registry.v1alpha1.AuthzService/UserCanDeleteRepository" // AuthzServiceUserCanDeleteUserProcedure is the fully-qualified name of the AuthzService's // UserCanDeleteUser RPC. AuthzServiceUserCanDeleteUserProcedure = "/buf.alpha.registry.v1alpha1.AuthzService/UserCanDeleteUser" // AuthzServiceUserCanSeeServerAdminPanelProcedure is the fully-qualified name of the AuthzService's // UserCanSeeServerAdminPanel RPC. AuthzServiceUserCanSeeServerAdminPanelProcedure = "/buf.alpha.registry.v1alpha1.AuthzService/UserCanSeeServerAdminPanel" // AuthzServiceUserCanManageRepositoryContributorsProcedure is the fully-qualified name of the // AuthzService's UserCanManageRepositoryContributors RPC. AuthzServiceUserCanManageRepositoryContributorsProcedure = "/buf.alpha.registry.v1alpha1.AuthzService/UserCanManageRepositoryContributors" // AuthzServiceUserCanReviewCommitsProcedure is the fully-qualified name of the AuthzService's // UserCanReviewCommits RPC. AuthzServiceUserCanReviewCommitsProcedure = "/buf.alpha.registry.v1alpha1.AuthzService/UserCanReviewCommits" )
These constants are the fully-qualified names of the RPCs defined in this package. They're exposed at runtime as Spec.Procedure and as the final two segments of the HTTP route.
Note that these are different from the fully-qualified method names used by google.golang.org/protobuf/reflect/protoreflect. To convert from these constants to reflection-formatted method names, remove the leading slash and convert the remaining slash to a period.
const ( // DisplayServiceDisplayOrganizationElementsProcedure is the fully-qualified name of the // DisplayService's DisplayOrganizationElements RPC. DisplayServiceDisplayOrganizationElementsProcedure = "/buf.alpha.registry.v1alpha1.DisplayService/DisplayOrganizationElements" // DisplayServiceDisplayRepositoryElementsProcedure is the fully-qualified name of the // DisplayService's DisplayRepositoryElements RPC. DisplayServiceDisplayRepositoryElementsProcedure = "/buf.alpha.registry.v1alpha1.DisplayService/DisplayRepositoryElements" // DisplayServiceDisplayUserElementsProcedure is the fully-qualified name of the DisplayService's // DisplayUserElements RPC. DisplayServiceDisplayUserElementsProcedure = "/buf.alpha.registry.v1alpha1.DisplayService/DisplayUserElements" // DisplayServiceDisplayServerElementsProcedure is the fully-qualified name of the DisplayService's // DisplayServerElements RPC. DisplayServiceDisplayServerElementsProcedure = "/buf.alpha.registry.v1alpha1.DisplayService/DisplayServerElements" // DisplayServiceDisplayOwnerEntitledElementsProcedure is the fully-qualified name of the // DisplayService's DisplayOwnerEntitledElements RPC. DisplayServiceDisplayOwnerEntitledElementsProcedure = "/buf.alpha.registry.v1alpha1.DisplayService/DisplayOwnerEntitledElements" // DisplayServiceDisplayRepositoryEntitledElementsProcedure is the fully-qualified name of the // DisplayService's DisplayRepositoryEntitledElements RPC. DisplayServiceDisplayRepositoryEntitledElementsProcedure = "/buf.alpha.registry.v1alpha1.DisplayService/DisplayRepositoryEntitledElements" // DisplayServiceListManageableRepositoryRolesProcedure is the fully-qualified name of the // DisplayService's ListManageableRepositoryRoles RPC. DisplayServiceListManageableRepositoryRolesProcedure = "/buf.alpha.registry.v1alpha1.DisplayService/ListManageableRepositoryRoles" // DisplayServiceListManageableUserRepositoryRolesProcedure is the fully-qualified name of the // DisplayService's ListManageableUserRepositoryRoles RPC. DisplayServiceListManageableUserRepositoryRolesProcedure = "/buf.alpha.registry.v1alpha1.DisplayService/ListManageableUserRepositoryRoles" )
These constants are the fully-qualified names of the RPCs defined in this package. They're exposed at runtime as Spec.Procedure and as the final two segments of the HTTP route.
Note that these are different from the fully-qualified method names used by google.golang.org/protobuf/reflect/protoreflect. To convert from these constants to reflection-formatted method names, remove the leading slash and convert the remaining slash to a period.
const ( // DocServiceGetSourceDirectoryInfoProcedure is the fully-qualified name of the DocService's // GetSourceDirectoryInfo RPC. DocServiceGetSourceDirectoryInfoProcedure = "/buf.alpha.registry.v1alpha1.DocService/GetSourceDirectoryInfo" // DocServiceGetSourceFileProcedure is the fully-qualified name of the DocService's GetSourceFile // RPC. DocServiceGetSourceFileProcedure = "/buf.alpha.registry.v1alpha1.DocService/GetSourceFile" // DocServiceGetModulePackagesProcedure is the fully-qualified name of the DocService's // GetModulePackages RPC. DocServiceGetModulePackagesProcedure = "/buf.alpha.registry.v1alpha1.DocService/GetModulePackages" // DocServiceGetModuleDocumentationProcedure is the fully-qualified name of the DocService's // GetModuleDocumentation RPC. DocServiceGetModuleDocumentationProcedure = "/buf.alpha.registry.v1alpha1.DocService/GetModuleDocumentation" // DocServiceGetPackageDocumentationProcedure is the fully-qualified name of the DocService's // GetPackageDocumentation RPC. DocServiceGetPackageDocumentationProcedure = "/buf.alpha.registry.v1alpha1.DocService/GetPackageDocumentation" )
These constants are the fully-qualified names of the RPCs defined in this package. They're exposed at runtime as Spec.Procedure and as the final two segments of the HTTP route.
Note that these are different from the fully-qualified method names used by google.golang.org/protobuf/reflect/protoreflect. To convert from these constants to reflection-formatted method names, remove the leading slash and convert the remaining slash to a period.
const ( // DownloadServiceDownloadProcedure is the fully-qualified name of the DownloadService's Download // RPC. DownloadServiceDownloadProcedure = "/buf.alpha.registry.v1alpha1.DownloadService/Download" // DownloadServiceDownloadManifestAndBlobsProcedure is the fully-qualified name of the // DownloadService's DownloadManifestAndBlobs RPC. DownloadServiceDownloadManifestAndBlobsProcedure = "/buf.alpha.registry.v1alpha1.DownloadService/DownloadManifestAndBlobs" )
These constants are the fully-qualified names of the RPCs defined in this package. They're exposed at runtime as Spec.Procedure and as the final two segments of the HTTP route.
Note that these are different from the fully-qualified method names used by google.golang.org/protobuf/reflect/protoreflect. To convert from these constants to reflection-formatted method names, remove the leading slash and convert the remaining slash to a period.
const ( // LabelServiceCreateLabelProcedure is the fully-qualified name of the LabelService's CreateLabel // RPC. LabelServiceCreateLabelProcedure = "/buf.alpha.registry.v1alpha1.LabelService/CreateLabel" // LabelServiceMoveLabelProcedure is the fully-qualified name of the LabelService's MoveLabel RPC. LabelServiceMoveLabelProcedure = "/buf.alpha.registry.v1alpha1.LabelService/MoveLabel" // LabelServiceGetLabelsProcedure is the fully-qualified name of the LabelService's GetLabels RPC. LabelServiceGetLabelsProcedure = "/buf.alpha.registry.v1alpha1.LabelService/GetLabels" // LabelServiceGetLabelsInNamespaceProcedure is the fully-qualified name of the LabelService's // GetLabelsInNamespace RPC. LabelServiceGetLabelsInNamespaceProcedure = "/buf.alpha.registry.v1alpha1.LabelService/GetLabelsInNamespace" )
These constants are the fully-qualified names of the RPCs defined in this package. They're exposed at runtime as Spec.Procedure and as the final two segments of the HTTP route.
Note that these are different from the fully-qualified method names used by google.golang.org/protobuf/reflect/protoreflect. To convert from these constants to reflection-formatted method names, remove the leading slash and convert the remaining slash to a period.
const ( // OrganizationServiceGetOrganizationProcedure is the fully-qualified name of the // OrganizationService's GetOrganization RPC. OrganizationServiceGetOrganizationProcedure = "/buf.alpha.registry.v1alpha1.OrganizationService/GetOrganization" // OrganizationServiceGetOrganizationByNameProcedure is the fully-qualified name of the // OrganizationService's GetOrganizationByName RPC. OrganizationServiceGetOrganizationByNameProcedure = "/buf.alpha.registry.v1alpha1.OrganizationService/GetOrganizationByName" // OrganizationServiceListOrganizationsProcedure is the fully-qualified name of the // OrganizationService's ListOrganizations RPC. OrganizationServiceListOrganizationsProcedure = "/buf.alpha.registry.v1alpha1.OrganizationService/ListOrganizations" // OrganizationServiceListUserOrganizationsProcedure is the fully-qualified name of the // OrganizationService's ListUserOrganizations RPC. OrganizationServiceListUserOrganizationsProcedure = "/buf.alpha.registry.v1alpha1.OrganizationService/ListUserOrganizations" // OrganizationServiceGetUserOrganizationProcedure is the fully-qualified name of the // OrganizationService's GetUserOrganization RPC. OrganizationServiceGetUserOrganizationProcedure = "/buf.alpha.registry.v1alpha1.OrganizationService/GetUserOrganization" // OrganizationServiceCreateOrganizationProcedure is the fully-qualified name of the // OrganizationService's CreateOrganization RPC. OrganizationServiceCreateOrganizationProcedure = "/buf.alpha.registry.v1alpha1.OrganizationService/CreateOrganization" // OrganizationServiceDeleteOrganizationProcedure is the fully-qualified name of the // OrganizationService's DeleteOrganization RPC. OrganizationServiceDeleteOrganizationProcedure = "/buf.alpha.registry.v1alpha1.OrganizationService/DeleteOrganization" // OrganizationServiceDeleteOrganizationByNameProcedure is the fully-qualified name of the // OrganizationService's DeleteOrganizationByName RPC. OrganizationServiceDeleteOrganizationByNameProcedure = "/buf.alpha.registry.v1alpha1.OrganizationService/DeleteOrganizationByName" // OrganizationServiceAddOrganizationMemberProcedure is the fully-qualified name of the // OrganizationService's AddOrganizationMember RPC. OrganizationServiceAddOrganizationMemberProcedure = "/buf.alpha.registry.v1alpha1.OrganizationService/AddOrganizationMember" // OrganizationServiceUpdateOrganizationMemberProcedure is the fully-qualified name of the // OrganizationService's UpdateOrganizationMember RPC. OrganizationServiceUpdateOrganizationMemberProcedure = "/buf.alpha.registry.v1alpha1.OrganizationService/UpdateOrganizationMember" // OrganizationServiceRemoveOrganizationMemberProcedure is the fully-qualified name of the // OrganizationService's RemoveOrganizationMember RPC. OrganizationServiceRemoveOrganizationMemberProcedure = "/buf.alpha.registry.v1alpha1.OrganizationService/RemoveOrganizationMember" // OrganizationServiceSetOrganizationMemberProcedure is the fully-qualified name of the // OrganizationService's SetOrganizationMember RPC. OrganizationServiceSetOrganizationMemberProcedure = "/buf.alpha.registry.v1alpha1.OrganizationService/SetOrganizationMember" // OrganizationServiceGetOrganizationSettingsProcedure is the fully-qualified name of the // OrganizationService's GetOrganizationSettings RPC. OrganizationServiceGetOrganizationSettingsProcedure = "/buf.alpha.registry.v1alpha1.OrganizationService/GetOrganizationSettings" // OrganizationServiceUpdateOrganizationSettingsProcedure is the fully-qualified name of the // OrganizationService's UpdateOrganizationSettings RPC. OrganizationServiceUpdateOrganizationSettingsProcedure = "/buf.alpha.registry.v1alpha1.OrganizationService/UpdateOrganizationSettings" // OrganizationServiceAddOrganizationGroupProcedure is the fully-qualified name of the // OrganizationService's AddOrganizationGroup RPC. OrganizationServiceAddOrganizationGroupProcedure = "/buf.alpha.registry.v1alpha1.OrganizationService/AddOrganizationGroup" // OrganizationServiceRemoveOrganizationGroupProcedure is the fully-qualified name of the // OrganizationService's RemoveOrganizationGroup RPC. OrganizationServiceRemoveOrganizationGroupProcedure = "/buf.alpha.registry.v1alpha1.OrganizationService/RemoveOrganizationGroup" )
These constants are the fully-qualified names of the RPCs defined in this package. They're exposed at runtime as Spec.Procedure and as the final two segments of the HTTP route.
Note that these are different from the fully-qualified method names used by google.golang.org/protobuf/reflect/protoreflect. To convert from these constants to reflection-formatted method names, remove the leading slash and convert the remaining slash to a period.
const ( // PluginCurationServiceName is the fully-qualified name of the PluginCurationService service. PluginCurationServiceName = "buf.alpha.registry.v1alpha1.PluginCurationService" // CodeGenerationServiceName is the fully-qualified name of the CodeGenerationService service. CodeGenerationServiceName = "buf.alpha.registry.v1alpha1.CodeGenerationService" )
const ( // PluginCurationServiceListCuratedPluginsProcedure is the fully-qualified name of the // PluginCurationService's ListCuratedPlugins RPC. PluginCurationServiceListCuratedPluginsProcedure = "/buf.alpha.registry.v1alpha1.PluginCurationService/ListCuratedPlugins" // PluginCurationServiceCreateCuratedPluginProcedure is the fully-qualified name of the // PluginCurationService's CreateCuratedPlugin RPC. PluginCurationServiceCreateCuratedPluginProcedure = "/buf.alpha.registry.v1alpha1.PluginCurationService/CreateCuratedPlugin" // PluginCurationServiceGetLatestCuratedPluginProcedure is the fully-qualified name of the // PluginCurationService's GetLatestCuratedPlugin RPC. PluginCurationServiceGetLatestCuratedPluginProcedure = "/buf.alpha.registry.v1alpha1.PluginCurationService/GetLatestCuratedPlugin" // PluginCurationServiceDeleteCuratedPluginProcedure is the fully-qualified name of the // PluginCurationService's DeleteCuratedPlugin RPC. PluginCurationServiceDeleteCuratedPluginProcedure = "/buf.alpha.registry.v1alpha1.PluginCurationService/DeleteCuratedPlugin" // CodeGenerationServiceGenerateCodeProcedure is the fully-qualified name of the // CodeGenerationService's GenerateCode RPC. CodeGenerationServiceGenerateCodeProcedure = "/buf.alpha.registry.v1alpha1.CodeGenerationService/GenerateCode" )
These constants are the fully-qualified names of the RPCs defined in this package. They're exposed at runtime as Spec.Procedure and as the final two segments of the HTTP route.
Note that these are different from the fully-qualified method names used by google.golang.org/protobuf/reflect/protoreflect. To convert from these constants to reflection-formatted method names, remove the leading slash and convert the remaining slash to a period.
const ( // PushServicePushProcedure is the fully-qualified name of the PushService's Push RPC. PushServicePushProcedure = "/buf.alpha.registry.v1alpha1.PushService/Push" // PushServicePushManifestAndBlobsProcedure is the fully-qualified name of the PushService's // PushManifestAndBlobs RPC. PushServicePushManifestAndBlobsProcedure = "/buf.alpha.registry.v1alpha1.PushService/PushManifestAndBlobs" )
These constants are the fully-qualified names of the RPCs defined in this package. They're exposed at runtime as Spec.Procedure and as the final two segments of the HTTP route.
Note that these are different from the fully-qualified method names used by google.golang.org/protobuf/reflect/protoreflect. To convert from these constants to reflection-formatted method names, remove the leading slash and convert the remaining slash to a period.
const ( // RecommendationServiceRecommendedRepositoriesProcedure is the fully-qualified name of the // RecommendationService's RecommendedRepositories RPC. RecommendationServiceRecommendedRepositoriesProcedure = "/buf.alpha.registry.v1alpha1.RecommendationService/RecommendedRepositories" // RecommendationServiceListRecommendedResourcesProcedure is the fully-qualified name of the // RecommendationService's ListRecommendedResources RPC. RecommendationServiceListRecommendedResourcesProcedure = "/buf.alpha.registry.v1alpha1.RecommendationService/ListRecommendedResources" // RecommendationServiceSetRecommendedResourcesProcedure is the fully-qualified name of the // RecommendationService's SetRecommendedResources RPC. RecommendationServiceSetRecommendedResourcesProcedure = "/buf.alpha.registry.v1alpha1.RecommendationService/SetRecommendedResources" )
These constants are the fully-qualified names of the RPCs defined in this package. They're exposed at runtime as Spec.Procedure and as the final two segments of the HTTP route.
Note that these are different from the fully-qualified method names used by google.golang.org/protobuf/reflect/protoreflect. To convert from these constants to reflection-formatted method names, remove the leading slash and convert the remaining slash to a period.
const ( // RepositoryServiceGetRepositoryProcedure is the fully-qualified name of the RepositoryService's // GetRepository RPC. RepositoryServiceGetRepositoryProcedure = "/buf.alpha.registry.v1alpha1.RepositoryService/GetRepository" // RepositoryServiceGetRepositoryByFullNameProcedure is the fully-qualified name of the // RepositoryService's GetRepositoryByFullName RPC. RepositoryServiceGetRepositoryByFullNameProcedure = "/buf.alpha.registry.v1alpha1.RepositoryService/GetRepositoryByFullName" // RepositoryServiceListRepositoriesProcedure is the fully-qualified name of the RepositoryService's // ListRepositories RPC. RepositoryServiceListRepositoriesProcedure = "/buf.alpha.registry.v1alpha1.RepositoryService/ListRepositories" // RepositoryServiceListUserRepositoriesProcedure is the fully-qualified name of the // RepositoryService's ListUserRepositories RPC. RepositoryServiceListUserRepositoriesProcedure = "/buf.alpha.registry.v1alpha1.RepositoryService/ListUserRepositories" // RepositoryServiceListRepositoriesUserCanAccessProcedure is the fully-qualified name of the // RepositoryService's ListRepositoriesUserCanAccess RPC. RepositoryServiceListRepositoriesUserCanAccessProcedure = "/buf.alpha.registry.v1alpha1.RepositoryService/ListRepositoriesUserCanAccess" // RepositoryServiceListOrganizationRepositoriesProcedure is the fully-qualified name of the // RepositoryService's ListOrganizationRepositories RPC. RepositoryServiceListOrganizationRepositoriesProcedure = "/buf.alpha.registry.v1alpha1.RepositoryService/ListOrganizationRepositories" // RepositoryServiceCreateRepositoryByFullNameProcedure is the fully-qualified name of the // RepositoryService's CreateRepositoryByFullName RPC. RepositoryServiceCreateRepositoryByFullNameProcedure = "/buf.alpha.registry.v1alpha1.RepositoryService/CreateRepositoryByFullName" // RepositoryServiceDeleteRepositoryProcedure is the fully-qualified name of the RepositoryService's // DeleteRepository RPC. RepositoryServiceDeleteRepositoryProcedure = "/buf.alpha.registry.v1alpha1.RepositoryService/DeleteRepository" // RepositoryServiceDeleteRepositoryByFullNameProcedure is the fully-qualified name of the // RepositoryService's DeleteRepositoryByFullName RPC. RepositoryServiceDeleteRepositoryByFullNameProcedure = "/buf.alpha.registry.v1alpha1.RepositoryService/DeleteRepositoryByFullName" // RepositoryServiceDeprecateRepositoryByNameProcedure is the fully-qualified name of the // RepositoryService's DeprecateRepositoryByName RPC. RepositoryServiceDeprecateRepositoryByNameProcedure = "/buf.alpha.registry.v1alpha1.RepositoryService/DeprecateRepositoryByName" // RepositoryServiceUndeprecateRepositoryByNameProcedure is the fully-qualified name of the // RepositoryService's UndeprecateRepositoryByName RPC. RepositoryServiceUndeprecateRepositoryByNameProcedure = "/buf.alpha.registry.v1alpha1.RepositoryService/UndeprecateRepositoryByName" // RepositoryServiceGetRepositoriesByFullNameProcedure is the fully-qualified name of the // RepositoryService's GetRepositoriesByFullName RPC. RepositoryServiceGetRepositoriesByFullNameProcedure = "/buf.alpha.registry.v1alpha1.RepositoryService/GetRepositoriesByFullName" // RepositoryServiceSetRepositoryContributorProcedure is the fully-qualified name of the // RepositoryService's SetRepositoryContributor RPC. RepositoryServiceSetRepositoryContributorProcedure = "/buf.alpha.registry.v1alpha1.RepositoryService/SetRepositoryContributor" // RepositoryServiceListRepositoryContributorsProcedure is the fully-qualified name of the // RepositoryService's ListRepositoryContributors RPC. RepositoryServiceListRepositoryContributorsProcedure = "/buf.alpha.registry.v1alpha1.RepositoryService/ListRepositoryContributors" // RepositoryServiceGetRepositoryContributorProcedure is the fully-qualified name of the // RepositoryService's GetRepositoryContributor RPC. RepositoryServiceGetRepositoryContributorProcedure = "/buf.alpha.registry.v1alpha1.RepositoryService/GetRepositoryContributor" // RepositoryServiceGetRepositorySettingsProcedure is the fully-qualified name of the // RepositoryService's GetRepositorySettings RPC. RepositoryServiceGetRepositorySettingsProcedure = "/buf.alpha.registry.v1alpha1.RepositoryService/GetRepositorySettings" // RepositoryServiceUpdateRepositorySettingsByNameProcedure is the fully-qualified name of the // RepositoryService's UpdateRepositorySettingsByName RPC. RepositoryServiceUpdateRepositorySettingsByNameProcedure = "/buf.alpha.registry.v1alpha1.RepositoryService/UpdateRepositorySettingsByName" // RepositoryServiceGetRepositoriesMetadataProcedure is the fully-qualified name of the // RepositoryService's GetRepositoriesMetadata RPC. RepositoryServiceGetRepositoriesMetadataProcedure = "/buf.alpha.registry.v1alpha1.RepositoryService/GetRepositoriesMetadata" // RepositoryServiceGetRepositoryDependencyDOTStringProcedure is the fully-qualified name of the // RepositoryService's GetRepositoryDependencyDOTString RPC. RepositoryServiceGetRepositoryDependencyDOTStringProcedure = "/buf.alpha.registry.v1alpha1.RepositoryService/GetRepositoryDependencyDOTString" )
These constants are the fully-qualified names of the RPCs defined in this package. They're exposed at runtime as Spec.Procedure and as the final two segments of the HTTP route.
Note that these are different from the fully-qualified method names used by google.golang.org/protobuf/reflect/protoreflect. To convert from these constants to reflection-formatted method names, remove the leading slash and convert the remaining slash to a period.
const ( // RepositoryBranchServiceGetRepositoryBranchProcedure is the fully-qualified name of the // RepositoryBranchService's GetRepositoryBranch RPC. RepositoryBranchServiceGetRepositoryBranchProcedure = "/buf.alpha.registry.v1alpha1.RepositoryBranchService/GetRepositoryBranch" // RepositoryBranchServiceListRepositoryBranchesProcedure is the fully-qualified name of the // RepositoryBranchService's ListRepositoryBranches RPC. RepositoryBranchServiceListRepositoryBranchesProcedure = "/buf.alpha.registry.v1alpha1.RepositoryBranchService/ListRepositoryBranches" // RepositoryBranchServiceListRepositoryBranchesByReferenceProcedure is the fully-qualified name of // the RepositoryBranchService's ListRepositoryBranchesByReference RPC. RepositoryBranchServiceListRepositoryBranchesByReferenceProcedure = "/buf.alpha.registry.v1alpha1.RepositoryBranchService/ListRepositoryBranchesByReference" // RepositoryBranchServiceGetCurrentDefaultBranchProcedure is the fully-qualified name of the // RepositoryBranchService's GetCurrentDefaultBranch RPC. RepositoryBranchServiceGetCurrentDefaultBranchProcedure = "/buf.alpha.registry.v1alpha1.RepositoryBranchService/GetCurrentDefaultBranch" )
These constants are the fully-qualified names of the RPCs defined in this package. They're exposed at runtime as Spec.Procedure and as the final two segments of the HTTP route.
Note that these are different from the fully-qualified method names used by google.golang.org/protobuf/reflect/protoreflect. To convert from these constants to reflection-formatted method names, remove the leading slash and convert the remaining slash to a period.
const ( // RepositoryCommitServiceListRepositoryCommitsByBranchProcedure is the fully-qualified name of the // RepositoryCommitService's ListRepositoryCommitsByBranch RPC. RepositoryCommitServiceListRepositoryCommitsByBranchProcedure = "/buf.alpha.registry.v1alpha1.RepositoryCommitService/ListRepositoryCommitsByBranch" // RepositoryCommitServiceListRepositoryCommitsByReferenceProcedure is the fully-qualified name of // the RepositoryCommitService's ListRepositoryCommitsByReference RPC. RepositoryCommitServiceListRepositoryCommitsByReferenceProcedure = "/buf.alpha.registry.v1alpha1.RepositoryCommitService/ListRepositoryCommitsByReference" // RepositoryCommitServiceGetRepositoryCommitByReferenceProcedure is the fully-qualified name of the // RepositoryCommitService's GetRepositoryCommitByReference RPC. RepositoryCommitServiceGetRepositoryCommitByReferenceProcedure = "/buf.alpha.registry.v1alpha1.RepositoryCommitService/GetRepositoryCommitByReference" // RepositoryCommitServiceListRepositoryDraftCommitsProcedure is the fully-qualified name of the // RepositoryCommitService's ListRepositoryDraftCommits RPC. RepositoryCommitServiceListRepositoryDraftCommitsProcedure = "/buf.alpha.registry.v1alpha1.RepositoryCommitService/ListRepositoryDraftCommits" // RepositoryCommitServiceDeleteRepositoryDraftCommitProcedure is the fully-qualified name of the // RepositoryCommitService's DeleteRepositoryDraftCommit RPC. RepositoryCommitServiceDeleteRepositoryDraftCommitProcedure = "/buf.alpha.registry.v1alpha1.RepositoryCommitService/DeleteRepositoryDraftCommit" )
These constants are the fully-qualified names of the RPCs defined in this package. They're exposed at runtime as Spec.Procedure and as the final two segments of the HTTP route.
Note that these are different from the fully-qualified method names used by google.golang.org/protobuf/reflect/protoreflect. To convert from these constants to reflection-formatted method names, remove the leading slash and convert the remaining slash to a period.
const ( // RepositoryTagServiceGetRepositoryTagProcedure is the fully-qualified name of the // RepositoryTagService's GetRepositoryTag RPC. RepositoryTagServiceGetRepositoryTagProcedure = "/buf.alpha.registry.v1alpha1.RepositoryTagService/GetRepositoryTag" // RepositoryTagServiceCreateRepositoryTagProcedure is the fully-qualified name of the // RepositoryTagService's CreateRepositoryTag RPC. RepositoryTagServiceCreateRepositoryTagProcedure = "/buf.alpha.registry.v1alpha1.RepositoryTagService/CreateRepositoryTag" // RepositoryTagServiceUpdateRepositoryTagProcedure is the fully-qualified name of the // RepositoryTagService's UpdateRepositoryTag RPC. RepositoryTagServiceUpdateRepositoryTagProcedure = "/buf.alpha.registry.v1alpha1.RepositoryTagService/UpdateRepositoryTag" // RepositoryTagServiceListRepositoryTagsProcedure is the fully-qualified name of the // RepositoryTagService's ListRepositoryTags RPC. RepositoryTagServiceListRepositoryTagsProcedure = "/buf.alpha.registry.v1alpha1.RepositoryTagService/ListRepositoryTags" // RepositoryTagServiceListRepositoryTagsForReferenceProcedure is the fully-qualified name of the // RepositoryTagService's ListRepositoryTagsForReference RPC. RepositoryTagServiceListRepositoryTagsForReferenceProcedure = "/buf.alpha.registry.v1alpha1.RepositoryTagService/ListRepositoryTagsForReference" )
These constants are the fully-qualified names of the RPCs defined in this package. They're exposed at runtime as Spec.Procedure and as the final two segments of the HTTP route.
Note that these are different from the fully-qualified method names used by google.golang.org/protobuf/reflect/protoreflect. To convert from these constants to reflection-formatted method names, remove the leading slash and convert the remaining slash to a period.
const ( // ResolveServiceName is the fully-qualified name of the ResolveService service. ResolveServiceName = "buf.alpha.registry.v1alpha1.ResolveService" // LocalResolveServiceName is the fully-qualified name of the LocalResolveService service. LocalResolveServiceName = "buf.alpha.registry.v1alpha1.LocalResolveService" )
const ( // ResolveServiceGetModulePinsProcedure is the fully-qualified name of the ResolveService's // GetModulePins RPC. ResolveServiceGetModulePinsProcedure = "/buf.alpha.registry.v1alpha1.ResolveService/GetModulePins" // ResolveServiceGetGoVersionProcedure is the fully-qualified name of the ResolveService's // GetGoVersion RPC. ResolveServiceGetGoVersionProcedure = "/buf.alpha.registry.v1alpha1.ResolveService/GetGoVersion" // ResolveServiceGetSwiftVersionProcedure is the fully-qualified name of the ResolveService's // GetSwiftVersion RPC. ResolveServiceGetSwiftVersionProcedure = "/buf.alpha.registry.v1alpha1.ResolveService/GetSwiftVersion" // ResolveServiceGetMavenVersionProcedure is the fully-qualified name of the ResolveService's // GetMavenVersion RPC. ResolveServiceGetMavenVersionProcedure = "/buf.alpha.registry.v1alpha1.ResolveService/GetMavenVersion" // ResolveServiceGetNPMVersionProcedure is the fully-qualified name of the ResolveService's // GetNPMVersion RPC. ResolveServiceGetNPMVersionProcedure = "/buf.alpha.registry.v1alpha1.ResolveService/GetNPMVersion" // ResolveServiceGetPythonVersionProcedure is the fully-qualified name of the ResolveService's // GetPythonVersion RPC. ResolveServiceGetPythonVersionProcedure = "/buf.alpha.registry.v1alpha1.ResolveService/GetPythonVersion" // ResolveServiceGetCargoVersionProcedure is the fully-qualified name of the ResolveService's // GetCargoVersion RPC. ResolveServiceGetCargoVersionProcedure = "/buf.alpha.registry.v1alpha1.ResolveService/GetCargoVersion" // LocalResolveServiceGetLocalModulePinsProcedure is the fully-qualified name of the // LocalResolveService's GetLocalModulePins RPC. LocalResolveServiceGetLocalModulePinsProcedure = "/buf.alpha.registry.v1alpha1.LocalResolveService/GetLocalModulePins" )
These constants are the fully-qualified names of the RPCs defined in this package. They're exposed at runtime as Spec.Procedure and as the final two segments of the HTTP route.
Note that these are different from the fully-qualified method names used by google.golang.org/protobuf/reflect/protoreflect. To convert from these constants to reflection-formatted method names, remove the leading slash and convert the remaining slash to a period.
const ( // SchemaServiceGetSchemaProcedure is the fully-qualified name of the SchemaService's GetSchema RPC. SchemaServiceGetSchemaProcedure = "/buf.alpha.registry.v1alpha1.SchemaService/GetSchema" // SchemaServiceConvertMessageProcedure is the fully-qualified name of the SchemaService's // ConvertMessage RPC. SchemaServiceConvertMessageProcedure = "/buf.alpha.registry.v1alpha1.SchemaService/ConvertMessage" )
These constants are the fully-qualified names of the RPCs defined in this package. They're exposed at runtime as Spec.Procedure and as the final two segments of the HTTP route.
Note that these are different from the fully-qualified method names used by google.golang.org/protobuf/reflect/protoreflect. To convert from these constants to reflection-formatted method names, remove the leading slash and convert the remaining slash to a period.
const ( // SCIMTokenServiceCreateSCIMTokenProcedure is the fully-qualified name of the SCIMTokenService's // CreateSCIMToken RPC. SCIMTokenServiceCreateSCIMTokenProcedure = "/buf.alpha.registry.v1alpha1.SCIMTokenService/CreateSCIMToken" // SCIMTokenServiceListSCIMTokensProcedure is the fully-qualified name of the SCIMTokenService's // ListSCIMTokens RPC. SCIMTokenServiceListSCIMTokensProcedure = "/buf.alpha.registry.v1alpha1.SCIMTokenService/ListSCIMTokens" // SCIMTokenServiceDeleteSCIMTokenProcedure is the fully-qualified name of the SCIMTokenService's // DeleteSCIMToken RPC. SCIMTokenServiceDeleteSCIMTokenProcedure = "/buf.alpha.registry.v1alpha1.SCIMTokenService/DeleteSCIMToken" )
These constants are the fully-qualified names of the RPCs defined in this package. They're exposed at runtime as Spec.Procedure and as the final two segments of the HTTP route.
Note that these are different from the fully-qualified method names used by google.golang.org/protobuf/reflect/protoreflect. To convert from these constants to reflection-formatted method names, remove the leading slash and convert the remaining slash to a period.
const ( // SearchServiceSearchProcedure is the fully-qualified name of the SearchService's Search RPC. SearchServiceSearchProcedure = "/buf.alpha.registry.v1alpha1.SearchService/Search" // SearchServiceSearchTagProcedure is the fully-qualified name of the SearchService's SearchTag RPC. SearchServiceSearchTagProcedure = "/buf.alpha.registry.v1alpha1.SearchService/SearchTag" // SearchServiceSearchDraftProcedure is the fully-qualified name of the SearchService's SearchDraft // RPC. SearchServiceSearchDraftProcedure = "/buf.alpha.registry.v1alpha1.SearchService/SearchDraft" // SearchServiceSearchModuleContentProcedure is the fully-qualified name of the SearchService's // SearchModuleContent RPC. SearchServiceSearchModuleContentProcedure = "/buf.alpha.registry.v1alpha1.SearchService/SearchModuleContent" )
These constants are the fully-qualified names of the RPCs defined in this package. They're exposed at runtime as Spec.Procedure and as the final two segments of the HTTP route.
Note that these are different from the fully-qualified method names used by google.golang.org/protobuf/reflect/protoreflect. To convert from these constants to reflection-formatted method names, remove the leading slash and convert the remaining slash to a period.
const ( // StudioServiceListStudioAgentPresetsProcedure is the fully-qualified name of the StudioService's // ListStudioAgentPresets RPC. StudioServiceListStudioAgentPresetsProcedure = "/buf.alpha.registry.v1alpha1.StudioService/ListStudioAgentPresets" // StudioServiceSetStudioAgentPresetsProcedure is the fully-qualified name of the StudioService's // SetStudioAgentPresets RPC. StudioServiceSetStudioAgentPresetsProcedure = "/buf.alpha.registry.v1alpha1.StudioService/SetStudioAgentPresets" )
These constants are the fully-qualified names of the RPCs defined in this package. They're exposed at runtime as Spec.Procedure and as the final two segments of the HTTP route.
Note that these are different from the fully-qualified method names used by google.golang.org/protobuf/reflect/protoreflect. To convert from these constants to reflection-formatted method names, remove the leading slash and convert the remaining slash to a period.
const ( // StudioRequestServiceCreateStudioRequestProcedure is the fully-qualified name of the // StudioRequestService's CreateStudioRequest RPC. StudioRequestServiceCreateStudioRequestProcedure = "/buf.alpha.registry.v1alpha1.StudioRequestService/CreateStudioRequest" // StudioRequestServiceRenameStudioRequestProcedure is the fully-qualified name of the // StudioRequestService's RenameStudioRequest RPC. StudioRequestServiceRenameStudioRequestProcedure = "/buf.alpha.registry.v1alpha1.StudioRequestService/RenameStudioRequest" // StudioRequestServiceDeleteStudioRequestProcedure is the fully-qualified name of the // StudioRequestService's DeleteStudioRequest RPC. StudioRequestServiceDeleteStudioRequestProcedure = "/buf.alpha.registry.v1alpha1.StudioRequestService/DeleteStudioRequest" // StudioRequestServiceListStudioRequestsProcedure is the fully-qualified name of the // StudioRequestService's ListStudioRequests RPC. StudioRequestServiceListStudioRequestsProcedure = "/buf.alpha.registry.v1alpha1.StudioRequestService/ListStudioRequests" )
These constants are the fully-qualified names of the RPCs defined in this package. They're exposed at runtime as Spec.Procedure and as the final two segments of the HTTP route.
Note that these are different from the fully-qualified method names used by google.golang.org/protobuf/reflect/protoreflect. To convert from these constants to reflection-formatted method names, remove the leading slash and convert the remaining slash to a period.
const ( // SyncServiceGetGitSyncPointProcedure is the fully-qualified name of the SyncService's // GetGitSyncPoint RPC. SyncServiceGetGitSyncPointProcedure = "/buf.alpha.registry.v1alpha1.SyncService/GetGitSyncPoint" // SyncServiceSyncGitCommitProcedure is the fully-qualified name of the SyncService's SyncGitCommit // RPC. SyncServiceSyncGitCommitProcedure = "/buf.alpha.registry.v1alpha1.SyncService/SyncGitCommit" // SyncServiceAttachGitTagsProcedure is the fully-qualified name of the SyncService's AttachGitTags // RPC. SyncServiceAttachGitTagsProcedure = "/buf.alpha.registry.v1alpha1.SyncService/AttachGitTags" )
These constants are the fully-qualified names of the RPCs defined in this package. They're exposed at runtime as Spec.Procedure and as the final two segments of the HTTP route.
Note that these are different from the fully-qualified method names used by google.golang.org/protobuf/reflect/protoreflect. To convert from these constants to reflection-formatted method names, remove the leading slash and convert the remaining slash to a period.
const ( // TokenServiceCreateTokenProcedure is the fully-qualified name of the TokenService's CreateToken // RPC. TokenServiceCreateTokenProcedure = "/buf.alpha.registry.v1alpha1.TokenService/CreateToken" // TokenServiceGetTokenProcedure is the fully-qualified name of the TokenService's GetToken RPC. TokenServiceGetTokenProcedure = "/buf.alpha.registry.v1alpha1.TokenService/GetToken" // TokenServiceListTokensProcedure is the fully-qualified name of the TokenService's ListTokens RPC. TokenServiceListTokensProcedure = "/buf.alpha.registry.v1alpha1.TokenService/ListTokens" // TokenServiceDeleteTokenProcedure is the fully-qualified name of the TokenService's DeleteToken // RPC. TokenServiceDeleteTokenProcedure = "/buf.alpha.registry.v1alpha1.TokenService/DeleteToken" )
These constants are the fully-qualified names of the RPCs defined in this package. They're exposed at runtime as Spec.Procedure and as the final two segments of the HTTP route.
Note that these are different from the fully-qualified method names used by google.golang.org/protobuf/reflect/protoreflect. To convert from these constants to reflection-formatted method names, remove the leading slash and convert the remaining slash to a period.
const ( // UserServiceCreateUserProcedure is the fully-qualified name of the UserService's CreateUser RPC. UserServiceCreateUserProcedure = "/buf.alpha.registry.v1alpha1.UserService/CreateUser" // UserServiceGetUserProcedure is the fully-qualified name of the UserService's GetUser RPC. UserServiceGetUserProcedure = "/buf.alpha.registry.v1alpha1.UserService/GetUser" // UserServiceGetUserByUsernameProcedure is the fully-qualified name of the UserService's // GetUserByUsername RPC. UserServiceGetUserByUsernameProcedure = "/buf.alpha.registry.v1alpha1.UserService/GetUserByUsername" // UserServiceListUsersProcedure is the fully-qualified name of the UserService's ListUsers RPC. UserServiceListUsersProcedure = "/buf.alpha.registry.v1alpha1.UserService/ListUsers" // UserServiceListOrganizationUsersProcedure is the fully-qualified name of the UserService's // ListOrganizationUsers RPC. UserServiceListOrganizationUsersProcedure = "/buf.alpha.registry.v1alpha1.UserService/ListOrganizationUsers" // UserServiceDeleteUserProcedure is the fully-qualified name of the UserService's DeleteUser RPC. UserServiceDeleteUserProcedure = "/buf.alpha.registry.v1alpha1.UserService/DeleteUser" // UserServiceDeactivateUserProcedure is the fully-qualified name of the UserService's // DeactivateUser RPC. UserServiceDeactivateUserProcedure = "/buf.alpha.registry.v1alpha1.UserService/DeactivateUser" // UserServiceUpdateUserServerRoleProcedure is the fully-qualified name of the UserService's // UpdateUserServerRole RPC. UserServiceUpdateUserServerRoleProcedure = "/buf.alpha.registry.v1alpha1.UserService/UpdateUserServerRole" // UserServiceCountUsersProcedure is the fully-qualified name of the UserService's CountUsers RPC. UserServiceCountUsersProcedure = "/buf.alpha.registry.v1alpha1.UserService/CountUsers" // UserServiceUpdateUserSettingsProcedure is the fully-qualified name of the UserService's // UpdateUserSettings RPC. UserServiceUpdateUserSettingsProcedure = "/buf.alpha.registry.v1alpha1.UserService/UpdateUserSettings" // UserServiceGetUserPluginPreferencesProcedure is the fully-qualified name of the UserService's // GetUserPluginPreferences RPC. UserServiceGetUserPluginPreferencesProcedure = "/buf.alpha.registry.v1alpha1.UserService/GetUserPluginPreferences" // UserServiceUpdateUserPluginPreferencesProcedure is the fully-qualified name of the UserService's // UpdateUserPluginPreferences RPC. UserServiceUpdateUserPluginPreferencesProcedure = "/buf.alpha.registry.v1alpha1.UserService/UpdateUserPluginPreferences" )
These constants are the fully-qualified names of the RPCs defined in this package. They're exposed at runtime as Spec.Procedure and as the final two segments of the HTTP route.
Note that these are different from the fully-qualified method names used by google.golang.org/protobuf/reflect/protoreflect. To convert from these constants to reflection-formatted method names, remove the leading slash and convert the remaining slash to a period.
const ( // WebhookServiceCreateWebhookProcedure is the fully-qualified name of the WebhookService's // CreateWebhook RPC. WebhookServiceCreateWebhookProcedure = "/buf.alpha.registry.v1alpha1.WebhookService/CreateWebhook" // WebhookServiceDeleteWebhookProcedure is the fully-qualified name of the WebhookService's // DeleteWebhook RPC. WebhookServiceDeleteWebhookProcedure = "/buf.alpha.registry.v1alpha1.WebhookService/DeleteWebhook" // WebhookServiceListWebhooksProcedure is the fully-qualified name of the WebhookService's // ListWebhooks RPC. WebhookServiceListWebhooksProcedure = "/buf.alpha.registry.v1alpha1.WebhookService/ListWebhooks" )
These constants are the fully-qualified names of the RPCs defined in this package. They're exposed at runtime as Spec.Procedure and as the final two segments of the HTTP route.
Note that these are different from the fully-qualified method names used by google.golang.org/protobuf/reflect/protoreflect. To convert from these constants to reflection-formatted method names, remove the leading slash and convert the remaining slash to a period.
const (
// AdminServiceName is the fully-qualified name of the AdminService service.
AdminServiceName = "buf.alpha.registry.v1alpha1.AdminService"
)
const (
// AuthnServiceName is the fully-qualified name of the AuthnService service.
AuthnServiceName = "buf.alpha.registry.v1alpha1.AuthnService"
)
const (
// AuthzServiceName is the fully-qualified name of the AuthzService service.
AuthzServiceName = "buf.alpha.registry.v1alpha1.AuthzService"
)
const (
// ConvertServiceConvertProcedure is the fully-qualified name of the ConvertService's Convert RPC.
ConvertServiceConvertProcedure = "/buf.alpha.registry.v1alpha1.ConvertService/Convert"
)
These constants are the fully-qualified names of the RPCs defined in this package. They're exposed at runtime as Spec.Procedure and as the final two segments of the HTTP route.
Note that these are different from the fully-qualified method names used by google.golang.org/protobuf/reflect/protoreflect. To convert from these constants to reflection-formatted method names, remove the leading slash and convert the remaining slash to a period.
const (
// ConvertServiceName is the fully-qualified name of the ConvertService service.
ConvertServiceName = "buf.alpha.registry.v1alpha1.ConvertService"
)
const (
// DisplayServiceName is the fully-qualified name of the DisplayService service.
DisplayServiceName = "buf.alpha.registry.v1alpha1.DisplayService"
)
const (
// DocServiceName is the fully-qualified name of the DocService service.
DocServiceName = "buf.alpha.registry.v1alpha1.DocService"
)
const (
// DownloadServiceName is the fully-qualified name of the DownloadService service.
DownloadServiceName = "buf.alpha.registry.v1alpha1.DownloadService"
)
const ( // GithubServiceGetGithubAppConfigProcedure is the fully-qualified name of the GithubService's // GetGithubAppConfig RPC. GithubServiceGetGithubAppConfigProcedure = "/buf.alpha.registry.v1alpha1.GithubService/GetGithubAppConfig" )
These constants are the fully-qualified names of the RPCs defined in this package. They're exposed at runtime as Spec.Procedure and as the final two segments of the HTTP route.
Note that these are different from the fully-qualified method names used by google.golang.org/protobuf/reflect/protoreflect. To convert from these constants to reflection-formatted method names, remove the leading slash and convert the remaining slash to a period.
const (
// GithubServiceName is the fully-qualified name of the GithubService service.
GithubServiceName = "buf.alpha.registry.v1alpha1.GithubService"
)
const (
// ImageServiceGetImageProcedure is the fully-qualified name of the ImageService's GetImage RPC.
ImageServiceGetImageProcedure = "/buf.alpha.registry.v1alpha1.ImageService/GetImage"
)
These constants are the fully-qualified names of the RPCs defined in this package. They're exposed at runtime as Spec.Procedure and as the final two segments of the HTTP route.
Note that these are different from the fully-qualified method names used by google.golang.org/protobuf/reflect/protoreflect. To convert from these constants to reflection-formatted method names, remove the leading slash and convert the remaining slash to a period.
const (
// ImageServiceName is the fully-qualified name of the ImageService service.
ImageServiceName = "buf.alpha.registry.v1alpha1.ImageService"
)
const ( // JSONSchemaServiceGetJSONSchemaProcedure is the fully-qualified name of the JSONSchemaService's // GetJSONSchema RPC. JSONSchemaServiceGetJSONSchemaProcedure = "/buf.alpha.registry.v1alpha1.JSONSchemaService/GetJSONSchema" )
These constants are the fully-qualified names of the RPCs defined in this package. They're exposed at runtime as Spec.Procedure and as the final two segments of the HTTP route.
Note that these are different from the fully-qualified method names used by google.golang.org/protobuf/reflect/protoreflect. To convert from these constants to reflection-formatted method names, remove the leading slash and convert the remaining slash to a period.
const (
// JSONSchemaServiceName is the fully-qualified name of the JSONSchemaService service.
JSONSchemaServiceName = "buf.alpha.registry.v1alpha1.JSONSchemaService"
)
const (
// LabelServiceName is the fully-qualified name of the LabelService service.
LabelServiceName = "buf.alpha.registry.v1alpha1.LabelService"
)
const (
// OrganizationServiceName is the fully-qualified name of the OrganizationService service.
OrganizationServiceName = "buf.alpha.registry.v1alpha1.OrganizationService"
)
const ( // OwnerServiceGetOwnerByNameProcedure is the fully-qualified name of the OwnerService's // GetOwnerByName RPC. OwnerServiceGetOwnerByNameProcedure = "/buf.alpha.registry.v1alpha1.OwnerService/GetOwnerByName" )
These constants are the fully-qualified names of the RPCs defined in this package. They're exposed at runtime as Spec.Procedure and as the final two segments of the HTTP route.
Note that these are different from the fully-qualified method names used by google.golang.org/protobuf/reflect/protoreflect. To convert from these constants to reflection-formatted method names, remove the leading slash and convert the remaining slash to a period.
const (
// OwnerServiceName is the fully-qualified name of the OwnerService service.
OwnerServiceName = "buf.alpha.registry.v1alpha1.OwnerService"
)
const (
// PushServiceName is the fully-qualified name of the PushService service.
PushServiceName = "buf.alpha.registry.v1alpha1.PushService"
)
const (
// RecommendationServiceName is the fully-qualified name of the RecommendationService service.
RecommendationServiceName = "buf.alpha.registry.v1alpha1.RecommendationService"
)
const ( // ReferenceServiceGetReferenceByNameProcedure is the fully-qualified name of the ReferenceService's // GetReferenceByName RPC. ReferenceServiceGetReferenceByNameProcedure = "/buf.alpha.registry.v1alpha1.ReferenceService/GetReferenceByName" )
These constants are the fully-qualified names of the RPCs defined in this package. They're exposed at runtime as Spec.Procedure and as the final two segments of the HTTP route.
Note that these are different from the fully-qualified method names used by google.golang.org/protobuf/reflect/protoreflect. To convert from these constants to reflection-formatted method names, remove the leading slash and convert the remaining slash to a period.
const (
// ReferenceServiceName is the fully-qualified name of the ReferenceService service.
ReferenceServiceName = "buf.alpha.registry.v1alpha1.ReferenceService"
)
const (
// RepositoryBranchServiceName is the fully-qualified name of the RepositoryBranchService service.
RepositoryBranchServiceName = "buf.alpha.registry.v1alpha1.RepositoryBranchService"
)
const (
// RepositoryCommitServiceName is the fully-qualified name of the RepositoryCommitService service.
RepositoryCommitServiceName = "buf.alpha.registry.v1alpha1.RepositoryCommitService"
)
const (
// RepositoryServiceName is the fully-qualified name of the RepositoryService service.
RepositoryServiceName = "buf.alpha.registry.v1alpha1.RepositoryService"
)
const (
// RepositoryTagServiceName is the fully-qualified name of the RepositoryTagService service.
RepositoryTagServiceName = "buf.alpha.registry.v1alpha1.RepositoryTagService"
)
const ( // ResourceServiceGetResourceByNameProcedure is the fully-qualified name of the ResourceService's // GetResourceByName RPC. ResourceServiceGetResourceByNameProcedure = "/buf.alpha.registry.v1alpha1.ResourceService/GetResourceByName" )
These constants are the fully-qualified names of the RPCs defined in this package. They're exposed at runtime as Spec.Procedure and as the final two segments of the HTTP route.
Note that these are different from the fully-qualified method names used by google.golang.org/protobuf/reflect/protoreflect. To convert from these constants to reflection-formatted method names, remove the leading slash and convert the remaining slash to a period.
const (
// ResourceServiceName is the fully-qualified name of the ResourceService service.
ResourceServiceName = "buf.alpha.registry.v1alpha1.ResourceService"
)
const (
// SCIMTokenServiceName is the fully-qualified name of the SCIMTokenService service.
SCIMTokenServiceName = "buf.alpha.registry.v1alpha1.SCIMTokenService"
)
const (
// SchemaServiceName is the fully-qualified name of the SchemaService service.
SchemaServiceName = "buf.alpha.registry.v1alpha1.SchemaService"
)
const (
// SearchServiceName is the fully-qualified name of the SearchService service.
SearchServiceName = "buf.alpha.registry.v1alpha1.SearchService"
)
const (
// StudioRequestServiceName is the fully-qualified name of the StudioRequestService service.
StudioRequestServiceName = "buf.alpha.registry.v1alpha1.StudioRequestService"
)
const (
// StudioServiceName is the fully-qualified name of the StudioService service.
StudioServiceName = "buf.alpha.registry.v1alpha1.StudioService"
)
const (
// SyncServiceName is the fully-qualified name of the SyncService service.
SyncServiceName = "buf.alpha.registry.v1alpha1.SyncService"
)
const (
// TokenServiceName is the fully-qualified name of the TokenService service.
TokenServiceName = "buf.alpha.registry.v1alpha1.TokenService"
)
const (
// UserServiceName is the fully-qualified name of the UserService service.
UserServiceName = "buf.alpha.registry.v1alpha1.UserService"
)
const (
// WebhookServiceName is the fully-qualified name of the WebhookService service.
WebhookServiceName = "buf.alpha.registry.v1alpha1.WebhookService"
)
Variables ¶
This section is empty.
Functions ¶
func NewAdminServiceHandler ¶
func NewAdminServiceHandler(svc AdminServiceHandler, opts ...connect.HandlerOption) (string, http.Handler)
NewAdminServiceHandler builds an HTTP handler from the service implementation. It returns the path on which to mount the handler and the handler itself.
By default, handlers support the Connect, gRPC, and gRPC-Web protocols with the binary Protobuf and JSON codecs. They also support gzip compression.
func NewAuthnServiceHandler ¶
func NewAuthnServiceHandler(svc AuthnServiceHandler, opts ...connect.HandlerOption) (string, http.Handler)
NewAuthnServiceHandler builds an HTTP handler from the service implementation. It returns the path on which to mount the handler and the handler itself.
By default, handlers support the Connect, gRPC, and gRPC-Web protocols with the binary Protobuf and JSON codecs. They also support gzip compression.
func NewAuthzServiceHandler ¶
func NewAuthzServiceHandler(svc AuthzServiceHandler, opts ...connect.HandlerOption) (string, http.Handler)
NewAuthzServiceHandler builds an HTTP handler from the service implementation. It returns the path on which to mount the handler and the handler itself.
By default, handlers support the Connect, gRPC, and gRPC-Web protocols with the binary Protobuf and JSON codecs. They also support gzip compression.
func NewCodeGenerationServiceHandler ¶ added in v1.7.0
func NewCodeGenerationServiceHandler(svc CodeGenerationServiceHandler, opts ...connect.HandlerOption) (string, http.Handler)
NewCodeGenerationServiceHandler builds an HTTP handler from the service implementation. It returns the path on which to mount the handler and the handler itself.
By default, handlers support the Connect, gRPC, and gRPC-Web protocols with the binary Protobuf and JSON codecs. They also support gzip compression.
func NewConvertServiceHandler ¶
func NewConvertServiceHandler(svc ConvertServiceHandler, opts ...connect.HandlerOption) (string, http.Handler)
NewConvertServiceHandler builds an HTTP handler from the service implementation. It returns the path on which to mount the handler and the handler itself.
By default, handlers support the Connect, gRPC, and gRPC-Web protocols with the binary Protobuf and JSON codecs. They also support gzip compression.
func NewDisplayServiceHandler ¶
func NewDisplayServiceHandler(svc DisplayServiceHandler, opts ...connect.HandlerOption) (string, http.Handler)
NewDisplayServiceHandler builds an HTTP handler from the service implementation. It returns the path on which to mount the handler and the handler itself.
By default, handlers support the Connect, gRPC, and gRPC-Web protocols with the binary Protobuf and JSON codecs. They also support gzip compression.
func NewDocServiceHandler ¶
func NewDocServiceHandler(svc DocServiceHandler, opts ...connect.HandlerOption) (string, http.Handler)
NewDocServiceHandler builds an HTTP handler from the service implementation. It returns the path on which to mount the handler and the handler itself.
By default, handlers support the Connect, gRPC, and gRPC-Web protocols with the binary Protobuf and JSON codecs. They also support gzip compression.
func NewDownloadServiceHandler ¶
func NewDownloadServiceHandler(svc DownloadServiceHandler, opts ...connect.HandlerOption) (string, http.Handler)
NewDownloadServiceHandler builds an HTTP handler from the service implementation. It returns the path on which to mount the handler and the handler itself.
By default, handlers support the Connect, gRPC, and gRPC-Web protocols with the binary Protobuf and JSON codecs. They also support gzip compression.
func NewGithubServiceHandler ¶
func NewGithubServiceHandler(svc GithubServiceHandler, opts ...connect.HandlerOption) (string, http.Handler)
NewGithubServiceHandler builds an HTTP handler from the service implementation. It returns the path on which to mount the handler and the handler itself.
By default, handlers support the Connect, gRPC, and gRPC-Web protocols with the binary Protobuf and JSON codecs. They also support gzip compression.
func NewImageServiceHandler ¶
func NewImageServiceHandler(svc ImageServiceHandler, opts ...connect.HandlerOption) (string, http.Handler)
NewImageServiceHandler builds an HTTP handler from the service implementation. It returns the path on which to mount the handler and the handler itself.
By default, handlers support the Connect, gRPC, and gRPC-Web protocols with the binary Protobuf and JSON codecs. They also support gzip compression.
func NewJSONSchemaServiceHandler ¶
func NewJSONSchemaServiceHandler(svc JSONSchemaServiceHandler, opts ...connect.HandlerOption) (string, http.Handler)
NewJSONSchemaServiceHandler builds an HTTP handler from the service implementation. It returns the path on which to mount the handler and the handler itself.
By default, handlers support the Connect, gRPC, and gRPC-Web protocols with the binary Protobuf and JSON codecs. They also support gzip compression.
func NewLabelServiceHandler ¶ added in v1.16.0
func NewLabelServiceHandler(svc LabelServiceHandler, opts ...connect.HandlerOption) (string, http.Handler)
NewLabelServiceHandler builds an HTTP handler from the service implementation. It returns the path on which to mount the handler and the handler itself.
By default, handlers support the Connect, gRPC, and gRPC-Web protocols with the binary Protobuf and JSON codecs. They also support gzip compression.
func NewLocalResolveServiceHandler ¶
func NewLocalResolveServiceHandler(svc LocalResolveServiceHandler, opts ...connect.HandlerOption) (string, http.Handler)
NewLocalResolveServiceHandler builds an HTTP handler from the service implementation. It returns the path on which to mount the handler and the handler itself.
By default, handlers support the Connect, gRPC, and gRPC-Web protocols with the binary Protobuf and JSON codecs. They also support gzip compression.
func NewOrganizationServiceHandler ¶
func NewOrganizationServiceHandler(svc OrganizationServiceHandler, opts ...connect.HandlerOption) (string, http.Handler)
NewOrganizationServiceHandler builds an HTTP handler from the service implementation. It returns the path on which to mount the handler and the handler itself.
By default, handlers support the Connect, gRPC, and gRPC-Web protocols with the binary Protobuf and JSON codecs. They also support gzip compression.
func NewOwnerServiceHandler ¶
func NewOwnerServiceHandler(svc OwnerServiceHandler, opts ...connect.HandlerOption) (string, http.Handler)
NewOwnerServiceHandler builds an HTTP handler from the service implementation. It returns the path on which to mount the handler and the handler itself.
By default, handlers support the Connect, gRPC, and gRPC-Web protocols with the binary Protobuf and JSON codecs. They also support gzip compression.
func NewPluginCurationServiceHandler ¶ added in v1.7.0
func NewPluginCurationServiceHandler(svc PluginCurationServiceHandler, opts ...connect.HandlerOption) (string, http.Handler)
NewPluginCurationServiceHandler builds an HTTP handler from the service implementation. It returns the path on which to mount the handler and the handler itself.
By default, handlers support the Connect, gRPC, and gRPC-Web protocols with the binary Protobuf and JSON codecs. They also support gzip compression.
func NewPushServiceHandler ¶
func NewPushServiceHandler(svc PushServiceHandler, opts ...connect.HandlerOption) (string, http.Handler)
NewPushServiceHandler builds an HTTP handler from the service implementation. It returns the path on which to mount the handler and the handler itself.
By default, handlers support the Connect, gRPC, and gRPC-Web protocols with the binary Protobuf and JSON codecs. They also support gzip compression.
func NewRecommendationServiceHandler ¶
func NewRecommendationServiceHandler(svc RecommendationServiceHandler, opts ...connect.HandlerOption) (string, http.Handler)
NewRecommendationServiceHandler builds an HTTP handler from the service implementation. It returns the path on which to mount the handler and the handler itself.
By default, handlers support the Connect, gRPC, and gRPC-Web protocols with the binary Protobuf and JSON codecs. They also support gzip compression.
func NewReferenceServiceHandler ¶
func NewReferenceServiceHandler(svc ReferenceServiceHandler, opts ...connect.HandlerOption) (string, http.Handler)
NewReferenceServiceHandler builds an HTTP handler from the service implementation. It returns the path on which to mount the handler and the handler itself.
By default, handlers support the Connect, gRPC, and gRPC-Web protocols with the binary Protobuf and JSON codecs. They also support gzip compression.
func NewRepositoryBranchServiceHandler ¶
func NewRepositoryBranchServiceHandler(svc RepositoryBranchServiceHandler, opts ...connect.HandlerOption) (string, http.Handler)
NewRepositoryBranchServiceHandler builds an HTTP handler from the service implementation. It returns the path on which to mount the handler and the handler itself.
By default, handlers support the Connect, gRPC, and gRPC-Web protocols with the binary Protobuf and JSON codecs. They also support gzip compression.
func NewRepositoryCommitServiceHandler ¶
func NewRepositoryCommitServiceHandler(svc RepositoryCommitServiceHandler, opts ...connect.HandlerOption) (string, http.Handler)
NewRepositoryCommitServiceHandler builds an HTTP handler from the service implementation. It returns the path on which to mount the handler and the handler itself.
By default, handlers support the Connect, gRPC, and gRPC-Web protocols with the binary Protobuf and JSON codecs. They also support gzip compression.
func NewRepositoryServiceHandler ¶
func NewRepositoryServiceHandler(svc RepositoryServiceHandler, opts ...connect.HandlerOption) (string, http.Handler)
NewRepositoryServiceHandler builds an HTTP handler from the service implementation. It returns the path on which to mount the handler and the handler itself.
By default, handlers support the Connect, gRPC, and gRPC-Web protocols with the binary Protobuf and JSON codecs. They also support gzip compression.
func NewRepositoryTagServiceHandler ¶
func NewRepositoryTagServiceHandler(svc RepositoryTagServiceHandler, opts ...connect.HandlerOption) (string, http.Handler)
NewRepositoryTagServiceHandler builds an HTTP handler from the service implementation. It returns the path on which to mount the handler and the handler itself.
By default, handlers support the Connect, gRPC, and gRPC-Web protocols with the binary Protobuf and JSON codecs. They also support gzip compression.
func NewResolveServiceHandler ¶
func NewResolveServiceHandler(svc ResolveServiceHandler, opts ...connect.HandlerOption) (string, http.Handler)
NewResolveServiceHandler builds an HTTP handler from the service implementation. It returns the path on which to mount the handler and the handler itself.
By default, handlers support the Connect, gRPC, and gRPC-Web protocols with the binary Protobuf and JSON codecs. They also support gzip compression.
func NewResourceServiceHandler ¶ added in v1.9.0
func NewResourceServiceHandler(svc ResourceServiceHandler, opts ...connect.HandlerOption) (string, http.Handler)
NewResourceServiceHandler builds an HTTP handler from the service implementation. It returns the path on which to mount the handler and the handler itself.
By default, handlers support the Connect, gRPC, and gRPC-Web protocols with the binary Protobuf and JSON codecs. They also support gzip compression.
func NewSCIMTokenServiceHandler ¶ added in v1.15.1
func NewSCIMTokenServiceHandler(svc SCIMTokenServiceHandler, opts ...connect.HandlerOption) (string, http.Handler)
NewSCIMTokenServiceHandler builds an HTTP handler from the service implementation. It returns the path on which to mount the handler and the handler itself.
By default, handlers support the Connect, gRPC, and gRPC-Web protocols with the binary Protobuf and JSON codecs. They also support gzip compression.
func NewSchemaServiceHandler ¶ added in v1.10.0
func NewSchemaServiceHandler(svc SchemaServiceHandler, opts ...connect.HandlerOption) (string, http.Handler)
NewSchemaServiceHandler builds an HTTP handler from the service implementation. It returns the path on which to mount the handler and the handler itself.
By default, handlers support the Connect, gRPC, and gRPC-Web protocols with the binary Protobuf and JSON codecs. They also support gzip compression.
func NewSearchServiceHandler ¶
func NewSearchServiceHandler(svc SearchServiceHandler, opts ...connect.HandlerOption) (string, http.Handler)
NewSearchServiceHandler builds an HTTP handler from the service implementation. It returns the path on which to mount the handler and the handler itself.
By default, handlers support the Connect, gRPC, and gRPC-Web protocols with the binary Protobuf and JSON codecs. They also support gzip compression.
func NewStudioRequestServiceHandler ¶ added in v1.8.0
func NewStudioRequestServiceHandler(svc StudioRequestServiceHandler, opts ...connect.HandlerOption) (string, http.Handler)
NewStudioRequestServiceHandler builds an HTTP handler from the service implementation. It returns the path on which to mount the handler and the handler itself.
By default, handlers support the Connect, gRPC, and gRPC-Web protocols with the binary Protobuf and JSON codecs. They also support gzip compression.
func NewStudioServiceHandler ¶
func NewStudioServiceHandler(svc StudioServiceHandler, opts ...connect.HandlerOption) (string, http.Handler)
NewStudioServiceHandler builds an HTTP handler from the service implementation. It returns the path on which to mount the handler and the handler itself.
By default, handlers support the Connect, gRPC, and gRPC-Web protocols with the binary Protobuf and JSON codecs. They also support gzip compression.
func NewSyncServiceHandler ¶ added in v1.21.0
func NewSyncServiceHandler(svc SyncServiceHandler, opts ...connect.HandlerOption) (string, http.Handler)
NewSyncServiceHandler builds an HTTP handler from the service implementation. It returns the path on which to mount the handler and the handler itself.
By default, handlers support the Connect, gRPC, and gRPC-Web protocols with the binary Protobuf and JSON codecs. They also support gzip compression.
func NewTokenServiceHandler ¶
func NewTokenServiceHandler(svc TokenServiceHandler, opts ...connect.HandlerOption) (string, http.Handler)
NewTokenServiceHandler builds an HTTP handler from the service implementation. It returns the path on which to mount the handler and the handler itself.
By default, handlers support the Connect, gRPC, and gRPC-Web protocols with the binary Protobuf and JSON codecs. They also support gzip compression.
func NewUserServiceHandler ¶
func NewUserServiceHandler(svc UserServiceHandler, opts ...connect.HandlerOption) (string, http.Handler)
NewUserServiceHandler builds an HTTP handler from the service implementation. It returns the path on which to mount the handler and the handler itself.
By default, handlers support the Connect, gRPC, and gRPC-Web protocols with the binary Protobuf and JSON codecs. They also support gzip compression.
func NewWebhookServiceHandler ¶ added in v1.6.0
func NewWebhookServiceHandler(svc WebhookServiceHandler, opts ...connect.HandlerOption) (string, http.Handler)
NewWebhookServiceHandler builds an HTTP handler from the service implementation. It returns the path on which to mount the handler and the handler itself.
By default, handlers support the Connect, gRPC, and gRPC-Web protocols with the binary Protobuf and JSON codecs. They also support gzip compression.
Types ¶
type AdminServiceClient ¶
type AdminServiceClient interface { // ForceDeleteUser forces to delete a user. Resources and organizations that are // solely owned by the user will also be deleted. ForceDeleteUser(context.Context, *connect.Request[v1alpha1.ForceDeleteUserRequest]) (*connect.Response[v1alpha1.ForceDeleteUserResponse], error) // Update a user's verification status. UpdateUserVerificationStatus(context.Context, *connect.Request[v1alpha1.UpdateUserVerificationStatusRequest]) (*connect.Response[v1alpha1.UpdateUserVerificationStatusResponse], error) // Update a organization's verification. UpdateOrganizationVerificationStatus(context.Context, *connect.Request[v1alpha1.UpdateOrganizationVerificationStatusRequest]) (*connect.Response[v1alpha1.UpdateOrganizationVerificationStatusResponse], error) // Create a new machine user on the server. CreateMachineUser(context.Context, *connect.Request[v1alpha1.CreateMachineUserRequest]) (*connect.Response[v1alpha1.CreateMachineUserResponse], error) // Get breaking change policy for the server. GetBreakingChangePolicy(context.Context, *connect.Request[v1alpha1.GetBreakingChangePolicyRequest]) (*connect.Response[v1alpha1.GetBreakingChangePolicyResponse], error) // Update breaking change policy for the server. UpdateBreakingChangePolicy(context.Context, *connect.Request[v1alpha1.UpdateBreakingChangePolicyRequest]) (*connect.Response[v1alpha1.UpdateBreakingChangePolicyResponse], error) // Get uniqueness policy for the server. GetUniquenessPolicy(context.Context, *connect.Request[v1alpha1.GetUniquenessPolicyRequest]) (*connect.Response[v1alpha1.GetUniquenessPolicyResponse], error) // Update uniqueness policy enforcement for the server. UpdateUniquenessPolicy(context.Context, *connect.Request[v1alpha1.UpdateUniquenessPolicyRequest]) (*connect.Response[v1alpha1.UpdateUniquenessPolicyResponse], error) // Get state of uniqueness collisions for the server ListServerUniquenessCollisions(context.Context, *connect.Request[v1alpha1.ListServerUniquenessCollisionsRequest]) (*connect.Response[v1alpha1.ListServerUniquenessCollisionsResponse], error) // Run a back-fill task to fill unique identifiers on the server. // This is a potentially long-running operation, and should only be triggered by the administrator of the server, // if they intend to enable uniqueness policy enforcement. // Successful completion of this operation is a pre-requisite for enabling uniqueness policy enforcement. RunServerUniquenessBackfillTask(context.Context, *connect.Request[v1alpha1.RunServerUniquenessBackfillTaskRequest]) (*connect.Response[v1alpha1.RunServerUniquenessBackfillTaskResponse], error) // Get review flow grace period policy for the server. GetReviewFlowGracePeriodPolicy(context.Context, *connect.Request[v1alpha1.GetReviewFlowGracePeriodPolicyRequest]) (*connect.Response[v1alpha1.GetReviewFlowGracePeriodPolicyResponse], error) // Update review flow grace period policy for the server. UpdateReviewFlowGracePeriodPolicy(context.Context, *connect.Request[v1alpha1.UpdateReviewFlowGracePeriodPolicyRequest]) (*connect.Response[v1alpha1.UpdateReviewFlowGracePeriodPolicyResponse], error) // GetClusterUsage returns the summation of total message, enum and service types usage // for every repository in each organization within a single tenant BSR instance. GetClusterUsage(context.Context, *connect.Request[v1alpha1.GetClusterUsageRequest]) (*connect.Response[v1alpha1.GetClusterUsageResponse], error) }
AdminServiceClient is a client for the buf.alpha.registry.v1alpha1.AdminService service.
func NewAdminServiceClient ¶
func NewAdminServiceClient(httpClient connect.HTTPClient, baseURL string, opts ...connect.ClientOption) AdminServiceClient
NewAdminServiceClient constructs a client for the buf.alpha.registry.v1alpha1.AdminService service. By default, it uses the Connect protocol with the binary Protobuf Codec, asks for gzipped responses, and sends uncompressed requests. To use the gRPC or gRPC-Web protocols, supply the connect.WithGRPC() or connect.WithGRPCWeb() options.
The URL supplied here should be the base URL for the Connect or gRPC server (for example, http://api.acme.com or https://acme.com/grpc).
type AdminServiceHandler ¶
type AdminServiceHandler interface { // ForceDeleteUser forces to delete a user. Resources and organizations that are // solely owned by the user will also be deleted. ForceDeleteUser(context.Context, *connect.Request[v1alpha1.ForceDeleteUserRequest]) (*connect.Response[v1alpha1.ForceDeleteUserResponse], error) // Update a user's verification status. UpdateUserVerificationStatus(context.Context, *connect.Request[v1alpha1.UpdateUserVerificationStatusRequest]) (*connect.Response[v1alpha1.UpdateUserVerificationStatusResponse], error) // Update a organization's verification. UpdateOrganizationVerificationStatus(context.Context, *connect.Request[v1alpha1.UpdateOrganizationVerificationStatusRequest]) (*connect.Response[v1alpha1.UpdateOrganizationVerificationStatusResponse], error) // Create a new machine user on the server. CreateMachineUser(context.Context, *connect.Request[v1alpha1.CreateMachineUserRequest]) (*connect.Response[v1alpha1.CreateMachineUserResponse], error) // Get breaking change policy for the server. GetBreakingChangePolicy(context.Context, *connect.Request[v1alpha1.GetBreakingChangePolicyRequest]) (*connect.Response[v1alpha1.GetBreakingChangePolicyResponse], error) // Update breaking change policy for the server. UpdateBreakingChangePolicy(context.Context, *connect.Request[v1alpha1.UpdateBreakingChangePolicyRequest]) (*connect.Response[v1alpha1.UpdateBreakingChangePolicyResponse], error) // Get uniqueness policy for the server. GetUniquenessPolicy(context.Context, *connect.Request[v1alpha1.GetUniquenessPolicyRequest]) (*connect.Response[v1alpha1.GetUniquenessPolicyResponse], error) // Update uniqueness policy enforcement for the server. UpdateUniquenessPolicy(context.Context, *connect.Request[v1alpha1.UpdateUniquenessPolicyRequest]) (*connect.Response[v1alpha1.UpdateUniquenessPolicyResponse], error) // Get state of uniqueness collisions for the server ListServerUniquenessCollisions(context.Context, *connect.Request[v1alpha1.ListServerUniquenessCollisionsRequest]) (*connect.Response[v1alpha1.ListServerUniquenessCollisionsResponse], error) // Run a back-fill task to fill unique identifiers on the server. // This is a potentially long-running operation, and should only be triggered by the administrator of the server, // if they intend to enable uniqueness policy enforcement. // Successful completion of this operation is a pre-requisite for enabling uniqueness policy enforcement. RunServerUniquenessBackfillTask(context.Context, *connect.Request[v1alpha1.RunServerUniquenessBackfillTaskRequest]) (*connect.Response[v1alpha1.RunServerUniquenessBackfillTaskResponse], error) // Get review flow grace period policy for the server. GetReviewFlowGracePeriodPolicy(context.Context, *connect.Request[v1alpha1.GetReviewFlowGracePeriodPolicyRequest]) (*connect.Response[v1alpha1.GetReviewFlowGracePeriodPolicyResponse], error) // Update review flow grace period policy for the server. UpdateReviewFlowGracePeriodPolicy(context.Context, *connect.Request[v1alpha1.UpdateReviewFlowGracePeriodPolicyRequest]) (*connect.Response[v1alpha1.UpdateReviewFlowGracePeriodPolicyResponse], error) // GetClusterUsage returns the summation of total message, enum and service types usage // for every repository in each organization within a single tenant BSR instance. GetClusterUsage(context.Context, *connect.Request[v1alpha1.GetClusterUsageRequest]) (*connect.Response[v1alpha1.GetClusterUsageResponse], error) }
AdminServiceHandler is an implementation of the buf.alpha.registry.v1alpha1.AdminService service.
type AuthnServiceClient ¶
type AuthnServiceClient interface { // GetCurrentUser gets information associated with the current user. // // The user's ID is retrieved from the request's authentication header. GetCurrentUser(context.Context, *connect.Request[v1alpha1.GetCurrentUserRequest]) (*connect.Response[v1alpha1.GetCurrentUserResponse], error) // GetCurrentUserSubject gets the currently logged in users subject. // // The user's ID is retrieved from the request's authentication header. GetCurrentUserSubject(context.Context, *connect.Request[v1alpha1.GetCurrentUserSubjectRequest]) (*connect.Response[v1alpha1.GetCurrentUserSubjectResponse], error) }
AuthnServiceClient is a client for the buf.alpha.registry.v1alpha1.AuthnService service.
func NewAuthnServiceClient ¶
func NewAuthnServiceClient(httpClient connect.HTTPClient, baseURL string, opts ...connect.ClientOption) AuthnServiceClient
NewAuthnServiceClient constructs a client for the buf.alpha.registry.v1alpha1.AuthnService service. By default, it uses the Connect protocol with the binary Protobuf Codec, asks for gzipped responses, and sends uncompressed requests. To use the gRPC or gRPC-Web protocols, supply the connect.WithGRPC() or connect.WithGRPCWeb() options.
The URL supplied here should be the base URL for the Connect or gRPC server (for example, http://api.acme.com or https://acme.com/grpc).
type AuthnServiceHandler ¶
type AuthnServiceHandler interface { // GetCurrentUser gets information associated with the current user. // // The user's ID is retrieved from the request's authentication header. GetCurrentUser(context.Context, *connect.Request[v1alpha1.GetCurrentUserRequest]) (*connect.Response[v1alpha1.GetCurrentUserResponse], error) // GetCurrentUserSubject gets the currently logged in users subject. // // The user's ID is retrieved from the request's authentication header. GetCurrentUserSubject(context.Context, *connect.Request[v1alpha1.GetCurrentUserSubjectRequest]) (*connect.Response[v1alpha1.GetCurrentUserSubjectResponse], error) }
AuthnServiceHandler is an implementation of the buf.alpha.registry.v1alpha1.AuthnService service.
type AuthzServiceClient ¶
type AuthzServiceClient interface { // UserCanCreateOrganizationRepository returns whether the user is authorized // to create repositories in an organization. UserCanCreateOrganizationRepository(context.Context, *connect.Request[v1alpha1.UserCanCreateOrganizationRepositoryRequest]) (*connect.Response[v1alpha1.UserCanCreateOrganizationRepositoryResponse], error) // UserCanSeeRepositorySettings returns whether the user is authorized // to see repository settings. UserCanSeeRepositorySettings(context.Context, *connect.Request[v1alpha1.UserCanSeeRepositorySettingsRequest]) (*connect.Response[v1alpha1.UserCanSeeRepositorySettingsResponse], error) // UserCanSeeOrganizationSettings returns whether the user is authorized // to see organization settings. UserCanSeeOrganizationSettings(context.Context, *connect.Request[v1alpha1.UserCanSeeOrganizationSettingsRequest]) (*connect.Response[v1alpha1.UserCanSeeOrganizationSettingsResponse], error) // UserCanAddOrganizationMember returns whether the user is authorized to add // any members to the organization and the list of roles they can add. UserCanAddOrganizationMember(context.Context, *connect.Request[v1alpha1.UserCanAddOrganizationMemberRequest]) (*connect.Response[v1alpha1.UserCanAddOrganizationMemberResponse], error) // UserCanUpdateOrganizationMember returns whether the user is authorized to update // any members' membership information in the organization and the list of roles they can update. UserCanUpdateOrganizationMember(context.Context, *connect.Request[v1alpha1.UserCanUpdateOrganizationMemberRequest]) (*connect.Response[v1alpha1.UserCanUpdateOrganizationMemberResponse], error) // UserCanRemoveOrganizationMember returns whether the user is authorized to remove // any members from the organization and the list of roles they can remove. UserCanRemoveOrganizationMember(context.Context, *connect.Request[v1alpha1.UserCanRemoveOrganizationMemberRequest]) (*connect.Response[v1alpha1.UserCanRemoveOrganizationMemberResponse], error) // UserCanDeleteOrganization returns whether the user is authorized // to delete an organization. UserCanDeleteOrganization(context.Context, *connect.Request[v1alpha1.UserCanDeleteOrganizationRequest]) (*connect.Response[v1alpha1.UserCanDeleteOrganizationResponse], error) // UserCanDeleteRepository returns whether the user is authorized // to delete a repository. UserCanDeleteRepository(context.Context, *connect.Request[v1alpha1.UserCanDeleteRepositoryRequest]) (*connect.Response[v1alpha1.UserCanDeleteRepositoryResponse], error) // UserCanDeleteUser returns whether the user is authorized // to delete a user. UserCanDeleteUser(context.Context, *connect.Request[v1alpha1.UserCanDeleteUserRequest]) (*connect.Response[v1alpha1.UserCanDeleteUserResponse], error) // UserCanSeeServerAdminPanel returns whether the user is authorized // to see server admin panel. UserCanSeeServerAdminPanel(context.Context, *connect.Request[v1alpha1.UserCanSeeServerAdminPanelRequest]) (*connect.Response[v1alpha1.UserCanSeeServerAdminPanelResponse], error) // UserCanManageRepositoryContributors returns whether the user is authorized to manage // any contributors to the repository and the list of roles they can manage. UserCanManageRepositoryContributors(context.Context, *connect.Request[v1alpha1.UserCanManageRepositoryContributorsRequest]) (*connect.Response[v1alpha1.UserCanManageRepositoryContributorsResponse], error) // UserCanReviewCommits returns whether the user is authorized to review // commits within a repository. UserCanReviewCommits(context.Context, *connect.Request[v1alpha1.UserCanReviewCommitsRequest]) (*connect.Response[v1alpha1.UserCanReviewCommitsResponse], error) }
AuthzServiceClient is a client for the buf.alpha.registry.v1alpha1.AuthzService service.
func NewAuthzServiceClient ¶
func NewAuthzServiceClient(httpClient connect.HTTPClient, baseURL string, opts ...connect.ClientOption) AuthzServiceClient
NewAuthzServiceClient constructs a client for the buf.alpha.registry.v1alpha1.AuthzService service. By default, it uses the Connect protocol with the binary Protobuf Codec, asks for gzipped responses, and sends uncompressed requests. To use the gRPC or gRPC-Web protocols, supply the connect.WithGRPC() or connect.WithGRPCWeb() options.
The URL supplied here should be the base URL for the Connect or gRPC server (for example, http://api.acme.com or https://acme.com/grpc).
type AuthzServiceHandler ¶
type AuthzServiceHandler interface { // UserCanCreateOrganizationRepository returns whether the user is authorized // to create repositories in an organization. UserCanCreateOrganizationRepository(context.Context, *connect.Request[v1alpha1.UserCanCreateOrganizationRepositoryRequest]) (*connect.Response[v1alpha1.UserCanCreateOrganizationRepositoryResponse], error) // UserCanSeeRepositorySettings returns whether the user is authorized // to see repository settings. UserCanSeeRepositorySettings(context.Context, *connect.Request[v1alpha1.UserCanSeeRepositorySettingsRequest]) (*connect.Response[v1alpha1.UserCanSeeRepositorySettingsResponse], error) // UserCanSeeOrganizationSettings returns whether the user is authorized // to see organization settings. UserCanSeeOrganizationSettings(context.Context, *connect.Request[v1alpha1.UserCanSeeOrganizationSettingsRequest]) (*connect.Response[v1alpha1.UserCanSeeOrganizationSettingsResponse], error) // UserCanAddOrganizationMember returns whether the user is authorized to add // any members to the organization and the list of roles they can add. UserCanAddOrganizationMember(context.Context, *connect.Request[v1alpha1.UserCanAddOrganizationMemberRequest]) (*connect.Response[v1alpha1.UserCanAddOrganizationMemberResponse], error) // UserCanUpdateOrganizationMember returns whether the user is authorized to update // any members' membership information in the organization and the list of roles they can update. UserCanUpdateOrganizationMember(context.Context, *connect.Request[v1alpha1.UserCanUpdateOrganizationMemberRequest]) (*connect.Response[v1alpha1.UserCanUpdateOrganizationMemberResponse], error) // UserCanRemoveOrganizationMember returns whether the user is authorized to remove // any members from the organization and the list of roles they can remove. UserCanRemoveOrganizationMember(context.Context, *connect.Request[v1alpha1.UserCanRemoveOrganizationMemberRequest]) (*connect.Response[v1alpha1.UserCanRemoveOrganizationMemberResponse], error) // UserCanDeleteOrganization returns whether the user is authorized // to delete an organization. UserCanDeleteOrganization(context.Context, *connect.Request[v1alpha1.UserCanDeleteOrganizationRequest]) (*connect.Response[v1alpha1.UserCanDeleteOrganizationResponse], error) // UserCanDeleteRepository returns whether the user is authorized // to delete a repository. UserCanDeleteRepository(context.Context, *connect.Request[v1alpha1.UserCanDeleteRepositoryRequest]) (*connect.Response[v1alpha1.UserCanDeleteRepositoryResponse], error) // UserCanDeleteUser returns whether the user is authorized // to delete a user. UserCanDeleteUser(context.Context, *connect.Request[v1alpha1.UserCanDeleteUserRequest]) (*connect.Response[v1alpha1.UserCanDeleteUserResponse], error) // UserCanSeeServerAdminPanel returns whether the user is authorized // to see server admin panel. UserCanSeeServerAdminPanel(context.Context, *connect.Request[v1alpha1.UserCanSeeServerAdminPanelRequest]) (*connect.Response[v1alpha1.UserCanSeeServerAdminPanelResponse], error) // UserCanManageRepositoryContributors returns whether the user is authorized to manage // any contributors to the repository and the list of roles they can manage. UserCanManageRepositoryContributors(context.Context, *connect.Request[v1alpha1.UserCanManageRepositoryContributorsRequest]) (*connect.Response[v1alpha1.UserCanManageRepositoryContributorsResponse], error) // UserCanReviewCommits returns whether the user is authorized to review // commits within a repository. UserCanReviewCommits(context.Context, *connect.Request[v1alpha1.UserCanReviewCommitsRequest]) (*connect.Response[v1alpha1.UserCanReviewCommitsResponse], error) }
AuthzServiceHandler is an implementation of the buf.alpha.registry.v1alpha1.AuthzService service.
type CodeGenerationServiceClient ¶ added in v1.7.0
type CodeGenerationServiceClient interface { // GenerateCode generates code using the specified remote plugins. GenerateCode(context.Context, *connect.Request[v1alpha1.GenerateCodeRequest]) (*connect.Response[v1alpha1.GenerateCodeResponse], error) }
CodeGenerationServiceClient is a client for the buf.alpha.registry.v1alpha1.CodeGenerationService service.
func NewCodeGenerationServiceClient ¶ added in v1.7.0
func NewCodeGenerationServiceClient(httpClient connect.HTTPClient, baseURL string, opts ...connect.ClientOption) CodeGenerationServiceClient
NewCodeGenerationServiceClient constructs a client for the buf.alpha.registry.v1alpha1.CodeGenerationService service. By default, it uses the Connect protocol with the binary Protobuf Codec, asks for gzipped responses, and sends uncompressed requests. To use the gRPC or gRPC-Web protocols, supply the connect.WithGRPC() or connect.WithGRPCWeb() options.
The URL supplied here should be the base URL for the Connect or gRPC server (for example, http://api.acme.com or https://acme.com/grpc).
type CodeGenerationServiceHandler ¶ added in v1.7.0
type CodeGenerationServiceHandler interface { // GenerateCode generates code using the specified remote plugins. GenerateCode(context.Context, *connect.Request[v1alpha1.GenerateCodeRequest]) (*connect.Response[v1alpha1.GenerateCodeResponse], error) }
CodeGenerationServiceHandler is an implementation of the buf.alpha.registry.v1alpha1.CodeGenerationService service.
type ConvertServiceClient ¶
type ConvertServiceClient interface { // Convert converts a serialized message according to // the provided type name using an image. Convert(context.Context, *connect.Request[v1alpha1.ConvertRequest]) (*connect.Response[v1alpha1.ConvertResponse], error) }
ConvertServiceClient is a client for the buf.alpha.registry.v1alpha1.ConvertService service.
func NewConvertServiceClient ¶
func NewConvertServiceClient(httpClient connect.HTTPClient, baseURL string, opts ...connect.ClientOption) ConvertServiceClient
NewConvertServiceClient constructs a client for the buf.alpha.registry.v1alpha1.ConvertService service. By default, it uses the Connect protocol with the binary Protobuf Codec, asks for gzipped responses, and sends uncompressed requests. To use the gRPC or gRPC-Web protocols, supply the connect.WithGRPC() or connect.WithGRPCWeb() options.
The URL supplied here should be the base URL for the Connect or gRPC server (for example, http://api.acme.com or https://acme.com/grpc).
type ConvertServiceHandler ¶
type ConvertServiceHandler interface { // Convert converts a serialized message according to // the provided type name using an image. Convert(context.Context, *connect.Request[v1alpha1.ConvertRequest]) (*connect.Response[v1alpha1.ConvertResponse], error) }
ConvertServiceHandler is an implementation of the buf.alpha.registry.v1alpha1.ConvertService service.
type DisplayServiceClient ¶
type DisplayServiceClient interface { // DisplayOrganizationElements returns which organization elements should be displayed to the user. DisplayOrganizationElements(context.Context, *connect.Request[v1alpha1.DisplayOrganizationElementsRequest]) (*connect.Response[v1alpha1.DisplayOrganizationElementsResponse], error) // DisplayRepositoryElements returns which repository elements should be displayed to the user. DisplayRepositoryElements(context.Context, *connect.Request[v1alpha1.DisplayRepositoryElementsRequest]) (*connect.Response[v1alpha1.DisplayRepositoryElementsResponse], error) // DisplayUserElements returns which user elements should be displayed to the user. DisplayUserElements(context.Context, *connect.Request[v1alpha1.DisplayUserElementsRequest]) (*connect.Response[v1alpha1.DisplayUserElementsResponse], error) // DisplayServerElements returns which server elements should be displayed to the user. DisplayServerElements(context.Context, *connect.Request[v1alpha1.DisplayServerElementsRequest]) (*connect.Response[v1alpha1.DisplayServerElementsResponse], error) // DisplayOwnerEntitledElements returns which owner elements are entitled to be displayed to the user. DisplayOwnerEntitledElements(context.Context, *connect.Request[v1alpha1.DisplayOwnerEntitledElementsRequest]) (*connect.Response[v1alpha1.DisplayOwnerEntitledElementsResponse], error) // DisplayRepositoryEntitledElements returns which repository elements are entitled to be displayed to the user. DisplayRepositoryEntitledElements(context.Context, *connect.Request[v1alpha1.DisplayRepositoryEntitledElementsRequest]) (*connect.Response[v1alpha1.DisplayRepositoryEntitledElementsResponse], error) // ListManageableRepositoryRoles returns which roles should be displayed // to the user when they are managing contributors on the repository. ListManageableRepositoryRoles(context.Context, *connect.Request[v1alpha1.ListManageableRepositoryRolesRequest]) (*connect.Response[v1alpha1.ListManageableRepositoryRolesResponse], error) // ListManageableUserRepositoryRoles returns which roles should be displayed // to the user when they are managing a specific contributor on the repository. ListManageableUserRepositoryRoles(context.Context, *connect.Request[v1alpha1.ListManageableUserRepositoryRolesRequest]) (*connect.Response[v1alpha1.ListManageableUserRepositoryRolesResponse], error) }
DisplayServiceClient is a client for the buf.alpha.registry.v1alpha1.DisplayService service.
func NewDisplayServiceClient ¶
func NewDisplayServiceClient(httpClient connect.HTTPClient, baseURL string, opts ...connect.ClientOption) DisplayServiceClient
NewDisplayServiceClient constructs a client for the buf.alpha.registry.v1alpha1.DisplayService service. By default, it uses the Connect protocol with the binary Protobuf Codec, asks for gzipped responses, and sends uncompressed requests. To use the gRPC or gRPC-Web protocols, supply the connect.WithGRPC() or connect.WithGRPCWeb() options.
The URL supplied here should be the base URL for the Connect or gRPC server (for example, http://api.acme.com or https://acme.com/grpc).
type DisplayServiceHandler ¶
type DisplayServiceHandler interface { // DisplayOrganizationElements returns which organization elements should be displayed to the user. DisplayOrganizationElements(context.Context, *connect.Request[v1alpha1.DisplayOrganizationElementsRequest]) (*connect.Response[v1alpha1.DisplayOrganizationElementsResponse], error) // DisplayRepositoryElements returns which repository elements should be displayed to the user. DisplayRepositoryElements(context.Context, *connect.Request[v1alpha1.DisplayRepositoryElementsRequest]) (*connect.Response[v1alpha1.DisplayRepositoryElementsResponse], error) // DisplayUserElements returns which user elements should be displayed to the user. DisplayUserElements(context.Context, *connect.Request[v1alpha1.DisplayUserElementsRequest]) (*connect.Response[v1alpha1.DisplayUserElementsResponse], error) // DisplayServerElements returns which server elements should be displayed to the user. DisplayServerElements(context.Context, *connect.Request[v1alpha1.DisplayServerElementsRequest]) (*connect.Response[v1alpha1.DisplayServerElementsResponse], error) // DisplayOwnerEntitledElements returns which owner elements are entitled to be displayed to the user. DisplayOwnerEntitledElements(context.Context, *connect.Request[v1alpha1.DisplayOwnerEntitledElementsRequest]) (*connect.Response[v1alpha1.DisplayOwnerEntitledElementsResponse], error) // DisplayRepositoryEntitledElements returns which repository elements are entitled to be displayed to the user. DisplayRepositoryEntitledElements(context.Context, *connect.Request[v1alpha1.DisplayRepositoryEntitledElementsRequest]) (*connect.Response[v1alpha1.DisplayRepositoryEntitledElementsResponse], error) // ListManageableRepositoryRoles returns which roles should be displayed // to the user when they are managing contributors on the repository. ListManageableRepositoryRoles(context.Context, *connect.Request[v1alpha1.ListManageableRepositoryRolesRequest]) (*connect.Response[v1alpha1.ListManageableRepositoryRolesResponse], error) // ListManageableUserRepositoryRoles returns which roles should be displayed // to the user when they are managing a specific contributor on the repository. ListManageableUserRepositoryRoles(context.Context, *connect.Request[v1alpha1.ListManageableUserRepositoryRolesRequest]) (*connect.Response[v1alpha1.ListManageableUserRepositoryRolesResponse], error) }
DisplayServiceHandler is an implementation of the buf.alpha.registry.v1alpha1.DisplayService service.
type DocServiceClient ¶
type DocServiceClient interface { // GetSourceDirectoryInfo retrieves the directory and file structure for the // given owner, repository and reference. // // The purpose of this is to get a representation of the file tree for a given // module to enable exploring the module by navigating through its contents. GetSourceDirectoryInfo(context.Context, *connect.Request[v1alpha1.GetSourceDirectoryInfoRequest]) (*connect.Response[v1alpha1.GetSourceDirectoryInfoResponse], error) // GetSourceFile retrieves the source contents for the given owner, repository, // reference, and path. GetSourceFile(context.Context, *connect.Request[v1alpha1.GetSourceFileRequest]) (*connect.Response[v1alpha1.GetSourceFileResponse], error) // GetModulePackages retrieves the list of packages for the module based on the given // owner, repository, and reference. GetModulePackages(context.Context, *connect.Request[v1alpha1.GetModulePackagesRequest]) (*connect.Response[v1alpha1.GetModulePackagesResponse], error) // GetModuleDocumentation retrieves the documentations including buf.md and LICENSE files // for module based on the given owner, repository, and reference. GetModuleDocumentation(context.Context, *connect.Request[v1alpha1.GetModuleDocumentationRequest]) (*connect.Response[v1alpha1.GetModuleDocumentationResponse], error) // GetPackageDocumentation retrieves a a slice of documentation structures // for the given owner, repository, reference, and package name. GetPackageDocumentation(context.Context, *connect.Request[v1alpha1.GetPackageDocumentationRequest]) (*connect.Response[v1alpha1.GetPackageDocumentationResponse], error) }
DocServiceClient is a client for the buf.alpha.registry.v1alpha1.DocService service.
func NewDocServiceClient ¶
func NewDocServiceClient(httpClient connect.HTTPClient, baseURL string, opts ...connect.ClientOption) DocServiceClient
NewDocServiceClient constructs a client for the buf.alpha.registry.v1alpha1.DocService service. By default, it uses the Connect protocol with the binary Protobuf Codec, asks for gzipped responses, and sends uncompressed requests. To use the gRPC or gRPC-Web protocols, supply the connect.WithGRPC() or connect.WithGRPCWeb() options.
The URL supplied here should be the base URL for the Connect or gRPC server (for example, http://api.acme.com or https://acme.com/grpc).
type DocServiceHandler ¶
type DocServiceHandler interface { // GetSourceDirectoryInfo retrieves the directory and file structure for the // given owner, repository and reference. // // The purpose of this is to get a representation of the file tree for a given // module to enable exploring the module by navigating through its contents. GetSourceDirectoryInfo(context.Context, *connect.Request[v1alpha1.GetSourceDirectoryInfoRequest]) (*connect.Response[v1alpha1.GetSourceDirectoryInfoResponse], error) // GetSourceFile retrieves the source contents for the given owner, repository, // reference, and path. GetSourceFile(context.Context, *connect.Request[v1alpha1.GetSourceFileRequest]) (*connect.Response[v1alpha1.GetSourceFileResponse], error) // GetModulePackages retrieves the list of packages for the module based on the given // owner, repository, and reference. GetModulePackages(context.Context, *connect.Request[v1alpha1.GetModulePackagesRequest]) (*connect.Response[v1alpha1.GetModulePackagesResponse], error) // GetModuleDocumentation retrieves the documentations including buf.md and LICENSE files // for module based on the given owner, repository, and reference. GetModuleDocumentation(context.Context, *connect.Request[v1alpha1.GetModuleDocumentationRequest]) (*connect.Response[v1alpha1.GetModuleDocumentationResponse], error) // GetPackageDocumentation retrieves a a slice of documentation structures // for the given owner, repository, reference, and package name. GetPackageDocumentation(context.Context, *connect.Request[v1alpha1.GetPackageDocumentationRequest]) (*connect.Response[v1alpha1.GetPackageDocumentationResponse], error) }
DocServiceHandler is an implementation of the buf.alpha.registry.v1alpha1.DocService service.
type DownloadServiceClient ¶
type DownloadServiceClient interface { // Download downloads a BSR module. // NOTE: Newer clients should use DownloadManifestAndBlobs instead. Download(context.Context, *connect.Request[v1alpha1.DownloadRequest]) (*connect.Response[v1alpha1.DownloadResponse], error) // DownloadManifestAndBlobs downloads a module in the manifest+blobs encoding format. DownloadManifestAndBlobs(context.Context, *connect.Request[v1alpha1.DownloadManifestAndBlobsRequest]) (*connect.Response[v1alpha1.DownloadManifestAndBlobsResponse], error) }
DownloadServiceClient is a client for the buf.alpha.registry.v1alpha1.DownloadService service.
func NewDownloadServiceClient ¶
func NewDownloadServiceClient(httpClient connect.HTTPClient, baseURL string, opts ...connect.ClientOption) DownloadServiceClient
NewDownloadServiceClient constructs a client for the buf.alpha.registry.v1alpha1.DownloadService service. By default, it uses the Connect protocol with the binary Protobuf Codec, asks for gzipped responses, and sends uncompressed requests. To use the gRPC or gRPC-Web protocols, supply the connect.WithGRPC() or connect.WithGRPCWeb() options.
The URL supplied here should be the base URL for the Connect or gRPC server (for example, http://api.acme.com or https://acme.com/grpc).
type DownloadServiceHandler ¶
type DownloadServiceHandler interface { // Download downloads a BSR module. // NOTE: Newer clients should use DownloadManifestAndBlobs instead. Download(context.Context, *connect.Request[v1alpha1.DownloadRequest]) (*connect.Response[v1alpha1.DownloadResponse], error) // DownloadManifestAndBlobs downloads a module in the manifest+blobs encoding format. DownloadManifestAndBlobs(context.Context, *connect.Request[v1alpha1.DownloadManifestAndBlobsRequest]) (*connect.Response[v1alpha1.DownloadManifestAndBlobsResponse], error) }
DownloadServiceHandler is an implementation of the buf.alpha.registry.v1alpha1.DownloadService service.
type GithubServiceClient ¶
type GithubServiceClient interface { // GetGithubAppConfig returns a Github Application Configuration. GetGithubAppConfig(context.Context, *connect.Request[v1alpha1.GetGithubAppConfigRequest]) (*connect.Response[v1alpha1.GetGithubAppConfigResponse], error) }
GithubServiceClient is a client for the buf.alpha.registry.v1alpha1.GithubService service.
func NewGithubServiceClient ¶
func NewGithubServiceClient(httpClient connect.HTTPClient, baseURL string, opts ...connect.ClientOption) GithubServiceClient
NewGithubServiceClient constructs a client for the buf.alpha.registry.v1alpha1.GithubService service. By default, it uses the Connect protocol with the binary Protobuf Codec, asks for gzipped responses, and sends uncompressed requests. To use the gRPC or gRPC-Web protocols, supply the connect.WithGRPC() or connect.WithGRPCWeb() options.
The URL supplied here should be the base URL for the Connect or gRPC server (for example, http://api.acme.com or https://acme.com/grpc).
type GithubServiceHandler ¶
type GithubServiceHandler interface { // GetGithubAppConfig returns a Github Application Configuration. GetGithubAppConfig(context.Context, *connect.Request[v1alpha1.GetGithubAppConfigRequest]) (*connect.Response[v1alpha1.GetGithubAppConfigResponse], error) }
GithubServiceHandler is an implementation of the buf.alpha.registry.v1alpha1.GithubService service.
type ImageServiceClient ¶
type ImageServiceClient interface { // GetImage serves a compiled image for the local module. It automatically // downloads dependencies if necessary. GetImage(context.Context, *connect.Request[v1alpha1.GetImageRequest]) (*connect.Response[v1alpha1.GetImageResponse], error) }
ImageServiceClient is a client for the buf.alpha.registry.v1alpha1.ImageService service.
func NewImageServiceClient ¶
func NewImageServiceClient(httpClient connect.HTTPClient, baseURL string, opts ...connect.ClientOption) ImageServiceClient
NewImageServiceClient constructs a client for the buf.alpha.registry.v1alpha1.ImageService service. By default, it uses the Connect protocol with the binary Protobuf Codec, asks for gzipped responses, and sends uncompressed requests. To use the gRPC or gRPC-Web protocols, supply the connect.WithGRPC() or connect.WithGRPCWeb() options.
The URL supplied here should be the base URL for the Connect or gRPC server (for example, http://api.acme.com or https://acme.com/grpc).
type ImageServiceHandler ¶
type ImageServiceHandler interface { // GetImage serves a compiled image for the local module. It automatically // downloads dependencies if necessary. GetImage(context.Context, *connect.Request[v1alpha1.GetImageRequest]) (*connect.Response[v1alpha1.GetImageResponse], error) }
ImageServiceHandler is an implementation of the buf.alpha.registry.v1alpha1.ImageService service.
type JSONSchemaServiceClient ¶
type JSONSchemaServiceClient interface { // GetJSONSchema allows users to get an (approximate) json schema for a // protobuf type. GetJSONSchema(context.Context, *connect.Request[v1alpha1.GetJSONSchemaRequest]) (*connect.Response[v1alpha1.GetJSONSchemaResponse], error) }
JSONSchemaServiceClient is a client for the buf.alpha.registry.v1alpha1.JSONSchemaService service.
func NewJSONSchemaServiceClient ¶
func NewJSONSchemaServiceClient(httpClient connect.HTTPClient, baseURL string, opts ...connect.ClientOption) JSONSchemaServiceClient
NewJSONSchemaServiceClient constructs a client for the buf.alpha.registry.v1alpha1.JSONSchemaService service. By default, it uses the Connect protocol with the binary Protobuf Codec, asks for gzipped responses, and sends uncompressed requests. To use the gRPC or gRPC-Web protocols, supply the connect.WithGRPC() or connect.WithGRPCWeb() options.
The URL supplied here should be the base URL for the Connect or gRPC server (for example, http://api.acme.com or https://acme.com/grpc).
type JSONSchemaServiceHandler ¶
type JSONSchemaServiceHandler interface { // GetJSONSchema allows users to get an (approximate) json schema for a // protobuf type. GetJSONSchema(context.Context, *connect.Request[v1alpha1.GetJSONSchemaRequest]) (*connect.Response[v1alpha1.GetJSONSchemaResponse], error) }
JSONSchemaServiceHandler is an implementation of the buf.alpha.registry.v1alpha1.JSONSchemaService service.
type LabelServiceClient ¶ added in v1.16.0
type LabelServiceClient interface { CreateLabel(context.Context, *connect.Request[v1alpha1.CreateLabelRequest]) (*connect.Response[v1alpha1.CreateLabelResponse], error) MoveLabel(context.Context, *connect.Request[v1alpha1.MoveLabelRequest]) (*connect.Response[v1alpha1.MoveLabelResponse], error) // GetLabels returns labels in a repository with optional label name and value filters. GetLabels(context.Context, *connect.Request[v1alpha1.GetLabelsRequest]) (*connect.Response[v1alpha1.GetLabelsResponse], error) // GetLabelsInNamespace returns labels in a given namespace, optionally matching label names. GetLabelsInNamespace(context.Context, *connect.Request[v1alpha1.GetLabelsInNamespaceRequest]) (*connect.Response[v1alpha1.GetLabelsInNamespaceResponse], error) }
LabelServiceClient is a client for the buf.alpha.registry.v1alpha1.LabelService service.
func NewLabelServiceClient ¶ added in v1.16.0
func NewLabelServiceClient(httpClient connect.HTTPClient, baseURL string, opts ...connect.ClientOption) LabelServiceClient
NewLabelServiceClient constructs a client for the buf.alpha.registry.v1alpha1.LabelService service. By default, it uses the Connect protocol with the binary Protobuf Codec, asks for gzipped responses, and sends uncompressed requests. To use the gRPC or gRPC-Web protocols, supply the connect.WithGRPC() or connect.WithGRPCWeb() options.
The URL supplied here should be the base URL for the Connect or gRPC server (for example, http://api.acme.com or https://acme.com/grpc).
type LabelServiceHandler ¶ added in v1.16.0
type LabelServiceHandler interface { CreateLabel(context.Context, *connect.Request[v1alpha1.CreateLabelRequest]) (*connect.Response[v1alpha1.CreateLabelResponse], error) MoveLabel(context.Context, *connect.Request[v1alpha1.MoveLabelRequest]) (*connect.Response[v1alpha1.MoveLabelResponse], error) // GetLabels returns labels in a repository with optional label name and value filters. GetLabels(context.Context, *connect.Request[v1alpha1.GetLabelsRequest]) (*connect.Response[v1alpha1.GetLabelsResponse], error) // GetLabelsInNamespace returns labels in a given namespace, optionally matching label names. GetLabelsInNamespace(context.Context, *connect.Request[v1alpha1.GetLabelsInNamespaceRequest]) (*connect.Response[v1alpha1.GetLabelsInNamespaceResponse], error) }
LabelServiceHandler is an implementation of the buf.alpha.registry.v1alpha1.LabelService service.
type LocalResolveServiceClient ¶
type LocalResolveServiceClient interface { // GetLocalModulePins gets the latest pins for the specified local module references. // It also includes all of the modules transitive dependencies for the specified references. // // We want this for two reasons: // // 1. It makes it easy to say "we know we're looking for owner/repo on this specific remote". // While we could just do this in GetModulePins by being aware of what our remote is // (something we probably still need to know, DNS problems aside, which are more // theoretical), this helps. // 2. Having a separate method makes us able to say "do not make decisions about what // wins between competing pins for the same repo". This should only be done in // GetModulePins, not in this function, i.e. only done at the top level. GetLocalModulePins(context.Context, *connect.Request[v1alpha1.GetLocalModulePinsRequest]) (*connect.Response[v1alpha1.GetLocalModulePinsResponse], error) }
LocalResolveServiceClient is a client for the buf.alpha.registry.v1alpha1.LocalResolveService service.
func NewLocalResolveServiceClient ¶
func NewLocalResolveServiceClient(httpClient connect.HTTPClient, baseURL string, opts ...connect.ClientOption) LocalResolveServiceClient
NewLocalResolveServiceClient constructs a client for the buf.alpha.registry.v1alpha1.LocalResolveService service. By default, it uses the Connect protocol with the binary Protobuf Codec, asks for gzipped responses, and sends uncompressed requests. To use the gRPC or gRPC-Web protocols, supply the connect.WithGRPC() or connect.WithGRPCWeb() options.
The URL supplied here should be the base URL for the Connect or gRPC server (for example, http://api.acme.com or https://acme.com/grpc).
type LocalResolveServiceHandler ¶
type LocalResolveServiceHandler interface { // GetLocalModulePins gets the latest pins for the specified local module references. // It also includes all of the modules transitive dependencies for the specified references. // // We want this for two reasons: // // 1. It makes it easy to say "we know we're looking for owner/repo on this specific remote". // While we could just do this in GetModulePins by being aware of what our remote is // (something we probably still need to know, DNS problems aside, which are more // theoretical), this helps. // 2. Having a separate method makes us able to say "do not make decisions about what // wins between competing pins for the same repo". This should only be done in // GetModulePins, not in this function, i.e. only done at the top level. GetLocalModulePins(context.Context, *connect.Request[v1alpha1.GetLocalModulePinsRequest]) (*connect.Response[v1alpha1.GetLocalModulePinsResponse], error) }
LocalResolveServiceHandler is an implementation of the buf.alpha.registry.v1alpha1.LocalResolveService service.
type OrganizationServiceClient ¶
type OrganizationServiceClient interface { // GetOrganization gets a organization by ID. GetOrganization(context.Context, *connect.Request[v1alpha1.GetOrganizationRequest]) (*connect.Response[v1alpha1.GetOrganizationResponse], error) // GetOrganizationByName gets a organization by name. GetOrganizationByName(context.Context, *connect.Request[v1alpha1.GetOrganizationByNameRequest]) (*connect.Response[v1alpha1.GetOrganizationByNameResponse], error) // ListOrganizations lists all organizations. ListOrganizations(context.Context, *connect.Request[v1alpha1.ListOrganizationsRequest]) (*connect.Response[v1alpha1.ListOrganizationsResponse], error) // ListUserOrganizations lists all organizations a user is member of. ListUserOrganizations(context.Context, *connect.Request[v1alpha1.ListUserOrganizationsRequest]) (*connect.Response[v1alpha1.ListUserOrganizationsResponse], error) GetUserOrganization(context.Context, *connect.Request[v1alpha1.GetUserOrganizationRequest]) (*connect.Response[v1alpha1.GetUserOrganizationResponse], error) // CreateOrganization creates a new organization. CreateOrganization(context.Context, *connect.Request[v1alpha1.CreateOrganizationRequest]) (*connect.Response[v1alpha1.CreateOrganizationResponse], error) // DeleteOrganization deletes a organization. DeleteOrganization(context.Context, *connect.Request[v1alpha1.DeleteOrganizationRequest]) (*connect.Response[v1alpha1.DeleteOrganizationResponse], error) // DeleteOrganizationByName deletes a organization by name. DeleteOrganizationByName(context.Context, *connect.Request[v1alpha1.DeleteOrganizationByNameRequest]) (*connect.Response[v1alpha1.DeleteOrganizationByNameResponse], error) // AddOrganizationMember add a role to an user in the organization. AddOrganizationMember(context.Context, *connect.Request[v1alpha1.AddOrganizationMemberRequest]) (*connect.Response[v1alpha1.AddOrganizationMemberResponse], error) // UpdateOrganizationMember update the user's membership information in the organization. UpdateOrganizationMember(context.Context, *connect.Request[v1alpha1.UpdateOrganizationMemberRequest]) (*connect.Response[v1alpha1.UpdateOrganizationMemberResponse], error) // RemoveOrganizationMember remove the role of an user in the organization. RemoveOrganizationMember(context.Context, *connect.Request[v1alpha1.RemoveOrganizationMemberRequest]) (*connect.Response[v1alpha1.RemoveOrganizationMemberResponse], error) // SetOrganizationMember sets the role of a user in the organization. SetOrganizationMember(context.Context, *connect.Request[v1alpha1.SetOrganizationMemberRequest]) (*connect.Response[v1alpha1.SetOrganizationMemberResponse], error) // GetOrganizationSettings gets the settings of an organization, including organization base roles. GetOrganizationSettings(context.Context, *connect.Request[v1alpha1.GetOrganizationSettingsRequest]) (*connect.Response[v1alpha1.GetOrganizationSettingsResponse], error) // UpdateOrganizationSettings update the organization settings including base roles. UpdateOrganizationSettings(context.Context, *connect.Request[v1alpha1.UpdateOrganizationSettingsRequest]) (*connect.Response[v1alpha1.UpdateOrganizationSettingsResponse], error) // AddOrganizationGroup adds an IdP Group to the organization. AddOrganizationGroup(context.Context, *connect.Request[v1alpha1.AddOrganizationGroupRequest]) (*connect.Response[v1alpha1.AddOrganizationGroupResponse], error) // RemoveOrganizationGroup removes an IdP Group from the organization. RemoveOrganizationGroup(context.Context, *connect.Request[v1alpha1.RemoveOrganizationGroupRequest]) (*connect.Response[v1alpha1.RemoveOrganizationGroupResponse], error) }
OrganizationServiceClient is a client for the buf.alpha.registry.v1alpha1.OrganizationService service.
func NewOrganizationServiceClient ¶
func NewOrganizationServiceClient(httpClient connect.HTTPClient, baseURL string, opts ...connect.ClientOption) OrganizationServiceClient
NewOrganizationServiceClient constructs a client for the buf.alpha.registry.v1alpha1.OrganizationService service. By default, it uses the Connect protocol with the binary Protobuf Codec, asks for gzipped responses, and sends uncompressed requests. To use the gRPC or gRPC-Web protocols, supply the connect.WithGRPC() or connect.WithGRPCWeb() options.
The URL supplied here should be the base URL for the Connect or gRPC server (for example, http://api.acme.com or https://acme.com/grpc).
type OrganizationServiceHandler ¶
type OrganizationServiceHandler interface { // GetOrganization gets a organization by ID. GetOrganization(context.Context, *connect.Request[v1alpha1.GetOrganizationRequest]) (*connect.Response[v1alpha1.GetOrganizationResponse], error) // GetOrganizationByName gets a organization by name. GetOrganizationByName(context.Context, *connect.Request[v1alpha1.GetOrganizationByNameRequest]) (*connect.Response[v1alpha1.GetOrganizationByNameResponse], error) // ListOrganizations lists all organizations. ListOrganizations(context.Context, *connect.Request[v1alpha1.ListOrganizationsRequest]) (*connect.Response[v1alpha1.ListOrganizationsResponse], error) // ListUserOrganizations lists all organizations a user is member of. ListUserOrganizations(context.Context, *connect.Request[v1alpha1.ListUserOrganizationsRequest]) (*connect.Response[v1alpha1.ListUserOrganizationsResponse], error) GetUserOrganization(context.Context, *connect.Request[v1alpha1.GetUserOrganizationRequest]) (*connect.Response[v1alpha1.GetUserOrganizationResponse], error) // CreateOrganization creates a new organization. CreateOrganization(context.Context, *connect.Request[v1alpha1.CreateOrganizationRequest]) (*connect.Response[v1alpha1.CreateOrganizationResponse], error) // DeleteOrganization deletes a organization. DeleteOrganization(context.Context, *connect.Request[v1alpha1.DeleteOrganizationRequest]) (*connect.Response[v1alpha1.DeleteOrganizationResponse], error) // DeleteOrganizationByName deletes a organization by name. DeleteOrganizationByName(context.Context, *connect.Request[v1alpha1.DeleteOrganizationByNameRequest]) (*connect.Response[v1alpha1.DeleteOrganizationByNameResponse], error) // AddOrganizationMember add a role to an user in the organization. AddOrganizationMember(context.Context, *connect.Request[v1alpha1.AddOrganizationMemberRequest]) (*connect.Response[v1alpha1.AddOrganizationMemberResponse], error) // UpdateOrganizationMember update the user's membership information in the organization. UpdateOrganizationMember(context.Context, *connect.Request[v1alpha1.UpdateOrganizationMemberRequest]) (*connect.Response[v1alpha1.UpdateOrganizationMemberResponse], error) // RemoveOrganizationMember remove the role of an user in the organization. RemoveOrganizationMember(context.Context, *connect.Request[v1alpha1.RemoveOrganizationMemberRequest]) (*connect.Response[v1alpha1.RemoveOrganizationMemberResponse], error) // SetOrganizationMember sets the role of a user in the organization. SetOrganizationMember(context.Context, *connect.Request[v1alpha1.SetOrganizationMemberRequest]) (*connect.Response[v1alpha1.SetOrganizationMemberResponse], error) // GetOrganizationSettings gets the settings of an organization, including organization base roles. GetOrganizationSettings(context.Context, *connect.Request[v1alpha1.GetOrganizationSettingsRequest]) (*connect.Response[v1alpha1.GetOrganizationSettingsResponse], error) // UpdateOrganizationSettings update the organization settings including base roles. UpdateOrganizationSettings(context.Context, *connect.Request[v1alpha1.UpdateOrganizationSettingsRequest]) (*connect.Response[v1alpha1.UpdateOrganizationSettingsResponse], error) // AddOrganizationGroup adds an IdP Group to the organization. AddOrganizationGroup(context.Context, *connect.Request[v1alpha1.AddOrganizationGroupRequest]) (*connect.Response[v1alpha1.AddOrganizationGroupResponse], error) // RemoveOrganizationGroup removes an IdP Group from the organization. RemoveOrganizationGroup(context.Context, *connect.Request[v1alpha1.RemoveOrganizationGroupRequest]) (*connect.Response[v1alpha1.RemoveOrganizationGroupResponse], error) }
OrganizationServiceHandler is an implementation of the buf.alpha.registry.v1alpha1.OrganizationService service.
type OwnerServiceClient ¶
type OwnerServiceClient interface { // GetOwnerByName takes an owner name and returns the owner as // either a user or organization. GetOwnerByName(context.Context, *connect.Request[v1alpha1.GetOwnerByNameRequest]) (*connect.Response[v1alpha1.GetOwnerByNameResponse], error) }
OwnerServiceClient is a client for the buf.alpha.registry.v1alpha1.OwnerService service.
func NewOwnerServiceClient ¶
func NewOwnerServiceClient(httpClient connect.HTTPClient, baseURL string, opts ...connect.ClientOption) OwnerServiceClient
NewOwnerServiceClient constructs a client for the buf.alpha.registry.v1alpha1.OwnerService service. By default, it uses the Connect protocol with the binary Protobuf Codec, asks for gzipped responses, and sends uncompressed requests. To use the gRPC or gRPC-Web protocols, supply the connect.WithGRPC() or connect.WithGRPCWeb() options.
The URL supplied here should be the base URL for the Connect or gRPC server (for example, http://api.acme.com or https://acme.com/grpc).
type OwnerServiceHandler ¶
type OwnerServiceHandler interface { // GetOwnerByName takes an owner name and returns the owner as // either a user or organization. GetOwnerByName(context.Context, *connect.Request[v1alpha1.GetOwnerByNameRequest]) (*connect.Response[v1alpha1.GetOwnerByNameResponse], error) }
OwnerServiceHandler is an implementation of the buf.alpha.registry.v1alpha1.OwnerService service.
type PluginCurationServiceClient ¶ added in v1.7.0
type PluginCurationServiceClient interface { // ListCuratedPlugins returns all the curated plugins available. ListCuratedPlugins(context.Context, *connect.Request[v1alpha1.ListCuratedPluginsRequest]) (*connect.Response[v1alpha1.ListCuratedPluginsResponse], error) // CreateCuratedPlugin creates a new curated plugin. CreateCuratedPlugin(context.Context, *connect.Request[v1alpha1.CreateCuratedPluginRequest]) (*connect.Response[v1alpha1.CreateCuratedPluginResponse], error) // GetLatestCuratedPlugin returns the latest version of a plugin matching given parameters. GetLatestCuratedPlugin(context.Context, *connect.Request[v1alpha1.GetLatestCuratedPluginRequest]) (*connect.Response[v1alpha1.GetLatestCuratedPluginResponse], error) // DeleteCuratedPlugin deletes a curated plugin based on the given parameters. DeleteCuratedPlugin(context.Context, *connect.Request[v1alpha1.DeleteCuratedPluginRequest]) (*connect.Response[v1alpha1.DeleteCuratedPluginResponse], error) }
PluginCurationServiceClient is a client for the buf.alpha.registry.v1alpha1.PluginCurationService service.
func NewPluginCurationServiceClient ¶ added in v1.7.0
func NewPluginCurationServiceClient(httpClient connect.HTTPClient, baseURL string, opts ...connect.ClientOption) PluginCurationServiceClient
NewPluginCurationServiceClient constructs a client for the buf.alpha.registry.v1alpha1.PluginCurationService service. By default, it uses the Connect protocol with the binary Protobuf Codec, asks for gzipped responses, and sends uncompressed requests. To use the gRPC or gRPC-Web protocols, supply the connect.WithGRPC() or connect.WithGRPCWeb() options.
The URL supplied here should be the base URL for the Connect or gRPC server (for example, http://api.acme.com or https://acme.com/grpc).
type PluginCurationServiceHandler ¶ added in v1.7.0
type PluginCurationServiceHandler interface { // ListCuratedPlugins returns all the curated plugins available. ListCuratedPlugins(context.Context, *connect.Request[v1alpha1.ListCuratedPluginsRequest]) (*connect.Response[v1alpha1.ListCuratedPluginsResponse], error) // CreateCuratedPlugin creates a new curated plugin. CreateCuratedPlugin(context.Context, *connect.Request[v1alpha1.CreateCuratedPluginRequest]) (*connect.Response[v1alpha1.CreateCuratedPluginResponse], error) // GetLatestCuratedPlugin returns the latest version of a plugin matching given parameters. GetLatestCuratedPlugin(context.Context, *connect.Request[v1alpha1.GetLatestCuratedPluginRequest]) (*connect.Response[v1alpha1.GetLatestCuratedPluginResponse], error) // DeleteCuratedPlugin deletes a curated plugin based on the given parameters. DeleteCuratedPlugin(context.Context, *connect.Request[v1alpha1.DeleteCuratedPluginRequest]) (*connect.Response[v1alpha1.DeleteCuratedPluginResponse], error) }
PluginCurationServiceHandler is an implementation of the buf.alpha.registry.v1alpha1.PluginCurationService service.
type PushServiceClient ¶
type PushServiceClient interface { // Push pushes. // NOTE: Newer clients should use PushManifestAndBlobs. Push(context.Context, *connect.Request[v1alpha1.PushRequest]) (*connect.Response[v1alpha1.PushResponse], error) // PushManifestAndBlobs pushes a module by encoding it in a manifest and blobs format. PushManifestAndBlobs(context.Context, *connect.Request[v1alpha1.PushManifestAndBlobsRequest]) (*connect.Response[v1alpha1.PushManifestAndBlobsResponse], error) }
PushServiceClient is a client for the buf.alpha.registry.v1alpha1.PushService service.
func NewPushServiceClient ¶
func NewPushServiceClient(httpClient connect.HTTPClient, baseURL string, opts ...connect.ClientOption) PushServiceClient
NewPushServiceClient constructs a client for the buf.alpha.registry.v1alpha1.PushService service. By default, it uses the Connect protocol with the binary Protobuf Codec, asks for gzipped responses, and sends uncompressed requests. To use the gRPC or gRPC-Web protocols, supply the connect.WithGRPC() or connect.WithGRPCWeb() options.
The URL supplied here should be the base URL for the Connect or gRPC server (for example, http://api.acme.com or https://acme.com/grpc).
type PushServiceHandler ¶
type PushServiceHandler interface { // Push pushes. // NOTE: Newer clients should use PushManifestAndBlobs. Push(context.Context, *connect.Request[v1alpha1.PushRequest]) (*connect.Response[v1alpha1.PushResponse], error) // PushManifestAndBlobs pushes a module by encoding it in a manifest and blobs format. PushManifestAndBlobs(context.Context, *connect.Request[v1alpha1.PushManifestAndBlobsRequest]) (*connect.Response[v1alpha1.PushManifestAndBlobsResponse], error) }
PushServiceHandler is an implementation of the buf.alpha.registry.v1alpha1.PushService service.
type RecommendationServiceClient ¶
type RecommendationServiceClient interface { // RecommendedRepositories returns a list of recommended repositories. RecommendedRepositories(context.Context, *connect.Request[v1alpha1.RecommendedRepositoriesRequest]) (*connect.Response[v1alpha1.RecommendedRepositoriesResponse], error) // ListRecommendedResources returns a list of recommended resources. ListRecommendedResources(context.Context, *connect.Request[v1alpha1.ListRecommendedResourcesRequest]) (*connect.Response[v1alpha1.ListRecommendedResourcesResponse], error) // SetRecommendedResources set the list of recommended resources in the server. SetRecommendedResources(context.Context, *connect.Request[v1alpha1.SetRecommendedResourcesRequest]) (*connect.Response[v1alpha1.SetRecommendedResourcesResponse], error) }
RecommendationServiceClient is a client for the buf.alpha.registry.v1alpha1.RecommendationService service.
func NewRecommendationServiceClient ¶
func NewRecommendationServiceClient(httpClient connect.HTTPClient, baseURL string, opts ...connect.ClientOption) RecommendationServiceClient
NewRecommendationServiceClient constructs a client for the buf.alpha.registry.v1alpha1.RecommendationService service. By default, it uses the Connect protocol with the binary Protobuf Codec, asks for gzipped responses, and sends uncompressed requests. To use the gRPC or gRPC-Web protocols, supply the connect.WithGRPC() or connect.WithGRPCWeb() options.
The URL supplied here should be the base URL for the Connect or gRPC server (for example, http://api.acme.com or https://acme.com/grpc).
type RecommendationServiceHandler ¶
type RecommendationServiceHandler interface { // RecommendedRepositories returns a list of recommended repositories. RecommendedRepositories(context.Context, *connect.Request[v1alpha1.RecommendedRepositoriesRequest]) (*connect.Response[v1alpha1.RecommendedRepositoriesResponse], error) // ListRecommendedResources returns a list of recommended resources. ListRecommendedResources(context.Context, *connect.Request[v1alpha1.ListRecommendedResourcesRequest]) (*connect.Response[v1alpha1.ListRecommendedResourcesResponse], error) // SetRecommendedResources set the list of recommended resources in the server. SetRecommendedResources(context.Context, *connect.Request[v1alpha1.SetRecommendedResourcesRequest]) (*connect.Response[v1alpha1.SetRecommendedResourcesResponse], error) }
RecommendationServiceHandler is an implementation of the buf.alpha.registry.v1alpha1.RecommendationService service.
type ReferenceServiceClient ¶
type ReferenceServiceClient interface { // GetReferenceByName takes a reference name and returns the // reference either as main, a tag, or a commit. GetReferenceByName(context.Context, *connect.Request[v1alpha1.GetReferenceByNameRequest]) (*connect.Response[v1alpha1.GetReferenceByNameResponse], error) }
ReferenceServiceClient is a client for the buf.alpha.registry.v1alpha1.ReferenceService service.
func NewReferenceServiceClient ¶
func NewReferenceServiceClient(httpClient connect.HTTPClient, baseURL string, opts ...connect.ClientOption) ReferenceServiceClient
NewReferenceServiceClient constructs a client for the buf.alpha.registry.v1alpha1.ReferenceService service. By default, it uses the Connect protocol with the binary Protobuf Codec, asks for gzipped responses, and sends uncompressed requests. To use the gRPC or gRPC-Web protocols, supply the connect.WithGRPC() or connect.WithGRPCWeb() options.
The URL supplied here should be the base URL for the Connect or gRPC server (for example, http://api.acme.com or https://acme.com/grpc).
type ReferenceServiceHandler ¶
type ReferenceServiceHandler interface { // GetReferenceByName takes a reference name and returns the // reference either as main, a tag, or a commit. GetReferenceByName(context.Context, *connect.Request[v1alpha1.GetReferenceByNameRequest]) (*connect.Response[v1alpha1.GetReferenceByNameResponse], error) }
ReferenceServiceHandler is an implementation of the buf.alpha.registry.v1alpha1.ReferenceService service.
type RepositoryBranchServiceClient ¶
type RepositoryBranchServiceClient interface { // GetRepositoryBranch gets a repository branch associated with a Repository by name GetRepositoryBranch(context.Context, *connect.Request[v1alpha1.GetRepositoryBranchRequest]) (*connect.Response[v1alpha1.GetRepositoryBranchResponse], error) // ListRepositoryBranches lists the repository branches associated with a Repository. ListRepositoryBranches(context.Context, *connect.Request[v1alpha1.ListRepositoryBranchesRequest]) (*connect.Response[v1alpha1.ListRepositoryBranchesResponse], error) // ListRepositoryBranchesByReference lists the repository branches associated with a Repository, // filtered by a reference. ListRepositoryBranchesByReference(context.Context, *connect.Request[v1alpha1.ListRepositoryBranchesByReferenceRequest]) (*connect.Response[v1alpha1.ListRepositoryBranchesByReferenceResponse], error) // GetCurrentDefaultBranch returns the branch that is mapped to the repository's `default_branch` field. GetCurrentDefaultBranch(context.Context, *connect.Request[v1alpha1.GetCurrentDefaultBranchRequest]) (*connect.Response[v1alpha1.GetCurrentDefaultBranchResponse], error) }
RepositoryBranchServiceClient is a client for the buf.alpha.registry.v1alpha1.RepositoryBranchService service.
func NewRepositoryBranchServiceClient ¶
func NewRepositoryBranchServiceClient(httpClient connect.HTTPClient, baseURL string, opts ...connect.ClientOption) RepositoryBranchServiceClient
NewRepositoryBranchServiceClient constructs a client for the buf.alpha.registry.v1alpha1.RepositoryBranchService service. By default, it uses the Connect protocol with the binary Protobuf Codec, asks for gzipped responses, and sends uncompressed requests. To use the gRPC or gRPC-Web protocols, supply the connect.WithGRPC() or connect.WithGRPCWeb() options.
The URL supplied here should be the base URL for the Connect or gRPC server (for example, http://api.acme.com or https://acme.com/grpc).
type RepositoryBranchServiceHandler ¶
type RepositoryBranchServiceHandler interface { // GetRepositoryBranch gets a repository branch associated with a Repository by name GetRepositoryBranch(context.Context, *connect.Request[v1alpha1.GetRepositoryBranchRequest]) (*connect.Response[v1alpha1.GetRepositoryBranchResponse], error) // ListRepositoryBranches lists the repository branches associated with a Repository. ListRepositoryBranches(context.Context, *connect.Request[v1alpha1.ListRepositoryBranchesRequest]) (*connect.Response[v1alpha1.ListRepositoryBranchesResponse], error) // ListRepositoryBranchesByReference lists the repository branches associated with a Repository, // filtered by a reference. ListRepositoryBranchesByReference(context.Context, *connect.Request[v1alpha1.ListRepositoryBranchesByReferenceRequest]) (*connect.Response[v1alpha1.ListRepositoryBranchesByReferenceResponse], error) // GetCurrentDefaultBranch returns the branch that is mapped to the repository's `default_branch` field. GetCurrentDefaultBranch(context.Context, *connect.Request[v1alpha1.GetCurrentDefaultBranchRequest]) (*connect.Response[v1alpha1.GetCurrentDefaultBranchResponse], error) }
RepositoryBranchServiceHandler is an implementation of the buf.alpha.registry.v1alpha1.RepositoryBranchService service.
type RepositoryCommitServiceClient ¶
type RepositoryCommitServiceClient interface { // ListRepositoryCommitsByBranch lists the repository commits associated // with a repository branch on a repository, ordered by their create time. // // Deprecated: do not use. ListRepositoryCommitsByBranch(context.Context, *connect.Request[v1alpha1.ListRepositoryCommitsByBranchRequest]) (*connect.Response[v1alpha1.ListRepositoryCommitsByBranchResponse], error) // ListRepositoryCommitsByReference returns repository commits up-to and including // the provided reference. ListRepositoryCommitsByReference(context.Context, *connect.Request[v1alpha1.ListRepositoryCommitsByReferenceRequest]) (*connect.Response[v1alpha1.ListRepositoryCommitsByReferenceResponse], error) // GetRepositoryCommitByReference returns the repository commit matching // the provided reference, if it exists. GetRepositoryCommitByReference(context.Context, *connect.Request[v1alpha1.GetRepositoryCommitByReferenceRequest]) (*connect.Response[v1alpha1.GetRepositoryCommitByReferenceResponse], error) // ListRepositoryDraftCommits lists draft commits in a repository. ListRepositoryDraftCommits(context.Context, *connect.Request[v1alpha1.ListRepositoryDraftCommitsRequest]) (*connect.Response[v1alpha1.ListRepositoryDraftCommitsResponse], error) // DeleteRepositoryDraftCommit deletes a draft. DeleteRepositoryDraftCommit(context.Context, *connect.Request[v1alpha1.DeleteRepositoryDraftCommitRequest]) (*connect.Response[v1alpha1.DeleteRepositoryDraftCommitResponse], error) }
RepositoryCommitServiceClient is a client for the buf.alpha.registry.v1alpha1.RepositoryCommitService service.
func NewRepositoryCommitServiceClient ¶
func NewRepositoryCommitServiceClient(httpClient connect.HTTPClient, baseURL string, opts ...connect.ClientOption) RepositoryCommitServiceClient
NewRepositoryCommitServiceClient constructs a client for the buf.alpha.registry.v1alpha1.RepositoryCommitService service. By default, it uses the Connect protocol with the binary Protobuf Codec, asks for gzipped responses, and sends uncompressed requests. To use the gRPC or gRPC-Web protocols, supply the connect.WithGRPC() or connect.WithGRPCWeb() options.
The URL supplied here should be the base URL for the Connect or gRPC server (for example, http://api.acme.com or https://acme.com/grpc).
type RepositoryCommitServiceHandler ¶
type RepositoryCommitServiceHandler interface { // ListRepositoryCommitsByBranch lists the repository commits associated // with a repository branch on a repository, ordered by their create time. // // Deprecated: do not use. ListRepositoryCommitsByBranch(context.Context, *connect.Request[v1alpha1.ListRepositoryCommitsByBranchRequest]) (*connect.Response[v1alpha1.ListRepositoryCommitsByBranchResponse], error) // ListRepositoryCommitsByReference returns repository commits up-to and including // the provided reference. ListRepositoryCommitsByReference(context.Context, *connect.Request[v1alpha1.ListRepositoryCommitsByReferenceRequest]) (*connect.Response[v1alpha1.ListRepositoryCommitsByReferenceResponse], error) // GetRepositoryCommitByReference returns the repository commit matching // the provided reference, if it exists. GetRepositoryCommitByReference(context.Context, *connect.Request[v1alpha1.GetRepositoryCommitByReferenceRequest]) (*connect.Response[v1alpha1.GetRepositoryCommitByReferenceResponse], error) // ListRepositoryDraftCommits lists draft commits in a repository. ListRepositoryDraftCommits(context.Context, *connect.Request[v1alpha1.ListRepositoryDraftCommitsRequest]) (*connect.Response[v1alpha1.ListRepositoryDraftCommitsResponse], error) // DeleteRepositoryDraftCommit deletes a draft. DeleteRepositoryDraftCommit(context.Context, *connect.Request[v1alpha1.DeleteRepositoryDraftCommitRequest]) (*connect.Response[v1alpha1.DeleteRepositoryDraftCommitResponse], error) }
RepositoryCommitServiceHandler is an implementation of the buf.alpha.registry.v1alpha1.RepositoryCommitService service.
type RepositoryServiceClient ¶
type RepositoryServiceClient interface { // GetRepository gets a repository by ID. GetRepository(context.Context, *connect.Request[v1alpha1.GetRepositoryRequest]) (*connect.Response[v1alpha1.GetRepositoryResponse], error) // GetRepositoryByFullName gets a repository by full name. GetRepositoryByFullName(context.Context, *connect.Request[v1alpha1.GetRepositoryByFullNameRequest]) (*connect.Response[v1alpha1.GetRepositoryByFullNameResponse], error) // ListRepositories lists all repositories. ListRepositories(context.Context, *connect.Request[v1alpha1.ListRepositoriesRequest]) (*connect.Response[v1alpha1.ListRepositoriesResponse], error) // ListUserRepositories lists all repositories belonging to a user. ListUserRepositories(context.Context, *connect.Request[v1alpha1.ListUserRepositoriesRequest]) (*connect.Response[v1alpha1.ListUserRepositoriesResponse], error) // ListRepositoriesUserCanAccess lists all repositories a user can access. ListRepositoriesUserCanAccess(context.Context, *connect.Request[v1alpha1.ListRepositoriesUserCanAccessRequest]) (*connect.Response[v1alpha1.ListRepositoriesUserCanAccessResponse], error) // ListOrganizationRepositories lists all repositories for an organization. ListOrganizationRepositories(context.Context, *connect.Request[v1alpha1.ListOrganizationRepositoriesRequest]) (*connect.Response[v1alpha1.ListOrganizationRepositoriesResponse], error) // CreateRepositoryByFullName creates a new repository by full name. CreateRepositoryByFullName(context.Context, *connect.Request[v1alpha1.CreateRepositoryByFullNameRequest]) (*connect.Response[v1alpha1.CreateRepositoryByFullNameResponse], error) // DeleteRepository deletes a repository. DeleteRepository(context.Context, *connect.Request[v1alpha1.DeleteRepositoryRequest]) (*connect.Response[v1alpha1.DeleteRepositoryResponse], error) // DeleteRepositoryByFullName deletes a repository by full name. DeleteRepositoryByFullName(context.Context, *connect.Request[v1alpha1.DeleteRepositoryByFullNameRequest]) (*connect.Response[v1alpha1.DeleteRepositoryByFullNameResponse], error) // DeprecateRepositoryByName deprecates the repository. DeprecateRepositoryByName(context.Context, *connect.Request[v1alpha1.DeprecateRepositoryByNameRequest]) (*connect.Response[v1alpha1.DeprecateRepositoryByNameResponse], error) // UndeprecateRepositoryByName makes the repository not deprecated and removes any deprecation_message. UndeprecateRepositoryByName(context.Context, *connect.Request[v1alpha1.UndeprecateRepositoryByNameRequest]) (*connect.Response[v1alpha1.UndeprecateRepositoryByNameResponse], error) // GetRepositoriesByFullName gets repositories by full name. Response order is unspecified. // Errors if any of the repositories don't exist or the caller does not have access to any of the repositories. GetRepositoriesByFullName(context.Context, *connect.Request[v1alpha1.GetRepositoriesByFullNameRequest]) (*connect.Response[v1alpha1.GetRepositoriesByFullNameResponse], error) // SetRepositoryContributor sets the role of a user in the repository. SetRepositoryContributor(context.Context, *connect.Request[v1alpha1.SetRepositoryContributorRequest]) (*connect.Response[v1alpha1.SetRepositoryContributorResponse], error) // ListRepositoryContributors returns the list of contributors that has an explicit role against the repository. // This does not include users who have implicit roles against the repository, unless they have also been // assigned a role explicitly. ListRepositoryContributors(context.Context, *connect.Request[v1alpha1.ListRepositoryContributorsRequest]) (*connect.Response[v1alpha1.ListRepositoryContributorsResponse], error) // GetRepositoryContributor returns the contributor information of a user in a repository. GetRepositoryContributor(context.Context, *connect.Request[v1alpha1.GetRepositoryContributorRequest]) (*connect.Response[v1alpha1.GetRepositoryContributorResponse], error) // GetRepositorySettings gets the settings of a repository. GetRepositorySettings(context.Context, *connect.Request[v1alpha1.GetRepositorySettingsRequest]) (*connect.Response[v1alpha1.GetRepositorySettingsResponse], error) // UpdateRepositorySettingsByName updates the settings of a repository. UpdateRepositorySettingsByName(context.Context, *connect.Request[v1alpha1.UpdateRepositorySettingsByNameRequest]) (*connect.Response[v1alpha1.UpdateRepositorySettingsByNameResponse], error) // GetRepositoriesMetadata gets the metadata of the repositories in the request, the length of repositories in the // request should match the length of the metadata in the response, and the order of repositories in the response // should match the order of the metadata in the request. GetRepositoriesMetadata(context.Context, *connect.Request[v1alpha1.GetRepositoriesMetadataRequest]) (*connect.Response[v1alpha1.GetRepositoriesMetadataResponse], error) // GetRepositoryDependencyDOTString gets the dependency graph DOT string for the repository. GetRepositoryDependencyDOTString(context.Context, *connect.Request[v1alpha1.GetRepositoryDependencyDOTStringRequest]) (*connect.Response[v1alpha1.GetRepositoryDependencyDOTStringResponse], error) }
RepositoryServiceClient is a client for the buf.alpha.registry.v1alpha1.RepositoryService service.
func NewRepositoryServiceClient ¶
func NewRepositoryServiceClient(httpClient connect.HTTPClient, baseURL string, opts ...connect.ClientOption) RepositoryServiceClient
NewRepositoryServiceClient constructs a client for the buf.alpha.registry.v1alpha1.RepositoryService service. By default, it uses the Connect protocol with the binary Protobuf Codec, asks for gzipped responses, and sends uncompressed requests. To use the gRPC or gRPC-Web protocols, supply the connect.WithGRPC() or connect.WithGRPCWeb() options.
The URL supplied here should be the base URL for the Connect or gRPC server (for example, http://api.acme.com or https://acme.com/grpc).
type RepositoryServiceHandler ¶
type RepositoryServiceHandler interface { // GetRepository gets a repository by ID. GetRepository(context.Context, *connect.Request[v1alpha1.GetRepositoryRequest]) (*connect.Response[v1alpha1.GetRepositoryResponse], error) // GetRepositoryByFullName gets a repository by full name. GetRepositoryByFullName(context.Context, *connect.Request[v1alpha1.GetRepositoryByFullNameRequest]) (*connect.Response[v1alpha1.GetRepositoryByFullNameResponse], error) // ListRepositories lists all repositories. ListRepositories(context.Context, *connect.Request[v1alpha1.ListRepositoriesRequest]) (*connect.Response[v1alpha1.ListRepositoriesResponse], error) // ListUserRepositories lists all repositories belonging to a user. ListUserRepositories(context.Context, *connect.Request[v1alpha1.ListUserRepositoriesRequest]) (*connect.Response[v1alpha1.ListUserRepositoriesResponse], error) // ListRepositoriesUserCanAccess lists all repositories a user can access. ListRepositoriesUserCanAccess(context.Context, *connect.Request[v1alpha1.ListRepositoriesUserCanAccessRequest]) (*connect.Response[v1alpha1.ListRepositoriesUserCanAccessResponse], error) // ListOrganizationRepositories lists all repositories for an organization. ListOrganizationRepositories(context.Context, *connect.Request[v1alpha1.ListOrganizationRepositoriesRequest]) (*connect.Response[v1alpha1.ListOrganizationRepositoriesResponse], error) // CreateRepositoryByFullName creates a new repository by full name. CreateRepositoryByFullName(context.Context, *connect.Request[v1alpha1.CreateRepositoryByFullNameRequest]) (*connect.Response[v1alpha1.CreateRepositoryByFullNameResponse], error) // DeleteRepository deletes a repository. DeleteRepository(context.Context, *connect.Request[v1alpha1.DeleteRepositoryRequest]) (*connect.Response[v1alpha1.DeleteRepositoryResponse], error) // DeleteRepositoryByFullName deletes a repository by full name. DeleteRepositoryByFullName(context.Context, *connect.Request[v1alpha1.DeleteRepositoryByFullNameRequest]) (*connect.Response[v1alpha1.DeleteRepositoryByFullNameResponse], error) // DeprecateRepositoryByName deprecates the repository. DeprecateRepositoryByName(context.Context, *connect.Request[v1alpha1.DeprecateRepositoryByNameRequest]) (*connect.Response[v1alpha1.DeprecateRepositoryByNameResponse], error) // UndeprecateRepositoryByName makes the repository not deprecated and removes any deprecation_message. UndeprecateRepositoryByName(context.Context, *connect.Request[v1alpha1.UndeprecateRepositoryByNameRequest]) (*connect.Response[v1alpha1.UndeprecateRepositoryByNameResponse], error) // GetRepositoriesByFullName gets repositories by full name. Response order is unspecified. // Errors if any of the repositories don't exist or the caller does not have access to any of the repositories. GetRepositoriesByFullName(context.Context, *connect.Request[v1alpha1.GetRepositoriesByFullNameRequest]) (*connect.Response[v1alpha1.GetRepositoriesByFullNameResponse], error) // SetRepositoryContributor sets the role of a user in the repository. SetRepositoryContributor(context.Context, *connect.Request[v1alpha1.SetRepositoryContributorRequest]) (*connect.Response[v1alpha1.SetRepositoryContributorResponse], error) // ListRepositoryContributors returns the list of contributors that has an explicit role against the repository. // This does not include users who have implicit roles against the repository, unless they have also been // assigned a role explicitly. ListRepositoryContributors(context.Context, *connect.Request[v1alpha1.ListRepositoryContributorsRequest]) (*connect.Response[v1alpha1.ListRepositoryContributorsResponse], error) // GetRepositoryContributor returns the contributor information of a user in a repository. GetRepositoryContributor(context.Context, *connect.Request[v1alpha1.GetRepositoryContributorRequest]) (*connect.Response[v1alpha1.GetRepositoryContributorResponse], error) // GetRepositorySettings gets the settings of a repository. GetRepositorySettings(context.Context, *connect.Request[v1alpha1.GetRepositorySettingsRequest]) (*connect.Response[v1alpha1.GetRepositorySettingsResponse], error) // UpdateRepositorySettingsByName updates the settings of a repository. UpdateRepositorySettingsByName(context.Context, *connect.Request[v1alpha1.UpdateRepositorySettingsByNameRequest]) (*connect.Response[v1alpha1.UpdateRepositorySettingsByNameResponse], error) // GetRepositoriesMetadata gets the metadata of the repositories in the request, the length of repositories in the // request should match the length of the metadata in the response, and the order of repositories in the response // should match the order of the metadata in the request. GetRepositoriesMetadata(context.Context, *connect.Request[v1alpha1.GetRepositoriesMetadataRequest]) (*connect.Response[v1alpha1.GetRepositoriesMetadataResponse], error) // GetRepositoryDependencyDOTString gets the dependency graph DOT string for the repository. GetRepositoryDependencyDOTString(context.Context, *connect.Request[v1alpha1.GetRepositoryDependencyDOTStringRequest]) (*connect.Response[v1alpha1.GetRepositoryDependencyDOTStringResponse], error) }
RepositoryServiceHandler is an implementation of the buf.alpha.registry.v1alpha1.RepositoryService service.
type RepositoryTagServiceClient ¶
type RepositoryTagServiceClient interface { // GetRepositoryTag gets an existing repository tag. GetRepositoryTag(context.Context, *connect.Request[v1alpha1.GetRepositoryTagRequest]) (*connect.Response[v1alpha1.GetRepositoryTagResponse], error) // CreateRepositoryTag creates a new repository tag. CreateRepositoryTag(context.Context, *connect.Request[v1alpha1.CreateRepositoryTagRequest]) (*connect.Response[v1alpha1.CreateRepositoryTagResponse], error) // UpdateRepositoryTag update an existing repository tag. UpdateRepositoryTag(context.Context, *connect.Request[v1alpha1.UpdateRepositoryTagRequest]) (*connect.Response[v1alpha1.UpdateRepositoryTagResponse], error) // ListRepositoryTags lists the repository tags associated with a Repository. ListRepositoryTags(context.Context, *connect.Request[v1alpha1.ListRepositoryTagsRequest]) (*connect.Response[v1alpha1.ListRepositoryTagsResponse], error) // ListRepositoryTagsForReference lists the repository tags associated with a repository // reference name. ListRepositoryTagsForReference(context.Context, *connect.Request[v1alpha1.ListRepositoryTagsForReferenceRequest]) (*connect.Response[v1alpha1.ListRepositoryTagsForReferenceResponse], error) }
RepositoryTagServiceClient is a client for the buf.alpha.registry.v1alpha1.RepositoryTagService service.
func NewRepositoryTagServiceClient ¶
func NewRepositoryTagServiceClient(httpClient connect.HTTPClient, baseURL string, opts ...connect.ClientOption) RepositoryTagServiceClient
NewRepositoryTagServiceClient constructs a client for the buf.alpha.registry.v1alpha1.RepositoryTagService service. By default, it uses the Connect protocol with the binary Protobuf Codec, asks for gzipped responses, and sends uncompressed requests. To use the gRPC or gRPC-Web protocols, supply the connect.WithGRPC() or connect.WithGRPCWeb() options.
The URL supplied here should be the base URL for the Connect or gRPC server (for example, http://api.acme.com or https://acme.com/grpc).
type RepositoryTagServiceHandler ¶
type RepositoryTagServiceHandler interface { // GetRepositoryTag gets an existing repository tag. GetRepositoryTag(context.Context, *connect.Request[v1alpha1.GetRepositoryTagRequest]) (*connect.Response[v1alpha1.GetRepositoryTagResponse], error) // CreateRepositoryTag creates a new repository tag. CreateRepositoryTag(context.Context, *connect.Request[v1alpha1.CreateRepositoryTagRequest]) (*connect.Response[v1alpha1.CreateRepositoryTagResponse], error) // UpdateRepositoryTag update an existing repository tag. UpdateRepositoryTag(context.Context, *connect.Request[v1alpha1.UpdateRepositoryTagRequest]) (*connect.Response[v1alpha1.UpdateRepositoryTagResponse], error) // ListRepositoryTags lists the repository tags associated with a Repository. ListRepositoryTags(context.Context, *connect.Request[v1alpha1.ListRepositoryTagsRequest]) (*connect.Response[v1alpha1.ListRepositoryTagsResponse], error) // ListRepositoryTagsForReference lists the repository tags associated with a repository // reference name. ListRepositoryTagsForReference(context.Context, *connect.Request[v1alpha1.ListRepositoryTagsForReferenceRequest]) (*connect.Response[v1alpha1.ListRepositoryTagsForReferenceResponse], error) }
RepositoryTagServiceHandler is an implementation of the buf.alpha.registry.v1alpha1.RepositoryTagService service.
type ResolveServiceClient ¶
type ResolveServiceClient interface { // GetModulePins finds all the latest digests and respective dependencies of // the provided module references and picks a set of distinct modules pins. // // Note that module references with commits should still be passed to this function // to make sure this function can do dependency resolution. // // This function also deals with tiebreaking what ModulePin wins for the same repository. GetModulePins(context.Context, *connect.Request[v1alpha1.GetModulePinsRequest]) (*connect.Response[v1alpha1.GetModulePinsResponse], error) // GetGoVersion resolves the given plugin and module references to a version. GetGoVersion(context.Context, *connect.Request[v1alpha1.GetGoVersionRequest]) (*connect.Response[v1alpha1.GetGoVersionResponse], error) // GetSwiftVersion resolves the given plugin and module references to a version. GetSwiftVersion(context.Context, *connect.Request[v1alpha1.GetSwiftVersionRequest]) (*connect.Response[v1alpha1.GetSwiftVersionResponse], error) // GetMavenVersion resolves the given plugin and module references to a version. GetMavenVersion(context.Context, *connect.Request[v1alpha1.GetMavenVersionRequest]) (*connect.Response[v1alpha1.GetMavenVersionResponse], error) // GetNPMVersion resolves the given plugin and module references to a version. GetNPMVersion(context.Context, *connect.Request[v1alpha1.GetNPMVersionRequest]) (*connect.Response[v1alpha1.GetNPMVersionResponse], error) // GetPythonVersion resolves the given plugin and module references to a version. GetPythonVersion(context.Context, *connect.Request[v1alpha1.GetPythonVersionRequest]) (*connect.Response[v1alpha1.GetPythonVersionResponse], error) // GetCargoVersion resolves the given plugin and module references to a version. GetCargoVersion(context.Context, *connect.Request[v1alpha1.GetCargoVersionRequest]) (*connect.Response[v1alpha1.GetCargoVersionResponse], error) }
ResolveServiceClient is a client for the buf.alpha.registry.v1alpha1.ResolveService service.
func NewResolveServiceClient ¶
func NewResolveServiceClient(httpClient connect.HTTPClient, baseURL string, opts ...connect.ClientOption) ResolveServiceClient
NewResolveServiceClient constructs a client for the buf.alpha.registry.v1alpha1.ResolveService service. By default, it uses the Connect protocol with the binary Protobuf Codec, asks for gzipped responses, and sends uncompressed requests. To use the gRPC or gRPC-Web protocols, supply the connect.WithGRPC() or connect.WithGRPCWeb() options.
The URL supplied here should be the base URL for the Connect or gRPC server (for example, http://api.acme.com or https://acme.com/grpc).
type ResolveServiceHandler ¶
type ResolveServiceHandler interface { // GetModulePins finds all the latest digests and respective dependencies of // the provided module references and picks a set of distinct modules pins. // // Note that module references with commits should still be passed to this function // to make sure this function can do dependency resolution. // // This function also deals with tiebreaking what ModulePin wins for the same repository. GetModulePins(context.Context, *connect.Request[v1alpha1.GetModulePinsRequest]) (*connect.Response[v1alpha1.GetModulePinsResponse], error) // GetGoVersion resolves the given plugin and module references to a version. GetGoVersion(context.Context, *connect.Request[v1alpha1.GetGoVersionRequest]) (*connect.Response[v1alpha1.GetGoVersionResponse], error) // GetSwiftVersion resolves the given plugin and module references to a version. GetSwiftVersion(context.Context, *connect.Request[v1alpha1.GetSwiftVersionRequest]) (*connect.Response[v1alpha1.GetSwiftVersionResponse], error) // GetMavenVersion resolves the given plugin and module references to a version. GetMavenVersion(context.Context, *connect.Request[v1alpha1.GetMavenVersionRequest]) (*connect.Response[v1alpha1.GetMavenVersionResponse], error) // GetNPMVersion resolves the given plugin and module references to a version. GetNPMVersion(context.Context, *connect.Request[v1alpha1.GetNPMVersionRequest]) (*connect.Response[v1alpha1.GetNPMVersionResponse], error) // GetPythonVersion resolves the given plugin and module references to a version. GetPythonVersion(context.Context, *connect.Request[v1alpha1.GetPythonVersionRequest]) (*connect.Response[v1alpha1.GetPythonVersionResponse], error) // GetCargoVersion resolves the given plugin and module references to a version. GetCargoVersion(context.Context, *connect.Request[v1alpha1.GetCargoVersionRequest]) (*connect.Response[v1alpha1.GetCargoVersionResponse], error) }
ResolveServiceHandler is an implementation of the buf.alpha.registry.v1alpha1.ResolveService service.
type ResourceServiceClient ¶ added in v1.9.0
type ResourceServiceClient interface { // GetResourceByName takes a resource name and returns the // resource either as a repository or a plugin. GetResourceByName(context.Context, *connect.Request[v1alpha1.GetResourceByNameRequest]) (*connect.Response[v1alpha1.GetResourceByNameResponse], error) }
ResourceServiceClient is a client for the buf.alpha.registry.v1alpha1.ResourceService service.
func NewResourceServiceClient ¶ added in v1.9.0
func NewResourceServiceClient(httpClient connect.HTTPClient, baseURL string, opts ...connect.ClientOption) ResourceServiceClient
NewResourceServiceClient constructs a client for the buf.alpha.registry.v1alpha1.ResourceService service. By default, it uses the Connect protocol with the binary Protobuf Codec, asks for gzipped responses, and sends uncompressed requests. To use the gRPC or gRPC-Web protocols, supply the connect.WithGRPC() or connect.WithGRPCWeb() options.
The URL supplied here should be the base URL for the Connect or gRPC server (for example, http://api.acme.com or https://acme.com/grpc).
type ResourceServiceHandler ¶ added in v1.9.0
type ResourceServiceHandler interface { // GetResourceByName takes a resource name and returns the // resource either as a repository or a plugin. GetResourceByName(context.Context, *connect.Request[v1alpha1.GetResourceByNameRequest]) (*connect.Response[v1alpha1.GetResourceByNameResponse], error) }
ResourceServiceHandler is an implementation of the buf.alpha.registry.v1alpha1.ResourceService service.
type SCIMTokenServiceClient ¶ added in v1.15.1
type SCIMTokenServiceClient interface { // CreateToken creates a new token suitable for authentication to the SCIM API. // // This method requires authentication. CreateSCIMToken(context.Context, *connect.Request[v1alpha1.CreateSCIMTokenRequest]) (*connect.Response[v1alpha1.CreateSCIMTokenResponse], error) // ListTokens lists all active SCIM tokens. // // This method requires authentication. ListSCIMTokens(context.Context, *connect.Request[v1alpha1.ListSCIMTokensRequest]) (*connect.Response[v1alpha1.ListSCIMTokensResponse], error) // DeleteToken deletes an existing token. // // This method requires authentication. DeleteSCIMToken(context.Context, *connect.Request[v1alpha1.DeleteSCIMTokenRequest]) (*connect.Response[v1alpha1.DeleteSCIMTokenResponse], error) }
SCIMTokenServiceClient is a client for the buf.alpha.registry.v1alpha1.SCIMTokenService service.
func NewSCIMTokenServiceClient ¶ added in v1.15.1
func NewSCIMTokenServiceClient(httpClient connect.HTTPClient, baseURL string, opts ...connect.ClientOption) SCIMTokenServiceClient
NewSCIMTokenServiceClient constructs a client for the buf.alpha.registry.v1alpha1.SCIMTokenService service. By default, it uses the Connect protocol with the binary Protobuf Codec, asks for gzipped responses, and sends uncompressed requests. To use the gRPC or gRPC-Web protocols, supply the connect.WithGRPC() or connect.WithGRPCWeb() options.
The URL supplied here should be the base URL for the Connect or gRPC server (for example, http://api.acme.com or https://acme.com/grpc).
type SCIMTokenServiceHandler ¶ added in v1.15.1
type SCIMTokenServiceHandler interface { // CreateToken creates a new token suitable for authentication to the SCIM API. // // This method requires authentication. CreateSCIMToken(context.Context, *connect.Request[v1alpha1.CreateSCIMTokenRequest]) (*connect.Response[v1alpha1.CreateSCIMTokenResponse], error) // ListTokens lists all active SCIM tokens. // // This method requires authentication. ListSCIMTokens(context.Context, *connect.Request[v1alpha1.ListSCIMTokensRequest]) (*connect.Response[v1alpha1.ListSCIMTokensResponse], error) // DeleteToken deletes an existing token. // // This method requires authentication. DeleteSCIMToken(context.Context, *connect.Request[v1alpha1.DeleteSCIMTokenRequest]) (*connect.Response[v1alpha1.DeleteSCIMTokenResponse], error) }
SCIMTokenServiceHandler is an implementation of the buf.alpha.registry.v1alpha1.SCIMTokenService service.
type SchemaServiceClient ¶ added in v1.10.0
type SchemaServiceClient interface { // GetSchema allows the caller to download a schema for one or more requested // types, RPC services, or RPC methods. GetSchema(context.Context, *connect.Request[v1alpha1.GetSchemaRequest]) (*connect.Response[v1alpha1.GetSchemaResponse], error) // ConvertMessage allows the caller to convert a given message data blob from // one format to another by referring to a type schema for the blob. ConvertMessage(context.Context, *connect.Request[v1alpha1.ConvertMessageRequest]) (*connect.Response[v1alpha1.ConvertMessageResponse], error) }
SchemaServiceClient is a client for the buf.alpha.registry.v1alpha1.SchemaService service.
func NewSchemaServiceClient ¶ added in v1.10.0
func NewSchemaServiceClient(httpClient connect.HTTPClient, baseURL string, opts ...connect.ClientOption) SchemaServiceClient
NewSchemaServiceClient constructs a client for the buf.alpha.registry.v1alpha1.SchemaService service. By default, it uses the Connect protocol with the binary Protobuf Codec, asks for gzipped responses, and sends uncompressed requests. To use the gRPC or gRPC-Web protocols, supply the connect.WithGRPC() or connect.WithGRPCWeb() options.
The URL supplied here should be the base URL for the Connect or gRPC server (for example, http://api.acme.com or https://acme.com/grpc).
type SchemaServiceHandler ¶ added in v1.10.0
type SchemaServiceHandler interface { // GetSchema allows the caller to download a schema for one or more requested // types, RPC services, or RPC methods. GetSchema(context.Context, *connect.Request[v1alpha1.GetSchemaRequest]) (*connect.Response[v1alpha1.GetSchemaResponse], error) // ConvertMessage allows the caller to convert a given message data blob from // one format to another by referring to a type schema for the blob. ConvertMessage(context.Context, *connect.Request[v1alpha1.ConvertMessageRequest]) (*connect.Response[v1alpha1.ConvertMessageResponse], error) }
SchemaServiceHandler is an implementation of the buf.alpha.registry.v1alpha1.SchemaService service.
type SearchServiceClient ¶
type SearchServiceClient interface { // Search searches the BSR. Search(context.Context, *connect.Request[v1alpha1.SearchRequest]) (*connect.Response[v1alpha1.SearchResponse], error) // SearchTag searches for tags in a repository SearchTag(context.Context, *connect.Request[v1alpha1.SearchTagRequest]) (*connect.Response[v1alpha1.SearchTagResponse], error) // SearchDraft searches for drafts in a repository SearchDraft(context.Context, *connect.Request[v1alpha1.SearchDraftRequest]) (*connect.Response[v1alpha1.SearchDraftResponse], error) // SearchModuleContent searches for module contents on the BSR. SearchModuleContent(context.Context, *connect.Request[v1alpha1.SearchModuleContentRequest]) (*connect.Response[v1alpha1.SearchModuleContentResponse], error) }
SearchServiceClient is a client for the buf.alpha.registry.v1alpha1.SearchService service.
func NewSearchServiceClient ¶
func NewSearchServiceClient(httpClient connect.HTTPClient, baseURL string, opts ...connect.ClientOption) SearchServiceClient
NewSearchServiceClient constructs a client for the buf.alpha.registry.v1alpha1.SearchService service. By default, it uses the Connect protocol with the binary Protobuf Codec, asks for gzipped responses, and sends uncompressed requests. To use the gRPC or gRPC-Web protocols, supply the connect.WithGRPC() or connect.WithGRPCWeb() options.
The URL supplied here should be the base URL for the Connect or gRPC server (for example, http://api.acme.com or https://acme.com/grpc).
type SearchServiceHandler ¶
type SearchServiceHandler interface { // Search searches the BSR. Search(context.Context, *connect.Request[v1alpha1.SearchRequest]) (*connect.Response[v1alpha1.SearchResponse], error) // SearchTag searches for tags in a repository SearchTag(context.Context, *connect.Request[v1alpha1.SearchTagRequest]) (*connect.Response[v1alpha1.SearchTagResponse], error) // SearchDraft searches for drafts in a repository SearchDraft(context.Context, *connect.Request[v1alpha1.SearchDraftRequest]) (*connect.Response[v1alpha1.SearchDraftResponse], error) // SearchModuleContent searches for module contents on the BSR. SearchModuleContent(context.Context, *connect.Request[v1alpha1.SearchModuleContentRequest]) (*connect.Response[v1alpha1.SearchModuleContentResponse], error) }
SearchServiceHandler is an implementation of the buf.alpha.registry.v1alpha1.SearchService service.
type StudioRequestServiceClient ¶ added in v1.8.0
type StudioRequestServiceClient interface { // CreateStudioRequest registers a favorite Studio Requests to the caller's // BSR profile. CreateStudioRequest(context.Context, *connect.Request[v1alpha1.CreateStudioRequestRequest]) (*connect.Response[v1alpha1.CreateStudioRequestResponse], error) // RenameStudioRequest renames an existing Studio Request. RenameStudioRequest(context.Context, *connect.Request[v1alpha1.RenameStudioRequestRequest]) (*connect.Response[v1alpha1.RenameStudioRequestResponse], error) // DeleteStudioRequest removes a favorite Studio Request from the caller's BSR // profile. DeleteStudioRequest(context.Context, *connect.Request[v1alpha1.DeleteStudioRequestRequest]) (*connect.Response[v1alpha1.DeleteStudioRequestResponse], error) // ListStudioRequests shows the caller's favorited Studio Requests. ListStudioRequests(context.Context, *connect.Request[v1alpha1.ListStudioRequestsRequest]) (*connect.Response[v1alpha1.ListStudioRequestsResponse], error) }
StudioRequestServiceClient is a client for the buf.alpha.registry.v1alpha1.StudioRequestService service.
func NewStudioRequestServiceClient ¶ added in v1.8.0
func NewStudioRequestServiceClient(httpClient connect.HTTPClient, baseURL string, opts ...connect.ClientOption) StudioRequestServiceClient
NewStudioRequestServiceClient constructs a client for the buf.alpha.registry.v1alpha1.StudioRequestService service. By default, it uses the Connect protocol with the binary Protobuf Codec, asks for gzipped responses, and sends uncompressed requests. To use the gRPC or gRPC-Web protocols, supply the connect.WithGRPC() or connect.WithGRPCWeb() options.
The URL supplied here should be the base URL for the Connect or gRPC server (for example, http://api.acme.com or https://acme.com/grpc).
type StudioRequestServiceHandler ¶ added in v1.8.0
type StudioRequestServiceHandler interface { // CreateStudioRequest registers a favorite Studio Requests to the caller's // BSR profile. CreateStudioRequest(context.Context, *connect.Request[v1alpha1.CreateStudioRequestRequest]) (*connect.Response[v1alpha1.CreateStudioRequestResponse], error) // RenameStudioRequest renames an existing Studio Request. RenameStudioRequest(context.Context, *connect.Request[v1alpha1.RenameStudioRequestRequest]) (*connect.Response[v1alpha1.RenameStudioRequestResponse], error) // DeleteStudioRequest removes a favorite Studio Request from the caller's BSR // profile. DeleteStudioRequest(context.Context, *connect.Request[v1alpha1.DeleteStudioRequestRequest]) (*connect.Response[v1alpha1.DeleteStudioRequestResponse], error) // ListStudioRequests shows the caller's favorited Studio Requests. ListStudioRequests(context.Context, *connect.Request[v1alpha1.ListStudioRequestsRequest]) (*connect.Response[v1alpha1.ListStudioRequestsResponse], error) }
StudioRequestServiceHandler is an implementation of the buf.alpha.registry.v1alpha1.StudioRequestService service.
type StudioServiceClient ¶
type StudioServiceClient interface { // ListStudioAgentPresets returns a list of agent presets in the server. ListStudioAgentPresets(context.Context, *connect.Request[v1alpha1.ListStudioAgentPresetsRequest]) (*connect.Response[v1alpha1.ListStudioAgentPresetsResponse], error) // SetStudioAgentPresets sets the list of agent presets in the server. SetStudioAgentPresets(context.Context, *connect.Request[v1alpha1.SetStudioAgentPresetsRequest]) (*connect.Response[v1alpha1.SetStudioAgentPresetsResponse], error) }
StudioServiceClient is a client for the buf.alpha.registry.v1alpha1.StudioService service.
func NewStudioServiceClient ¶
func NewStudioServiceClient(httpClient connect.HTTPClient, baseURL string, opts ...connect.ClientOption) StudioServiceClient
NewStudioServiceClient constructs a client for the buf.alpha.registry.v1alpha1.StudioService service. By default, it uses the Connect protocol with the binary Protobuf Codec, asks for gzipped responses, and sends uncompressed requests. To use the gRPC or gRPC-Web protocols, supply the connect.WithGRPC() or connect.WithGRPCWeb() options.
The URL supplied here should be the base URL for the Connect or gRPC server (for example, http://api.acme.com or https://acme.com/grpc).
type StudioServiceHandler ¶
type StudioServiceHandler interface { // ListStudioAgentPresets returns a list of agent presets in the server. ListStudioAgentPresets(context.Context, *connect.Request[v1alpha1.ListStudioAgentPresetsRequest]) (*connect.Response[v1alpha1.ListStudioAgentPresetsResponse], error) // SetStudioAgentPresets sets the list of agent presets in the server. SetStudioAgentPresets(context.Context, *connect.Request[v1alpha1.SetStudioAgentPresetsRequest]) (*connect.Response[v1alpha1.SetStudioAgentPresetsResponse], error) }
StudioServiceHandler is an implementation of the buf.alpha.registry.v1alpha1.StudioService service.
type SyncServiceClient ¶ added in v1.21.0
type SyncServiceClient interface { // GetGitSyncPoint retrieves the Git sync point for the named repository // on the specified branch. GetGitSyncPoint(context.Context, *connect.Request[v1alpha1.GetGitSyncPointRequest]) (*connect.Response[v1alpha1.GetGitSyncPointResponse], error) // SyncGitCommit syncs a Git commit containing a module to a named repository. SyncGitCommit(context.Context, *connect.Request[v1alpha1.SyncGitCommitRequest]) (*connect.Response[v1alpha1.SyncGitCommitResponse], error) // AttachGitTags attaches git tags (or moves them in case they already existed) to an existing Git // SHA reference in a BSR repository. It is used when syncing the git repository, to sync git tags // that could have been moved to git commits that were already synced. AttachGitTags(context.Context, *connect.Request[v1alpha1.AttachGitTagsRequest]) (*connect.Response[v1alpha1.AttachGitTagsResponse], error) }
SyncServiceClient is a client for the buf.alpha.registry.v1alpha1.SyncService service.
func NewSyncServiceClient ¶ added in v1.21.0
func NewSyncServiceClient(httpClient connect.HTTPClient, baseURL string, opts ...connect.ClientOption) SyncServiceClient
NewSyncServiceClient constructs a client for the buf.alpha.registry.v1alpha1.SyncService service. By default, it uses the Connect protocol with the binary Protobuf Codec, asks for gzipped responses, and sends uncompressed requests. To use the gRPC or gRPC-Web protocols, supply the connect.WithGRPC() or connect.WithGRPCWeb() options.
The URL supplied here should be the base URL for the Connect or gRPC server (for example, http://api.acme.com or https://acme.com/grpc).
type SyncServiceHandler ¶ added in v1.21.0
type SyncServiceHandler interface { // GetGitSyncPoint retrieves the Git sync point for the named repository // on the specified branch. GetGitSyncPoint(context.Context, *connect.Request[v1alpha1.GetGitSyncPointRequest]) (*connect.Response[v1alpha1.GetGitSyncPointResponse], error) // SyncGitCommit syncs a Git commit containing a module to a named repository. SyncGitCommit(context.Context, *connect.Request[v1alpha1.SyncGitCommitRequest]) (*connect.Response[v1alpha1.SyncGitCommitResponse], error) // AttachGitTags attaches git tags (or moves them in case they already existed) to an existing Git // SHA reference in a BSR repository. It is used when syncing the git repository, to sync git tags // that could have been moved to git commits that were already synced. AttachGitTags(context.Context, *connect.Request[v1alpha1.AttachGitTagsRequest]) (*connect.Response[v1alpha1.AttachGitTagsResponse], error) }
SyncServiceHandler is an implementation of the buf.alpha.registry.v1alpha1.SyncService service.
type TokenServiceClient ¶
type TokenServiceClient interface { // CreateToken creates a new token suitable for machine-to-machine authentication. CreateToken(context.Context, *connect.Request[v1alpha1.CreateTokenRequest]) (*connect.Response[v1alpha1.CreateTokenResponse], error) // GetToken gets the specific token for the user // // This method requires authentication. GetToken(context.Context, *connect.Request[v1alpha1.GetTokenRequest]) (*connect.Response[v1alpha1.GetTokenResponse], error) // ListTokens lists the users active tokens // // This method requires authentication. ListTokens(context.Context, *connect.Request[v1alpha1.ListTokensRequest]) (*connect.Response[v1alpha1.ListTokensResponse], error) // DeleteToken deletes an existing token. // // This method requires authentication. DeleteToken(context.Context, *connect.Request[v1alpha1.DeleteTokenRequest]) (*connect.Response[v1alpha1.DeleteTokenResponse], error) }
TokenServiceClient is a client for the buf.alpha.registry.v1alpha1.TokenService service.
func NewTokenServiceClient ¶
func NewTokenServiceClient(httpClient connect.HTTPClient, baseURL string, opts ...connect.ClientOption) TokenServiceClient
NewTokenServiceClient constructs a client for the buf.alpha.registry.v1alpha1.TokenService service. By default, it uses the Connect protocol with the binary Protobuf Codec, asks for gzipped responses, and sends uncompressed requests. To use the gRPC or gRPC-Web protocols, supply the connect.WithGRPC() or connect.WithGRPCWeb() options.
The URL supplied here should be the base URL for the Connect or gRPC server (for example, http://api.acme.com or https://acme.com/grpc).
type TokenServiceHandler ¶
type TokenServiceHandler interface { // CreateToken creates a new token suitable for machine-to-machine authentication. CreateToken(context.Context, *connect.Request[v1alpha1.CreateTokenRequest]) (*connect.Response[v1alpha1.CreateTokenResponse], error) // GetToken gets the specific token for the user // // This method requires authentication. GetToken(context.Context, *connect.Request[v1alpha1.GetTokenRequest]) (*connect.Response[v1alpha1.GetTokenResponse], error) // ListTokens lists the users active tokens // // This method requires authentication. ListTokens(context.Context, *connect.Request[v1alpha1.ListTokensRequest]) (*connect.Response[v1alpha1.ListTokensResponse], error) // DeleteToken deletes an existing token. // // This method requires authentication. DeleteToken(context.Context, *connect.Request[v1alpha1.DeleteTokenRequest]) (*connect.Response[v1alpha1.DeleteTokenResponse], error) }
TokenServiceHandler is an implementation of the buf.alpha.registry.v1alpha1.TokenService service.
type UnimplementedAdminServiceHandler ¶
type UnimplementedAdminServiceHandler struct{}
UnimplementedAdminServiceHandler returns CodeUnimplemented from all methods.
func (UnimplementedAdminServiceHandler) CreateMachineUser ¶ added in v1.10.0
func (UnimplementedAdminServiceHandler) CreateMachineUser(context.Context, *connect.Request[v1alpha1.CreateMachineUserRequest]) (*connect.Response[v1alpha1.CreateMachineUserResponse], error)
func (UnimplementedAdminServiceHandler) ForceDeleteUser ¶
func (UnimplementedAdminServiceHandler) ForceDeleteUser(context.Context, *connect.Request[v1alpha1.ForceDeleteUserRequest]) (*connect.Response[v1alpha1.ForceDeleteUserResponse], error)
func (UnimplementedAdminServiceHandler) GetBreakingChangePolicy ¶ added in v1.22.0
func (UnimplementedAdminServiceHandler) GetBreakingChangePolicy(context.Context, *connect.Request[v1alpha1.GetBreakingChangePolicyRequest]) (*connect.Response[v1alpha1.GetBreakingChangePolicyResponse], error)
func (UnimplementedAdminServiceHandler) GetClusterUsage ¶ added in v1.28.0
func (UnimplementedAdminServiceHandler) GetClusterUsage(context.Context, *connect.Request[v1alpha1.GetClusterUsageRequest]) (*connect.Response[v1alpha1.GetClusterUsageResponse], error)
func (UnimplementedAdminServiceHandler) GetReviewFlowGracePeriodPolicy ¶ added in v1.27.0
func (UnimplementedAdminServiceHandler) GetReviewFlowGracePeriodPolicy(context.Context, *connect.Request[v1alpha1.GetReviewFlowGracePeriodPolicyRequest]) (*connect.Response[v1alpha1.GetReviewFlowGracePeriodPolicyResponse], error)
func (UnimplementedAdminServiceHandler) GetUniquenessPolicy ¶ added in v1.24.0
func (UnimplementedAdminServiceHandler) GetUniquenessPolicy(context.Context, *connect.Request[v1alpha1.GetUniquenessPolicyRequest]) (*connect.Response[v1alpha1.GetUniquenessPolicyResponse], error)
func (UnimplementedAdminServiceHandler) ListServerUniquenessCollisions ¶ added in v1.24.0
func (UnimplementedAdminServiceHandler) ListServerUniquenessCollisions(context.Context, *connect.Request[v1alpha1.ListServerUniquenessCollisionsRequest]) (*connect.Response[v1alpha1.ListServerUniquenessCollisionsResponse], error)
func (UnimplementedAdminServiceHandler) RunServerUniquenessBackfillTask ¶ added in v1.25.1
func (UnimplementedAdminServiceHandler) RunServerUniquenessBackfillTask(context.Context, *connect.Request[v1alpha1.RunServerUniquenessBackfillTaskRequest]) (*connect.Response[v1alpha1.RunServerUniquenessBackfillTaskResponse], error)
func (UnimplementedAdminServiceHandler) UpdateBreakingChangePolicy ¶ added in v1.22.0
func (UnimplementedAdminServiceHandler) UpdateBreakingChangePolicy(context.Context, *connect.Request[v1alpha1.UpdateBreakingChangePolicyRequest]) (*connect.Response[v1alpha1.UpdateBreakingChangePolicyResponse], error)
func (UnimplementedAdminServiceHandler) UpdateOrganizationVerificationStatus ¶ added in v1.9.0
func (UnimplementedAdminServiceHandler) UpdateOrganizationVerificationStatus(context.Context, *connect.Request[v1alpha1.UpdateOrganizationVerificationStatusRequest]) (*connect.Response[v1alpha1.UpdateOrganizationVerificationStatusResponse], error)
func (UnimplementedAdminServiceHandler) UpdateReviewFlowGracePeriodPolicy ¶ added in v1.27.0
func (UnimplementedAdminServiceHandler) UpdateReviewFlowGracePeriodPolicy(context.Context, *connect.Request[v1alpha1.UpdateReviewFlowGracePeriodPolicyRequest]) (*connect.Response[v1alpha1.UpdateReviewFlowGracePeriodPolicyResponse], error)
func (UnimplementedAdminServiceHandler) UpdateUniquenessPolicy ¶ added in v1.24.0
func (UnimplementedAdminServiceHandler) UpdateUniquenessPolicy(context.Context, *connect.Request[v1alpha1.UpdateUniquenessPolicyRequest]) (*connect.Response[v1alpha1.UpdateUniquenessPolicyResponse], error)
func (UnimplementedAdminServiceHandler) UpdateUserVerificationStatus ¶ added in v1.9.0
func (UnimplementedAdminServiceHandler) UpdateUserVerificationStatus(context.Context, *connect.Request[v1alpha1.UpdateUserVerificationStatusRequest]) (*connect.Response[v1alpha1.UpdateUserVerificationStatusResponse], error)
type UnimplementedAuthnServiceHandler ¶
type UnimplementedAuthnServiceHandler struct{}
UnimplementedAuthnServiceHandler returns CodeUnimplemented from all methods.
func (UnimplementedAuthnServiceHandler) GetCurrentUser ¶
func (UnimplementedAuthnServiceHandler) GetCurrentUser(context.Context, *connect.Request[v1alpha1.GetCurrentUserRequest]) (*connect.Response[v1alpha1.GetCurrentUserResponse], error)
func (UnimplementedAuthnServiceHandler) GetCurrentUserSubject ¶
func (UnimplementedAuthnServiceHandler) GetCurrentUserSubject(context.Context, *connect.Request[v1alpha1.GetCurrentUserSubjectRequest]) (*connect.Response[v1alpha1.GetCurrentUserSubjectResponse], error)
type UnimplementedAuthzServiceHandler ¶
type UnimplementedAuthzServiceHandler struct{}
UnimplementedAuthzServiceHandler returns CodeUnimplemented from all methods.
func (UnimplementedAuthzServiceHandler) UserCanAddOrganizationMember ¶
func (UnimplementedAuthzServiceHandler) UserCanAddOrganizationMember(context.Context, *connect.Request[v1alpha1.UserCanAddOrganizationMemberRequest]) (*connect.Response[v1alpha1.UserCanAddOrganizationMemberResponse], error)
func (UnimplementedAuthzServiceHandler) UserCanCreateOrganizationRepository ¶
func (UnimplementedAuthzServiceHandler) UserCanCreateOrganizationRepository(context.Context, *connect.Request[v1alpha1.UserCanCreateOrganizationRepositoryRequest]) (*connect.Response[v1alpha1.UserCanCreateOrganizationRepositoryResponse], error)
func (UnimplementedAuthzServiceHandler) UserCanDeleteOrganization ¶
func (UnimplementedAuthzServiceHandler) UserCanDeleteOrganization(context.Context, *connect.Request[v1alpha1.UserCanDeleteOrganizationRequest]) (*connect.Response[v1alpha1.UserCanDeleteOrganizationResponse], error)
func (UnimplementedAuthzServiceHandler) UserCanDeleteRepository ¶
func (UnimplementedAuthzServiceHandler) UserCanDeleteRepository(context.Context, *connect.Request[v1alpha1.UserCanDeleteRepositoryRequest]) (*connect.Response[v1alpha1.UserCanDeleteRepositoryResponse], error)
func (UnimplementedAuthzServiceHandler) UserCanDeleteUser ¶
func (UnimplementedAuthzServiceHandler) UserCanDeleteUser(context.Context, *connect.Request[v1alpha1.UserCanDeleteUserRequest]) (*connect.Response[v1alpha1.UserCanDeleteUserResponse], error)
func (UnimplementedAuthzServiceHandler) UserCanManageRepositoryContributors ¶
func (UnimplementedAuthzServiceHandler) UserCanManageRepositoryContributors(context.Context, *connect.Request[v1alpha1.UserCanManageRepositoryContributorsRequest]) (*connect.Response[v1alpha1.UserCanManageRepositoryContributorsResponse], error)
func (UnimplementedAuthzServiceHandler) UserCanRemoveOrganizationMember ¶
func (UnimplementedAuthzServiceHandler) UserCanRemoveOrganizationMember(context.Context, *connect.Request[v1alpha1.UserCanRemoveOrganizationMemberRequest]) (*connect.Response[v1alpha1.UserCanRemoveOrganizationMemberResponse], error)
func (UnimplementedAuthzServiceHandler) UserCanReviewCommits ¶ added in v1.27.0
func (UnimplementedAuthzServiceHandler) UserCanReviewCommits(context.Context, *connect.Request[v1alpha1.UserCanReviewCommitsRequest]) (*connect.Response[v1alpha1.UserCanReviewCommitsResponse], error)
func (UnimplementedAuthzServiceHandler) UserCanSeeOrganizationSettings ¶
func (UnimplementedAuthzServiceHandler) UserCanSeeOrganizationSettings(context.Context, *connect.Request[v1alpha1.UserCanSeeOrganizationSettingsRequest]) (*connect.Response[v1alpha1.UserCanSeeOrganizationSettingsResponse], error)
func (UnimplementedAuthzServiceHandler) UserCanSeeRepositorySettings ¶
func (UnimplementedAuthzServiceHandler) UserCanSeeRepositorySettings(context.Context, *connect.Request[v1alpha1.UserCanSeeRepositorySettingsRequest]) (*connect.Response[v1alpha1.UserCanSeeRepositorySettingsResponse], error)
func (UnimplementedAuthzServiceHandler) UserCanSeeServerAdminPanel ¶
func (UnimplementedAuthzServiceHandler) UserCanSeeServerAdminPanel(context.Context, *connect.Request[v1alpha1.UserCanSeeServerAdminPanelRequest]) (*connect.Response[v1alpha1.UserCanSeeServerAdminPanelResponse], error)
func (UnimplementedAuthzServiceHandler) UserCanUpdateOrganizationMember ¶
func (UnimplementedAuthzServiceHandler) UserCanUpdateOrganizationMember(context.Context, *connect.Request[v1alpha1.UserCanUpdateOrganizationMemberRequest]) (*connect.Response[v1alpha1.UserCanUpdateOrganizationMemberResponse], error)
type UnimplementedCodeGenerationServiceHandler ¶ added in v1.7.0
type UnimplementedCodeGenerationServiceHandler struct{}
UnimplementedCodeGenerationServiceHandler returns CodeUnimplemented from all methods.
func (UnimplementedCodeGenerationServiceHandler) GenerateCode ¶ added in v1.7.0
func (UnimplementedCodeGenerationServiceHandler) GenerateCode(context.Context, *connect.Request[v1alpha1.GenerateCodeRequest]) (*connect.Response[v1alpha1.GenerateCodeResponse], error)
type UnimplementedConvertServiceHandler ¶
type UnimplementedConvertServiceHandler struct{}
UnimplementedConvertServiceHandler returns CodeUnimplemented from all methods.
func (UnimplementedConvertServiceHandler) Convert ¶
func (UnimplementedConvertServiceHandler) Convert(context.Context, *connect.Request[v1alpha1.ConvertRequest]) (*connect.Response[v1alpha1.ConvertResponse], error)
type UnimplementedDisplayServiceHandler ¶
type UnimplementedDisplayServiceHandler struct{}
UnimplementedDisplayServiceHandler returns CodeUnimplemented from all methods.
func (UnimplementedDisplayServiceHandler) DisplayOrganizationElements ¶
func (UnimplementedDisplayServiceHandler) DisplayOrganizationElements(context.Context, *connect.Request[v1alpha1.DisplayOrganizationElementsRequest]) (*connect.Response[v1alpha1.DisplayOrganizationElementsResponse], error)
func (UnimplementedDisplayServiceHandler) DisplayOwnerEntitledElements ¶ added in v1.18.0
func (UnimplementedDisplayServiceHandler) DisplayOwnerEntitledElements(context.Context, *connect.Request[v1alpha1.DisplayOwnerEntitledElementsRequest]) (*connect.Response[v1alpha1.DisplayOwnerEntitledElementsResponse], error)
func (UnimplementedDisplayServiceHandler) DisplayRepositoryElements ¶
func (UnimplementedDisplayServiceHandler) DisplayRepositoryElements(context.Context, *connect.Request[v1alpha1.DisplayRepositoryElementsRequest]) (*connect.Response[v1alpha1.DisplayRepositoryElementsResponse], error)
func (UnimplementedDisplayServiceHandler) DisplayRepositoryEntitledElements ¶ added in v1.18.0
func (UnimplementedDisplayServiceHandler) DisplayRepositoryEntitledElements(context.Context, *connect.Request[v1alpha1.DisplayRepositoryEntitledElementsRequest]) (*connect.Response[v1alpha1.DisplayRepositoryEntitledElementsResponse], error)
func (UnimplementedDisplayServiceHandler) DisplayServerElements ¶
func (UnimplementedDisplayServiceHandler) DisplayServerElements(context.Context, *connect.Request[v1alpha1.DisplayServerElementsRequest]) (*connect.Response[v1alpha1.DisplayServerElementsResponse], error)
func (UnimplementedDisplayServiceHandler) DisplayUserElements ¶
func (UnimplementedDisplayServiceHandler) DisplayUserElements(context.Context, *connect.Request[v1alpha1.DisplayUserElementsRequest]) (*connect.Response[v1alpha1.DisplayUserElementsResponse], error)
func (UnimplementedDisplayServiceHandler) ListManageableRepositoryRoles ¶
func (UnimplementedDisplayServiceHandler) ListManageableRepositoryRoles(context.Context, *connect.Request[v1alpha1.ListManageableRepositoryRolesRequest]) (*connect.Response[v1alpha1.ListManageableRepositoryRolesResponse], error)
func (UnimplementedDisplayServiceHandler) ListManageableUserRepositoryRoles ¶
func (UnimplementedDisplayServiceHandler) ListManageableUserRepositoryRoles(context.Context, *connect.Request[v1alpha1.ListManageableUserRepositoryRolesRequest]) (*connect.Response[v1alpha1.ListManageableUserRepositoryRolesResponse], error)
type UnimplementedDocServiceHandler ¶
type UnimplementedDocServiceHandler struct{}
UnimplementedDocServiceHandler returns CodeUnimplemented from all methods.
func (UnimplementedDocServiceHandler) GetModuleDocumentation ¶
func (UnimplementedDocServiceHandler) GetModuleDocumentation(context.Context, *connect.Request[v1alpha1.GetModuleDocumentationRequest]) (*connect.Response[v1alpha1.GetModuleDocumentationResponse], error)
func (UnimplementedDocServiceHandler) GetModulePackages ¶
func (UnimplementedDocServiceHandler) GetModulePackages(context.Context, *connect.Request[v1alpha1.GetModulePackagesRequest]) (*connect.Response[v1alpha1.GetModulePackagesResponse], error)
func (UnimplementedDocServiceHandler) GetPackageDocumentation ¶
func (UnimplementedDocServiceHandler) GetPackageDocumentation(context.Context, *connect.Request[v1alpha1.GetPackageDocumentationRequest]) (*connect.Response[v1alpha1.GetPackageDocumentationResponse], error)
func (UnimplementedDocServiceHandler) GetSourceDirectoryInfo ¶
func (UnimplementedDocServiceHandler) GetSourceDirectoryInfo(context.Context, *connect.Request[v1alpha1.GetSourceDirectoryInfoRequest]) (*connect.Response[v1alpha1.GetSourceDirectoryInfoResponse], error)
func (UnimplementedDocServiceHandler) GetSourceFile ¶
func (UnimplementedDocServiceHandler) GetSourceFile(context.Context, *connect.Request[v1alpha1.GetSourceFileRequest]) (*connect.Response[v1alpha1.GetSourceFileResponse], error)
type UnimplementedDownloadServiceHandler ¶
type UnimplementedDownloadServiceHandler struct{}
UnimplementedDownloadServiceHandler returns CodeUnimplemented from all methods.
func (UnimplementedDownloadServiceHandler) Download ¶
func (UnimplementedDownloadServiceHandler) Download(context.Context, *connect.Request[v1alpha1.DownloadRequest]) (*connect.Response[v1alpha1.DownloadResponse], error)
func (UnimplementedDownloadServiceHandler) DownloadManifestAndBlobs ¶ added in v1.13.0
func (UnimplementedDownloadServiceHandler) DownloadManifestAndBlobs(context.Context, *connect.Request[v1alpha1.DownloadManifestAndBlobsRequest]) (*connect.Response[v1alpha1.DownloadManifestAndBlobsResponse], error)
type UnimplementedGithubServiceHandler ¶
type UnimplementedGithubServiceHandler struct{}
UnimplementedGithubServiceHandler returns CodeUnimplemented from all methods.
func (UnimplementedGithubServiceHandler) GetGithubAppConfig ¶
func (UnimplementedGithubServiceHandler) GetGithubAppConfig(context.Context, *connect.Request[v1alpha1.GetGithubAppConfigRequest]) (*connect.Response[v1alpha1.GetGithubAppConfigResponse], error)
type UnimplementedImageServiceHandler ¶
type UnimplementedImageServiceHandler struct{}
UnimplementedImageServiceHandler returns CodeUnimplemented from all methods.
func (UnimplementedImageServiceHandler) GetImage ¶
func (UnimplementedImageServiceHandler) GetImage(context.Context, *connect.Request[v1alpha1.GetImageRequest]) (*connect.Response[v1alpha1.GetImageResponse], error)
type UnimplementedJSONSchemaServiceHandler ¶
type UnimplementedJSONSchemaServiceHandler struct{}
UnimplementedJSONSchemaServiceHandler returns CodeUnimplemented from all methods.
func (UnimplementedJSONSchemaServiceHandler) GetJSONSchema ¶
func (UnimplementedJSONSchemaServiceHandler) GetJSONSchema(context.Context, *connect.Request[v1alpha1.GetJSONSchemaRequest]) (*connect.Response[v1alpha1.GetJSONSchemaResponse], error)
type UnimplementedLabelServiceHandler ¶ added in v1.16.0
type UnimplementedLabelServiceHandler struct{}
UnimplementedLabelServiceHandler returns CodeUnimplemented from all methods.
func (UnimplementedLabelServiceHandler) CreateLabel ¶ added in v1.16.0
func (UnimplementedLabelServiceHandler) CreateLabel(context.Context, *connect.Request[v1alpha1.CreateLabelRequest]) (*connect.Response[v1alpha1.CreateLabelResponse], error)
func (UnimplementedLabelServiceHandler) GetLabels ¶ added in v1.16.0
func (UnimplementedLabelServiceHandler) GetLabels(context.Context, *connect.Request[v1alpha1.GetLabelsRequest]) (*connect.Response[v1alpha1.GetLabelsResponse], error)
func (UnimplementedLabelServiceHandler) GetLabelsInNamespace ¶ added in v1.25.1
func (UnimplementedLabelServiceHandler) GetLabelsInNamespace(context.Context, *connect.Request[v1alpha1.GetLabelsInNamespaceRequest]) (*connect.Response[v1alpha1.GetLabelsInNamespaceResponse], error)
func (UnimplementedLabelServiceHandler) MoveLabel ¶ added in v1.16.0
func (UnimplementedLabelServiceHandler) MoveLabel(context.Context, *connect.Request[v1alpha1.MoveLabelRequest]) (*connect.Response[v1alpha1.MoveLabelResponse], error)
type UnimplementedLocalResolveServiceHandler ¶
type UnimplementedLocalResolveServiceHandler struct{}
UnimplementedLocalResolveServiceHandler returns CodeUnimplemented from all methods.
func (UnimplementedLocalResolveServiceHandler) GetLocalModulePins ¶
func (UnimplementedLocalResolveServiceHandler) GetLocalModulePins(context.Context, *connect.Request[v1alpha1.GetLocalModulePinsRequest]) (*connect.Response[v1alpha1.GetLocalModulePinsResponse], error)
type UnimplementedOrganizationServiceHandler ¶
type UnimplementedOrganizationServiceHandler struct{}
UnimplementedOrganizationServiceHandler returns CodeUnimplemented from all methods.
func (UnimplementedOrganizationServiceHandler) AddOrganizationGroup ¶ added in v1.12.0
func (UnimplementedOrganizationServiceHandler) AddOrganizationGroup(context.Context, *connect.Request[v1alpha1.AddOrganizationGroupRequest]) (*connect.Response[v1alpha1.AddOrganizationGroupResponse], error)
func (UnimplementedOrganizationServiceHandler) AddOrganizationMember ¶
func (UnimplementedOrganizationServiceHandler) AddOrganizationMember(context.Context, *connect.Request[v1alpha1.AddOrganizationMemberRequest]) (*connect.Response[v1alpha1.AddOrganizationMemberResponse], error)
func (UnimplementedOrganizationServiceHandler) CreateOrganization ¶
func (UnimplementedOrganizationServiceHandler) CreateOrganization(context.Context, *connect.Request[v1alpha1.CreateOrganizationRequest]) (*connect.Response[v1alpha1.CreateOrganizationResponse], error)
func (UnimplementedOrganizationServiceHandler) DeleteOrganization ¶
func (UnimplementedOrganizationServiceHandler) DeleteOrganization(context.Context, *connect.Request[v1alpha1.DeleteOrganizationRequest]) (*connect.Response[v1alpha1.DeleteOrganizationResponse], error)
func (UnimplementedOrganizationServiceHandler) DeleteOrganizationByName ¶
func (UnimplementedOrganizationServiceHandler) DeleteOrganizationByName(context.Context, *connect.Request[v1alpha1.DeleteOrganizationByNameRequest]) (*connect.Response[v1alpha1.DeleteOrganizationByNameResponse], error)
func (UnimplementedOrganizationServiceHandler) GetOrganization ¶
func (UnimplementedOrganizationServiceHandler) GetOrganization(context.Context, *connect.Request[v1alpha1.GetOrganizationRequest]) (*connect.Response[v1alpha1.GetOrganizationResponse], error)
func (UnimplementedOrganizationServiceHandler) GetOrganizationByName ¶
func (UnimplementedOrganizationServiceHandler) GetOrganizationByName(context.Context, *connect.Request[v1alpha1.GetOrganizationByNameRequest]) (*connect.Response[v1alpha1.GetOrganizationByNameResponse], error)
func (UnimplementedOrganizationServiceHandler) GetOrganizationSettings ¶
func (UnimplementedOrganizationServiceHandler) GetOrganizationSettings(context.Context, *connect.Request[v1alpha1.GetOrganizationSettingsRequest]) (*connect.Response[v1alpha1.GetOrganizationSettingsResponse], error)
func (UnimplementedOrganizationServiceHandler) GetUserOrganization ¶ added in v1.19.0
func (UnimplementedOrganizationServiceHandler) GetUserOrganization(context.Context, *connect.Request[v1alpha1.GetUserOrganizationRequest]) (*connect.Response[v1alpha1.GetUserOrganizationResponse], error)
func (UnimplementedOrganizationServiceHandler) ListOrganizations ¶
func (UnimplementedOrganizationServiceHandler) ListOrganizations(context.Context, *connect.Request[v1alpha1.ListOrganizationsRequest]) (*connect.Response[v1alpha1.ListOrganizationsResponse], error)
func (UnimplementedOrganizationServiceHandler) ListUserOrganizations ¶
func (UnimplementedOrganizationServiceHandler) ListUserOrganizations(context.Context, *connect.Request[v1alpha1.ListUserOrganizationsRequest]) (*connect.Response[v1alpha1.ListUserOrganizationsResponse], error)
func (UnimplementedOrganizationServiceHandler) RemoveOrganizationGroup ¶ added in v1.12.0
func (UnimplementedOrganizationServiceHandler) RemoveOrganizationGroup(context.Context, *connect.Request[v1alpha1.RemoveOrganizationGroupRequest]) (*connect.Response[v1alpha1.RemoveOrganizationGroupResponse], error)
func (UnimplementedOrganizationServiceHandler) RemoveOrganizationMember ¶
func (UnimplementedOrganizationServiceHandler) RemoveOrganizationMember(context.Context, *connect.Request[v1alpha1.RemoveOrganizationMemberRequest]) (*connect.Response[v1alpha1.RemoveOrganizationMemberResponse], error)
func (UnimplementedOrganizationServiceHandler) SetOrganizationMember ¶
func (UnimplementedOrganizationServiceHandler) SetOrganizationMember(context.Context, *connect.Request[v1alpha1.SetOrganizationMemberRequest]) (*connect.Response[v1alpha1.SetOrganizationMemberResponse], error)
func (UnimplementedOrganizationServiceHandler) UpdateOrganizationMember ¶
func (UnimplementedOrganizationServiceHandler) UpdateOrganizationMember(context.Context, *connect.Request[v1alpha1.UpdateOrganizationMemberRequest]) (*connect.Response[v1alpha1.UpdateOrganizationMemberResponse], error)
func (UnimplementedOrganizationServiceHandler) UpdateOrganizationSettings ¶
func (UnimplementedOrganizationServiceHandler) UpdateOrganizationSettings(context.Context, *connect.Request[v1alpha1.UpdateOrganizationSettingsRequest]) (*connect.Response[v1alpha1.UpdateOrganizationSettingsResponse], error)
type UnimplementedOwnerServiceHandler ¶
type UnimplementedOwnerServiceHandler struct{}
UnimplementedOwnerServiceHandler returns CodeUnimplemented from all methods.
func (UnimplementedOwnerServiceHandler) GetOwnerByName ¶
func (UnimplementedOwnerServiceHandler) GetOwnerByName(context.Context, *connect.Request[v1alpha1.GetOwnerByNameRequest]) (*connect.Response[v1alpha1.GetOwnerByNameResponse], error)
type UnimplementedPluginCurationServiceHandler ¶ added in v1.7.0
type UnimplementedPluginCurationServiceHandler struct{}
UnimplementedPluginCurationServiceHandler returns CodeUnimplemented from all methods.
func (UnimplementedPluginCurationServiceHandler) CreateCuratedPlugin ¶ added in v1.7.0
func (UnimplementedPluginCurationServiceHandler) CreateCuratedPlugin(context.Context, *connect.Request[v1alpha1.CreateCuratedPluginRequest]) (*connect.Response[v1alpha1.CreateCuratedPluginResponse], error)
func (UnimplementedPluginCurationServiceHandler) DeleteCuratedPlugin ¶ added in v1.12.0
func (UnimplementedPluginCurationServiceHandler) DeleteCuratedPlugin(context.Context, *connect.Request[v1alpha1.DeleteCuratedPluginRequest]) (*connect.Response[v1alpha1.DeleteCuratedPluginResponse], error)
func (UnimplementedPluginCurationServiceHandler) GetLatestCuratedPlugin ¶ added in v1.7.0
func (UnimplementedPluginCurationServiceHandler) GetLatestCuratedPlugin(context.Context, *connect.Request[v1alpha1.GetLatestCuratedPluginRequest]) (*connect.Response[v1alpha1.GetLatestCuratedPluginResponse], error)
func (UnimplementedPluginCurationServiceHandler) ListCuratedPlugins ¶ added in v1.7.0
func (UnimplementedPluginCurationServiceHandler) ListCuratedPlugins(context.Context, *connect.Request[v1alpha1.ListCuratedPluginsRequest]) (*connect.Response[v1alpha1.ListCuratedPluginsResponse], error)
type UnimplementedPushServiceHandler ¶
type UnimplementedPushServiceHandler struct{}
UnimplementedPushServiceHandler returns CodeUnimplemented from all methods.
func (UnimplementedPushServiceHandler) Push ¶
func (UnimplementedPushServiceHandler) Push(context.Context, *connect.Request[v1alpha1.PushRequest]) (*connect.Response[v1alpha1.PushResponse], error)
func (UnimplementedPushServiceHandler) PushManifestAndBlobs ¶ added in v1.13.0
func (UnimplementedPushServiceHandler) PushManifestAndBlobs(context.Context, *connect.Request[v1alpha1.PushManifestAndBlobsRequest]) (*connect.Response[v1alpha1.PushManifestAndBlobsResponse], error)
type UnimplementedRecommendationServiceHandler ¶
type UnimplementedRecommendationServiceHandler struct{}
UnimplementedRecommendationServiceHandler returns CodeUnimplemented from all methods.
func (UnimplementedRecommendationServiceHandler) ListRecommendedResources ¶ added in v1.10.0
func (UnimplementedRecommendationServiceHandler) ListRecommendedResources(context.Context, *connect.Request[v1alpha1.ListRecommendedResourcesRequest]) (*connect.Response[v1alpha1.ListRecommendedResourcesResponse], error)
func (UnimplementedRecommendationServiceHandler) RecommendedRepositories ¶
func (UnimplementedRecommendationServiceHandler) RecommendedRepositories(context.Context, *connect.Request[v1alpha1.RecommendedRepositoriesRequest]) (*connect.Response[v1alpha1.RecommendedRepositoriesResponse], error)
func (UnimplementedRecommendationServiceHandler) SetRecommendedResources ¶ added in v1.10.0
func (UnimplementedRecommendationServiceHandler) SetRecommendedResources(context.Context, *connect.Request[v1alpha1.SetRecommendedResourcesRequest]) (*connect.Response[v1alpha1.SetRecommendedResourcesResponse], error)
type UnimplementedReferenceServiceHandler ¶
type UnimplementedReferenceServiceHandler struct{}
UnimplementedReferenceServiceHandler returns CodeUnimplemented from all methods.
func (UnimplementedReferenceServiceHandler) GetReferenceByName ¶
func (UnimplementedReferenceServiceHandler) GetReferenceByName(context.Context, *connect.Request[v1alpha1.GetReferenceByNameRequest]) (*connect.Response[v1alpha1.GetReferenceByNameResponse], error)
type UnimplementedRepositoryBranchServiceHandler ¶
type UnimplementedRepositoryBranchServiceHandler struct{}
UnimplementedRepositoryBranchServiceHandler returns CodeUnimplemented from all methods.
func (UnimplementedRepositoryBranchServiceHandler) GetCurrentDefaultBranch ¶ added in v1.24.0
func (UnimplementedRepositoryBranchServiceHandler) GetCurrentDefaultBranch(context.Context, *connect.Request[v1alpha1.GetCurrentDefaultBranchRequest]) (*connect.Response[v1alpha1.GetCurrentDefaultBranchResponse], error)
func (UnimplementedRepositoryBranchServiceHandler) GetRepositoryBranch ¶ added in v1.28.0
func (UnimplementedRepositoryBranchServiceHandler) GetRepositoryBranch(context.Context, *connect.Request[v1alpha1.GetRepositoryBranchRequest]) (*connect.Response[v1alpha1.GetRepositoryBranchResponse], error)
func (UnimplementedRepositoryBranchServiceHandler) ListRepositoryBranches ¶
func (UnimplementedRepositoryBranchServiceHandler) ListRepositoryBranches(context.Context, *connect.Request[v1alpha1.ListRepositoryBranchesRequest]) (*connect.Response[v1alpha1.ListRepositoryBranchesResponse], error)
func (UnimplementedRepositoryBranchServiceHandler) ListRepositoryBranchesByReference ¶ added in v1.28.0
func (UnimplementedRepositoryBranchServiceHandler) ListRepositoryBranchesByReference(context.Context, *connect.Request[v1alpha1.ListRepositoryBranchesByReferenceRequest]) (*connect.Response[v1alpha1.ListRepositoryBranchesByReferenceResponse], error)
type UnimplementedRepositoryCommitServiceHandler ¶
type UnimplementedRepositoryCommitServiceHandler struct{}
UnimplementedRepositoryCommitServiceHandler returns CodeUnimplemented from all methods.
func (UnimplementedRepositoryCommitServiceHandler) DeleteRepositoryDraftCommit ¶ added in v1.7.0
func (UnimplementedRepositoryCommitServiceHandler) DeleteRepositoryDraftCommit(context.Context, *connect.Request[v1alpha1.DeleteRepositoryDraftCommitRequest]) (*connect.Response[v1alpha1.DeleteRepositoryDraftCommitResponse], error)
func (UnimplementedRepositoryCommitServiceHandler) GetRepositoryCommitByReference ¶
func (UnimplementedRepositoryCommitServiceHandler) GetRepositoryCommitByReference(context.Context, *connect.Request[v1alpha1.GetRepositoryCommitByReferenceRequest]) (*connect.Response[v1alpha1.GetRepositoryCommitByReferenceResponse], error)
func (UnimplementedRepositoryCommitServiceHandler) ListRepositoryCommitsByBranch ¶
func (UnimplementedRepositoryCommitServiceHandler) ListRepositoryCommitsByBranch(context.Context, *connect.Request[v1alpha1.ListRepositoryCommitsByBranchRequest]) (*connect.Response[v1alpha1.ListRepositoryCommitsByBranchResponse], error)
func (UnimplementedRepositoryCommitServiceHandler) ListRepositoryCommitsByReference ¶
func (UnimplementedRepositoryCommitServiceHandler) ListRepositoryCommitsByReference(context.Context, *connect.Request[v1alpha1.ListRepositoryCommitsByReferenceRequest]) (*connect.Response[v1alpha1.ListRepositoryCommitsByReferenceResponse], error)
func (UnimplementedRepositoryCommitServiceHandler) ListRepositoryDraftCommits ¶ added in v1.7.0
func (UnimplementedRepositoryCommitServiceHandler) ListRepositoryDraftCommits(context.Context, *connect.Request[v1alpha1.ListRepositoryDraftCommitsRequest]) (*connect.Response[v1alpha1.ListRepositoryDraftCommitsResponse], error)
type UnimplementedRepositoryServiceHandler ¶
type UnimplementedRepositoryServiceHandler struct{}
UnimplementedRepositoryServiceHandler returns CodeUnimplemented from all methods.
func (UnimplementedRepositoryServiceHandler) CreateRepositoryByFullName ¶
func (UnimplementedRepositoryServiceHandler) CreateRepositoryByFullName(context.Context, *connect.Request[v1alpha1.CreateRepositoryByFullNameRequest]) (*connect.Response[v1alpha1.CreateRepositoryByFullNameResponse], error)
func (UnimplementedRepositoryServiceHandler) DeleteRepository ¶
func (UnimplementedRepositoryServiceHandler) DeleteRepository(context.Context, *connect.Request[v1alpha1.DeleteRepositoryRequest]) (*connect.Response[v1alpha1.DeleteRepositoryResponse], error)
func (UnimplementedRepositoryServiceHandler) DeleteRepositoryByFullName ¶
func (UnimplementedRepositoryServiceHandler) DeleteRepositoryByFullName(context.Context, *connect.Request[v1alpha1.DeleteRepositoryByFullNameRequest]) (*connect.Response[v1alpha1.DeleteRepositoryByFullNameResponse], error)
func (UnimplementedRepositoryServiceHandler) DeprecateRepositoryByName ¶
func (UnimplementedRepositoryServiceHandler) DeprecateRepositoryByName(context.Context, *connect.Request[v1alpha1.DeprecateRepositoryByNameRequest]) (*connect.Response[v1alpha1.DeprecateRepositoryByNameResponse], error)
func (UnimplementedRepositoryServiceHandler) GetRepositoriesByFullName ¶
func (UnimplementedRepositoryServiceHandler) GetRepositoriesByFullName(context.Context, *connect.Request[v1alpha1.GetRepositoriesByFullNameRequest]) (*connect.Response[v1alpha1.GetRepositoriesByFullNameResponse], error)
func (UnimplementedRepositoryServiceHandler) GetRepositoriesMetadata ¶ added in v1.10.0
func (UnimplementedRepositoryServiceHandler) GetRepositoriesMetadata(context.Context, *connect.Request[v1alpha1.GetRepositoriesMetadataRequest]) (*connect.Response[v1alpha1.GetRepositoriesMetadataResponse], error)
func (UnimplementedRepositoryServiceHandler) GetRepository ¶
func (UnimplementedRepositoryServiceHandler) GetRepository(context.Context, *connect.Request[v1alpha1.GetRepositoryRequest]) (*connect.Response[v1alpha1.GetRepositoryResponse], error)
func (UnimplementedRepositoryServiceHandler) GetRepositoryByFullName ¶
func (UnimplementedRepositoryServiceHandler) GetRepositoryByFullName(context.Context, *connect.Request[v1alpha1.GetRepositoryByFullNameRequest]) (*connect.Response[v1alpha1.GetRepositoryByFullNameResponse], error)
func (UnimplementedRepositoryServiceHandler) GetRepositoryContributor ¶
func (UnimplementedRepositoryServiceHandler) GetRepositoryContributor(context.Context, *connect.Request[v1alpha1.GetRepositoryContributorRequest]) (*connect.Response[v1alpha1.GetRepositoryContributorResponse], error)
func (UnimplementedRepositoryServiceHandler) GetRepositoryDependencyDOTString ¶ added in v1.27.0
func (UnimplementedRepositoryServiceHandler) GetRepositoryDependencyDOTString(context.Context, *connect.Request[v1alpha1.GetRepositoryDependencyDOTStringRequest]) (*connect.Response[v1alpha1.GetRepositoryDependencyDOTStringResponse], error)
func (UnimplementedRepositoryServiceHandler) GetRepositorySettings ¶
func (UnimplementedRepositoryServiceHandler) GetRepositorySettings(context.Context, *connect.Request[v1alpha1.GetRepositorySettingsRequest]) (*connect.Response[v1alpha1.GetRepositorySettingsResponse], error)
func (UnimplementedRepositoryServiceHandler) ListOrganizationRepositories ¶
func (UnimplementedRepositoryServiceHandler) ListOrganizationRepositories(context.Context, *connect.Request[v1alpha1.ListOrganizationRepositoriesRequest]) (*connect.Response[v1alpha1.ListOrganizationRepositoriesResponse], error)
func (UnimplementedRepositoryServiceHandler) ListRepositories ¶
func (UnimplementedRepositoryServiceHandler) ListRepositories(context.Context, *connect.Request[v1alpha1.ListRepositoriesRequest]) (*connect.Response[v1alpha1.ListRepositoriesResponse], error)
func (UnimplementedRepositoryServiceHandler) ListRepositoriesUserCanAccess ¶
func (UnimplementedRepositoryServiceHandler) ListRepositoriesUserCanAccess(context.Context, *connect.Request[v1alpha1.ListRepositoriesUserCanAccessRequest]) (*connect.Response[v1alpha1.ListRepositoriesUserCanAccessResponse], error)
func (UnimplementedRepositoryServiceHandler) ListRepositoryContributors ¶
func (UnimplementedRepositoryServiceHandler) ListRepositoryContributors(context.Context, *connect.Request[v1alpha1.ListRepositoryContributorsRequest]) (*connect.Response[v1alpha1.ListRepositoryContributorsResponse], error)
func (UnimplementedRepositoryServiceHandler) ListUserRepositories ¶
func (UnimplementedRepositoryServiceHandler) ListUserRepositories(context.Context, *connect.Request[v1alpha1.ListUserRepositoriesRequest]) (*connect.Response[v1alpha1.ListUserRepositoriesResponse], error)
func (UnimplementedRepositoryServiceHandler) SetRepositoryContributor ¶
func (UnimplementedRepositoryServiceHandler) SetRepositoryContributor(context.Context, *connect.Request[v1alpha1.SetRepositoryContributorRequest]) (*connect.Response[v1alpha1.SetRepositoryContributorResponse], error)
func (UnimplementedRepositoryServiceHandler) UndeprecateRepositoryByName ¶
func (UnimplementedRepositoryServiceHandler) UndeprecateRepositoryByName(context.Context, *connect.Request[v1alpha1.UndeprecateRepositoryByNameRequest]) (*connect.Response[v1alpha1.UndeprecateRepositoryByNameResponse], error)
func (UnimplementedRepositoryServiceHandler) UpdateRepositorySettingsByName ¶
func (UnimplementedRepositoryServiceHandler) UpdateRepositorySettingsByName(context.Context, *connect.Request[v1alpha1.UpdateRepositorySettingsByNameRequest]) (*connect.Response[v1alpha1.UpdateRepositorySettingsByNameResponse], error)
type UnimplementedRepositoryTagServiceHandler ¶
type UnimplementedRepositoryTagServiceHandler struct{}
UnimplementedRepositoryTagServiceHandler returns CodeUnimplemented from all methods.
func (UnimplementedRepositoryTagServiceHandler) CreateRepositoryTag ¶
func (UnimplementedRepositoryTagServiceHandler) CreateRepositoryTag(context.Context, *connect.Request[v1alpha1.CreateRepositoryTagRequest]) (*connect.Response[v1alpha1.CreateRepositoryTagResponse], error)
func (UnimplementedRepositoryTagServiceHandler) GetRepositoryTag ¶ added in v1.29.0
func (UnimplementedRepositoryTagServiceHandler) GetRepositoryTag(context.Context, *connect.Request[v1alpha1.GetRepositoryTagRequest]) (*connect.Response[v1alpha1.GetRepositoryTagResponse], error)
func (UnimplementedRepositoryTagServiceHandler) ListRepositoryTags ¶
func (UnimplementedRepositoryTagServiceHandler) ListRepositoryTags(context.Context, *connect.Request[v1alpha1.ListRepositoryTagsRequest]) (*connect.Response[v1alpha1.ListRepositoryTagsResponse], error)
func (UnimplementedRepositoryTagServiceHandler) ListRepositoryTagsForReference ¶ added in v1.24.0
func (UnimplementedRepositoryTagServiceHandler) ListRepositoryTagsForReference(context.Context, *connect.Request[v1alpha1.ListRepositoryTagsForReferenceRequest]) (*connect.Response[v1alpha1.ListRepositoryTagsForReferenceResponse], error)
func (UnimplementedRepositoryTagServiceHandler) UpdateRepositoryTag ¶ added in v1.29.0
func (UnimplementedRepositoryTagServiceHandler) UpdateRepositoryTag(context.Context, *connect.Request[v1alpha1.UpdateRepositoryTagRequest]) (*connect.Response[v1alpha1.UpdateRepositoryTagResponse], error)
type UnimplementedResolveServiceHandler ¶
type UnimplementedResolveServiceHandler struct{}
UnimplementedResolveServiceHandler returns CodeUnimplemented from all methods.
func (UnimplementedResolveServiceHandler) GetCargoVersion ¶ added in v1.32.0
func (UnimplementedResolveServiceHandler) GetCargoVersion(context.Context, *connect.Request[v1alpha1.GetCargoVersionRequest]) (*connect.Response[v1alpha1.GetCargoVersionResponse], error)
func (UnimplementedResolveServiceHandler) GetGoVersion ¶ added in v1.22.0
func (UnimplementedResolveServiceHandler) GetGoVersion(context.Context, *connect.Request[v1alpha1.GetGoVersionRequest]) (*connect.Response[v1alpha1.GetGoVersionResponse], error)
func (UnimplementedResolveServiceHandler) GetMavenVersion ¶ added in v1.22.0
func (UnimplementedResolveServiceHandler) GetMavenVersion(context.Context, *connect.Request[v1alpha1.GetMavenVersionRequest]) (*connect.Response[v1alpha1.GetMavenVersionResponse], error)
func (UnimplementedResolveServiceHandler) GetModulePins ¶
func (UnimplementedResolveServiceHandler) GetModulePins(context.Context, *connect.Request[v1alpha1.GetModulePinsRequest]) (*connect.Response[v1alpha1.GetModulePinsResponse], error)
func (UnimplementedResolveServiceHandler) GetNPMVersion ¶ added in v1.22.0
func (UnimplementedResolveServiceHandler) GetNPMVersion(context.Context, *connect.Request[v1alpha1.GetNPMVersionRequest]) (*connect.Response[v1alpha1.GetNPMVersionResponse], error)
func (UnimplementedResolveServiceHandler) GetPythonVersion ¶ added in v1.29.0
func (UnimplementedResolveServiceHandler) GetPythonVersion(context.Context, *connect.Request[v1alpha1.GetPythonVersionRequest]) (*connect.Response[v1alpha1.GetPythonVersionResponse], error)
func (UnimplementedResolveServiceHandler) GetSwiftVersion ¶ added in v1.22.0
func (UnimplementedResolveServiceHandler) GetSwiftVersion(context.Context, *connect.Request[v1alpha1.GetSwiftVersionRequest]) (*connect.Response[v1alpha1.GetSwiftVersionResponse], error)
type UnimplementedResourceServiceHandler ¶ added in v1.9.0
type UnimplementedResourceServiceHandler struct{}
UnimplementedResourceServiceHandler returns CodeUnimplemented from all methods.
func (UnimplementedResourceServiceHandler) GetResourceByName ¶ added in v1.9.0
func (UnimplementedResourceServiceHandler) GetResourceByName(context.Context, *connect.Request[v1alpha1.GetResourceByNameRequest]) (*connect.Response[v1alpha1.GetResourceByNameResponse], error)
type UnimplementedSCIMTokenServiceHandler ¶ added in v1.15.1
type UnimplementedSCIMTokenServiceHandler struct{}
UnimplementedSCIMTokenServiceHandler returns CodeUnimplemented from all methods.
func (UnimplementedSCIMTokenServiceHandler) CreateSCIMToken ¶ added in v1.15.1
func (UnimplementedSCIMTokenServiceHandler) CreateSCIMToken(context.Context, *connect.Request[v1alpha1.CreateSCIMTokenRequest]) (*connect.Response[v1alpha1.CreateSCIMTokenResponse], error)
func (UnimplementedSCIMTokenServiceHandler) DeleteSCIMToken ¶ added in v1.15.1
func (UnimplementedSCIMTokenServiceHandler) DeleteSCIMToken(context.Context, *connect.Request[v1alpha1.DeleteSCIMTokenRequest]) (*connect.Response[v1alpha1.DeleteSCIMTokenResponse], error)
func (UnimplementedSCIMTokenServiceHandler) ListSCIMTokens ¶ added in v1.15.1
func (UnimplementedSCIMTokenServiceHandler) ListSCIMTokens(context.Context, *connect.Request[v1alpha1.ListSCIMTokensRequest]) (*connect.Response[v1alpha1.ListSCIMTokensResponse], error)
type UnimplementedSchemaServiceHandler ¶ added in v1.10.0
type UnimplementedSchemaServiceHandler struct{}
UnimplementedSchemaServiceHandler returns CodeUnimplemented from all methods.
func (UnimplementedSchemaServiceHandler) ConvertMessage ¶ added in v1.10.0
func (UnimplementedSchemaServiceHandler) ConvertMessage(context.Context, *connect.Request[v1alpha1.ConvertMessageRequest]) (*connect.Response[v1alpha1.ConvertMessageResponse], error)
func (UnimplementedSchemaServiceHandler) GetSchema ¶ added in v1.10.0
func (UnimplementedSchemaServiceHandler) GetSchema(context.Context, *connect.Request[v1alpha1.GetSchemaRequest]) (*connect.Response[v1alpha1.GetSchemaResponse], error)
type UnimplementedSearchServiceHandler ¶
type UnimplementedSearchServiceHandler struct{}
UnimplementedSearchServiceHandler returns CodeUnimplemented from all methods.
func (UnimplementedSearchServiceHandler) Search ¶
func (UnimplementedSearchServiceHandler) Search(context.Context, *connect.Request[v1alpha1.SearchRequest]) (*connect.Response[v1alpha1.SearchResponse], error)
func (UnimplementedSearchServiceHandler) SearchDraft ¶ added in v1.9.0
func (UnimplementedSearchServiceHandler) SearchDraft(context.Context, *connect.Request[v1alpha1.SearchDraftRequest]) (*connect.Response[v1alpha1.SearchDraftResponse], error)
func (UnimplementedSearchServiceHandler) SearchModuleContent ¶ added in v1.25.1
func (UnimplementedSearchServiceHandler) SearchModuleContent(context.Context, *connect.Request[v1alpha1.SearchModuleContentRequest]) (*connect.Response[v1alpha1.SearchModuleContentResponse], error)
func (UnimplementedSearchServiceHandler) SearchTag ¶ added in v1.9.0
func (UnimplementedSearchServiceHandler) SearchTag(context.Context, *connect.Request[v1alpha1.SearchTagRequest]) (*connect.Response[v1alpha1.SearchTagResponse], error)
type UnimplementedStudioRequestServiceHandler ¶ added in v1.8.0
type UnimplementedStudioRequestServiceHandler struct{}
UnimplementedStudioRequestServiceHandler returns CodeUnimplemented from all methods.
func (UnimplementedStudioRequestServiceHandler) CreateStudioRequest ¶ added in v1.8.0
func (UnimplementedStudioRequestServiceHandler) CreateStudioRequest(context.Context, *connect.Request[v1alpha1.CreateStudioRequestRequest]) (*connect.Response[v1alpha1.CreateStudioRequestResponse], error)
func (UnimplementedStudioRequestServiceHandler) DeleteStudioRequest ¶ added in v1.8.0
func (UnimplementedStudioRequestServiceHandler) DeleteStudioRequest(context.Context, *connect.Request[v1alpha1.DeleteStudioRequestRequest]) (*connect.Response[v1alpha1.DeleteStudioRequestResponse], error)
func (UnimplementedStudioRequestServiceHandler) ListStudioRequests ¶ added in v1.8.0
func (UnimplementedStudioRequestServiceHandler) ListStudioRequests(context.Context, *connect.Request[v1alpha1.ListStudioRequestsRequest]) (*connect.Response[v1alpha1.ListStudioRequestsResponse], error)
func (UnimplementedStudioRequestServiceHandler) RenameStudioRequest ¶ added in v1.8.0
func (UnimplementedStudioRequestServiceHandler) RenameStudioRequest(context.Context, *connect.Request[v1alpha1.RenameStudioRequestRequest]) (*connect.Response[v1alpha1.RenameStudioRequestResponse], error)
type UnimplementedStudioServiceHandler ¶
type UnimplementedStudioServiceHandler struct{}
UnimplementedStudioServiceHandler returns CodeUnimplemented from all methods.
func (UnimplementedStudioServiceHandler) ListStudioAgentPresets ¶
func (UnimplementedStudioServiceHandler) ListStudioAgentPresets(context.Context, *connect.Request[v1alpha1.ListStudioAgentPresetsRequest]) (*connect.Response[v1alpha1.ListStudioAgentPresetsResponse], error)
func (UnimplementedStudioServiceHandler) SetStudioAgentPresets ¶
func (UnimplementedStudioServiceHandler) SetStudioAgentPresets(context.Context, *connect.Request[v1alpha1.SetStudioAgentPresetsRequest]) (*connect.Response[v1alpha1.SetStudioAgentPresetsResponse], error)
type UnimplementedSyncServiceHandler ¶ added in v1.21.0
type UnimplementedSyncServiceHandler struct{}
UnimplementedSyncServiceHandler returns CodeUnimplemented from all methods.
func (UnimplementedSyncServiceHandler) AttachGitTags ¶ added in v1.27.0
func (UnimplementedSyncServiceHandler) AttachGitTags(context.Context, *connect.Request[v1alpha1.AttachGitTagsRequest]) (*connect.Response[v1alpha1.AttachGitTagsResponse], error)
func (UnimplementedSyncServiceHandler) GetGitSyncPoint ¶ added in v1.21.0
func (UnimplementedSyncServiceHandler) GetGitSyncPoint(context.Context, *connect.Request[v1alpha1.GetGitSyncPointRequest]) (*connect.Response[v1alpha1.GetGitSyncPointResponse], error)
func (UnimplementedSyncServiceHandler) SyncGitCommit ¶ added in v1.21.0
func (UnimplementedSyncServiceHandler) SyncGitCommit(context.Context, *connect.Request[v1alpha1.SyncGitCommitRequest]) (*connect.Response[v1alpha1.SyncGitCommitResponse], error)
type UnimplementedTokenServiceHandler ¶
type UnimplementedTokenServiceHandler struct{}
UnimplementedTokenServiceHandler returns CodeUnimplemented from all methods.
func (UnimplementedTokenServiceHandler) CreateToken ¶
func (UnimplementedTokenServiceHandler) CreateToken(context.Context, *connect.Request[v1alpha1.CreateTokenRequest]) (*connect.Response[v1alpha1.CreateTokenResponse], error)
func (UnimplementedTokenServiceHandler) DeleteToken ¶
func (UnimplementedTokenServiceHandler) DeleteToken(context.Context, *connect.Request[v1alpha1.DeleteTokenRequest]) (*connect.Response[v1alpha1.DeleteTokenResponse], error)
func (UnimplementedTokenServiceHandler) GetToken ¶
func (UnimplementedTokenServiceHandler) GetToken(context.Context, *connect.Request[v1alpha1.GetTokenRequest]) (*connect.Response[v1alpha1.GetTokenResponse], error)
func (UnimplementedTokenServiceHandler) ListTokens ¶
func (UnimplementedTokenServiceHandler) ListTokens(context.Context, *connect.Request[v1alpha1.ListTokensRequest]) (*connect.Response[v1alpha1.ListTokensResponse], error)
type UnimplementedUserServiceHandler ¶
type UnimplementedUserServiceHandler struct{}
UnimplementedUserServiceHandler returns CodeUnimplemented from all methods.
func (UnimplementedUserServiceHandler) CountUsers ¶
func (UnimplementedUserServiceHandler) CountUsers(context.Context, *connect.Request[v1alpha1.CountUsersRequest]) (*connect.Response[v1alpha1.CountUsersResponse], error)
func (UnimplementedUserServiceHandler) CreateUser ¶
func (UnimplementedUserServiceHandler) CreateUser(context.Context, *connect.Request[v1alpha1.CreateUserRequest]) (*connect.Response[v1alpha1.CreateUserResponse], error)
func (UnimplementedUserServiceHandler) DeactivateUser ¶
func (UnimplementedUserServiceHandler) DeactivateUser(context.Context, *connect.Request[v1alpha1.DeactivateUserRequest]) (*connect.Response[v1alpha1.DeactivateUserResponse], error)
func (UnimplementedUserServiceHandler) DeleteUser ¶
func (UnimplementedUserServiceHandler) DeleteUser(context.Context, *connect.Request[v1alpha1.DeleteUserRequest]) (*connect.Response[v1alpha1.DeleteUserResponse], error)
func (UnimplementedUserServiceHandler) GetUser ¶
func (UnimplementedUserServiceHandler) GetUser(context.Context, *connect.Request[v1alpha1.GetUserRequest]) (*connect.Response[v1alpha1.GetUserResponse], error)
func (UnimplementedUserServiceHandler) GetUserByUsername ¶
func (UnimplementedUserServiceHandler) GetUserByUsername(context.Context, *connect.Request[v1alpha1.GetUserByUsernameRequest]) (*connect.Response[v1alpha1.GetUserByUsernameResponse], error)
func (UnimplementedUserServiceHandler) GetUserPluginPreferences ¶ added in v1.27.0
func (UnimplementedUserServiceHandler) GetUserPluginPreferences(context.Context, *connect.Request[v1alpha1.GetUserPluginPreferencesRequest]) (*connect.Response[v1alpha1.GetUserPluginPreferencesResponse], error)
func (UnimplementedUserServiceHandler) ListOrganizationUsers ¶
func (UnimplementedUserServiceHandler) ListOrganizationUsers(context.Context, *connect.Request[v1alpha1.ListOrganizationUsersRequest]) (*connect.Response[v1alpha1.ListOrganizationUsersResponse], error)
func (UnimplementedUserServiceHandler) ListUsers ¶
func (UnimplementedUserServiceHandler) ListUsers(context.Context, *connect.Request[v1alpha1.ListUsersRequest]) (*connect.Response[v1alpha1.ListUsersResponse], error)
func (UnimplementedUserServiceHandler) UpdateUserPluginPreferences ¶ added in v1.27.0
func (UnimplementedUserServiceHandler) UpdateUserPluginPreferences(context.Context, *connect.Request[v1alpha1.UpdateUserPluginPreferencesRequest]) (*connect.Response[v1alpha1.UpdateUserPluginPreferencesResponse], error)
func (UnimplementedUserServiceHandler) UpdateUserServerRole ¶
func (UnimplementedUserServiceHandler) UpdateUserServerRole(context.Context, *connect.Request[v1alpha1.UpdateUserServerRoleRequest]) (*connect.Response[v1alpha1.UpdateUserServerRoleResponse], error)
func (UnimplementedUserServiceHandler) UpdateUserSettings ¶ added in v1.9.0
func (UnimplementedUserServiceHandler) UpdateUserSettings(context.Context, *connect.Request[v1alpha1.UpdateUserSettingsRequest]) (*connect.Response[v1alpha1.UpdateUserSettingsResponse], error)
type UnimplementedWebhookServiceHandler ¶ added in v1.6.0
type UnimplementedWebhookServiceHandler struct{}
UnimplementedWebhookServiceHandler returns CodeUnimplemented from all methods.
func (UnimplementedWebhookServiceHandler) CreateWebhook ¶ added in v1.6.0
func (UnimplementedWebhookServiceHandler) CreateWebhook(context.Context, *connect.Request[v1alpha1.CreateWebhookRequest]) (*connect.Response[v1alpha1.CreateWebhookResponse], error)
func (UnimplementedWebhookServiceHandler) DeleteWebhook ¶ added in v1.6.0
func (UnimplementedWebhookServiceHandler) DeleteWebhook(context.Context, *connect.Request[v1alpha1.DeleteWebhookRequest]) (*connect.Response[v1alpha1.DeleteWebhookResponse], error)
func (UnimplementedWebhookServiceHandler) ListWebhooks ¶ added in v1.6.0
func (UnimplementedWebhookServiceHandler) ListWebhooks(context.Context, *connect.Request[v1alpha1.ListWebhooksRequest]) (*connect.Response[v1alpha1.ListWebhooksResponse], error)
type UserServiceClient ¶
type UserServiceClient interface { // CreateUser creates a new user with the given username. CreateUser(context.Context, *connect.Request[v1alpha1.CreateUserRequest]) (*connect.Response[v1alpha1.CreateUserResponse], error) // GetUser gets a user by ID. GetUser(context.Context, *connect.Request[v1alpha1.GetUserRequest]) (*connect.Response[v1alpha1.GetUserResponse], error) // GetUserByUsername gets a user by username. GetUserByUsername(context.Context, *connect.Request[v1alpha1.GetUserByUsernameRequest]) (*connect.Response[v1alpha1.GetUserByUsernameResponse], error) // ListUsers lists all users. ListUsers(context.Context, *connect.Request[v1alpha1.ListUsersRequest]) (*connect.Response[v1alpha1.ListUsersResponse], error) // ListOrganizationUsers lists all users for an organization. // TODO: #663 move this to organization service ListOrganizationUsers(context.Context, *connect.Request[v1alpha1.ListOrganizationUsersRequest]) (*connect.Response[v1alpha1.ListOrganizationUsersResponse], error) // DeleteUser deletes a user. DeleteUser(context.Context, *connect.Request[v1alpha1.DeleteUserRequest]) (*connect.Response[v1alpha1.DeleteUserResponse], error) // Deactivate user deactivates a user. DeactivateUser(context.Context, *connect.Request[v1alpha1.DeactivateUserRequest]) (*connect.Response[v1alpha1.DeactivateUserResponse], error) // UpdateUserServerRole update the role of an user in the server. UpdateUserServerRole(context.Context, *connect.Request[v1alpha1.UpdateUserServerRoleRequest]) (*connect.Response[v1alpha1.UpdateUserServerRoleResponse], error) // CountUsers returns the number of users in the server by the user state provided. CountUsers(context.Context, *connect.Request[v1alpha1.CountUsersRequest]) (*connect.Response[v1alpha1.CountUsersResponse], error) // UpdateUserSettings update the user settings including description. UpdateUserSettings(context.Context, *connect.Request[v1alpha1.UpdateUserSettingsRequest]) (*connect.Response[v1alpha1.UpdateUserSettingsResponse], error) // GetUserPluginPreferences returns the preferred language and plugins a user has selected in the BSR's Generated SDKs UI flow. // If the user does not have a stored preference in the database this will return a CodeNotFound error and // on the UI, the user will be prompted to select a language and plugins in the Generated SDKs flow. GetUserPluginPreferences(context.Context, *connect.Request[v1alpha1.GetUserPluginPreferencesRequest]) (*connect.Response[v1alpha1.GetUserPluginPreferencesResponse], error) // UpdateUserPluginPreferences updates the user plugin preferences. UpdateUserPluginPreferences(context.Context, *connect.Request[v1alpha1.UpdateUserPluginPreferencesRequest]) (*connect.Response[v1alpha1.UpdateUserPluginPreferencesResponse], error) }
UserServiceClient is a client for the buf.alpha.registry.v1alpha1.UserService service.
func NewUserServiceClient ¶
func NewUserServiceClient(httpClient connect.HTTPClient, baseURL string, opts ...connect.ClientOption) UserServiceClient
NewUserServiceClient constructs a client for the buf.alpha.registry.v1alpha1.UserService service. By default, it uses the Connect protocol with the binary Protobuf Codec, asks for gzipped responses, and sends uncompressed requests. To use the gRPC or gRPC-Web protocols, supply the connect.WithGRPC() or connect.WithGRPCWeb() options.
The URL supplied here should be the base URL for the Connect or gRPC server (for example, http://api.acme.com or https://acme.com/grpc).
type UserServiceHandler ¶
type UserServiceHandler interface { // CreateUser creates a new user with the given username. CreateUser(context.Context, *connect.Request[v1alpha1.CreateUserRequest]) (*connect.Response[v1alpha1.CreateUserResponse], error) // GetUser gets a user by ID. GetUser(context.Context, *connect.Request[v1alpha1.GetUserRequest]) (*connect.Response[v1alpha1.GetUserResponse], error) // GetUserByUsername gets a user by username. GetUserByUsername(context.Context, *connect.Request[v1alpha1.GetUserByUsernameRequest]) (*connect.Response[v1alpha1.GetUserByUsernameResponse], error) // ListUsers lists all users. ListUsers(context.Context, *connect.Request[v1alpha1.ListUsersRequest]) (*connect.Response[v1alpha1.ListUsersResponse], error) // ListOrganizationUsers lists all users for an organization. // TODO: #663 move this to organization service ListOrganizationUsers(context.Context, *connect.Request[v1alpha1.ListOrganizationUsersRequest]) (*connect.Response[v1alpha1.ListOrganizationUsersResponse], error) // DeleteUser deletes a user. DeleteUser(context.Context, *connect.Request[v1alpha1.DeleteUserRequest]) (*connect.Response[v1alpha1.DeleteUserResponse], error) // Deactivate user deactivates a user. DeactivateUser(context.Context, *connect.Request[v1alpha1.DeactivateUserRequest]) (*connect.Response[v1alpha1.DeactivateUserResponse], error) // UpdateUserServerRole update the role of an user in the server. UpdateUserServerRole(context.Context, *connect.Request[v1alpha1.UpdateUserServerRoleRequest]) (*connect.Response[v1alpha1.UpdateUserServerRoleResponse], error) // CountUsers returns the number of users in the server by the user state provided. CountUsers(context.Context, *connect.Request[v1alpha1.CountUsersRequest]) (*connect.Response[v1alpha1.CountUsersResponse], error) // UpdateUserSettings update the user settings including description. UpdateUserSettings(context.Context, *connect.Request[v1alpha1.UpdateUserSettingsRequest]) (*connect.Response[v1alpha1.UpdateUserSettingsResponse], error) // GetUserPluginPreferences returns the preferred language and plugins a user has selected in the BSR's Generated SDKs UI flow. // If the user does not have a stored preference in the database this will return a CodeNotFound error and // on the UI, the user will be prompted to select a language and plugins in the Generated SDKs flow. GetUserPluginPreferences(context.Context, *connect.Request[v1alpha1.GetUserPluginPreferencesRequest]) (*connect.Response[v1alpha1.GetUserPluginPreferencesResponse], error) // UpdateUserPluginPreferences updates the user plugin preferences. UpdateUserPluginPreferences(context.Context, *connect.Request[v1alpha1.UpdateUserPluginPreferencesRequest]) (*connect.Response[v1alpha1.UpdateUserPluginPreferencesResponse], error) }
UserServiceHandler is an implementation of the buf.alpha.registry.v1alpha1.UserService service.
type WebhookServiceClient ¶ added in v1.6.0
type WebhookServiceClient interface { // Create a webhook, subscribes to a given repository event for a callback URL // invocation. CreateWebhook(context.Context, *connect.Request[v1alpha1.CreateWebhookRequest]) (*connect.Response[v1alpha1.CreateWebhookResponse], error) // Delete a webhook removes the event subscription. DeleteWebhook(context.Context, *connect.Request[v1alpha1.DeleteWebhookRequest]) (*connect.Response[v1alpha1.DeleteWebhookResponse], error) // Lists the webhooks subscriptions for a given repository. ListWebhooks(context.Context, *connect.Request[v1alpha1.ListWebhooksRequest]) (*connect.Response[v1alpha1.ListWebhooksResponse], error) }
WebhookServiceClient is a client for the buf.alpha.registry.v1alpha1.WebhookService service.
func NewWebhookServiceClient ¶ added in v1.6.0
func NewWebhookServiceClient(httpClient connect.HTTPClient, baseURL string, opts ...connect.ClientOption) WebhookServiceClient
NewWebhookServiceClient constructs a client for the buf.alpha.registry.v1alpha1.WebhookService service. By default, it uses the Connect protocol with the binary Protobuf Codec, asks for gzipped responses, and sends uncompressed requests. To use the gRPC or gRPC-Web protocols, supply the connect.WithGRPC() or connect.WithGRPCWeb() options.
The URL supplied here should be the base URL for the Connect or gRPC server (for example, http://api.acme.com or https://acme.com/grpc).
type WebhookServiceHandler ¶ added in v1.6.0
type WebhookServiceHandler interface { // Create a webhook, subscribes to a given repository event for a callback URL // invocation. CreateWebhook(context.Context, *connect.Request[v1alpha1.CreateWebhookRequest]) (*connect.Response[v1alpha1.CreateWebhookResponse], error) // Delete a webhook removes the event subscription. DeleteWebhook(context.Context, *connect.Request[v1alpha1.DeleteWebhookRequest]) (*connect.Response[v1alpha1.DeleteWebhookResponse], error) // Lists the webhooks subscriptions for a given repository. ListWebhooks(context.Context, *connect.Request[v1alpha1.ListWebhooksRequest]) (*connect.Response[v1alpha1.ListWebhooksResponse], error) }
WebhookServiceHandler is an implementation of the buf.alpha.registry.v1alpha1.WebhookService service.
Source Files ¶
- admin.connect.go
- authn.connect.go
- authz.connect.go
- convert.connect.go
- display.connect.go
- doc.connect.go
- download.connect.go
- github.connect.go
- image.connect.go
- jsonschema.connect.go
- labels.connect.go
- organization.connect.go
- owner.connect.go
- plugin_curation.connect.go
- push.connect.go
- recommendation.connect.go
- reference.connect.go
- repository.connect.go
- repository_branch.connect.go
- repository_commit.connect.go
- repository_tag.connect.go
- resolve.connect.go
- resource.connect.go
- schema.connect.go
- scim_token.connect.go
- search.connect.go
- studio.connect.go
- studio_request.connect.go
- sync.connect.go
- token.connect.go
- usage.gen.go
- user.connect.go
- webhook.connect.go