package config type Badger struct { Debug bool `toml:"debug"` Dir string `toml:"dir"` ValueDir *string `toml:"value_dir"` }