storage

package
v0.0.0-...-55a3b1d Latest Latest
Warning

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

Go to latest
Published: Sep 15, 2020 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Details

type Details struct {
	Size int64
}

type Provider

type Provider interface {
	Configure(cfg config.StorageProvider) error
	Validate(cfg config.StorageProvider) error
	Write(key string, reader io.Reader) error
	Read(key string) (io.ReadCloser, error)
	Stat(key string) (Details, error)
}

Directories

Path Synopsis
aws

Jump to

Keyboard shortcuts

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