transport

package
v0.0.0-...-f5ca578 Latest Latest
Warning

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

Go to latest
Published: Mar 29, 2022 License: BSD-3-Clause Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Transport

type Transport interface {
	Open(destinationPath, fileName, contentType string) error
	StreamPut(buffer []byte, partNumber int) error
	Close() error
}

func MustNewAwsTransport

func MustNewAwsTransport(cfg config.AWSConfig) (Transport, error)

func MustNewAzureTransport

func MustNewAzureTransport(cfg config.AzureConfig) (Transport, error)

func MustNewFileSystemTransport

func MustNewFileSystemTransport(cfg config.FileSystemConfig) (Transport, error)

func MustNewGcpTransport

func MustNewGcpTransport(cfg config.GCPConfig) (Transport, error)

Jump to

Keyboard shortcuts

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