Documentation
¶
Index ¶
Constants ¶
View Source
const (
Version = "0.0.8"
)
Variables ¶
View Source
var ( ErrDBIsNotInitialized = errors.New("db is not initialized") ErrDBIsDifferentVersion = errors.New("db is different version") )
View Source
var InitSchema string
Functions ¶
This section is empty.
Types ¶
type Info ¶ added in v0.1.9
type Info struct { Version string `json:"version"` Type types.DataSourceType `json:"type"` }
type Source ¶
type Source struct {
// contains filtered or unexported fields
}
func (*Source) IsReadonly ¶
Click to show internal directories.
Click to hide internal directories.