# Functions
GetSwagger returns the Swagger specification corresponding to the generated code in this file.
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.
NewDeleteSegmentRequest generates requests for DeleteSegment.
NewGetCertificateBlobRequest generates requests for GetCertificateBlob.
NewGetCertificateRequest generates requests for GetCertificate.
NewGetCertificatesRequest generates requests for GetCertificates.
NewGetConfigRequest generates requests for GetConfig.
NewGetInfoRequest generates requests for GetInfo.
NewGetLogLevelRequest generates requests for GetLogLevel.
NewGetSegmentBlobRequest generates requests for GetSegmentBlob.
NewGetSegmentRequest generates requests for GetSegment.
NewGetSegmentsRequest generates requests for GetSegments.
NewGetTrcBlobRequest generates requests for GetTrcBlob.
NewGetTrcRequest generates requests for GetTrc.
NewGetTrcsRequest generates requests for GetTrcs.
NewSetLogLevelRequest calls the generic SetLogLevel builder with application/json body.
NewSetLogLevelRequestWithBody generates requests for SetLogLevel with any type of body.
ParseDeleteSegmentResponse parses an HTTP response from a DeleteSegmentWithResponse call.
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.
ParseGetConfigResponse parses an HTTP response from a GetConfigWithResponse call.
ParseGetInfoResponse parses an HTTP response from a GetInfoWithResponse call.
ParseGetLogLevelResponse parses an HTTP response from a GetLogLevelWithResponse call.
ParseGetSegmentBlobResponse parses an HTTP response from a GetSegmentBlobWithResponse call.
ParseGetSegmentResponse parses an HTTP response from a GetSegmentWithResponse call.
ParseGetSegmentsResponse parses an HTTP response from a GetSegmentsWithResponse 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.
ParseSetLogLevelResponse parses an HTTP response from a SetLogLevelWithResponse call.
Constructs a synthetic filesystem for resolving external references when loading openapi specifications.
ServeSpecInteractive serves the interactive redocly OpenAPI3 spec.
ServeSpecJSON serves the json encoded OpenAPI3 spec.
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
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
No description provided by the author
No description provided by the author
No description provided by the author
GetSegmentsParams defines parameters for GetSegments.
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
Hop defines model for Hop.
No description provided by the author
LogLevel defines model for LogLevel.
Problem defines model for Problem.
No description provided by the author
No description provided by the author
Segment defines model for Segment.
SegmentBrief defines model for SegmentBrief.
Server implements the SCION Daemon Service API.
ServerInterfaceWrapper converts contexts to parameters.
No description provided by the author
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.
LogLevelLevel Logging level.
No description provided by the author
RequestEditorFn is the function signature for the RequestEditor callback function.
SegmentID defines model for SegmentID.
SetLogLevelJSONRequestBody defines body for SetLogLevel for application/json ContentType.
SubjectKeyID defines model for SubjectKeyID.