refactor: refactoring of code to meet all go lint requirements

This commit is contained in:
Jonas Kaninda
2024-12-06 16:25:16 +01:00
parent 2bcfd3aacf
commit 793b04340e
10 changed files with 141 additions and 17 deletions

View File

@@ -31,8 +31,8 @@ type Storage interface {
Name() string
}
type Backend struct {
//Local Path
// Local Path
LocalPath string
//Remote path or Destination path
// Remote path or Destination path
RemotePath string
}