dataBackend

package
v0.0.0-...-add6754 Latest Latest
Warning

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

Go to latest
Published: Jul 31, 2016 License: MPL-2.0, MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrNotFound = os.ErrNotExist

Functions

This section is empty.

Types

type File

type File interface {
	io.Closer
	io.Seeker
	io.Writer
	io.Reader
}

type I

type I interface {
	GetLength(path string) (int64, error)
	Open(path string, flags int) (File, error)
	OpenSection(path string, off, n int64) (io.ReadCloser, error)
	Delete(path string) error
}

All functions must return ErrNotFound as required.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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