content

package
v0.0.0-...-094c5f7 Latest Latest
Warning

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

Go to latest
Published: Dec 12, 2016 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrSizeMismatch = errors.New("Content size does not match")
	ErrHashMismatch = errors.New("Content has does not match OID")
)

Functions

func TransformKey

func TransformKey(key string) string

Types

type GenericContentStore

type GenericContentStore interface {
	Get(*meta.Object) (io.ReadCloser, error)
	Put(*meta.Object, io.Reader) error
	Exists(*meta.Object) bool
	Verify(*meta.Object) error
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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