package
6.0.0-beta.10+incompatible
Repository: https://github.com/nuts-foundation/nuts-node.git
Documentation: pkg.go.dev
# Functions
NewAddVerificationMethodRequest calls the generic AddVerificationMethod builder with application/json body.
NewAddVerificationMethodRequestWithBody generates requests for AddVerificationMethod with any type of body.
Creates a new Client, with reasonable defaults.
NewClientWithResponses creates a new ClientWithResponses, which wraps Client with return type handling.
NewCreateDIDRequest calls the generic CreateDID builder with application/json body.
NewCreateDIDRequestWithBody generates requests for CreateDID with any type of body.
NewCreateServiceRequest calls the generic CreateService builder with application/json body.
NewCreateServiceRequestWithBody generates requests for CreateService with any type of body.
NewDeactivateRequest generates requests for Deactivate.
NewDeleteServiceRequest generates requests for DeleteService.
NewFindServicesRequest generates requests for FindServices.
NewGetRootWebDIDRequest generates requests for GetRootWebDID.
NewGetTenantWebDIDRequest generates requests for GetTenantWebDID.
NewListDIDsRequest generates requests for ListDIDs.
NewResolveDIDRequest generates requests for ResolveDID.
No description provided by the author
NewSubjectDIDsRequest generates requests for SubjectDIDs.
NewUpdateServiceRequest calls the generic UpdateService builder with application/json body.
NewUpdateServiceRequestWithBody generates requests for UpdateService with any type of body.
ParseAddVerificationMethodResponse parses an HTTP response from a AddVerificationMethodWithResponse call.
ParseCreateDIDResponse parses an HTTP response from a CreateDIDWithResponse call.
ParseCreateServiceResponse parses an HTTP response from a CreateServiceWithResponse call.
ParseDeactivateResponse parses an HTTP response from a DeactivateWithResponse call.
ParseDeleteServiceResponse parses an HTTP response from a DeleteServiceWithResponse call.
ParseFindServicesResponse parses an HTTP response from a FindServicesWithResponse call.
ParseGetRootWebDIDResponse parses an HTTP response from a GetRootWebDIDWithResponse call.
ParseGetTenantWebDIDResponse parses an HTTP response from a GetTenantWebDIDWithResponse call.
ParseListDIDsResponse parses an HTTP response from a ListDIDsWithResponse call.
ParseResolveDIDResponse parses an HTTP response from a ResolveDIDWithResponse call.
ParseSubjectDIDsResponse parses an HTTP response from a SubjectDIDsWithResponse call.
ParseUpdateServiceResponse parses an HTTP response from a UpdateServiceWithResponse call.
RegisterHandlers adds each server route to the EchoRouter.
Registers handlers, and prepends BaseURL to the paths, so that the paths can be served under a prefix.
WithBaseURL overrides the baseURL.
WithHTTPClient allows overriding the default Doer, which is automatically created using http.Client.
WithRequestEditorFn allows setting up a callback function, which will be called right before sending the request.
# Constants
Defines values for FindServicesParamsEndpointType.
No description provided by the author
Defines values for FindServicesParamsEndpointType.
Defines values for FindServicesParamsEndpointType.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
Client which conforms to the OpenAPI3 specification for this service.
ClientWithResponses builds on ClientInterface to offer response payloads.
No description provided by the author
CreateDIDOptions Options for the DID creation.
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
No description provided by the author
No description provided by the author
DIDResolutionResult defines model for DIDResolutionResult.
No description provided by the author
FindServicesParams defines parameters for FindServices.
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
HTTPClient holds the server address and other basic settings for the http client.
KeyCreationOptions Options for the key creation.
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
ServerInterfaceWrapper converts echo contexts to parameters.
SubjectCreationResult Result of a DID creation request.
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
Wrapper is needed to connect the implementation to the echo ServiceWrapper.
# Interfaces
No description provided by the author
The interface specification for the client above.
ClientWithResponsesInterface is the interface specification for the client with responses above.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
This is a simple interface which specifies echo.Route addition functions which are present on both echo.Echo and echo.Group, since we want to allow using either of them for path registration.
No description provided by the author
No description provided by the author
No description provided by the author
Doer performs HTTP requests.
No description provided by the author
No description provided by the author
ServerInterface represents all server handlers.
StrictServerInterface represents all server handlers.
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author
AddVerificationMethodJSONRequestBody defines body for AddVerificationMethod for application/json ContentType.
ClientOption allows setting custom parameters during construction.
No description provided by the author
CreateDIDJSONRequestBody defines body for CreateDID for application/json ContentType.
No description provided by the author
CreateServiceJSONRequestBody defines body for CreateService for application/json ContentType.
DIDDocument is an alias.
DIDDocumentMetadata is an alias.
No description provided by the author
FindServicesParamsEndpointType defines parameters for FindServices.
No description provided by the author
No description provided by the author
No description provided by the author
RequestEditorFn is the function signature for the RequestEditor callback function.
No description provided by the author
Service is an alias.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
UpdateServiceJSONRequestBody defines body for UpdateService for application/json ContentType.
VerificationMethod is an alias.