mirror of
https://github.com/crazy-max/diun.git
synced 2025-12-28 07:56:30 +01:00
7 lines
125 B
Go
7 lines
125 B
Go
package model
|
|
|
|
// Db holds data necessary for database configuration
|
|
type Db struct {
|
|
Path string `yaml:"path,omitempty"`
|
|
}
|