nanoserp

package module
v0.0.0-...-41e7ffa Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 29, 2024 License: MIT Imports: 5 Imported by: 0

README

nanoserp

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SERP

type SERP struct {
	Results []SearchResult `json:"results"`
}

type SearchResult

type SearchResult struct {
	Title   string   `json:"title"`
	URL     string   `json:"url"`
	Content string   `json:"content"`
	Engines []string `json:"engines"`
}

func SearchSearXNG

func SearchSearXNG(client *http.Client, endpoint, keyword string, engines []string) ([]SearchResult, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL