592a6eac7a
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
8 lines
213 B
Go
8 lines
213 B
Go
package form
|
|
|
|
type IndexerOptions struct {
|
|
SkipUnchanged bool `json:"skipUnchanged"`
|
|
CreateThumbs bool `json:"createThumbs"`
|
|
ConvertRaw bool `json:"convertRaw"`
|
|
GroomMetadata bool `json:"groomMetadata"`
|
|
}
|