suport for store

This commit is contained in:
A.Unger
2021-03-17 15:37:35 +01:00
parent bf63bc8c7c
commit 314014ae21
3 changed files with 9 additions and 0 deletions
+1
View File
@@ -7,6 +7,7 @@ type Log struct {
Level string
Pretty bool
Color bool
File string
}
// Debug defines the available debug configuration.