photoprism/internal/form/indexer_options.go
Michael Mayer 057204d379 Backend: Major code refactoring
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
2020-01-02 05:03:47 +01:00

9 lines
211 B
Go

package form
type IndexOptions struct {
SkipUnchanged bool `json:"skipUnchanged"`
CreateThumbs bool `json:"createThumbs"`
ConvertRaw bool `json:"convertRaw"`
GroomMetadata bool `json:"groomMetadata"`
}