Support multiple content folders. Closes #2

This commit is contained in:
Stash Dev
2019-03-23 14:09:05 -07:00
parent d959d61e6c
commit ae9bbf237f
17 changed files with 1449 additions and 886 deletions

View File

@@ -18,6 +18,11 @@ type ConfigGeneralResult struct {
Stashes []string `json:"stashes"`
}
// All configuration settings
type ConfigResult struct {
General ConfigGeneralResult `json:"general"`
}
type FindFilterType struct {
Q *string `json:"q"`
Page *int `json:"page"`