Documentation ¶
Index ¶
- type YoutubeStruct
- func (s *YoutubeStruct) GetChannelInfo() (*youtube.ChannelListResponse, error)
- func (s *YoutubeStruct) GetCompletedLive() (*youtube.SearchListResponse, error)
- func (s *YoutubeStruct) GetLiveMessages(livechatId string, callback func(*youtube.LiveChatMessageListResponse) error) error
- func (s *YoutubeStruct) GetNowLive() (*youtube.SearchListResponse, error)
- func (s *YoutubeStruct) GetUpcomingLive() (*youtube.SearchListResponse, error)
- func (s *YoutubeStruct) GetVideo(videoId string) (*youtube.VideoListResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type YoutubeStruct ¶
type YoutubeStruct struct { ChannelId string Client *youtube.Service SearchList *youtube.SearchListCall VideosList *youtube.VideosListCall ChannelList *youtube.ChannelsListCall }
func (*YoutubeStruct) GetChannelInfo ¶
func (s *YoutubeStruct) GetChannelInfo() (*youtube.ChannelListResponse, error)
func (*YoutubeStruct) GetCompletedLive ¶
func (s *YoutubeStruct) GetCompletedLive() (*youtube.SearchListResponse, error)
func (*YoutubeStruct) GetLiveMessages ¶
func (s *YoutubeStruct) GetLiveMessages(livechatId string, callback func(*youtube.LiveChatMessageListResponse) error) error
func (*YoutubeStruct) GetNowLive ¶
func (s *YoutubeStruct) GetNowLive() (*youtube.SearchListResponse, error)
func (*YoutubeStruct) GetUpcomingLive ¶
func (s *YoutubeStruct) GetUpcomingLive() (*youtube.SearchListResponse, error)
func (*YoutubeStruct) GetVideo ¶
func (s *YoutubeStruct) GetVideo(videoId string) (*youtube.VideoListResponse, error)
Click to show internal directories.
Click to hide internal directories.