Versions in this module Expand all Collapse all v0 v0.1.0 Jan 28, 2016 Changes in this version + type LocalProvider struct + Root string + Url string + func (p *LocalProvider) Delete(url string) error + func (p *LocalProvider) Store(name string, reader io.Reader) (string, uint, error) + type Provider interface + Delete func(url string) error + Store func(name string, reader io.Reader) (string, uint, error) + type S3Provider struct