8 lines
89 B
Go
8 lines
89 B
Go
package config
|
|
|
|
type Badger struct {
|
|
Debug bool
|
|
Dir string
|
|
ValueDir *string
|
|
}
|