Versions in this module Expand all Collapse all v0 v0.3.1 Oct 26, 2015 v0.3.0 Sep 17, 2015 Changes in this version + func Del(c context.Context, path string) error + func Get(c context.Context, path string) ([]byte, error) + func GetReader(c context.Context, path string) (io.ReadCloser, error) + func NewContext(parent context.Context, store Blobstore) context.Context + func Put(c context.Context, path string, data []byte) error + func PutReader(c context.Context, path string, r io.Reader) error + type Blobstore interface + Del func(path string) error + Get func(path string) ([]byte, error) + GetReader func(path string) (io.ReadCloser, error) + Put func(path string, data []byte) error + PutReader func(path string, r io.Reader) error + func FromContext(c context.Context) Blobstore