lq

package
v2.0.26 Latest Latest
Warning

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

Go to latest
Published: Jun 2, 2026 License: AGPL-3.0 Imports: 20 Imported by: 0

README

Local queue

Local queue uses sqlite to queue URLs.

The sqlc_model module is generated from the schema.sql and query.sql files by sqlc tool. https://docs.sqlc.dev/en/stable/tutorials/getting-started-sqlite.html

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	//  is the error returned when the postprocessor is already initialized
	ErrLQAlreadyInitialized = errors.New("lq client already initialized")
)

Functions

This section is empty.

Types

type LQ

type LQ struct {
	// contains filtered or unexported fields
}

func New

func New() *LQ

func (*LQ) Name

func (s *LQ) Name() string

func (*LQ) Start

func (s *LQ) Start(finishChan, produceChan chan *models.Item) error

func (*LQ) Stop

func (s *LQ) Stop()

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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