mirror of
https://github.com/photoprism/photoprism.git
synced 2025-10-08 02:03:33 +08:00
6 lines
77 B
Go
6 lines
77 B
Go
package form
|
|
|
|
type UploadOptions struct {
|
|
Albums []string `json:"albums"`
|
|
}
|