mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 08:44:04 +01: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"`
|
|
}
|