package config type Database struct { Driver string `yaml:"driver"` Path string `yaml:"path"` }