photoprism/internal/form/import_options.go
Michael Mayer 3ccad67622 Index and import subdirectories #258
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
2020-05-06 15:53:47 +02:00

7 lines
98 B
Go

package form
type ImportOptions struct {
Path string `json:"path"`
Move bool `json:"move"`
}