Skip to content

Commit e46edc2

Browse files
committed
Fix interface.
1 parent cb269c6 commit e46edc2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import (
1212
type HTTPClient interface {
1313
Search(args map[string]string) (*Response, error)
1414
Typeahead(args map[string]string) (*Response, error)
15+
SearchEpisodeTitles(args map[string]string) (*Response, error)
1516
SpellCheck(args map[string]string) (*Response, error)
1617
FetchRelatedSearches(args map[string]string) (*Response, error)
1718
FetchTrendingSearches(args map[string]string) (*Response, error)

0 commit comments

Comments
 (0)