8 lines
86 B
Go
8 lines
86 B
Go
package objects
|
|
|
|
type EmbedVideo struct {
|
|
Url string
|
|
Height int
|
|
Width int
|
|
}
|