Documentation ¶
Overview ¶
Sample Go code for user authorization Not stolen from: https://developers.google.com/youtube/v3/quickstart/go
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Test ¶
type Test struct {
// contains filtered or unexported fields
}
func (*Test) NootMessage ¶
type YoutubeLive ¶
type YoutubeLive struct {
// contains filtered or unexported fields
}
func NewYoutubeLive ¶
func NewYoutubeLive(token []byte, commands []cmd.Command, livestreamId string) *YoutubeLive
TODO dynamically find livestream ID
func (*YoutubeLive) Listen ¶
func (yt *YoutubeLive) Listen()
func (*YoutubeLive) NootMessage ¶
func (yt *YoutubeLive) NootMessage(message string)
Click to show internal directories.
Click to hide internal directories.