2019-12-09 08:04:41 +01:00
|
|
|
package form
|
|
|
|
|
2020-01-02 05:03:47 +01:00
|
|
|
type IndexOptions struct {
|
2019-12-11 04:12:54 +01:00
|
|
|
SkipUnchanged bool `json:"skipUnchanged"`
|
|
|
|
CreateThumbs bool `json:"createThumbs"`
|
|
|
|
ConvertRaw bool `json:"convertRaw"`
|
2019-12-11 04:57:32 +01:00
|
|
|
GroomMetadata bool `json:"groomMetadata"`
|
2019-12-09 08:04:41 +01:00
|
|
|
}
|