query

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Feb 10, 2025 License: AGPL-3.0 Imports: 0 Imported by: 0

Documentation

Overview

Package query provides symbolic constants to identify the various database queries we may perform.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ID

type ID uint8

ID identifies database queries

const (
	RootAdd ID = iota
	RootGetByPath
	RootGetByID
	RootGetAll
	RootDelete
	RootMarkScan
	FileAdd
	FileDelete
	FileUpdateCtime
	FileGetByID
	FileGetByPath
	FileGetByPattern
	FileGetByRoot
	FileGetNoMeta
	FileGetAll
	BlacklistAdd
	BlacklistHit
	BlacklistGetAll
	MetaAdd
	MetaGetByFile
	MetaGetByRoot
	MetaGetOutdated
	MetaGetAll
	MetaUpsert
	MetaSearch
)

Jump to

Keyboard shortcuts

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