8 lines
102 B
Go
8 lines
102 B
Go
package main
|
|
|
|
type VideoInfoVM struct {
|
|
Title string
|
|
Description string
|
|
Thumbnail string
|
|
}
|