package
6.0.0-beta.10+incompatible
Repository: https://github.com/nuts-foundation/nuts-node.git
Documentation: pkg.go.dev

# Functions

NewAddCompoundServiceRequest calls the generic AddCompoundService builder with application/json body.
NewAddCompoundServiceRequestWithBody generates requests for AddCompoundService with any type of body.
NewAddEndpointRequest calls the generic AddEndpoint builder with application/json body.
NewAddEndpointRequestWithBody generates requests for AddEndpoint with any type of body.
Creates a new Client, with reasonable defaults.
NewClientWithResponses creates a new ClientWithResponses, which wraps Client with return type handling.
NewDeleteEndpointsByTypeRequest generates requests for DeleteEndpointsByType.
NewDeleteServiceRequest generates requests for DeleteService.
NewGetCompoundServiceEndpointRequest generates requests for GetCompoundServiceEndpoint.
NewGetCompoundServicesRequest generates requests for GetCompoundServices.
NewGetContactInformationRequest generates requests for GetContactInformation.
NewSearchOrganizationsRequest generates requests for SearchOrganizations.
No description provided by the author
NewUpdateCompoundServiceRequest calls the generic UpdateCompoundService builder with application/json body.
NewUpdateCompoundServiceRequestWithBody generates requests for UpdateCompoundService with any type of body.
NewUpdateContactInformationRequest calls the generic UpdateContactInformation builder with application/json body.
NewUpdateContactInformationRequestWithBody generates requests for UpdateContactInformation with any type of body.
NewUpdateEndpointRequest calls the generic UpdateEndpoint builder with application/json body.
NewUpdateEndpointRequestWithBody generates requests for UpdateEndpoint with any type of body.
ParseAddCompoundServiceResponse parses an HTTP response from a AddCompoundServiceWithResponse call.
ParseAddEndpointResponse parses an HTTP response from a AddEndpointWithResponse call.
ParseDeleteEndpointsByTypeResponse parses an HTTP response from a DeleteEndpointsByTypeWithResponse call.
ParseDeleteServiceResponse parses an HTTP response from a DeleteServiceWithResponse call.
ParseGetCompoundServiceEndpointResponse parses an HTTP response from a GetCompoundServiceEndpointWithResponse call.
ParseGetCompoundServicesResponse parses an HTTP response from a GetCompoundServicesWithResponse call.
ParseGetContactInformationResponse parses an HTTP response from a GetContactInformationWithResponse call.
ParseSearchOrganizationsResponse parses an HTTP response from a SearchOrganizationsWithResponse call.
ParseUpdateCompoundServiceResponse parses an HTTP response from a UpdateCompoundServiceWithResponse call.
ParseUpdateContactInformationResponse parses an HTTP response from a UpdateContactInformationWithResponse call.
ParseUpdateEndpointResponse parses an HTTP response from a UpdateEndpointWithResponse 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

No description provided by the author

# Structs

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
Client which conforms to the OpenAPI3 specification for this service.
ClientWithResponses builds on ClientInterface to offer response payloads.
CompoundServiceProperties A creation request for a compound service that contains endpoints.
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
EndpointProperties A combination of type and URL.
EndpointResponse defines model for EndpointResponse.
No description provided by the author
GetCompoundServiceEndpointParams defines parameters for GetCompoundServiceEndpoint.
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.
No description provided by the author
SearchOrganizationsParams defines parameters for SearchOrganizations.
No description provided by the author
No description provided by the author
ServerInterfaceWrapper converts echo contexts to parameters.
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
Wrapper implements the generated interface from oapi-codegen.

# Interfaces

No description provided by the author
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
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
ServerInterface represents all server handlers.
StrictServerInterface represents all server handlers.
No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author
AddCompoundServiceJSONRequestBody defines body for AddCompoundService for application/json ContentType.
No description provided by the author
AddEndpointJSONRequestBody defines body for AddEndpoint for application/json ContentType.
ClientOption allows setting custom parameters during construction.
CompoundService is a type definition for the already defined did.CompoundService.
ContactInformation is a type definition for the already defined didman.ContactInformation.
Endpoint is an alias for the already defined did.Service It's an alias (instead of a type definition) because we don't want to use the custom marshaler of did.Service, to make the response symmetric to the request body (given endpoint is a string, we want to return a string, rather than an array containing a string).
Error is a type definition for the already defined problem.Problem.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
OrganizationSearchResult is a type definition for the already defined didman.OrganizationSearchResult.
RequestEditorFn is the function signature for the RequestEditor callback function.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
UpdateCompoundServiceJSONRequestBody defines body for UpdateCompoundService for application/json ContentType.
No description provided by the author
UpdateContactInformationJSONRequestBody defines body for UpdateContactInformation for application/json ContentType.
No description provided by the author
UpdateEndpointJSONRequestBody defines body for UpdateEndpoint for application/json ContentType.