yoake/config/fs.go

7 lines
74 B
Go
Raw Normal View History

2022-11-19 11:04:03 -06:00
package config
type FileStore struct {
BasePath string
2022-11-20 12:05:14 -06:00
Serve bool
2022-11-19 11:04:03 -06:00
}