Documentation
¶
Index ¶
- Constants
- func GetClient(scope string) *http.Client
- func GetHistory() map[string]bool
- func HandleError(err error, message string)
- func SearchList(service *youtube.Service, part string, channelId string, maxResults int64) *youtube.SearchListResponse
- func StoreHistory(data map[string]bool)
- func SubscriptionsList(service *youtube.Service, part string, channelId string, hl string, ...) *youtube.SubscriptionListResponse
Constants ¶
View Source
const (
HISTORY_FILE_PATH = "videos/.history.gob"
)
Variables ¶
This section is empty.
Functions ¶
func GetClient ¶
getClient uses a Context and Config to retrieve a Token then generate a Client. It returns the generated Client.
func GetHistory ¶
func HandleError ¶
func SearchList ¶
func StoreHistory ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.