yoake/config/db.go

6 lines
53 B
Go
Raw Normal View History

2022-11-11 17:15:22 -05:00
package config
type DBBadger struct {
Dir string
}