package
6.0.0-beta.10+incompatible
Repository: https://github.com/nuts-foundation/nuts-node.git
Documentation: pkg.go.dev
# Functions
Creates a new Client, with reasonable defaults.
NewClientWithResponses creates a new ClientWithResponses, which wraps Client with return type handling.
NewDecryptJweRequest calls the generic DecryptJwe builder with application/json body.
NewDecryptJweRequestWithBody generates requests for DecryptJwe with any type of body.
NewEncryptJweRequest calls the generic EncryptJwe builder with application/json body.
NewEncryptJweRequestWithBody generates requests for EncryptJwe with any type of body.
NewSignJwsRequest calls the generic SignJws builder with application/json body.
NewSignJwsRequestWithBody generates requests for SignJws with any type of body.
NewSignJwtRequest calls the generic SignJwt builder with application/json body.
NewSignJwtRequestWithBody generates requests for SignJwt with any type of body.
No description provided by the author
ParseDecryptJweResponse parses an HTTP response from a DecryptJweWithResponse call.
ParseEncryptJweResponse parses an HTTP response from a EncryptJweWithResponse call.
ParseSignJwsResponse parses an HTTP response from a SignJwsWithResponse call.
ParseSignJwtResponse parses an HTTP response from a SignJwtWithResponse 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
Client which conforms to the OpenAPI3 specification for this service.
ClientWithResponses builds on ClientInterface to offer response payloads.
No description provided by the author
No description provided by the author
DecryptJweRequest defines model for DecryptJweRequest.
No description provided by the author
No description provided by the author
No description provided by the author
EncryptJweRequest defines model for EncryptJweRequest.
No description provided by the author
No description provided by the author
ServerInterfaceWrapper converts echo contexts to parameters.
No description provided by the author
SignJwsRequest defines model for SignJwsRequest.
No description provided by the author
No description provided by the author
No description provided by the author
SignJwtRequest defines model for SignJwtRequest.
No description provided by the author
No description provided by the author
Wrapper implements the generated interface from oapi-codegen.
# Interfaces
The interface specification for the client above.
ClientWithResponsesInterface is the interface specification for the client with responses above.
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
Doer performs HTTP requests.
ServerInterface represents all server handlers.
No description provided by the author
No description provided by the author
StrictServerInterface represents all server handlers.
# Type aliases
ClientOption allows setting custom parameters during construction.
DecryptJweJSONRequestBody defines body for DecryptJwe for application/json ContentType.
No description provided by the author
EncryptJweJSONRequestBody defines body for EncryptJwe for application/json ContentType.
RequestEditorFn is the function signature for the RequestEditor callback function.
No description provided by the author
SignJwsJSONRequestBody defines body for SignJws for application/json ContentType.
No description provided by the author
SignJwtJSONRequestBody defines body for SignJwt for application/json ContentType.
No description provided by the author
No description provided by the author