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

6 lines
75 B
Go

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