Documentation
¶
Index ¶
Constants ¶
View Source
const SourceType string = "sqlite"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Name string `yaml:"name" validate:"required"`
Type string `yaml:"type" validate:"required"`
Database string `yaml:"database" validate:"required"` // Path to SQLite database file
}
func (Config) Initialize ¶
func (Config) SourceConfigType ¶ added in v0.27.0
Click to show internal directories.
Click to hide internal directories.