0e4ce95ff1
Signed-off-by: Michael Mayer <michael@photoprism.app>
7 lines
138 B
Go
7 lines
138 B
Go
package form
|
|
|
|
type IndexOptions struct {
|
|
Path string `json:"path"`
|
|
Rescan bool `json:"rescan"`
|
|
Cleanup bool `json:"cleanup"`
|
|
}
|