mirror of
https://github.com/photoprism/photoprism.git
synced 2025-09-30 22:54:00 +08:00
8 lines
138 B
Go
8 lines
138 B
Go
package form
|
|
|
|
type IndexOptions struct {
|
|
Path string `json:"path"`
|
|
Rescan bool `json:"rescan"`
|
|
Cleanup bool `json:"cleanup"`
|
|
}
|