package
0.0.0-20240430124035-aae10642ac46
Repository: https://github.com/orbit-ops/launchpad-core.git
Documentation: pkg.go.dev
# Functions
And groups predicates with the AND operator between them.
ByDescription orders the results by the description field.
ByDuration orders the results by the duration field.
ByID orders the results by the id field.
ByMinApprovers orders the results by the min_approvers field.
ByName orders the results by the name field.
ByRequests orders the results by requests terms.
ByRequestsCount orders the results by requests count.
ByRockets orders the results by rockets terms.
ByRocketsCount orders the results by rockets count.
Description applies equality check predicate on the "description" field.
DescriptionContains applies the Contains predicate on the "description" field.
DescriptionContainsFold applies the ContainsFold predicate on the "description" field.
DescriptionEQ applies the EQ predicate on the "description" field.
DescriptionEqualFold applies the EqualFold predicate on the "description" field.
DescriptionGT applies the GT predicate on the "description" field.
DescriptionGTE applies the GTE predicate on the "description" field.
DescriptionHasPrefix applies the HasPrefix predicate on the "description" field.
DescriptionHasSuffix applies the HasSuffix predicate on the "description" field.
DescriptionIn applies the In predicate on the "description" field.
DescriptionIsNil applies the IsNil predicate on the "description" field.
DescriptionLT applies the LT predicate on the "description" field.
DescriptionLTE applies the LTE predicate on the "description" field.
DescriptionNEQ applies the NEQ predicate on the "description" field.
DescriptionNotIn applies the NotIn predicate on the "description" field.
DescriptionNotNil applies the NotNil predicate on the "description" field.
Duration applies equality check predicate on the "duration" field.
DurationEQ applies the EQ predicate on the "duration" field.
DurationGT applies the GT predicate on the "duration" field.
DurationGTE applies the GTE predicate on the "duration" field.
DurationIn applies the In predicate on the "duration" field.
DurationLT applies the LT predicate on the "duration" field.
DurationLTE applies the LTE predicate on the "duration" field.
DurationNEQ applies the NEQ predicate on the "duration" field.
DurationNotIn applies the NotIn predicate on the "duration" field.
HasRequests applies the HasEdge predicate on the "requests" edge.
HasRequestsWith applies the HasEdge predicate on the "requests" edge with a given conditions (other predicates).
HasRockets applies the HasEdge predicate on the "rockets" edge.
HasRocketsWith applies the HasEdge predicate on the "rockets" 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.
MinApprovers applies equality check predicate on the "min_approvers" field.
MinApproversEQ applies the EQ predicate on the "min_approvers" field.
MinApproversGT applies the GT predicate on the "min_approvers" field.
MinApproversGTE applies the GTE predicate on the "min_approvers" field.
MinApproversIn applies the In predicate on the "min_approvers" field.
MinApproversLT applies the LT predicate on the "min_approvers" field.
MinApproversLTE applies the LTE predicate on the "min_approvers" field.
MinApproversNEQ applies the NEQ predicate on the "min_approvers" field.
MinApproversNotIn applies the NotIn predicate on the "min_approvers" field.
Name applies equality check predicate on the "name" field.
NameContains applies the Contains predicate on the "name" field.
NameContainsFold applies the ContainsFold predicate on the "name" field.
NameEQ applies the EQ predicate on the "name" field.
NameEqualFold applies the EqualFold predicate on the "name" field.
NameGT applies the GT predicate on the "name" field.
NameGTE applies the GTE predicate on the "name" field.
NameHasPrefix applies the HasPrefix predicate on the "name" field.
NameHasSuffix applies the HasSuffix predicate on the "name" field.
NameIn applies the In predicate on the "name" field.
NameLT applies the LT predicate on the "name" field.
NameLTE applies the LTE predicate on the "name" field.
NameNEQ applies the NEQ predicate on the "name" field.
NameNotIn applies the NotIn predicate on the "name" field.
Not applies the not operator on the given predicate.
Or groups predicates with the OR operator between them.
ValidColumn reports if the column name is valid (part of the table columns).
# Constants
EdgeRequests holds the string denoting the requests edge name in mutations.
EdgeRockets holds the string denoting the rockets edge name in mutations.
FieldDescription holds the string denoting the description field in the database.
FieldDuration holds the string denoting the duration field in the database.
FieldID holds the string denoting the id field in the database.
FieldMinApprovers holds the string denoting the min_approvers field in the database.
FieldName holds the string denoting the name field in the database.
FieldPossibleApprovers holds the string denoting the possible_approvers field in the database.
Label holds the string label denoting the mission type in the database.
RequestsColumn is the table column denoting the requests relation/edge.
RequestsInverseTable is the table name for the Request entity.
RequestsTable is the table that holds the requests relation/edge.
RocketsColumn is the table column denoting the rockets relation/edge.
RocketsInverseTable is the table name for the Rocket entity.
RocketsTable is the table that holds the rockets relation/edge.
Table holds the table name of the mission in the database.
# Variables
Columns holds all SQL columns for mission fields.
DefaultID holds the default value on creation for the "id" field.
DurationValidator is a validator for the "duration" field.
MinApproversValidator is a validator for the "min_approvers" field.
NameValidator is a validator for the "name" field.
# Type aliases
OrderOption defines the ordering options for the Mission queries.