Versions in this module Expand all Collapse all v4 v4.14.5 Feb 22, 2021 Changes in this version + var ErrNoAssetSource = fmt.Errorf("expects *AssetSource") + func WithInstance(instance interface{}) (source.Driver, error) + type AssetFunc func(name string) ([]byte, error) + type AssetSource struct + AssetFunc AssetFunc + Names []string + func Resource(names []string, afn AssetFunc) *AssetSource + type Bindata struct + func (b *Bindata) Close() error + func (b *Bindata) First() (version uint, err error) + func (b *Bindata) Next(version uint) (nextVersion uint, err error) + func (b *Bindata) Open(url string) (source.Driver, error) + func (b *Bindata) Prev(version uint) (prevVersion uint, err error) + func (b *Bindata) ReadDown(version uint) (r io.ReadCloser, identifier string, err error) + func (b *Bindata) ReadUp(version uint) (r io.ReadCloser, identifier string, err error) Other modules containing this package github.com/nagyistzcons/migrate