package
0.12.0
Repository: https://github.com/scionproto/scion.git
Documentation: pkg.go.dev

# Functions

Error creates an detailed error response.
Handler creates http.Handler with routing matching OpenAPI spec.
HandlerFromMux creates http.Handler with routing matching OpenAPI spec based on the provided mux.
No description provided by the author
HandlerWithOptions creates http.Handler with additional options.
Creates a new Client, with reasonable defaults.
NewClientWithResponses creates a new ClientWithResponses, which wraps Client with return type handling.
NewGetCertificateBlobRequest generates requests for GetCertificateBlob.
NewGetCertificateRequest generates requests for GetCertificate.
NewGetCertificatesRequest generates requests for GetCertificates.
NewGetTrcBlobRequest generates requests for GetTrcBlob.
NewGetTrcRequest generates requests for GetTrc.
NewGetTrcsRequest generates requests for GetTrcs.
ParseGetCertificateBlobResponse parses an HTTP response from a GetCertificateBlobWithResponse call.
ParseGetCertificateResponse parses an HTTP response from a GetCertificateWithResponse call.
ParseGetCertificatesResponse parses an HTTP response from a GetCertificatesWithResponse call.
ParseGetTrcBlobResponse parses an HTTP response from a GetTrcBlobWithResponse call.
ParseGetTrcResponse parses an HTTP response from a GetTrcWithResponse call.
ParseGetTrcsResponse parses an HTTP response from a GetTrcsWithResponse call.
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

Certificate defines model for Certificate.
Chain defines model for Chain.
ChainBrief defines model for ChainBrief.
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
No description provided by the author
GetCertificatesParams defines parameters for GetCertificates.
No description provided by the author
No description provided by the author
No description provided by the author
GetTrcsParams defines parameters for GetTrcs.
No description provided by the author
No description provided by the author
Problem defines model for Problem.
No description provided by the author
No description provided by the author
No description provided by the author
ServerInterfaceWrapper converts contexts to parameters.
StandardError defines model for StandardError.
No description provided by the author
TRC defines model for TRC.
TRCBrief defines model for TRCBrief.
TRCID defines model for TRCID.
No description provided by the author
No description provided by the author
No description provided by the author
Validity defines model for Validity.

# Interfaces

The interface specification for the client above.
ClientWithResponsesInterface is the interface specification for the client with responses above.
Doer performs HTTP requests.
ServerInterface represents all server handlers.

# Type aliases

BadRequest defines model for BadRequest.
ChainID defines model for ChainID.
ClientOption allows setting custom parameters during construction.
IsdAs defines model for IsdAs.
No description provided by the author
RequestEditorFn is the function signature for the RequestEditor callback function.
SubjectKeyID defines model for SubjectKeyID.