3ccad67622
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
7 lines
138 B
Go
7 lines
138 B
Go
package form
|
|
|
|
type IndexOptions struct {
|
|
Path string `json:"path"`
|
|
Convert bool `json:"convert"`
|
|
Rescan bool `json:"rescan"`
|
|
}
|