yoake/config/db.go
2022-11-11 17:16:53 -05:00

5 lines
53 B
Go

package config
type DBBadger struct {
Dir string
}