s3iotiface

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: May 7, 2024 License: Apache-2.0 Imports: 3 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Downloader

type Downloader interface {
	Download(ctx context.Context, w io.WriterAt, input *s3iot.DownloadInput) (s3iot.DownloadContext, error)
}

Downloader interface of s3iot.

type UpDownloader

type UpDownloader interface {
	Uploader
	Downloader
}

UpDownloader is the interface that groups Uploader and Downloader interfaces.

func CombineUpDownloader

func CombineUpDownloader(u Uploader, d Downloader) UpDownloader

CombineUpDownloader combines Uploader and Downloader as UpDwonloader interface.

type Uploader

type Uploader interface {
	Upload(ctx context.Context, input *s3iot.UploadInput) (s3iot.UploadContext, error)
}

Uploader interface of s3iot.

Jump to

Keyboard shortcuts

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