aws

package
v0.0.0-...-d78e61d Latest Latest
Warning

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

Go to latest
Published: Jul 21, 2024 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type S3

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

func NewS3

func NewS3(bucket string, config *config.ApplicationConfig) *S3

func (*S3) Upload

func (s *S3) Upload(path string) error

type SQS

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

func NewSQS

func NewSQS(queue string, config *config.ApplicationConfig) *SQS

func (*SQS) Publish

func (s *SQS) Publish(event *SQSEvent) error

type SQSEvent

type SQSEvent struct {
	Type string
	Data string
	Time time.Time
}

Jump to

Keyboard shortcuts

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