blob

package
v0.0.0-...-b4339e2 Latest Latest
Warning

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

Go to latest
Published: Jan 25, 2019 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	DriverS3    = "s3"
	DriverAzure = "azure"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type IBlobStorage

type IBlobStorage interface {
	Read(path string, writer io.WriteCloser) error
	Write(path string, content []byte) error
	WriteFromFile(path, filepath string) error
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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