6 lines
103 B
Go
6 lines
103 B
Go
package form
|
|
|
|
type IndexOptions struct {
|
|
Path string `json:"path"`
|
|
Rescan bool `json:"rescan"`
|
|
}
|