Changed GoConfig to UsrConfig

Changed GoConfig struct to UsrConfig
This commit is contained in:
2026-05-04 11:50:08 -06:00
parent 6ef8f280a8
commit e051d2d6f6
6 changed files with 7 additions and 9 deletions

View File

@@ -7,7 +7,7 @@ import (
"time"
)
func backUp(cmd string, c GoConfig) {
func backUp(cmd string, c UsrConfig) {
switch cmd {
case "full":
fmt.Println("Starting full server backup")