any-sync/filenode/config/filestore.go
2022-12-23 21:23:44 +03:00

6 lines
75 B
Go

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