Versions in this module Expand all Collapse all v0 v0.3.1 Jun 9, 2019 v0.3.0 May 29, 2019 v0.2.0 May 19, 2019 Changes in this version + type Store struct + Root string + func (s *Store) Create(key string) (io.WriteCloser, error) + func (s *Store) Delete(keys []string) error + func (s *Store) Open(key string) (io.ReadCloser, error)