search

package
v0.6.1 Latest Latest
Warning

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

Go to latest
Published: Jul 7, 2026 License: BSD-3-Clause Imports: 1 Imported by: 0

Documentation

Overview

Copyright 2025 National Technology and Engineering Solutions of Sandia SPDX-License-Identifier: BSD-3-Clause

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Searcher

type Searcher interface {
	SearchEntry(text string) (bool, string, error)

	// search for existence of website
	// returns (exists, comment, error)
	SearchOnline(website *entries.Online) (bool, string, error)

	// search for existence of software
	// returns (exists, comment, error)
	SearchSoftware(software *entries.Software) (bool, string, error)
}

Jump to

Keyboard shortcuts

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