mirror of
https://github.com/photoprism/photoprism.git
synced 2025-10-07 01:33:34 +08:00
7 lines
103 B
Go
7 lines
103 B
Go
package form
|
|
|
|
type IndexOptions struct {
|
|
Path string `json:"path"`
|
|
Rescan bool `json:"rescan"`
|
|
}
|