package bindata
import "github.com/golang-migrate/migrate/v4/source/go_bindata"
Index ¶
- Variables
- func WithInstance(instance interface{}) (source.Driver, error)
- type AssetFunc
- type AssetSource
- type Bindata
- 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)
Variables ¶
Functions ¶
func WithInstance ¶
Types ¶
type AssetFunc ¶
type AssetSource ¶
func Resource ¶
func Resource(names []string, afn AssetFunc) *AssetSource
type Bindata ¶
type Bindata struct {
// contains filtered or unexported fields
}
func (*Bindata) Close ¶
func (*Bindata) First ¶
func (*Bindata) Next ¶
func (*Bindata) Open ¶
func (*Bindata) Prev ¶
func (*Bindata) ReadDown ¶
func (*Bindata) ReadUp ¶
Source Files ¶
Directories ¶
Path | Synopsis |
---|---|
source/go_bindata/examples | |
source/go_bindata/examples/migrations |
- Version
- v4.12.1
- Published
- Jul 28, 2020
- Platform
- linux/amd64
- Imports
- 6 packages
- Last checked
- 47 minutes ago –
Tools for package owners.