Documentation ¶
Overview ¶
Code generated by broccoli at 2020-05-03T09:22:48-07:00.
Index ¶
- Variables
- func WithInstance(instance interface{}) (source.Driver, error)
- type Config
- type Driver
- func (d *Driver) Close() error
- func (d *Driver) First() (version uint, err error)
- func (d *Driver) Next(version uint) (nextVersion uint, err error)
- func (d *Driver) Open(url string) (source.Driver, error)
- func (d *Driver) Prev(version uint) (prevVersion uint, err error)
- func (d *Driver) ReadDown(version uint) (r io.ReadCloser, identifier string, err error)
- func (d *Driver) ReadUp(version uint) (r io.ReadCloser, identifier string, err error)
Constants ¶
This section is empty.
Variables ¶
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.