storage

package
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: Sep 11, 2018 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Container

type Container interface {
	Download(oid string, dst io.WriterAt) error
	Upload(oid string, src io.ReadSeeker) error
}

type Factory

type Factory interface {
	New() (Container, error)
}

type Filesystem

type Filesystem interface {
	Open(name string) (io.ReadSeeker, error)
	TempFile() (TempFile, error)
}

type TempFile

type TempFile interface {
	io.Closer
	io.WriterAt
	Name() string
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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