EntitiesClientAPI contains the set of methods on the EntitiesClient type.
type EntitiesClientAPI interface { Search(ctx context.Context, query string, acceptLanguage string, pragma string, userAgent string, clientID string, clientIP string, location string, countryCode string, market string, responseFilter []entitysearch.AnswerType, responseFormat []entitysearch.ResponseFormat, safeSearch entitysearch.SafeSearch, setLang string) (result entitysearch.SearchResponse, err error) }