Versions in this module Expand all Collapse all v0 v0.1.0 Jul 15, 2024 Changes in this version + var DebugTransport = &LogTransport + func New(opts ...OptionFunc) provider.Provider + func NewDebugTransport(innerTransport http.RoundTripper) http.RoundTripper + type LogTransport struct + func (c *LogTransport) RoundTrip(request *http.Request) (*http.Response, error) + type OptionFunc func(p *folgeProvider) + func WithDebugClient() OptionFunc + func WithRecorderClient(file string, mode recorder.Mode) (OptionFunc, func() error) + func WithRetryableClient(retries int) OptionFunc