mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 00:34:13 +01:00
Upgraded JS dependencies and did some refactoring along the way... Signed-off-by: Michael Mayer <michael@liquidbytes.net>
6 lines
69 B
Go
6 lines
69 B
Go
package form
|
|
|
|
type ImportOptions struct {
|
|
Move bool `json:"move"`
|
|
}
|