Versions in this module Expand all Collapse all v0 v0.5.0 Dec 26, 2024 Changes in this version + func Server(srv *Store) http.Handler + type Store struct + func New(root string, validator func(string, string) bool) (res *Store, err error) + func (s Store) Del(bucket, name string) error + func (s Store) Get(bucket, name string) (val string, err error) + func (s Store) Set(bucket, blob string, r io.Reader, ct ft.Type) (res string, err error)