any-sync/config/storage.go
2022-10-11 10:25:29 +02:00

6 lines
67 B
Go

package config
type Storage struct {
Path string `yaml:"path"`
}