mirror of
https://github.com/photoprism/photoprism.git
synced 2026-01-23 02:24:24 +00:00
7 lines
189 B
Go
7 lines
189 B
Go
package form
|
|
|
|
// SyncUpload defines payload for syncing uploads to a remote service.
|
|
type SyncUpload struct {
|
|
Selection Selection `json:"selection"`
|
|
Folder string `json:"folder"`
|
|
}
|