oapiclient

package
v0.1.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 22, 2026 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New[Client any, ClientWithResponses any](baseURL string, upstreamTimeout time.Duration, clientOptions ...ClientOption) ClientWithResponses

Types

type ClientOption

type ClientOption func(*clientConfig)

func WithDatadogApm

func WithDatadogApm(apm *apm.Apm) ClientOption

WithDatadogApm enables DataDog http trace client inside the http client

func WithGcpOAuth

func WithGcpOAuth(audience string) ClientOption

WithGcpOAuth enables Google Cloud Platform authentication

func WithHTTPDoer

func WithHTTPDoer(doer HTTPRequestDoer) ClientOption

WithHTTPDoer overrides the HTTP transport, useful for injecting mocks in tests.

type HTTPRequestDoer

type HTTPRequestDoer interface {
	Do(*http.Request) (*http.Response, error)
}

HTTPRequestDoer is the interface for the HTTP client used internally by generated clients.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL