package
1.10.1
Repository: https://github.com/clouditor/clouditor.git
Documentation: pkg.go.dev

# Functions

CheckCloudServiceID checks if serviceID is available and in the valid UUID format.
No description provided by the author
RegisterAssessmentHandler registers the http handlers for service Assessment to "mux".
RegisterAssessmentHandlerClient registers the http handlers for service Assessment to "mux".
RegisterAssessmentHandlerFromEndpoint is same as RegisterAssessmentHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterAssessmentHandlerServer registers the http handlers for service Assessment to "mux".
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

Enum value maps for AssessEvidencesResponse_AssessmentStatus.
Enum value maps for AssessEvidencesResponse_AssessmentStatus.
Assessment_ServiceDesc is the grpc.ServiceDesc for Assessment service.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Enum value maps for Metric_Scale.
Enum value maps for Metric_Scale.
Enum value maps for MetricImplementation_Language.
Enum value maps for MetricImplementation_Language.

# Structs

Defines a range.
AllowedValuesValidationError is the validation error returned by AllowedValues.Validate if the designated constraints aren't met.
No description provided by the author
AssessEvidenceRequestValidationError is the validation error returned by AssessEvidenceRequest.Validate if the designated constraints aren't met.
AssessEvidenceResponse belongs to AssessEvidence, which uses a custom unary RPC and therefore requires a response message according to the style convention.
AssessEvidenceResponseValidationError is the validation error returned by AssessEvidenceResponse.Validate if the designated constraints aren't met.
AssessEvidencesResponse belongs to AssessEvidences, which uses a custom bidirectional streaming RPC and therefore requires a response message according to the style convention.
AssessEvidencesResponseValidationError is the validation error returned by AssessEvidencesResponse.Validate if the designated constraints aren't met.
A result resource, representing the result after assessing the cloud resource with id resource_id.
AssessmentResultValidationError is the validation error returned by AssessmentResult.Validate if the designated constraints aren't met.
No description provided by the author
CalculateComplianceRequestValidationError is the validation error returned by CalculateComplianceRequest.Validate if the designated constraints aren't met.
No description provided by the author
ConfigureAssessmentRequestValidationError is the validation error returned by ConfigureAssessmentRequest.Validate if the designated constraints aren't met.
No description provided by the author
ConfigureAssessmentResponseValidationError is the validation error returned by ConfigureAssessmentResponse.Validate if the designated constraints aren't met.
A metric resource.
Defines the operator and a target value for an individual metric.
MetricConfigurationValidationError is the validation error returned by MetricConfiguration.Validate if the designated constraints aren't met.
MetricImplementation defines the implementation of an individual metric.
MetricImplementationValidationError is the validation error returned by MetricImplementation.Validate if the designated constraints aren't met.
MetricValidationError is the validation error returned by Metric.Validate if the designated constraints aren't met.
Defines a range of values through a (inclusive) minimum and a maximum.
MinMaxValidationError is the validation error returned by MinMax.Validate if the designated constraints aren't met.
Defines a range of values in a pre-defined order from the lowest to the highest.
OrderValidationError is the validation error returned by Order.Validate if the designated constraints aren't met.
A range resource representing the range of values.
No description provided by the author
No description provided by the author
No description provided by the author
RangeValidationError is the validation error returned by Range.Validate if the designated constraints aren't met.
UnimplementedAssessmentServer must be embedded to have forward compatible implementations.

# Interfaces

No description provided by the author
No description provided by the author
AssessmentClient is the client API for Assessment service.
AssessmentServer is the server API for Assessment service.
UnsafeAssessmentServer may be embedded to opt out of forward compatibility for this service.

# Type aliases

AllowedValuesMultiError is an error wrapping multiple validation errors returned by AllowedValues.ValidateAll() if the designated constraints aren't met.
AssessEvidenceRequestMultiError is an error wrapping multiple validation errors returned by AssessEvidenceRequest.ValidateAll() if the designated constraints aren't met.
AssessEvidenceResponseMultiError is an error wrapping multiple validation errors returned by AssessEvidenceResponse.ValidateAll() if the designated constraints aren't met.
No description provided by the author
AssessEvidencesResponseMultiError is an error wrapping multiple validation errors returned by AssessEvidencesResponse.ValidateAll() if the designated constraints aren't met.
AssessmentResultMultiError is an error wrapping multiple validation errors returned by AssessmentResult.ValidateAll() if the designated constraints aren't met.
CalculateComplianceRequestMultiError is an error wrapping multiple validation errors returned by CalculateComplianceRequest.ValidateAll() if the designated constraints aren't met.
ConfigureAssessmentRequestMultiError is an error wrapping multiple validation errors returned by ConfigureAssessmentRequest.ValidateAll() if the designated constraints aren't met.
ConfigureAssessmentResponseMultiError is an error wrapping multiple validation errors returned by ConfigureAssessmentResponse.ValidateAll() if the designated constraints aren't met.
The values a Scale accepts.
MetricConfigurationMultiError is an error wrapping multiple validation errors returned by MetricConfiguration.ValidateAll() if the designated constraints aren't met.
No description provided by the author
MetricImplementationMultiError is an error wrapping multiple validation errors returned by MetricImplementation.ValidateAll() if the designated constraints aren't met.
MetricMultiError is an error wrapping multiple validation errors returned by Metric.ValidateAll() if the designated constraints aren't met.
MinMaxMultiError is an error wrapping multiple validation errors returned by MinMax.ValidateAll() if the designated constraints aren't met.
OrderMultiError is an error wrapping multiple validation errors returned by Order.ValidateAll() if the designated constraints aren't met.
RangeMultiError is an error wrapping multiple validation errors returned by Range.ValidateAll() if the designated constraints aren't met.
No description provided by the author