Versions in this module Expand all Collapse all v0 v0.0.6 Mar 15, 2026 v0.0.5 Mar 12, 2026 v0.0.4 Mar 7, 2026 Changes in this version + type Config struct + Tags []string + type HackerNews struct + func New(cfg Config) (*HackerNews, error) + func (api *HackerNews) Search(ctx context.Context, req Search) ([]websearch.Fact, error) + type Search struct + Query string + Size int + SortBy string + Tags []string