Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type YoutubeRepository ¶
type YoutubeRepository struct {
// contains filtered or unexported fields
}
func NewYoutubeRepo ¶
func NewYoutubeRepo() *YoutubeRepository
func (*YoutubeRepository) GetStreamReader ¶
func (c *YoutubeRepository) GetStreamReader() (io.ReadCloser, error)
func (*YoutubeRepository) SearchVideos ¶
func (s *YoutubeRepository) SearchVideos(text string, amount int64) ([]domain.SearchedVideo, error)
Click to show internal directories.
Click to hide internal directories.