any-sync/common/config/filestore.go
Sergey Cherepanov d0a4b05706
file-node
2022-12-14 16:37:59 +03:00

6 lines
75 B
Go

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