Files
eway/internal/config/badger.go
2024-01-25 16:42:08 +03:00

8 lines
89 B
Go

package config
type Badger struct {
Debug bool
Dir string
ValueDir *string
}