job

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Apr 27, 2024 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type By

type By func(p1, p2 []string) bool

func (By) Sort

func (by By) Sort(results [][]string)

type JobFn

type JobFn = func(id int, writer chan SearchResult, ctx context.Context)

type Operator

type Operator interface {
	Value() string
	Operator() string
	Column() int
}

func NewOperator

func NewOperator(value, op string, column int) Operator

type SearchFn

type SearchFn = func(id int, ctx context.Context) (SearchResult, error)

type SearchResult

type SearchResult []map[string]string

Jump to

Keyboard shortcuts

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