app

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Mar 22, 2026 License: MIT Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func MapSite

func MapSite(rawURL string) (string, error)
func ReadLink(rawURL string) (string, error)

func Run

func Run(args []string, stdout, stderr io.Writer) int
func Search(params SearchParams) (string, error)

Types

type MarkdownResult

type MarkdownResult struct {
	URL      string
	Title    string
	Markdown string
}

type SearchDoc

type SearchDoc struct {
	URL      string
	Title    string
	Overview string
}

type SearchParams

type SearchParams struct {
	Query          string
	ExcludeDomains []string
	IncludeKeyword string
}

type SearchResult

type SearchResult struct {
	Docs []SearchDoc
}

Jump to

Keyboard shortcuts

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