1479a3ec5b
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
6 lines
106 B
Go
6 lines
106 B
Go
package form
|
|
|
|
type IndexOptions struct {
|
|
Convert bool `json:"convert"`
|
|
Rescan bool `json:"rescan"`
|
|
}
|