LocalClientAPI contains the set of methods on the LocalClient type.
type LocalClientAPI interface { Search(ctx context.Context, query string, acceptLanguage string, pragma string, userAgent string, clientID string, clientIP string, location string, countryCode string, market string, localCategories string, localCircularView string, localMapView string, count string, first string, responseFormat []localsearch.ResponseFormat, safeSearch localsearch.SafeSearch, setLang string) (result localsearch.SearchResponse, err error) }