Versions in this module Expand all Collapse all v0 v0.3.0 Aug 16, 2026 v0.2.0 Aug 7, 2026 Changes in this version + const JinaKeyEnv + const LiveEnv + const TavilyKeyEnv + func LiveKey(t *testing.T, keyEnv string) string + func RunFetcherContract(t *testing.T, b FetcherBackend) + func RunSearcherContract(t *testing.T, b SearcherBackend) + type FetcherBackend struct + New func(baseURL, key string) webtool.Fetcher + Render func(content string) (body, contentType string) + type SearcherBackend struct + New func(baseURL, key string) webtool.Searcher + Render func(hits []webtool.SearchResult) (body, contentType string)