Documentation
¶
Index ¶
- Constants
- Variables
- func And(predicates ...predicate.Subprocessor) predicate.Subprocessor
- func CreatedAt(v time.Time) predicate.Subprocessor
- func CreatedAtEQ(v time.Time) predicate.Subprocessor
- func CreatedAtGT(v time.Time) predicate.Subprocessor
- func CreatedAtGTE(v time.Time) predicate.Subprocessor
- func CreatedAtIn(vs ...time.Time) predicate.Subprocessor
- func CreatedAtIsNil() predicate.Subprocessor
- func CreatedAtLT(v time.Time) predicate.Subprocessor
- func CreatedAtLTE(v time.Time) predicate.Subprocessor
- func CreatedAtNEQ(v time.Time) predicate.Subprocessor
- func CreatedAtNotIn(vs ...time.Time) predicate.Subprocessor
- func CreatedAtNotNil() predicate.Subprocessor
- func CreatedBy(v string) predicate.Subprocessor
- func CreatedByContains(v string) predicate.Subprocessor
- func CreatedByContainsFold(v string) predicate.Subprocessor
- func CreatedByEQ(v string) predicate.Subprocessor
- func CreatedByEqualFold(v string) predicate.Subprocessor
- func CreatedByGT(v string) predicate.Subprocessor
- func CreatedByGTE(v string) predicate.Subprocessor
- func CreatedByHasPrefix(v string) predicate.Subprocessor
- func CreatedByHasSuffix(v string) predicate.Subprocessor
- func CreatedByIn(vs ...string) predicate.Subprocessor
- func CreatedByIsNil() predicate.Subprocessor
- func CreatedByLT(v string) predicate.Subprocessor
- func CreatedByLTE(v string) predicate.Subprocessor
- func CreatedByNEQ(v string) predicate.Subprocessor
- func CreatedByNotIn(vs ...string) predicate.Subprocessor
- func CreatedByNotNil() predicate.Subprocessor
- func DeletedAt(v time.Time) predicate.Subprocessor
- func DeletedAtEQ(v time.Time) predicate.Subprocessor
- func DeletedAtGT(v time.Time) predicate.Subprocessor
- func DeletedAtGTE(v time.Time) predicate.Subprocessor
- func DeletedAtIn(vs ...time.Time) predicate.Subprocessor
- func DeletedAtIsNil() predicate.Subprocessor
- func DeletedAtLT(v time.Time) predicate.Subprocessor
- func DeletedAtLTE(v time.Time) predicate.Subprocessor
- func DeletedAtNEQ(v time.Time) predicate.Subprocessor
- func DeletedAtNotIn(vs ...time.Time) predicate.Subprocessor
- func DeletedAtNotNil() predicate.Subprocessor
- func DeletedBy(v string) predicate.Subprocessor
- func DeletedByContains(v string) predicate.Subprocessor
- func DeletedByContainsFold(v string) predicate.Subprocessor
- func DeletedByEQ(v string) predicate.Subprocessor
- func DeletedByEqualFold(v string) predicate.Subprocessor
- func DeletedByGT(v string) predicate.Subprocessor
- func DeletedByGTE(v string) predicate.Subprocessor
- func DeletedByHasPrefix(v string) predicate.Subprocessor
- func DeletedByHasSuffix(v string) predicate.Subprocessor
- func DeletedByIn(vs ...string) predicate.Subprocessor
- func DeletedByIsNil() predicate.Subprocessor
- func DeletedByLT(v string) predicate.Subprocessor
- func DeletedByLTE(v string) predicate.Subprocessor
- func DeletedByNEQ(v string) predicate.Subprocessor
- func DeletedByNotIn(vs ...string) predicate.Subprocessor
- func DeletedByNotNil() predicate.Subprocessor
- func ID(id string) predicate.Subprocessor
- func IDContainsFold(id string) predicate.Subprocessor
- func IDEQ(id string) predicate.Subprocessor
- func IDEqualFold(id string) predicate.Subprocessor
- func IDGT(id string) predicate.Subprocessor
- func IDGTE(id string) predicate.Subprocessor
- func IDIn(ids ...string) predicate.Subprocessor
- func IDLT(id string) predicate.Subprocessor
- func IDLTE(id string) predicate.Subprocessor
- func IDNEQ(id string) predicate.Subprocessor
- func IDNotIn(ids ...string) predicate.Subprocessor
- func Not(p predicate.Subprocessor) predicate.Subprocessor
- func Or(predicates ...predicate.Subprocessor) predicate.Subprocessor
- func TagsIsNil() predicate.Subprocessor
- func TagsNotNil() predicate.Subprocessor
- func UpdatedAt(v time.Time) predicate.Subprocessor
- func UpdatedAtEQ(v time.Time) predicate.Subprocessor
- func UpdatedAtGT(v time.Time) predicate.Subprocessor
- func UpdatedAtGTE(v time.Time) predicate.Subprocessor
- func UpdatedAtIn(vs ...time.Time) predicate.Subprocessor
- func UpdatedAtIsNil() predicate.Subprocessor
- func UpdatedAtLT(v time.Time) predicate.Subprocessor
- func UpdatedAtLTE(v time.Time) predicate.Subprocessor
- func UpdatedAtNEQ(v time.Time) predicate.Subprocessor
- func UpdatedAtNotIn(vs ...time.Time) predicate.Subprocessor
- func UpdatedAtNotNil() predicate.Subprocessor
- func UpdatedBy(v string) predicate.Subprocessor
- func UpdatedByContains(v string) predicate.Subprocessor
- func UpdatedByContainsFold(v string) predicate.Subprocessor
- func UpdatedByEQ(v string) predicate.Subprocessor
- func UpdatedByEqualFold(v string) predicate.Subprocessor
- func UpdatedByGT(v string) predicate.Subprocessor
- func UpdatedByGTE(v string) predicate.Subprocessor
- func UpdatedByHasPrefix(v string) predicate.Subprocessor
- func UpdatedByHasSuffix(v string) predicate.Subprocessor
- func UpdatedByIn(vs ...string) predicate.Subprocessor
- func UpdatedByIsNil() predicate.Subprocessor
- func UpdatedByLT(v string) predicate.Subprocessor
- func UpdatedByLTE(v string) predicate.Subprocessor
- func UpdatedByNEQ(v string) predicate.Subprocessor
- func UpdatedByNotIn(vs ...string) predicate.Subprocessor
- func UpdatedByNotNil() predicate.Subprocessor
- func ValidColumn(column string) bool
- type OrderOption
- func ByCreatedAt(opts ...sql.OrderTermOption) OrderOption
- func ByCreatedBy(opts ...sql.OrderTermOption) OrderOption
- func ByDeletedAt(opts ...sql.OrderTermOption) OrderOption
- func ByDeletedBy(opts ...sql.OrderTermOption) OrderOption
- func ByID(opts ...sql.OrderTermOption) OrderOption
- func ByUpdatedAt(opts ...sql.OrderTermOption) OrderOption
- func ByUpdatedBy(opts ...sql.OrderTermOption) OrderOption
Constants ¶
const ( // Label holds the string label denoting the subprocessor type in the database. Label = "subprocessor" // FieldID holds the string denoting the id field in the database. FieldID = "id" // FieldCreatedAt holds the string denoting the created_at field in the database. FieldCreatedAt = "created_at" // FieldUpdatedAt holds the string denoting the updated_at field in the database. FieldUpdatedAt = "updated_at" // FieldCreatedBy holds the string denoting the created_by field in the database. FieldCreatedBy = "created_by" // FieldUpdatedBy holds the string denoting the updated_by field in the database. FieldUpdatedBy = "updated_by" // FieldDeletedAt holds the string denoting the deleted_at field in the database. FieldDeletedAt = "deleted_at" // FieldDeletedBy holds the string denoting the deleted_by field in the database. FieldDeletedBy = "deleted_by" // FieldTags holds the string denoting the tags field in the database. FieldTags = "tags" // Table holds the table name of the subprocessor in the database. Table = "subprocessors" )
Variables ¶
var ( Hooks [3]ent.Hook Interceptors [1]ent.Interceptor Policy ent.Policy // DefaultCreatedAt holds the default value on creation for the "created_at" field. DefaultCreatedAt func() time.Time // DefaultUpdatedAt holds the default value on creation for the "updated_at" field. DefaultUpdatedAt func() time.Time // UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field. UpdateDefaultUpdatedAt func() time.Time // DefaultTags holds the default value on creation for the "tags" field. DefaultTags []string // DefaultID holds the default value on creation for the "id" field. DefaultID func() string )
Note that the variables below are initialized by the runtime package on the initialization of the application. Therefore, it should be imported in the main as follows:
import _ "github.com/theopenlane/core/internal/ent/generated/runtime"
var Columns = []string{ FieldID, FieldCreatedAt, FieldUpdatedAt, FieldCreatedBy, FieldUpdatedBy, FieldDeletedAt, FieldDeletedBy, FieldTags, }
Columns holds all SQL columns for subprocessor fields.
Functions ¶
func And ¶
func And(predicates ...predicate.Subprocessor) predicate.Subprocessor
And groups predicates with the AND operator between them.
func CreatedAt ¶
func CreatedAt(v time.Time) predicate.Subprocessor
CreatedAt applies equality check predicate on the "created_at" field. It's identical to CreatedAtEQ.
func CreatedAtEQ ¶
func CreatedAtEQ(v time.Time) predicate.Subprocessor
CreatedAtEQ applies the EQ predicate on the "created_at" field.
func CreatedAtGT ¶
func CreatedAtGT(v time.Time) predicate.Subprocessor
CreatedAtGT applies the GT predicate on the "created_at" field.
func CreatedAtGTE ¶
func CreatedAtGTE(v time.Time) predicate.Subprocessor
CreatedAtGTE applies the GTE predicate on the "created_at" field.
func CreatedAtIn ¶
func CreatedAtIn(vs ...time.Time) predicate.Subprocessor
CreatedAtIn applies the In predicate on the "created_at" field.
func CreatedAtIsNil ¶
func CreatedAtIsNil() predicate.Subprocessor
CreatedAtIsNil applies the IsNil predicate on the "created_at" field.
func CreatedAtLT ¶
func CreatedAtLT(v time.Time) predicate.Subprocessor
CreatedAtLT applies the LT predicate on the "created_at" field.
func CreatedAtLTE ¶
func CreatedAtLTE(v time.Time) predicate.Subprocessor
CreatedAtLTE applies the LTE predicate on the "created_at" field.
func CreatedAtNEQ ¶
func CreatedAtNEQ(v time.Time) predicate.Subprocessor
CreatedAtNEQ applies the NEQ predicate on the "created_at" field.
func CreatedAtNotIn ¶
func CreatedAtNotIn(vs ...time.Time) predicate.Subprocessor
CreatedAtNotIn applies the NotIn predicate on the "created_at" field.
func CreatedAtNotNil ¶
func CreatedAtNotNil() predicate.Subprocessor
CreatedAtNotNil applies the NotNil predicate on the "created_at" field.
func CreatedBy ¶
func CreatedBy(v string) predicate.Subprocessor
CreatedBy applies equality check predicate on the "created_by" field. It's identical to CreatedByEQ.
func CreatedByContains ¶
func CreatedByContains(v string) predicate.Subprocessor
CreatedByContains applies the Contains predicate on the "created_by" field.
func CreatedByContainsFold ¶
func CreatedByContainsFold(v string) predicate.Subprocessor
CreatedByContainsFold applies the ContainsFold predicate on the "created_by" field.
func CreatedByEQ ¶
func CreatedByEQ(v string) predicate.Subprocessor
CreatedByEQ applies the EQ predicate on the "created_by" field.
func CreatedByEqualFold ¶
func CreatedByEqualFold(v string) predicate.Subprocessor
CreatedByEqualFold applies the EqualFold predicate on the "created_by" field.
func CreatedByGT ¶
func CreatedByGT(v string) predicate.Subprocessor
CreatedByGT applies the GT predicate on the "created_by" field.
func CreatedByGTE ¶
func CreatedByGTE(v string) predicate.Subprocessor
CreatedByGTE applies the GTE predicate on the "created_by" field.
func CreatedByHasPrefix ¶
func CreatedByHasPrefix(v string) predicate.Subprocessor
CreatedByHasPrefix applies the HasPrefix predicate on the "created_by" field.
func CreatedByHasSuffix ¶
func CreatedByHasSuffix(v string) predicate.Subprocessor
CreatedByHasSuffix applies the HasSuffix predicate on the "created_by" field.
func CreatedByIn ¶
func CreatedByIn(vs ...string) predicate.Subprocessor
CreatedByIn applies the In predicate on the "created_by" field.
func CreatedByIsNil ¶
func CreatedByIsNil() predicate.Subprocessor
CreatedByIsNil applies the IsNil predicate on the "created_by" field.
func CreatedByLT ¶
func CreatedByLT(v string) predicate.Subprocessor
CreatedByLT applies the LT predicate on the "created_by" field.
func CreatedByLTE ¶
func CreatedByLTE(v string) predicate.Subprocessor
CreatedByLTE applies the LTE predicate on the "created_by" field.
func CreatedByNEQ ¶
func CreatedByNEQ(v string) predicate.Subprocessor
CreatedByNEQ applies the NEQ predicate on the "created_by" field.
func CreatedByNotIn ¶
func CreatedByNotIn(vs ...string) predicate.Subprocessor
CreatedByNotIn applies the NotIn predicate on the "created_by" field.
func CreatedByNotNil ¶
func CreatedByNotNil() predicate.Subprocessor
CreatedByNotNil applies the NotNil predicate on the "created_by" field.
func DeletedAt ¶
func DeletedAt(v time.Time) predicate.Subprocessor
DeletedAt applies equality check predicate on the "deleted_at" field. It's identical to DeletedAtEQ.
func DeletedAtEQ ¶
func DeletedAtEQ(v time.Time) predicate.Subprocessor
DeletedAtEQ applies the EQ predicate on the "deleted_at" field.
func DeletedAtGT ¶
func DeletedAtGT(v time.Time) predicate.Subprocessor
DeletedAtGT applies the GT predicate on the "deleted_at" field.
func DeletedAtGTE ¶
func DeletedAtGTE(v time.Time) predicate.Subprocessor
DeletedAtGTE applies the GTE predicate on the "deleted_at" field.
func DeletedAtIn ¶
func DeletedAtIn(vs ...time.Time) predicate.Subprocessor
DeletedAtIn applies the In predicate on the "deleted_at" field.
func DeletedAtIsNil ¶
func DeletedAtIsNil() predicate.Subprocessor
DeletedAtIsNil applies the IsNil predicate on the "deleted_at" field.
func DeletedAtLT ¶
func DeletedAtLT(v time.Time) predicate.Subprocessor
DeletedAtLT applies the LT predicate on the "deleted_at" field.
func DeletedAtLTE ¶
func DeletedAtLTE(v time.Time) predicate.Subprocessor
DeletedAtLTE applies the LTE predicate on the "deleted_at" field.
func DeletedAtNEQ ¶
func DeletedAtNEQ(v time.Time) predicate.Subprocessor
DeletedAtNEQ applies the NEQ predicate on the "deleted_at" field.
func DeletedAtNotIn ¶
func DeletedAtNotIn(vs ...time.Time) predicate.Subprocessor
DeletedAtNotIn applies the NotIn predicate on the "deleted_at" field.
func DeletedAtNotNil ¶
func DeletedAtNotNil() predicate.Subprocessor
DeletedAtNotNil applies the NotNil predicate on the "deleted_at" field.
func DeletedBy ¶
func DeletedBy(v string) predicate.Subprocessor
DeletedBy applies equality check predicate on the "deleted_by" field. It's identical to DeletedByEQ.
func DeletedByContains ¶
func DeletedByContains(v string) predicate.Subprocessor
DeletedByContains applies the Contains predicate on the "deleted_by" field.
func DeletedByContainsFold ¶
func DeletedByContainsFold(v string) predicate.Subprocessor
DeletedByContainsFold applies the ContainsFold predicate on the "deleted_by" field.
func DeletedByEQ ¶
func DeletedByEQ(v string) predicate.Subprocessor
DeletedByEQ applies the EQ predicate on the "deleted_by" field.
func DeletedByEqualFold ¶
func DeletedByEqualFold(v string) predicate.Subprocessor
DeletedByEqualFold applies the EqualFold predicate on the "deleted_by" field.
func DeletedByGT ¶
func DeletedByGT(v string) predicate.Subprocessor
DeletedByGT applies the GT predicate on the "deleted_by" field.
func DeletedByGTE ¶
func DeletedByGTE(v string) predicate.Subprocessor
DeletedByGTE applies the GTE predicate on the "deleted_by" field.
func DeletedByHasPrefix ¶
func DeletedByHasPrefix(v string) predicate.Subprocessor
DeletedByHasPrefix applies the HasPrefix predicate on the "deleted_by" field.
func DeletedByHasSuffix ¶
func DeletedByHasSuffix(v string) predicate.Subprocessor
DeletedByHasSuffix applies the HasSuffix predicate on the "deleted_by" field.
func DeletedByIn ¶
func DeletedByIn(vs ...string) predicate.Subprocessor
DeletedByIn applies the In predicate on the "deleted_by" field.
func DeletedByIsNil ¶
func DeletedByIsNil() predicate.Subprocessor
DeletedByIsNil applies the IsNil predicate on the "deleted_by" field.
func DeletedByLT ¶
func DeletedByLT(v string) predicate.Subprocessor
DeletedByLT applies the LT predicate on the "deleted_by" field.
func DeletedByLTE ¶
func DeletedByLTE(v string) predicate.Subprocessor
DeletedByLTE applies the LTE predicate on the "deleted_by" field.
func DeletedByNEQ ¶
func DeletedByNEQ(v string) predicate.Subprocessor
DeletedByNEQ applies the NEQ predicate on the "deleted_by" field.
func DeletedByNotIn ¶
func DeletedByNotIn(vs ...string) predicate.Subprocessor
DeletedByNotIn applies the NotIn predicate on the "deleted_by" field.
func DeletedByNotNil ¶
func DeletedByNotNil() predicate.Subprocessor
DeletedByNotNil applies the NotNil predicate on the "deleted_by" field.
func IDContainsFold ¶
func IDContainsFold(id string) predicate.Subprocessor
IDContainsFold applies the ContainsFold predicate on the ID field.
func IDEQ ¶
func IDEQ(id string) predicate.Subprocessor
IDEQ applies the EQ predicate on the ID field.
func IDEqualFold ¶
func IDEqualFold(id string) predicate.Subprocessor
IDEqualFold applies the EqualFold predicate on the ID field.
func IDGT ¶
func IDGT(id string) predicate.Subprocessor
IDGT applies the GT predicate on the ID field.
func IDGTE ¶
func IDGTE(id string) predicate.Subprocessor
IDGTE applies the GTE predicate on the ID field.
func IDIn ¶
func IDIn(ids ...string) predicate.Subprocessor
IDIn applies the In predicate on the ID field.
func IDLT ¶
func IDLT(id string) predicate.Subprocessor
IDLT applies the LT predicate on the ID field.
func IDLTE ¶
func IDLTE(id string) predicate.Subprocessor
IDLTE applies the LTE predicate on the ID field.
func IDNEQ ¶
func IDNEQ(id string) predicate.Subprocessor
IDNEQ applies the NEQ predicate on the ID field.
func IDNotIn ¶
func IDNotIn(ids ...string) predicate.Subprocessor
IDNotIn applies the NotIn predicate on the ID field.
func Not ¶
func Not(p predicate.Subprocessor) predicate.Subprocessor
Not applies the not operator on the given predicate.
func Or ¶
func Or(predicates ...predicate.Subprocessor) predicate.Subprocessor
Or groups predicates with the OR operator between them.
func TagsIsNil ¶
func TagsIsNil() predicate.Subprocessor
TagsIsNil applies the IsNil predicate on the "tags" field.
func TagsNotNil ¶
func TagsNotNil() predicate.Subprocessor
TagsNotNil applies the NotNil predicate on the "tags" field.
func UpdatedAt ¶
func UpdatedAt(v time.Time) predicate.Subprocessor
UpdatedAt applies equality check predicate on the "updated_at" field. It's identical to UpdatedAtEQ.
func UpdatedAtEQ ¶
func UpdatedAtEQ(v time.Time) predicate.Subprocessor
UpdatedAtEQ applies the EQ predicate on the "updated_at" field.
func UpdatedAtGT ¶
func UpdatedAtGT(v time.Time) predicate.Subprocessor
UpdatedAtGT applies the GT predicate on the "updated_at" field.
func UpdatedAtGTE ¶
func UpdatedAtGTE(v time.Time) predicate.Subprocessor
UpdatedAtGTE applies the GTE predicate on the "updated_at" field.
func UpdatedAtIn ¶
func UpdatedAtIn(vs ...time.Time) predicate.Subprocessor
UpdatedAtIn applies the In predicate on the "updated_at" field.
func UpdatedAtIsNil ¶
func UpdatedAtIsNil() predicate.Subprocessor
UpdatedAtIsNil applies the IsNil predicate on the "updated_at" field.
func UpdatedAtLT ¶
func UpdatedAtLT(v time.Time) predicate.Subprocessor
UpdatedAtLT applies the LT predicate on the "updated_at" field.
func UpdatedAtLTE ¶
func UpdatedAtLTE(v time.Time) predicate.Subprocessor
UpdatedAtLTE applies the LTE predicate on the "updated_at" field.
func UpdatedAtNEQ ¶
func UpdatedAtNEQ(v time.Time) predicate.Subprocessor
UpdatedAtNEQ applies the NEQ predicate on the "updated_at" field.
func UpdatedAtNotIn ¶
func UpdatedAtNotIn(vs ...time.Time) predicate.Subprocessor
UpdatedAtNotIn applies the NotIn predicate on the "updated_at" field.
func UpdatedAtNotNil ¶
func UpdatedAtNotNil() predicate.Subprocessor
UpdatedAtNotNil applies the NotNil predicate on the "updated_at" field.
func UpdatedBy ¶
func UpdatedBy(v string) predicate.Subprocessor
UpdatedBy applies equality check predicate on the "updated_by" field. It's identical to UpdatedByEQ.
func UpdatedByContains ¶
func UpdatedByContains(v string) predicate.Subprocessor
UpdatedByContains applies the Contains predicate on the "updated_by" field.
func UpdatedByContainsFold ¶
func UpdatedByContainsFold(v string) predicate.Subprocessor
UpdatedByContainsFold applies the ContainsFold predicate on the "updated_by" field.
func UpdatedByEQ ¶
func UpdatedByEQ(v string) predicate.Subprocessor
UpdatedByEQ applies the EQ predicate on the "updated_by" field.
func UpdatedByEqualFold ¶
func UpdatedByEqualFold(v string) predicate.Subprocessor
UpdatedByEqualFold applies the EqualFold predicate on the "updated_by" field.
func UpdatedByGT ¶
func UpdatedByGT(v string) predicate.Subprocessor
UpdatedByGT applies the GT predicate on the "updated_by" field.
func UpdatedByGTE ¶
func UpdatedByGTE(v string) predicate.Subprocessor
UpdatedByGTE applies the GTE predicate on the "updated_by" field.
func UpdatedByHasPrefix ¶
func UpdatedByHasPrefix(v string) predicate.Subprocessor
UpdatedByHasPrefix applies the HasPrefix predicate on the "updated_by" field.
func UpdatedByHasSuffix ¶
func UpdatedByHasSuffix(v string) predicate.Subprocessor
UpdatedByHasSuffix applies the HasSuffix predicate on the "updated_by" field.
func UpdatedByIn ¶
func UpdatedByIn(vs ...string) predicate.Subprocessor
UpdatedByIn applies the In predicate on the "updated_by" field.
func UpdatedByIsNil ¶
func UpdatedByIsNil() predicate.Subprocessor
UpdatedByIsNil applies the IsNil predicate on the "updated_by" field.
func UpdatedByLT ¶
func UpdatedByLT(v string) predicate.Subprocessor
UpdatedByLT applies the LT predicate on the "updated_by" field.
func UpdatedByLTE ¶
func UpdatedByLTE(v string) predicate.Subprocessor
UpdatedByLTE applies the LTE predicate on the "updated_by" field.
func UpdatedByNEQ ¶
func UpdatedByNEQ(v string) predicate.Subprocessor
UpdatedByNEQ applies the NEQ predicate on the "updated_by" field.
func UpdatedByNotIn ¶
func UpdatedByNotIn(vs ...string) predicate.Subprocessor
UpdatedByNotIn applies the NotIn predicate on the "updated_by" field.
func UpdatedByNotNil ¶
func UpdatedByNotNil() predicate.Subprocessor
UpdatedByNotNil applies the NotNil predicate on the "updated_by" field.
func ValidColumn ¶
ValidColumn reports if the column name is valid (part of the table columns).
Types ¶
type OrderOption ¶
OrderOption defines the ordering options for the Subprocessor queries.
func ByCreatedAt ¶
func ByCreatedAt(opts ...sql.OrderTermOption) OrderOption
ByCreatedAt orders the results by the created_at field.
func ByCreatedBy ¶
func ByCreatedBy(opts ...sql.OrderTermOption) OrderOption
ByCreatedBy orders the results by the created_by field.
func ByDeletedAt ¶
func ByDeletedAt(opts ...sql.OrderTermOption) OrderOption
ByDeletedAt orders the results by the deleted_at field.
func ByDeletedBy ¶
func ByDeletedBy(opts ...sql.OrderTermOption) OrderOption
ByDeletedBy orders the results by the deleted_by field.
func ByID ¶
func ByID(opts ...sql.OrderTermOption) OrderOption
ByID orders the results by the id field.
func ByUpdatedAt ¶
func ByUpdatedAt(opts ...sql.OrderTermOption) OrderOption
ByUpdatedAt orders the results by the updated_at field.
func ByUpdatedBy ¶
func ByUpdatedBy(opts ...sql.OrderTermOption) OrderOption
ByUpdatedBy orders the results by the updated_by field.