# Functions
And groups predicates with the AND operator between them.
Expired applies equality check predicate on the "expired" field.
ExpiredEQ applies the EQ predicate on the "expired" field.
ExpiredNEQ applies the NEQ predicate on the "expired" field.
FailCounts applies equality check predicate on the "fail_counts" field.
FailCountsEQ applies the EQ predicate on the "fail_counts" field.
FailCountsGT applies the GT predicate on the "fail_counts" field.
FailCountsGTE applies the GTE predicate on the "fail_counts" field.
FailCountsIn applies the In predicate on the "fail_counts" field.
FailCountsLT applies the LT predicate on the "fail_counts" field.
FailCountsLTE applies the LTE predicate on the "fail_counts" field.
FailCountsNEQ applies the NEQ predicate on the "fail_counts" field.
FailCountsNotIn applies the NotIn predicate on the "fail_counts" field.
ID filters vertices based on their ID field.
IDEQ applies the EQ predicate on the ID field.
IDGT applies the GT predicate on the ID field.
IDGTE applies the GTE predicate on the ID field.
IDIn applies the In predicate on the ID field.
IDLT applies the LT predicate on the ID field.
IDLTE applies the LTE predicate on the ID field.
IDNEQ applies the NEQ predicate on the ID field.
IDNotIn applies the NotIn predicate on the ID field.
LevelEQ applies the EQ predicate on the "level" field.
LevelIn applies the In predicate on the "level" field.
LevelNEQ applies the NEQ predicate on the "level" field.
LevelNotIn applies the NotIn predicate on the "level" field.
LevelValidator is a validator for the "level" field enum values.
Not applies the not operator on the given predicate.
Or groups predicates with the OR operator between them.
Pid applies equality check predicate on the "pid" field.
PidContains applies the Contains predicate on the "pid" field.
PidContainsFold applies the ContainsFold predicate on the "pid" field.
PidEQ applies the EQ predicate on the "pid" field.
PidEqualFold applies the EqualFold predicate on the "pid" field.
PidGT applies the GT predicate on the "pid" field.
PidGTE applies the GTE predicate on the "pid" field.
PidHasPrefix applies the HasPrefix predicate on the "pid" field.
PidHasSuffix applies the HasSuffix predicate on the "pid" field.
PidIn applies the In predicate on the "pid" field.
PidLT applies the LT predicate on the "pid" field.
PidLTE applies the LTE predicate on the "pid" field.
PidNEQ applies the NEQ predicate on the "pid" field.
PidNotIn applies the NotIn predicate on the "pid" field.
ServicePort applies equality check predicate on the "service_port" field.
ServicePortEQ applies the EQ predicate on the "service_port" field.
ServicePortGT applies the GT predicate on the "service_port" field.
ServicePortGTE applies the GTE predicate on the "service_port" field.
ServicePortIn applies the In predicate on the "service_port" field.
ServicePortLT applies the LT predicate on the "service_port" field.
ServicePortLTE applies the LTE predicate on the "service_port" field.
ServicePortNEQ applies the NEQ predicate on the "service_port" field.
ServicePortNotIn applies the NotIn predicate on the "service_port" field.
Sign applies equality check predicate on the "sign" field.
SignContains applies the Contains predicate on the "sign" field.
SignContainsFold applies the ContainsFold predicate on the "sign" field.
SignEQ applies the EQ predicate on the "sign" field.
SignEqualFold applies the EqualFold predicate on the "sign" field.
SignGT applies the GT predicate on the "sign" field.
SignGTE applies the GTE predicate on the "sign" field.
SignHasPrefix applies the HasPrefix predicate on the "sign" field.
SignHasSuffix applies the HasSuffix predicate on the "sign" field.
SignIn applies the In predicate on the "sign" field.
SignIsNil applies the IsNil predicate on the "sign" field.
SignLT applies the LT predicate on the "sign" field.
SignLTE applies the LTE predicate on the "sign" field.
SignNEQ applies the NEQ predicate on the "sign" field.
SignNotIn applies the NotIn predicate on the "sign" field.
SignNotNil applies the NotNil predicate on the "sign" field.
UpdatedUnix applies equality check predicate on the "updated_unix" field.
UpdatedUnixEQ applies the EQ predicate on the "updated_unix" field.
UpdatedUnixGT applies the GT predicate on the "updated_unix" field.
UpdatedUnixGTE applies the GTE predicate on the "updated_unix" field.
UpdatedUnixIn applies the In predicate on the "updated_unix" field.
UpdatedUnixLT applies the LT predicate on the "updated_unix" field.
UpdatedUnixLTE applies the LTE predicate on the "updated_unix" field.
UpdatedUnixNEQ applies the NEQ predicate on the "updated_unix" field.
UpdatedUnixNotIn applies the NotIn predicate on the "updated_unix" field.
ValidColumn reports if the column name is valid (part of the table columns).
# Constants
LevelCore is the default value of the Level enum.
FieldAddrs holds the string denoting the addrs field in the database.
FieldExpired holds the string denoting the expired field in the database.
FieldFailCounts holds the string denoting the fail_counts field in the database.
FieldID holds the string denoting the id field in the database.
FieldLevel holds the string denoting the level field in the database.
FieldPid holds the string denoting the pid field in the database.
FieldServicePort holds the string denoting the service_port field in the database.
FieldSign holds the string denoting the sign field in the database.
FieldUpdatedUnix holds the string denoting the updated_unix field in the database.
Label holds the string label denoting the bootstrap type in the database.
Level values.
Level values.
Level values.
Table holds the table name of the bootstrap in the database.
# Variables
Columns holds all SQL columns for bootstrap fields.
DefaultExpired holds the default value on creation for the "expired" field.
DefaultFailCounts holds the default value on creation for the "fail_counts" field.
DefaultServicePort holds the default value on creation for the "service_port" field.
DefaultUpdatedUnix holds the default value on creation for the "updated_unix" field.
# Type aliases
Level defines the type for the "level" enum field.