Documentation
¶
Index ¶
- Variables
- type Config
- type Yaml
- func (y *Yaml) Close() error
- func (y *Yaml) Drop() error
- func (y *Yaml) Lock() error
- func (y *Yaml) Open(filePath string) (database.Driver, error)
- func (y *Yaml) Run(migration io.Reader) error
- func (y *Yaml) SetVersion(version int, dirty bool) error
- func (y *Yaml) Unlock() error
- func (y *Yaml) Version() (int, bool, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrNilFile = fmt.Errorf("no file") ErrNoPath = fmt.Errorf("no file path") )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.