Documentation ¶
Index ¶
Constants ¶
View Source
const ( // InvalidChannel channel isn't of a known type or doesn't exist InvalidChannel channelType = "" // UserChannel channel ID is a username UserChannel = "user" // IdentifierChannel channel uses the YouTube channel ID format (UC*) IdentifierChannel = "channel" // CustomChannel channel uses a custom URL and requires a Search call for the ID CustomChannel = "c" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.