Versions in this module Expand all Collapse all v0 v0.4.2 Apr 28, 2016 Changes in this version + func Copy(dest io.Writer, src io.Reader) error + func Create(c context.Context, key string) error + func Delete(c context.Context, key string) error + func Reader(c context.Context, key string) (io.ReadCloser, error) + func ToContext(c Setter, s Stream) + func ToKey(i int64) string + func Writer(c context.Context, key string) (io.WriteCloser, error) + type Setter interface + Set func(string, interface{}) + type Stream interface + Create func(string) error + Delete func(string) error + Reader func(string) (io.ReadCloser, error) + Writer func(string) (io.WriteCloser, error) + func FromContext(c context.Context) Stream + func New() Stream