855781658b
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
7 lines
151 B
Go
7 lines
151 B
Go
package form
|
|
|
|
type IndexOptions struct {
|
|
CompleteRescan bool `json:"rescan"`
|
|
CreateThumbs bool `json:"thumbs"`
|
|
ConvertRaw bool `json:"raw"`
|
|
}
|