query

package
v0.0.0-...-f9c212a Latest Latest
Warning

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

Go to latest
Published: Feb 23, 2024 License: AGPL-3.0 Imports: 0 Imported by: 0

Documentation

Overview

Package query provides symbolic constants to identify SQL queries to be run on the database.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ID

type ID uint8

ID identifies a database query.

const (
	HostGetID ID = iota
	HostGetAll
	HostAdd
	RecordAdd
	RecordGetByPeriod
	RecordGetByHost
	RecentGetAll
)

These constants identify the queries that will be run on the database. The identifiers are meant to be self-explanatory.

Jump to

Keyboard shortcuts

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