Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Database ¶
type Database struct {
// Name represents the name of the database.
Name string `mapstructure:"name" yaml:"name" json:"name" toml:"name"`
// Path represents the path of the database.
Path string `mapstructure:"path" yaml:"path" json:"path" toml:"path"`
}
Database represents the database configuration.
func InitializeDefaults ¶
func InitializeDefaults() *Database
InitializeDefaults initializes the default values for the database configuration.
Click to show internal directories.
Click to hide internal directories.