query

package
v0.14.0 Latest Latest
Warning

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

Go to latest
Published: Dec 4, 2024 License: AGPL-3.0 Imports: 0 Imported by: 0

Documentation

Overview

Package query provides symbolic constants to identify database queries.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ID

type ID uint8

ID represents a database query

const (
	FeedAdd ID = iota
	FeedGetByID
	FeedGetAll
	FeedGetPending
	FeedUpdateRefresh
	FeedSetActive
	FeedDelete
	ItemAdd
	ItemDeleteByFeed
	ItemExists
	ItemGetRecent
	ItemGetRecentPaged
	ItemGetByID
	ItemGetByFeed
	ItemGetByPeriod
	ItemGetRated
	ItemGetAll
	ItemRate
	ItemUnrate
	TagAdd
	TagGetByID
	TagGetChildren
	TagGetAll
	TagGetSorted
	TagGetItemCnt
	TagRename
	TagSetParent
	TagUpdate
	TagDelete
	TagLinkAdd
	TagLinkDelete
	TagLinkDeleteByFeed
	TagLinkGetByItem
	TagLinkGetByTag
	SearchAdd
	SearchDelete
	SearchGetByID
	SearchGetActive
	SearchGetNextPending
	SearchGetAll
	SearchStart
	SearchFinish
)

func AllQueries

func AllQueries() []ID

AllQueries returns a slice of all queries.

Jump to

Keyboard shortcuts

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