Versions in this module Expand all Collapse all v4 v4.7.1 Nov 11, 2019 Changes in this version + func WithInstance(fs vfs.FileSystem, searchPath string) (source.Driver, error) + type VFS struct + func (b *VFS) Close() error + func (b *VFS) First() (version uint, err error) + func (b *VFS) Next(version uint) (nextVersion uint, err error) + func (b *VFS) Open(url string) (source.Driver, error) + func (b *VFS) Prev(version uint) (prevVersion uint, err error) + func (b *VFS) ReadDown(version uint) (r io.ReadCloser, identifier string, err error) + func (b *VFS) ReadUp(version uint) (r io.ReadCloser, identifier string, err error) Other modules containing this package github.com/kgrieco/migrate