27ca260942
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
7 lines
170 B
Go
7 lines
170 B
Go
package form
|
|
|
|
type IndexerOptions struct {
|
|
SkipUnchanged bool `json:"skipUnchanged"`
|
|
CreateThumbs bool `json:"createThumbs"`
|
|
ConvertRaw bool `json:"convertRaw"`
|
|
}
|