package
Version:
v0.0.0-...-f9c212a
Opens a new window with list of versions in this module.
Published: Feb 23, 2024
License: AGPL-3.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package query provides symbolic constants to identify SQL queries to be
run on the database.
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.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.