file

package
v3.0.1+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 18, 2017 License: MIT Imports: 8 Imported by: 127

README

file

file:///absolute/path
file://relative/path

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type File

type File struct {
	// contains filtered or unexported fields
}

func (*File) Close

func (f *File) Close() error

func (*File) First

func (f *File) First() (version uint, err error)

func (*File) Next

func (f *File) Next(version uint) (nextVersion uint, err error)

func (*File) Open

func (f *File) Open(url string) (source.Driver, error)

func (*File) Prev

func (f *File) Prev(version uint) (prevVersion uint, err error)

func (*File) ReadDown

func (f *File) ReadDown(version uint) (r io.ReadCloser, identifier string, err error)

func (*File) ReadUp

func (f *File) ReadUp(version uint) (r io.ReadCloser, identifier string, err error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL