Documentation
¶
Index ¶
Constants ¶
View Source
const ( SearchQueryVspoJp = "ぶいすぽ" SearchQueryVspoEn = "VspoEN" )
View Source
const ( EventTypeLive = "live" EventTypeUpcoming = "upcoming" EventTypeNone = "none" EventTypeCompleted = "completed" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChannelsParam ¶
type ChannelsParam struct {
ChannelIDs []string
}
type SearchQuery ¶
type SearchQuery string
func (SearchQuery) String ¶
func (q SearchQuery) String() string
type SearchVideosParam ¶
type SearchVideosParam struct { SearchQuery SearchQuery EventType EventType }
type VideosParam ¶
type VideosParam struct {
VideoIDs []string
}
type YoutubeClient ¶
Click to show internal directories.
Click to hide internal directories.