profile

package
v1.0.908 Latest Latest
Warning

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

Go to latest
Published: Apr 23, 2024 License: Apache-2.0 Imports: 2 Imported by: 3,243

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ExponentialBackoff added in v1.0.211

func ExponentialBackoff(index int) time.Duration

Types

type ClientProfile

type ClientProfile struct {
	HttpProfile *HttpProfile
	// Valid choices: HmacSHA1, HmacSHA256, TC3-HMAC-SHA256.
	// Default value is TC3-HMAC-SHA256.
	SignMethod      string
	UnsignedPayload bool
	// Valid choices: zh-CN, en-US.
	// Default value is zh-CN.
	Language string
	Debug    bool
	// define Whether to enable Regional auto switch
	DisableRegionBreaker bool

	// Deprecated. Use BackupEndpoint instead.
	BackupEndPoint string
	BackupEndpoint string

	// define how to retry request
	NetworkFailureMaxRetries       int
	NetworkFailureRetryDuration    DurationFunc
	RateLimitExceededMaxRetries    int
	RateLimitExceededRetryDuration DurationFunc

	// Configure this client to retry or not when a connectivity problem is encountered.
	// This differs from NetworkFailureMaxRetries that it will retry regardless of any request.
	// NetworkFailureMaxRetries only retry request with field "ClientToken".
	UnsafeRetryOnConnectionFailure bool
}

func NewClientProfile

func NewClientProfile() *ClientProfile

type DurationFunc added in v1.0.211

type DurationFunc func(index int) time.Duration

func ConstantDurationFunc added in v1.0.211

func ConstantDurationFunc(duration time.Duration) DurationFunc

type HttpProfile

type HttpProfile struct {
	ReqMethod     string
	ReqTimeout    int
	Scheme        string
	RootDomain    string
	Endpoint      string
	ApigwEndpoint string
	// Deprecated, use Scheme instead
	Protocol string
	Proxy    string
}

func NewHttpProfile

func NewHttpProfile() *HttpProfile

Jump to

Keyboard shortcuts

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