Versions in this module Expand all Collapse all v0 v0.1.3 Jan 29, 2024 Changes in this version + const BlueprintColumn + const BlueprintInverseTable + const BlueprintTable + const EdgeBlueprint + const EdgeRequester + const FieldCreatedAt + const FieldDeploymentState + const FieldDeploymentVars + const FieldDescription + const FieldID + const FieldName + const FieldTemplateVars + const FieldUpdatedAt + const Label + const RequesterColumn + const RequesterInverseTable + const RequesterTable + const Table + var Columns = []string + var DefaultCreatedAt func() time.Time + var DefaultDeploymentState map[string]string + var DefaultDeploymentVars map[string]interface + var DefaultDescription string + var DefaultID func() uuid.UUID + var DefaultTemplateVars map[string]interface + var DefaultUpdatedAt func() time.Time + var ForeignKeys = []string + var UpdateDefaultUpdatedAt func() time.Time + func And(predicates ...predicate.Deployment) predicate.Deployment + func CreatedAt(v time.Time) predicate.Deployment + func CreatedAtEQ(v time.Time) predicate.Deployment + func CreatedAtGT(v time.Time) predicate.Deployment + func CreatedAtGTE(v time.Time) predicate.Deployment + func CreatedAtIn(vs ...time.Time) predicate.Deployment + func CreatedAtLT(v time.Time) predicate.Deployment + func CreatedAtLTE(v time.Time) predicate.Deployment + func CreatedAtNEQ(v time.Time) predicate.Deployment + func CreatedAtNotIn(vs ...time.Time) predicate.Deployment + func Description(v string) predicate.Deployment + func DescriptionContains(v string) predicate.Deployment + func DescriptionContainsFold(v string) predicate.Deployment + func DescriptionEQ(v string) predicate.Deployment + func DescriptionEqualFold(v string) predicate.Deployment + func DescriptionGT(v string) predicate.Deployment + func DescriptionGTE(v string) predicate.Deployment + func DescriptionHasPrefix(v string) predicate.Deployment + func DescriptionHasSuffix(v string) predicate.Deployment + func DescriptionIn(vs ...string) predicate.Deployment + func DescriptionIsNil() predicate.Deployment + func DescriptionLT(v string) predicate.Deployment + func DescriptionLTE(v string) predicate.Deployment + func DescriptionNEQ(v string) predicate.Deployment + func DescriptionNotIn(vs ...string) predicate.Deployment + func DescriptionNotNil() predicate.Deployment + func HasBlueprint() predicate.Deployment + func HasBlueprintWith(preds ...predicate.Blueprint) predicate.Deployment + func HasRequester() predicate.Deployment + func HasRequesterWith(preds ...predicate.User) predicate.Deployment + func ID(id uuid.UUID) predicate.Deployment + func IDEQ(id uuid.UUID) predicate.Deployment + func IDGT(id uuid.UUID) predicate.Deployment + func IDGTE(id uuid.UUID) predicate.Deployment + func IDIn(ids ...uuid.UUID) predicate.Deployment + func IDLT(id uuid.UUID) predicate.Deployment + func IDLTE(id uuid.UUID) predicate.Deployment + func IDNEQ(id uuid.UUID) predicate.Deployment + func IDNotIn(ids ...uuid.UUID) predicate.Deployment + func Name(v string) predicate.Deployment + func NameContains(v string) predicate.Deployment + func NameContainsFold(v string) predicate.Deployment + func NameEQ(v string) predicate.Deployment + func NameEqualFold(v string) predicate.Deployment + func NameGT(v string) predicate.Deployment + func NameGTE(v string) predicate.Deployment + func NameHasPrefix(v string) predicate.Deployment + func NameHasSuffix(v string) predicate.Deployment + func NameIn(vs ...string) predicate.Deployment + func NameLT(v string) predicate.Deployment + func NameLTE(v string) predicate.Deployment + func NameNEQ(v string) predicate.Deployment + func NameNotIn(vs ...string) predicate.Deployment + func Not(p predicate.Deployment) predicate.Deployment + func Or(predicates ...predicate.Deployment) predicate.Deployment + func UpdatedAt(v time.Time) predicate.Deployment + func UpdatedAtEQ(v time.Time) predicate.Deployment + func UpdatedAtGT(v time.Time) predicate.Deployment + func UpdatedAtGTE(v time.Time) predicate.Deployment + func UpdatedAtIn(vs ...time.Time) predicate.Deployment + func UpdatedAtLT(v time.Time) predicate.Deployment + func UpdatedAtLTE(v time.Time) predicate.Deployment + func UpdatedAtNEQ(v time.Time) predicate.Deployment + func UpdatedAtNotIn(vs ...time.Time) predicate.Deployment + func ValidColumn(column string) bool + type OrderOption func(*sql.Selector) + func ByBlueprintField(field string, opts ...sql.OrderTermOption) OrderOption + func ByCreatedAt(opts ...sql.OrderTermOption) OrderOption + func ByDescription(opts ...sql.OrderTermOption) OrderOption + func ByID(opts ...sql.OrderTermOption) OrderOption + func ByName(opts ...sql.OrderTermOption) OrderOption + func ByRequesterField(field string, opts ...sql.OrderTermOption) OrderOption + func ByUpdatedAt(opts ...sql.OrderTermOption) OrderOption