7 lines
124 B
Go
7 lines
124 B
Go
|
package form
|
||
|
|
||
|
type AccountShare struct {
|
||
|
Photos []string `json:"photos"`
|
||
|
Destination string `json:"destination"`
|
||
|
}
|