add config struct for db path
Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
parent
9e5e3064d6
commit
c2d1b18c98
3 changed files with 12 additions and 3 deletions
5
pkg/db/kv/struct.go
Normal file
5
pkg/db/kv/struct.go
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
package kv
|
||||
|
||||
type Config struct {
|
||||
Path string
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue