core

package
v0.0.4-beta Latest Latest
Warning

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

Go to latest
Published: Jan 15, 2024 License: Apache-2.0, BSD-2-Clause, BSD-3-Clause Imports: 25 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type HcHttpClient

type HcHttpClient struct {
	// contains filtered or unexported fields
}

func NewHcHttpClient

func NewHcHttpClient(httpClient *impl.DefaultHttpClient) *HcHttpClient

func (*HcHttpClient) GetCredential

func (hc *HcHttpClient) GetCredential() auth.ICredential

func (*HcHttpClient) PreInvoke

func (hc *HcHttpClient) PreInvoke(headers map[string]string) *HcHttpClient

func (*HcHttpClient) Sync

func (hc *HcHttpClient) Sync(req interface{}, reqDef *def.HttpRequestDef) (interface{}, error)

func (*HcHttpClient) SyncInvoke

func (hc *HcHttpClient) SyncInvoke(req interface{}, reqDef *def.HttpRequestDef,
	exchange *exchange.SdkExchange) (interface{}, error)

func (*HcHttpClient) WithCredential

func (hc *HcHttpClient) WithCredential(credential auth.ICredential) *HcHttpClient

func (*HcHttpClient) WithEndpoints

func (hc *HcHttpClient) WithEndpoints(endpoints []string) *HcHttpClient

func (*HcHttpClient) WithErrorHandler

func (hc *HcHttpClient) WithErrorHandler(errorHandler sdkerr.ErrorHandler) *HcHttpClient

type HcHttpClientBuilder

type HcHttpClientBuilder struct {
	CredentialsType []string
	// contains filtered or unexported fields
}

func NewHcHttpClientBuilder

func NewHcHttpClientBuilder() *HcHttpClientBuilder

func (*HcHttpClientBuilder) Build

func (builder *HcHttpClientBuilder) Build() *HcHttpClient

func (*HcHttpClientBuilder) WithCredential

func (builder *HcHttpClientBuilder) WithCredential(iCredential auth.ICredential) *HcHttpClientBuilder

func (*HcHttpClientBuilder) WithCredentialsType

func (builder *HcHttpClientBuilder) WithCredentialsType(credentialsType string) *HcHttpClientBuilder

func (*HcHttpClientBuilder) WithDerivedAuthServiceName

func (builder *HcHttpClientBuilder) WithDerivedAuthServiceName(derivedAuthServiceName string) *HcHttpClientBuilder

func (*HcHttpClientBuilder) WithEndpoint deprecated

func (builder *HcHttpClientBuilder) WithEndpoint(endpoint string) *HcHttpClientBuilder

Deprecated: As of 0.1.27, because of the support of the multi-endpoint feature, use WithEndpoints instead

func (*HcHttpClientBuilder) WithEndpoints

func (builder *HcHttpClientBuilder) WithEndpoints(endpoints []string) *HcHttpClientBuilder

func (*HcHttpClientBuilder) WithErrorHandler

func (builder *HcHttpClientBuilder) WithErrorHandler(errorHandler sdkerr.ErrorHandler) *HcHttpClientBuilder

func (*HcHttpClientBuilder) WithHttpConfig

func (builder *HcHttpClientBuilder) WithHttpConfig(httpConfig *config.HttpConfig) *HcHttpClientBuilder

func (*HcHttpClientBuilder) WithRegion

func (builder *HcHttpClientBuilder) WithRegion(region *region.Region) *HcHttpClientBuilder

Jump to

Keyboard shortcuts

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