Files
eway/internal/config/badger.go
2024-01-28 16:49:48 +03:00

8 lines
140 B
Go

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