Documentation
¶
Index ¶
- Variables
- type Config
- type Json
- func (j *Json) Close() error
- func (j *Json) Drop() error
- func (j *Json) Lock() error
- func (j *Json) Open(filePath string) (database.Driver, error)
- func (j *Json) Run(migration io.Reader) error
- func (j *Json) SetVersion(version int, dirty bool) error
- func (j *Json) Unlock() error
- func (j *Json) 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.