Documentation ¶
Index ¶
- func FetchFavoriteVideos() echo.HandlerFunc
- func FetchMostPopularVideos() echo.HandlerFunc
- func FetchRelatedVideos() echo.HandlerFunc
- func GetVideos() echo.HandlerFunc
- func SearchVideos() echo.HandlerFunc
- func ToggleFavoriteVideo() echo.HandlerFunc
- type ToggleFavoriteVideoResponse
- type VideoResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FetchFavoriteVideos ¶
func FetchFavoriteVideos() echo.HandlerFunc
func FetchMostPopularVideos ¶
func FetchMostPopularVideos() echo.HandlerFunc
func FetchRelatedVideos ¶
func FetchRelatedVideos() echo.HandlerFunc
func GetVideos ¶
func GetVideos() echo.HandlerFunc
func SearchVideos ¶
func SearchVideos() echo.HandlerFunc
func ToggleFavoriteVideo ¶
func ToggleFavoriteVideo() echo.HandlerFunc
Types ¶
type VideoResponse ¶
type VideoResponse struct { VideoList *youtube.VideoListResponse `json:"video_list"` IsFavorite bool `json:"is_favorite"` }
Click to show internal directories.
Click to hide internal directories.