package
0.0.0-20240529160050-e0271d09a7b6
Repository: https://github.com/stackrox/release-registry.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
RegisterQualityMilestoneDefinitionServiceHandler registers the http handlers for service QualityMilestoneDefinitionService to "mux".
RegisterQualityMilestoneDefinitionServiceHandlerClient registers the http handlers for service QualityMilestoneDefinitionService to "mux".
RegisterQualityMilestoneDefinitionServiceHandlerFromEndpoint is same as RegisterQualityMilestoneDefinitionServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterQualityMilestoneDefinitionServiceHandlerServer registers the http handlers for service QualityMilestoneDefinitionService to "mux".
No description provided by the author
RegisterReleaseServiceHandler registers the http handlers for service ReleaseService to "mux".
RegisterReleaseServiceHandlerClient registers the http handlers for service ReleaseService to "mux".
RegisterReleaseServiceHandlerFromEndpoint is same as RegisterReleaseServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterReleaseServiceHandlerServer registers the http handlers for service ReleaseService to "mux".
No description provided by the author
# Constants
Development (untagged) kind.
Invalid or unspecified kind.
Nightly build kind.
Release candidate kind.
Release kind.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
QualityMilestoneDefinitionService_ServiceDesc is the grpc.ServiceDesc for QualityMilestoneDefinitionService service.
Enum value maps for ReleaseKind.
Enum value maps for ReleaseKind.
ReleaseService_ServiceDesc is the grpc.ServiceDesc for ReleaseService service.
# Structs
Represents a quality milestone.
Represents a create request for a quality milestone definition.
Represents the response to the creation request for a quality milestone definition.
Represents a request to get a specific quality milestone definition.
Represents the response to a get request for a specific quality milestone definition.
Represents a request to list all quality milestone definitions.
Represents the response to list all quality milestone definitions.
Represents metadata for quality milestones.
Represents metadata for releases.
Represents a request to approve a release for a quality milestone.
Represents the response to the request to approve a release for a quality milestone.
Represents a create request for a release.
Represents the response to the creation request for a release.
Represents a request to find the latest release for given search criteria.
Represents the response with the latest release for given search criteria.
Represents a request to get a specific release.
Represents the response to a get request for a specific release.
Represents a request to list all releases matching the search criteria.
Represents the response to list all releases matching the requested search criteria.
Represents a request to reject a release and hide it from results.
Represents the response to the request to reject a release.
Represents an update request for a release.
Represents the response to the update request for a release.
UnimplementedQualityMilestoneDefinitionServiceServer must be embedded to have forward compatible implementations.
UnimplementedReleaseServiceServer must be embedded to have forward compatible implementations.
# Interfaces
QualityMilestoneDefinitionServiceClient is the client API for QualityMilestoneDefinitionService service.
QualityMilestoneDefinitionServiceServer is the server API for QualityMilestoneDefinitionService service.
ReleaseServiceClient is the client API for ReleaseService service.
ReleaseServiceServer is the server API for ReleaseService service.
UnsafeQualityMilestoneDefinitionServiceServer may be embedded to opt out of forward compatibility for this service.
UnsafeReleaseServiceServer may be embedded to opt out of forward compatibility for this service.
# Type aliases
Represents kind of releases.