package
2.1.0
Repository: https://github.com/optimizely/go-sdk.git
Documentation: pkg.go.dev

# Functions

Client sets http client.
GetBoolValue will attempt to convert the given value to a bool.
GetFloatValue will attempt to convert the given value to a float64.
GetIntValue will attempt to convert the given value to an int64.
GetStringValue will attempt to convert the given value to a string.
Headers sets request headers.
IsValidAttribute check if attribute value is valid.
NewExecGroup returns constructed object.
NewHTTPRequester makes Requester with api and parameters.
Retries sets max number of retries for failed calls.
Timeout sets http client timeout.

# Constants

ContentTypeJSON is the Content-Type value for a JSON response.
HeaderAccept is the HTTP Accept Type header.
HeaderAuthorization is the HTTP Authorization Type header.
HeaderContentType is the HTTP Content Type header.

# Structs

ExecGroup is a utility for managing graceful, blocking cancellation of goroutines.
Header element to be sent.
HTTPRequester contains main info.

# Interfaces

Requester is used to make outbound requests with.