Versions in this module Expand all Collapse all v1 v1.0.1 Dec 16, 2022 v1.0.0 Dec 16, 2022 Changes in this version + func New(fs http.FileSystem, path string) (source.Driver, error) + type PartialDriver struct + func (p *PartialDriver) Close() error + func (p *PartialDriver) First() (version uint, err error) + func (p *PartialDriver) Init(fs http.FileSystem, path string) error + func (p *PartialDriver) Next(version uint) (nextVersion uint, err error) + func (p *PartialDriver) Prev(version uint) (prevVersion uint, err error) + func (p *PartialDriver) ReadDown(version uint) (r io.ReadCloser, identifier string, err error) + func (p *PartialDriver) ReadUp(version uint) (r io.ReadCloser, identifier string, err error)