# Functions
No description provided by the author
NewTicket returns a properly initialized new ticket instance.
RegisterAgentAPIHandler registers the http handlers for service AgentAPI to "mux".
RegisterAgentAPIHandlerClient registers the http handlers for service AgentAPI to "mux".
RegisterAgentAPIHandlerFromEndpoint is same as RegisterAgentAPIHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterAgentAPIHandlerServer registers the http handlers for service AgentAPI 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
# Variables
AgentAPI_ServiceDesc is the grpc.ServiceDesc for AgentAPI service.
No description provided by the author
Enum value maps for ProcessRequest_Task.
Enum value maps for ProcessRequest_Task.
# Structs
Basic reachability test response.
PingResponseValidationError is the validation error returned by PingResponse.Validate if the designated constraints aren't met.
Mutation request, either to publish or deactivate a DID record.
ProcessRequestValidationError is the validation error returned by ProcessRequest.Validate if the designated constraints aren't met.
Mutation result.
ProcessResponseValidationError is the validation error returned by ProcessResponse.Validate if the designated constraints aren't met.
Queries allow to resolve a previously registered DID document.
QueryRequestValidationError is the validation error returned by QueryRequest.Validate if the designated constraints aren't met.
Query response.
QueryResponseValidationError is the validation error returned by QueryResponse.Validate if the designated constraints aren't met.
Ticket required for write operations.
TicketValidationError is the validation error returned by Ticket.Validate if the designated constraints aren't met.
UnimplementedAgentAPIServer must be embedded to have forward compatible implementations.
# Interfaces
AgentAPIClient is the client API for AgentAPI service.
AgentAPIServer is the server API for AgentAPI service.
UnsafeAgentAPIServer may be embedded to opt out of forward compatibility for this service.
# Type aliases
PingResponseMultiError is an error wrapping multiple validation errors returned by PingResponse.ValidateAll() if the designated constraints aren't met.
Available mutations.
ProcessRequestMultiError is an error wrapping multiple validation errors returned by ProcessRequest.ValidateAll() if the designated constraints aren't met.
ProcessResponseMultiError is an error wrapping multiple validation errors returned by ProcessResponse.ValidateAll() if the designated constraints aren't met.
QueryRequestMultiError is an error wrapping multiple validation errors returned by QueryRequest.ValidateAll() if the designated constraints aren't met.
QueryResponseMultiError is an error wrapping multiple validation errors returned by QueryResponse.ValidateAll() if the designated constraints aren't met.
TicketMultiError is an error wrapping multiple validation errors returned by Ticket.ValidateAll() if the designated constraints aren't met.