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