mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 08:44:04 +01:00
9 lines
211 B
Go
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"`
|
|
}
|