sql

package
v0.0.0-...-e589952 Latest Latest
Warning

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

Go to latest
Published: Apr 25, 2024 License: BSD-3-Clause Imports: 10 Imported by: 0

Documentation

Index

Constants

View Source
const Schema = `` /* 2978-byte string literal not displayed */

Variables

View Source
var Alerts = []string{
	"id",
	"alert",
	"config_state",
	"last_modified",
}
View Source
var AnomalyGroups = []string{
	"id",
	"creation_time",
	"anomaly_ids",
	"group_meta_data",
	"common_rev_start",
	"common_rev_end",
	"action",
	"action_time",
	"bisection_id",
	"reported_issue_id",
	"culprit_ids",
	"last_modified_time",
}
View Source
var Commits = []string{
	"commit_number",
	"git_hash",
	"commit_time",
	"author",
	"subject",
}
View Source
var Culprits = []string{
	"id",
	"host",
	"project",
	"ref",
	"revision",
	"last_modified",
	"anomaly_group_ids",
	"issue_ids",
	"UNIQUE",
}
View Source
var GraphsShortcuts = []string{
	"id",
	"graphs",
}
View Source
var ParamSets = []string{
	"tile_number",
	"param_key",
	"param_value",
}
View Source
var Postings = []string{
	"tile_number",
	"key_value",
	"trace_id",
}
View Source
var Regressions = []string{
	"commit_number",
	"alert_id",
	"regression",
	"migrated",
	"regression_id",
}
View Source
var Regressions2 = []string{
	"id",
	"commit_number",
	"prev_commit_number",
	"alert_id",
	"creation_time",
	"median_before",
	"median_after",
	"is_improvement",
	"cluster_type",
	"cluster_summary",
	"frame",
	"triage_status",
	"triage_message",
}
View Source
var Shortcuts = []string{
	"id",
	"trace_ids",
}
View Source
var SourceFiles = []string{
	"source_file_id",
	"source_file",
}
View Source
var Subscriptions = []string{
	"name",
	"revision",
	"bug_labels",
	"hotlists",
	"bug_component",
	"bug_priority",
	"bug_severity",
	"bug_cc_emails",
	"contact_email",
}
View Source
var TraceValues = []string{
	"trace_id",
	"commit_number",
	"val",
	"source_file_id",
}

Functions

This section is empty.

Types

type Tables

Tables represents the full schema of the SQL database.

Directories

Path Synopsis
Package expectedschema contains the schema the database is expected to have.
Package expectedschema contains the schema the database is expected to have.
Application exportschema exports the expected schema as a serialized schema.Description.
Application exportschema exports the expected schema as a serialized schema.Description.
This executable generates a go file that contains the SQL schema for machineserver defined as a string.
This executable generates a go file that contains the SQL schema for machineserver defined as a string.

Jump to

Keyboard shortcuts

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