refactor: refactoring of code

This commit is contained in:
2024-01-19 06:49:29 +01:00
parent b19e97064a
commit d148e26aee
4 changed files with 10 additions and 12 deletions

View File

@@ -8,8 +8,8 @@ import (
"path/filepath"
)
// Restore restore database
func Restore(file string) {
// RestoreDatabase restore database
func RestoreDatabase(file string) {
dbHost = os.Getenv("DB_HOST")
dbPassword = os.Getenv("DB_PASSWORD")
dbUserName = os.Getenv("DB_USERNAME")