photoprism/internal/form/index_options.go
Michael Mayer 0e4ce95ff1 Library: Add option to run index and cache cleanup from the UI #3699
Signed-off-by: Michael Mayer <michael@photoprism.app>
2023-09-03 16:02:42 +02:00

8 lines
138 B
Go

package form
type IndexOptions struct {
Path string `json:"path"`
Rescan bool `json:"rescan"`
Cleanup bool `json:"cleanup"`
}