a4e2867c86
Upgraded JS dependencies and did some refactoring along the way... Signed-off-by: Michael Mayer <michael@liquidbytes.net>
8 lines
211 B
Go
8 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"`
|
|
}
|