Documentation ¶
Index ¶
- type File
- func (f *File) Close() error
- func (f *File) First() (version uint, err error)
- func (f *File) Next(version uint) (nextVersion uint, err error)
- func (f *File) Open(url string) (source.Driver, error)
- func (f *File) Prev(version uint) (prevVersion uint, err error)
- func (f *File) ReadDown(version uint) (r io.ReadCloser, identifier string, err error)
- func (f *File) ReadUp(version uint) (r io.ReadCloser, identifier string, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.