aws

package
v1.15.1 Latest Latest
Warning

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

Go to latest
Published: Apr 30, 2024 License: MIT Imports: 25 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ErrorParamEmpty liberr.CodeError = iota + libcfg.MinErrorComponentAws
	ErrorParamInvalid
	ErrorComponentNotInitialized
	ErrorConfigInvalid
	ErrorComponentStart
	ErrorComponentReload
	ErrorDependencyLogDefault
)
View Source
const (
	ComponentType = "aws"
)

Variables

This section is empty.

Functions

func DefaultConfig

func DefaultConfig(indent string) []byte

func DefaultConfigCustom added in v1.10.0

func DefaultConfigCustom(indent string) []byte

func DefaultConfigCustomStatus added in v1.10.0

func DefaultConfigCustomStatus(indent string) []byte

func DefaultConfigStandard added in v1.10.0

func DefaultConfigStandard(indent string) []byte

func DefaultConfigStandardStatus added in v1.10.0

func DefaultConfigStandardStatus(indent string) []byte

func Register

func Register(cfg libcfg.Config, key string, cpt ComponentAws)

func RegisterNew

func RegisterNew(ctx libctx.FuncContext, cfg libcfg.Config, drv ConfigDriver, key string)

func SetDefaultConfig

func SetDefaultConfig(cfg []byte)

func SetDefaultConfigCustom

func SetDefaultConfigCustom(withStatus bool)

func SetDefaultConfigStandard

func SetDefaultConfigStandard(withStatus bool)

Types

type ComponentAws

type ComponentAws interface {
	cfgtps.Component

	GetAws() libaws.AWS
	SetAws(a libaws.AWS)

	RegisterHTTPClient(cli libhtc.HttpClient)
}

func Load

func Load(getCpt cfgtps.FuncCptGet, key string) ComponentAws

func New

type ConfigDriver

type ConfigDriver uint8
const (
	ConfigStandard ConfigDriver = iota
	ConfigStandardStatus
	ConfigCustom
	ConfigCustomStatus
)

func DriverConfig

func DriverConfig(value int) ConfigDriver

func (ConfigDriver) Config

func (a ConfigDriver) Config(bucket, accessKey, secretKey string, region string, endpoint *url.URL) libaws.Config

func (ConfigDriver) Model

func (a ConfigDriver) Model() interface{}

func (ConfigDriver) NewFromModel

func (a ConfigDriver) NewFromModel(i interface{}) (libaws.Config, error)

func (ConfigDriver) String

func (a ConfigDriver) String() string

func (ConfigDriver) Unmarshal

func (a ConfigDriver) Unmarshal(p []byte) (libaws.Config, error)

Jump to

Keyboard shortcuts

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