package
0.10.0
Repository: https://github.com/guacsec/guac.git
Documentation: pkg.go.dev

# Functions

And groups predicates with the AND operator between them.
ByID orders the results by the id field.
BySlsaAttestations orders the results by slsa_attestations terms.
BySlsaAttestationsCount orders the results by slsa_attestations count.
ByURI orders the results by the uri field.
HasSlsaAttestations applies the HasEdge predicate on the "slsa_attestations" edge.
HasSlsaAttestationsWith applies the HasEdge predicate on the "slsa_attestations" edge with a given conditions (other predicates).
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.
Not applies the not operator on the given predicate.
Or groups predicates with the OR operator between them.
URI applies equality check predicate on the "uri" field.
URIContains applies the Contains predicate on the "uri" field.
URIContainsFold applies the ContainsFold predicate on the "uri" field.
URIEQ applies the EQ predicate on the "uri" field.
URIEqualFold applies the EqualFold predicate on the "uri" field.
URIGT applies the GT predicate on the "uri" field.
URIGTE applies the GTE predicate on the "uri" field.
URIHasPrefix applies the HasPrefix predicate on the "uri" field.
URIHasSuffix applies the HasSuffix predicate on the "uri" field.
URIIn applies the In predicate on the "uri" field.
URILT applies the LT predicate on the "uri" field.
URILTE applies the LTE predicate on the "uri" field.
URINEQ applies the NEQ predicate on the "uri" field.
URINotIn applies the NotIn predicate on the "uri" field.
ValidColumn reports if the column name is valid (part of the table columns).

# Constants

EdgeSlsaAttestations holds the string denoting the slsa_attestations edge name in mutations.
FieldID holds the string denoting the id field in the database.
FieldURI holds the string denoting the uri field in the database.
Label holds the string label denoting the builder type in the database.
SlsaAttestationsColumn is the table column denoting the slsa_attestations relation/edge.
SlsaAttestationsInverseTable is the table name for the SLSAAttestation entity.
SlsaAttestationsTable is the table that holds the slsa_attestations relation/edge.
Table holds the table name of the builder in the database.

# Variables

Columns holds all SQL columns for builder fields.
DefaultID holds the default value on creation for the "id" field.

# Type aliases

OrderOption defines the ordering options for the Builder queries.