refactor(Config): Removed unused property
This commit is contained in:
parent
d2f47ad604
commit
2fb37a9953
1 changed files with 14 additions and 15 deletions
|
|
@ -7,7 +7,6 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
type Config struct {
|
type Config struct {
|
||||||
LocalBackupPath string `json:"localBackupPath"`
|
|
||||||
SQLConfig struct {
|
SQLConfig struct {
|
||||||
EnableSQL bool `json:"enableSQL"`
|
EnableSQL bool `json:"enableSQL"`
|
||||||
SqlType string `json:"sqlType"`
|
SqlType string `json:"sqlType"`
|
||||||
|
|
|
||||||
Reference in a new issue