small steps

This commit is contained in:
Marcel Otte 2021-10-04 22:14:16 +02:00
parent 07ad146c5f
commit 05da15c8ea
1 changed files with 4 additions and 0 deletions

View File

@ -23,6 +23,10 @@ type Settings struct {
userMountPoint string
}
type Devices map[string]Device
type Backups map[string]Backup
func loadDevice() {
v1 := viper.New()
v1.SetConfigName("devices")