photoprism/internal/form/index_options.go
Michael Mayer 3ccad67622 Index and import subdirectories #258
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
2020-05-06 15:53:47 +02:00

8 lines
138 B
Go

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