config

package
v0.7.1 Latest Latest
Warning

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

Go to latest
Published: Jul 11, 2025 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type HTTPClient

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

type SDKConfiguration

type SDKConfiguration struct {
	Client          HTTPClient
	Security        func(context.Context) (interface{}, error)
	ServerURL       string
	ServerIndex     int
	ServerList      []string
	ServerVariables []map[string]string
	UserAgent       string
	RetryConfig     *retry.Config
	Timeout         *time.Duration
}

func (*SDKConfiguration) GetServerDetails

func (c *SDKConfiguration) GetServerDetails() (string, map[string]string)

Jump to

Keyboard shortcuts

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