Files
eway/internal/config/badger.go
2024-01-24 16:12:16 +03:00

6 lines
66 B
Go

package config
type Badger struct {
Path string `json:"path"`
}