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.
NewGetAddressBookRequest generates requests for GetAddressBook.
NewGetPeerDiagnosticsRequest generates requests for GetPeerDiagnostics.
NewGetTransactionPayloadRequest generates requests for GetTransactionPayload.
NewGetTransactionRequest generates requests for GetTransaction.
NewListEventsRequest generates requests for ListEvents.
NewListTransactionsRequest generates requests for ListTransactions.
NewRenderGraphRequest generates requests for RenderGraph.
NewReprocessRequest generates requests for Reprocess.
No description provided by the author
ParseGetAddressBookResponse parses an HTTP response from a GetAddressBookWithResponse call.
ParseGetPeerDiagnosticsResponse parses an HTTP response from a GetPeerDiagnosticsWithResponse call.
ParseGetTransactionPayloadResponse parses an HTTP response from a GetTransactionPayloadWithResponse call.
ParseGetTransactionResponse parses an HTTP response from a GetTransactionWithResponse call.
ParseListEventsResponse parses an HTTP response from a ListEventsWithResponse call.
ParseListTransactionsResponse parses an HTTP response from a ListTransactionsWithResponse call.
ParseRenderGraphResponse parses an HTTP response from a RenderGraphWithResponse call.
ParseReprocessResponse parses an HTTP response from a ReprocessWithResponse 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.
Contact Describes the contact information of a node.
Event Non-completed event.
EventSubscriber Non-completed events for a subscriber.
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
HTTPClient holds the server address and other basic settings for the http client.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ListTransactionsParams defines parameters for ListTransactions.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
RenderGraphParams defines parameters for RenderGraph.
No description provided by the author
No description provided by the author
No description provided by the author
ReprocessParams defines parameters for Reprocess.
No description provided by the author
No description provided by the author
ServerInterfaceWrapper converts echo contexts to parameters.
Wrapper implements the ServerInterface for the network API.

# 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
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
No description provided by the author
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
No description provided by the author
No description provided by the author
PeerDiagnostics defines the type for diagnostics of a peer.
RequestEditorFn is the function signature for the RequestEditor callback function.
No description provided by the author
No description provided by the author