yoake/config/fs.go

6 lines
59 B
Go
Raw Normal View History

2022-11-19 11:04:03 -06:00
package config
type FileStore struct {
BasePath string
}