Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Video ¶
type Video struct {
Title string
Seq string
URL string
Type VideoType
Product VideoProduct
Thumbnail string
ChannelName string
ChannelType ChannelType
ChannelId string
ChannelSeq string
}
type VideoProduct ¶
type VideoProduct string
const ( VideoProductNone VideoProduct = "NONE" VideoProductPaid VideoProduct = "PAID" )
Click to show internal directories.
Click to hide internal directories.