core

package
v1.0.3 Latest Latest
Warning

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

Go to latest
Published: Dec 23, 2021 License: Apache-2.0, BSD-2-Clause, BSD-3-Clause Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetFieldInfo

func GetFieldInfo(reqDef *def.HttpRequestDef, item *def.FieldDef) (bool, string)

Types

type HcHttpClient

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

func NewHcHttpClient

func NewHcHttpClient(httpClient *impl.DefaultHttpClient) *HcHttpClient

func (*HcHttpClient) GetFieldJsonTags

func (hc *HcHttpClient) GetFieldJsonTags(t reflect.Type) map[string]string

func (*HcHttpClient) GetFieldValueByName

func (hc *HcHttpClient) GetFieldValueByName(name string, jsonTag map[string]string, structName interface{}) (reflect.Value, error)

func (*HcHttpClient) Sync

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

func (*HcHttpClient) WithCredential

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

func (*HcHttpClient) WithEndpoint

func (hc *HcHttpClient) WithEndpoint(endpoint string) *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) WithEndpoint

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

func (*HcHttpClientBuilder) WithHttpConfig

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

func (*HcHttpClientBuilder) WithRegion

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

Directories

Path Synopsis
env
iam

Jump to

Keyboard shortcuts

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