# Functions
APIKeyAuth provides an API key auth info writer.
BasicAuth provides a basic auth info writer.
BearerToken provides a header based oauth2 bearer access token auth info writer.
Compose combines multiple ClientAuthInfoWriters into a single one.
KeepAliveTransport drains the remaining body from a response so that go will reuse the TCP connections.
New creates a new default runtime for a swagger api runtime.Client.
NewWithClient allows you to create a new transport with a configured http.Client.
TLSClient creates a http.Client for mutual auth.
TLSClientAuth creates a tls.Config for mutual auth.
TLSTransport creates a http client transport suitable for mutual tls auth.
WithPropagators configures specific propagators.
WithSpanNameFormatter takes a function that will be called on every request and the returned string will become the Span Name.
WithSpanOptions configures an additional set of trace.SpanOptions, which are applied to each new span.
WithTracerProvider specifies a tracer provider to use for creating a tracer.
# Variables
DefaultTimeout the default request timeout.
PassThroughAuth never manipulates the request.
# Structs
Runtime represents an API client that uses the transport to make http requests based on a swagger specification.
TLSClientOptions to configure client authentication with mutual TLS.
# Interfaces
No description provided by the author
# Type aliases
No description provided by the author