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

# Packages

Package client is a generated GoMock package.

# Functions

Creates a new Client, with reasonable defaults.
NewClientWithResponses creates a new ClientWithResponses, which wraps Client with return type handling.
NewGetPresentationsRequest generates requests for GetPresentations.
NewRegisterPresentationRequest calls the generic RegisterPresentation builder with application/json body.
NewRegisterPresentationRequestWithBody generates requests for RegisterPresentation with any type of body.
No description provided by the author
ParseGetPresentationsResponse parses an HTTP response from a GetPresentationsWithResponse call.
ParseRegisterPresentationResponse parses an HTTP response from a RegisterPresentationWithResponse 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.

# Structs

Client which conforms to the OpenAPI3 specification for this service.
ClientWithResponses builds on ClientInterface to offer response payloads.
No description provided by the author
GetPresentationsParams defines parameters for GetPresentations.
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
SearchResult defines model for SearchResult.
ServerInterfaceWrapper converts echo contexts to parameters.
No description provided by the author

# Interfaces

The interface specification for the client above.
ClientWithResponsesInterface is the interface specification for the client with responses above.
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
Doer performs HTTP requests.
No description provided by the author
ServerInterface represents all server handlers.
StrictServerInterface represents all server handlers.

# Type aliases

ClientOption allows setting custom parameters during construction.
No description provided by the author
No description provided by the author
RegisterPresentationJSONRequestBody defines body for RegisterPresentation for application/json ContentType.
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