photoprism/internal/form/import_options.go
Michael Mayer a4e2867c86 Split import command into copy and move
Upgraded JS dependencies and did some refactoring along the way...

Signed-off-by: Michael Mayer <michael@liquidbytes.net>
2020-01-31 15:29:06 +01:00

6 lines
69 B
Go

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