cloudprovider

package
v0.0.12 Latest Latest
Warning

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

Go to latest
Published: Apr 16, 2024 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AWS

type AWS struct {
	Region string
	// contains filtered or unexported fields
}

func (*AWS) NewS3 added in v0.0.12

func (a *AWS) NewS3() *s3.Client

func (*AWS) NewSNS

func (a *AWS) NewSNS() *sns.Client

func (*AWS) NewSQS

func (a *AWS) NewSQS() *sqs.Client

type AWSAdapter

type AWSAdapter interface {
	NewSNS() *sns.Client
	NewSQS() *sqs.Client
	NewS3() *s3.Client
}

func NewAWS

func NewAWS(region string) (AWSAdapter, error)

Jump to

Keyboard shortcuts

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