# Functions
No description provided by the author
RegisterEvidenceStoreHandler registers the http handlers for service EvidenceStore to "mux".
RegisterEvidenceStoreHandlerClient registers the http handlers for service EvidenceStore to "mux".
RegisterEvidenceStoreHandlerFromEndpoint is same as RegisterEvidenceStoreHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterEvidenceStoreHandlerServer registers the http handlers for service EvidenceStore to "mux".
No description provided by the author
# Variables
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
EvidenceStore_ServiceDesc is the grpc.ServiceDesc for EvidenceStore service.
No description provided by the author
No description provided by the author
# Structs
An evidence resource.
EvidenceValidationError is the validation error returned by Evidence.Validate if the designated constraints aren't met.
Allows specifying Filters for ListEvidencesRequest.
FilterValidationError is the validation error returned by Filter.Validate if the designated constraints aren't met.
No description provided by the author
GetEvidenceRequestValidationError is the validation error returned by GetEvidenceRequest.Validate if the designated constraints aren't met.
No description provided by the author
ListEvidencesRequestValidationError is the validation error returned by ListEvidencesRequest.Validate if the designated constraints aren't met.
No description provided by the author
ListEvidencesResponseValidationError is the validation error returned by ListEvidencesResponse.Validate if the designated constraints aren't met.
No description provided by the author
StoreEvidenceRequestValidationError is the validation error returned by StoreEvidenceRequest.Validate if the designated constraints aren't met.
StoreEvidenceResponse belongs to StoreEvidence, which uses a custom unary RPC and therefore requires a response message according to the style convention.
StoreEvidenceResponseValidationError is the validation error returned by StoreEvidenceResponse.Validate if the designated constraints aren't met.
StoreEvidencesResponse belongs to StoreEvidences, which uses a custom bidirectional streaming RPC and therefore requires a response message according to the style convention.
StoreEvidencesResponseValidationError is the validation error returned by StoreEvidencesResponse.Validate if the designated constraints aren't met.
UnimplementedEvidenceStoreServer must be embedded to have forward compatible implementations.
# Interfaces
No description provided by the author
No description provided by the author
EvidenceStoreClient is the client API for EvidenceStore service.
EvidenceStoreServer is the server API for EvidenceStore service.
UnsafeEvidenceStoreServer may be embedded to opt out of forward compatibility for this service.
# Type aliases
No description provided by the author
EvidenceMultiError is an error wrapping multiple validation errors returned by Evidence.ValidateAll() if the designated constraints aren't met.
FilterMultiError is an error wrapping multiple validation errors returned by Filter.ValidateAll() if the designated constraints aren't met.
GetEvidenceRequestMultiError is an error wrapping multiple validation errors returned by GetEvidenceRequest.ValidateAll() if the designated constraints aren't met.
ListEvidencesRequestMultiError is an error wrapping multiple validation errors returned by ListEvidencesRequest.ValidateAll() if the designated constraints aren't met.
ListEvidencesResponseMultiError is an error wrapping multiple validation errors returned by ListEvidencesResponse.ValidateAll() if the designated constraints aren't met.
StoreEvidenceRequestMultiError is an error wrapping multiple validation errors returned by StoreEvidenceRequest.ValidateAll() if the designated constraints aren't met.
StoreEvidenceResponseMultiError is an error wrapping multiple validation errors returned by StoreEvidenceResponse.ValidateAll() if the designated constraints aren't met.
StoreEvidencesResponseMultiError is an error wrapping multiple validation errors returned by StoreEvidencesResponse.ValidateAll() if the designated constraints aren't met.