subprocessorhistory

package
v0.30.10 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 7, 2025 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Label holds the string label denoting the subprocessorhistory type in the database.
	Label = "subprocessor_history"
	// FieldID holds the string denoting the id field in the database.
	FieldID = "id"
	// FieldHistoryTime holds the string denoting the history_time field in the database.
	FieldHistoryTime = "history_time"
	// FieldRef holds the string denoting the ref field in the database.
	FieldRef = "ref"
	// FieldOperation holds the string denoting the operation field in the database.
	FieldOperation = "operation"
	// 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"
	// FieldOwnerID holds the string denoting the owner_id field in the database.
	FieldOwnerID = "owner_id"
	// FieldSystemOwned holds the string denoting the system_owned field in the database.
	FieldSystemOwned = "system_owned"
	// FieldName holds the string denoting the name field in the database.
	FieldName = "name"
	// FieldDescription holds the string denoting the description field in the database.
	FieldDescription = "description"
	// FieldLogoRemoteURL holds the string denoting the logo_remote_url field in the database.
	FieldLogoRemoteURL = "logo_remote_url"
	// FieldLogoLocalFileID holds the string denoting the logo_local_file_id field in the database.
	FieldLogoLocalFileID = "logo_local_file_id"
	// Table holds the table name of the subprocessorhistory in the database.
	Table = "subprocessor_history"
)

Variables

View Source
var (
	Hooks        [1]ent.Hook
	Interceptors [1]ent.Interceptor
	Policy       ent.Policy
	// DefaultHistoryTime holds the default value on creation for the "history_time" field.
	DefaultHistoryTime func() time.Time
	// 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
	// DefaultSystemOwned holds the default value on creation for the "system_owned" field.
	DefaultSystemOwned bool
	// 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"

Columns holds all SQL columns for subprocessorhistory fields.

Functions

func And

And groups predicates with the AND operator between them.

func CreatedAt

CreatedAt applies equality check predicate on the "created_at" field. It's identical to CreatedAtEQ.

func CreatedAtEQ

func CreatedAtEQ(v time.Time) predicate.SubprocessorHistory

CreatedAtEQ applies the EQ predicate on the "created_at" field.

func CreatedAtGT

func CreatedAtGT(v time.Time) predicate.SubprocessorHistory

CreatedAtGT applies the GT predicate on the "created_at" field.

func CreatedAtGTE

func CreatedAtGTE(v time.Time) predicate.SubprocessorHistory

CreatedAtGTE applies the GTE predicate on the "created_at" field.

func CreatedAtIn

func CreatedAtIn(vs ...time.Time) predicate.SubprocessorHistory

CreatedAtIn applies the In predicate on the "created_at" field.

func CreatedAtIsNil

func CreatedAtIsNil() predicate.SubprocessorHistory

CreatedAtIsNil applies the IsNil predicate on the "created_at" field.

func CreatedAtLT

func CreatedAtLT(v time.Time) predicate.SubprocessorHistory

CreatedAtLT applies the LT predicate on the "created_at" field.

func CreatedAtLTE

func CreatedAtLTE(v time.Time) predicate.SubprocessorHistory

CreatedAtLTE applies the LTE predicate on the "created_at" field.

func CreatedAtNEQ

func CreatedAtNEQ(v time.Time) predicate.SubprocessorHistory

CreatedAtNEQ applies the NEQ predicate on the "created_at" field.

func CreatedAtNotIn

func CreatedAtNotIn(vs ...time.Time) predicate.SubprocessorHistory

CreatedAtNotIn applies the NotIn predicate on the "created_at" field.

func CreatedAtNotNil

func CreatedAtNotNil() predicate.SubprocessorHistory

CreatedAtNotNil applies the NotNil predicate on the "created_at" field.

func CreatedBy

CreatedBy applies equality check predicate on the "created_by" field. It's identical to CreatedByEQ.

func CreatedByContains

func CreatedByContains(v string) predicate.SubprocessorHistory

CreatedByContains applies the Contains predicate on the "created_by" field.

func CreatedByContainsFold

func CreatedByContainsFold(v string) predicate.SubprocessorHistory

CreatedByContainsFold applies the ContainsFold predicate on the "created_by" field.

func CreatedByEQ

func CreatedByEQ(v string) predicate.SubprocessorHistory

CreatedByEQ applies the EQ predicate on the "created_by" field.

func CreatedByEqualFold

func CreatedByEqualFold(v string) predicate.SubprocessorHistory

CreatedByEqualFold applies the EqualFold predicate on the "created_by" field.

func CreatedByGT

func CreatedByGT(v string) predicate.SubprocessorHistory

CreatedByGT applies the GT predicate on the "created_by" field.

func CreatedByGTE

func CreatedByGTE(v string) predicate.SubprocessorHistory

CreatedByGTE applies the GTE predicate on the "created_by" field.

func CreatedByHasPrefix

func CreatedByHasPrefix(v string) predicate.SubprocessorHistory

CreatedByHasPrefix applies the HasPrefix predicate on the "created_by" field.

func CreatedByHasSuffix

func CreatedByHasSuffix(v string) predicate.SubprocessorHistory

CreatedByHasSuffix applies the HasSuffix predicate on the "created_by" field.

func CreatedByIn

func CreatedByIn(vs ...string) predicate.SubprocessorHistory

CreatedByIn applies the In predicate on the "created_by" field.

func CreatedByIsNil

func CreatedByIsNil() predicate.SubprocessorHistory

CreatedByIsNil applies the IsNil predicate on the "created_by" field.

func CreatedByLT

func CreatedByLT(v string) predicate.SubprocessorHistory

CreatedByLT applies the LT predicate on the "created_by" field.

func CreatedByLTE

func CreatedByLTE(v string) predicate.SubprocessorHistory

CreatedByLTE applies the LTE predicate on the "created_by" field.

func CreatedByNEQ

func CreatedByNEQ(v string) predicate.SubprocessorHistory

CreatedByNEQ applies the NEQ predicate on the "created_by" field.

func CreatedByNotIn

func CreatedByNotIn(vs ...string) predicate.SubprocessorHistory

CreatedByNotIn applies the NotIn predicate on the "created_by" field.

func CreatedByNotNil

func CreatedByNotNil() predicate.SubprocessorHistory

CreatedByNotNil applies the NotNil predicate on the "created_by" field.

func DeletedAt

DeletedAt applies equality check predicate on the "deleted_at" field. It's identical to DeletedAtEQ.

func DeletedAtEQ

func DeletedAtEQ(v time.Time) predicate.SubprocessorHistory

DeletedAtEQ applies the EQ predicate on the "deleted_at" field.

func DeletedAtGT

func DeletedAtGT(v time.Time) predicate.SubprocessorHistory

DeletedAtGT applies the GT predicate on the "deleted_at" field.

func DeletedAtGTE

func DeletedAtGTE(v time.Time) predicate.SubprocessorHistory

DeletedAtGTE applies the GTE predicate on the "deleted_at" field.

func DeletedAtIn

func DeletedAtIn(vs ...time.Time) predicate.SubprocessorHistory

DeletedAtIn applies the In predicate on the "deleted_at" field.

func DeletedAtIsNil

func DeletedAtIsNil() predicate.SubprocessorHistory

DeletedAtIsNil applies the IsNil predicate on the "deleted_at" field.

func DeletedAtLT

func DeletedAtLT(v time.Time) predicate.SubprocessorHistory

DeletedAtLT applies the LT predicate on the "deleted_at" field.

func DeletedAtLTE

func DeletedAtLTE(v time.Time) predicate.SubprocessorHistory

DeletedAtLTE applies the LTE predicate on the "deleted_at" field.

func DeletedAtNEQ

func DeletedAtNEQ(v time.Time) predicate.SubprocessorHistory

DeletedAtNEQ applies the NEQ predicate on the "deleted_at" field.

func DeletedAtNotIn

func DeletedAtNotIn(vs ...time.Time) predicate.SubprocessorHistory

DeletedAtNotIn applies the NotIn predicate on the "deleted_at" field.

func DeletedAtNotNil

func DeletedAtNotNil() predicate.SubprocessorHistory

DeletedAtNotNil applies the NotNil predicate on the "deleted_at" field.

func DeletedBy

DeletedBy applies equality check predicate on the "deleted_by" field. It's identical to DeletedByEQ.

func DeletedByContains

func DeletedByContains(v string) predicate.SubprocessorHistory

DeletedByContains applies the Contains predicate on the "deleted_by" field.

func DeletedByContainsFold

func DeletedByContainsFold(v string) predicate.SubprocessorHistory

DeletedByContainsFold applies the ContainsFold predicate on the "deleted_by" field.

func DeletedByEQ

func DeletedByEQ(v string) predicate.SubprocessorHistory

DeletedByEQ applies the EQ predicate on the "deleted_by" field.

func DeletedByEqualFold

func DeletedByEqualFold(v string) predicate.SubprocessorHistory

DeletedByEqualFold applies the EqualFold predicate on the "deleted_by" field.

func DeletedByGT

func DeletedByGT(v string) predicate.SubprocessorHistory

DeletedByGT applies the GT predicate on the "deleted_by" field.

func DeletedByGTE

func DeletedByGTE(v string) predicate.SubprocessorHistory

DeletedByGTE applies the GTE predicate on the "deleted_by" field.

func DeletedByHasPrefix

func DeletedByHasPrefix(v string) predicate.SubprocessorHistory

DeletedByHasPrefix applies the HasPrefix predicate on the "deleted_by" field.

func DeletedByHasSuffix

func DeletedByHasSuffix(v string) predicate.SubprocessorHistory

DeletedByHasSuffix applies the HasSuffix predicate on the "deleted_by" field.

func DeletedByIn

func DeletedByIn(vs ...string) predicate.SubprocessorHistory

DeletedByIn applies the In predicate on the "deleted_by" field.

func DeletedByIsNil

func DeletedByIsNil() predicate.SubprocessorHistory

DeletedByIsNil applies the IsNil predicate on the "deleted_by" field.

func DeletedByLT

func DeletedByLT(v string) predicate.SubprocessorHistory

DeletedByLT applies the LT predicate on the "deleted_by" field.

func DeletedByLTE

func DeletedByLTE(v string) predicate.SubprocessorHistory

DeletedByLTE applies the LTE predicate on the "deleted_by" field.

func DeletedByNEQ

func DeletedByNEQ(v string) predicate.SubprocessorHistory

DeletedByNEQ applies the NEQ predicate on the "deleted_by" field.

func DeletedByNotIn

func DeletedByNotIn(vs ...string) predicate.SubprocessorHistory

DeletedByNotIn applies the NotIn predicate on the "deleted_by" field.

func DeletedByNotNil

func DeletedByNotNil() predicate.SubprocessorHistory

DeletedByNotNil applies the NotNil predicate on the "deleted_by" field.

func Description added in v0.22.3

func Description(v string) predicate.SubprocessorHistory

Description applies equality check predicate on the "description" field. It's identical to DescriptionEQ.

func DescriptionContains added in v0.22.3

func DescriptionContains(v string) predicate.SubprocessorHistory

DescriptionContains applies the Contains predicate on the "description" field.

func DescriptionContainsFold added in v0.22.3

func DescriptionContainsFold(v string) predicate.SubprocessorHistory

DescriptionContainsFold applies the ContainsFold predicate on the "description" field.

func DescriptionEQ added in v0.22.3

func DescriptionEQ(v string) predicate.SubprocessorHistory

DescriptionEQ applies the EQ predicate on the "description" field.

func DescriptionEqualFold added in v0.22.3

func DescriptionEqualFold(v string) predicate.SubprocessorHistory

DescriptionEqualFold applies the EqualFold predicate on the "description" field.

func DescriptionGT added in v0.22.3

func DescriptionGT(v string) predicate.SubprocessorHistory

DescriptionGT applies the GT predicate on the "description" field.

func DescriptionGTE added in v0.22.3

func DescriptionGTE(v string) predicate.SubprocessorHistory

DescriptionGTE applies the GTE predicate on the "description" field.

func DescriptionHasPrefix added in v0.22.3

func DescriptionHasPrefix(v string) predicate.SubprocessorHistory

DescriptionHasPrefix applies the HasPrefix predicate on the "description" field.

func DescriptionHasSuffix added in v0.22.3

func DescriptionHasSuffix(v string) predicate.SubprocessorHistory

DescriptionHasSuffix applies the HasSuffix predicate on the "description" field.

func DescriptionIn added in v0.22.3

func DescriptionIn(vs ...string) predicate.SubprocessorHistory

DescriptionIn applies the In predicate on the "description" field.

func DescriptionIsNil added in v0.22.3

func DescriptionIsNil() predicate.SubprocessorHistory

DescriptionIsNil applies the IsNil predicate on the "description" field.

func DescriptionLT added in v0.22.3

func DescriptionLT(v string) predicate.SubprocessorHistory

DescriptionLT applies the LT predicate on the "description" field.

func DescriptionLTE added in v0.22.3

func DescriptionLTE(v string) predicate.SubprocessorHistory

DescriptionLTE applies the LTE predicate on the "description" field.

func DescriptionNEQ added in v0.22.3

func DescriptionNEQ(v string) predicate.SubprocessorHistory

DescriptionNEQ applies the NEQ predicate on the "description" field.

func DescriptionNotIn added in v0.22.3

func DescriptionNotIn(vs ...string) predicate.SubprocessorHistory

DescriptionNotIn applies the NotIn predicate on the "description" field.

func DescriptionNotNil added in v0.22.3

func DescriptionNotNil() predicate.SubprocessorHistory

DescriptionNotNil applies the NotNil predicate on the "description" field.

func HistoryTime

func HistoryTime(v time.Time) predicate.SubprocessorHistory

HistoryTime applies equality check predicate on the "history_time" field. It's identical to HistoryTimeEQ.

func HistoryTimeEQ

func HistoryTimeEQ(v time.Time) predicate.SubprocessorHistory

HistoryTimeEQ applies the EQ predicate on the "history_time" field.

func HistoryTimeGT

func HistoryTimeGT(v time.Time) predicate.SubprocessorHistory

HistoryTimeGT applies the GT predicate on the "history_time" field.

func HistoryTimeGTE

func HistoryTimeGTE(v time.Time) predicate.SubprocessorHistory

HistoryTimeGTE applies the GTE predicate on the "history_time" field.

func HistoryTimeIn

func HistoryTimeIn(vs ...time.Time) predicate.SubprocessorHistory

HistoryTimeIn applies the In predicate on the "history_time" field.

func HistoryTimeLT

func HistoryTimeLT(v time.Time) predicate.SubprocessorHistory

HistoryTimeLT applies the LT predicate on the "history_time" field.

func HistoryTimeLTE

func HistoryTimeLTE(v time.Time) predicate.SubprocessorHistory

HistoryTimeLTE applies the LTE predicate on the "history_time" field.

func HistoryTimeNEQ

func HistoryTimeNEQ(v time.Time) predicate.SubprocessorHistory

HistoryTimeNEQ applies the NEQ predicate on the "history_time" field.

func HistoryTimeNotIn

func HistoryTimeNotIn(vs ...time.Time) predicate.SubprocessorHistory

HistoryTimeNotIn applies the NotIn predicate on the "history_time" field.

func ID

ID filters vertices based on their ID field.

func IDContainsFold

func IDContainsFold(id string) predicate.SubprocessorHistory

IDContainsFold applies the ContainsFold predicate on the ID field.

func IDEQ

IDEQ applies the EQ predicate on the ID field.

func IDEqualFold

func IDEqualFold(id string) predicate.SubprocessorHistory

IDEqualFold applies the EqualFold predicate on the ID field.

func IDGT

IDGT applies the GT predicate on the ID field.

func IDGTE

IDGTE applies the GTE predicate on the ID field.

func IDIn

IDIn applies the In predicate on the ID field.

func IDLT

IDLT applies the LT predicate on the ID field.

func IDLTE

IDLTE applies the LTE predicate on the ID field.

func IDNEQ

IDNEQ applies the NEQ predicate on the ID field.

func IDNotIn

func IDNotIn(ids ...string) predicate.SubprocessorHistory

IDNotIn applies the NotIn predicate on the ID field.

func LogoLocalFileID added in v0.22.3

func LogoLocalFileID(v string) predicate.SubprocessorHistory

LogoLocalFileID applies equality check predicate on the "logo_local_file_id" field. It's identical to LogoLocalFileIDEQ.

func LogoLocalFileIDContains added in v0.22.3

func LogoLocalFileIDContains(v string) predicate.SubprocessorHistory

LogoLocalFileIDContains applies the Contains predicate on the "logo_local_file_id" field.

func LogoLocalFileIDContainsFold added in v0.22.3

func LogoLocalFileIDContainsFold(v string) predicate.SubprocessorHistory

LogoLocalFileIDContainsFold applies the ContainsFold predicate on the "logo_local_file_id" field.

func LogoLocalFileIDEQ added in v0.22.3

func LogoLocalFileIDEQ(v string) predicate.SubprocessorHistory

LogoLocalFileIDEQ applies the EQ predicate on the "logo_local_file_id" field.

func LogoLocalFileIDEqualFold added in v0.22.3

func LogoLocalFileIDEqualFold(v string) predicate.SubprocessorHistory

LogoLocalFileIDEqualFold applies the EqualFold predicate on the "logo_local_file_id" field.

func LogoLocalFileIDGT added in v0.22.3

func LogoLocalFileIDGT(v string) predicate.SubprocessorHistory

LogoLocalFileIDGT applies the GT predicate on the "logo_local_file_id" field.

func LogoLocalFileIDGTE added in v0.22.3

func LogoLocalFileIDGTE(v string) predicate.SubprocessorHistory

LogoLocalFileIDGTE applies the GTE predicate on the "logo_local_file_id" field.

func LogoLocalFileIDHasPrefix added in v0.22.3

func LogoLocalFileIDHasPrefix(v string) predicate.SubprocessorHistory

LogoLocalFileIDHasPrefix applies the HasPrefix predicate on the "logo_local_file_id" field.

func LogoLocalFileIDHasSuffix added in v0.22.3

func LogoLocalFileIDHasSuffix(v string) predicate.SubprocessorHistory

LogoLocalFileIDHasSuffix applies the HasSuffix predicate on the "logo_local_file_id" field.

func LogoLocalFileIDIn added in v0.22.3

func LogoLocalFileIDIn(vs ...string) predicate.SubprocessorHistory

LogoLocalFileIDIn applies the In predicate on the "logo_local_file_id" field.

func LogoLocalFileIDIsNil added in v0.22.3

func LogoLocalFileIDIsNil() predicate.SubprocessorHistory

LogoLocalFileIDIsNil applies the IsNil predicate on the "logo_local_file_id" field.

func LogoLocalFileIDLT added in v0.22.3

func LogoLocalFileIDLT(v string) predicate.SubprocessorHistory

LogoLocalFileIDLT applies the LT predicate on the "logo_local_file_id" field.

func LogoLocalFileIDLTE added in v0.22.3

func LogoLocalFileIDLTE(v string) predicate.SubprocessorHistory

LogoLocalFileIDLTE applies the LTE predicate on the "logo_local_file_id" field.

func LogoLocalFileIDNEQ added in v0.22.3

func LogoLocalFileIDNEQ(v string) predicate.SubprocessorHistory

LogoLocalFileIDNEQ applies the NEQ predicate on the "logo_local_file_id" field.

func LogoLocalFileIDNotIn added in v0.22.3

func LogoLocalFileIDNotIn(vs ...string) predicate.SubprocessorHistory

LogoLocalFileIDNotIn applies the NotIn predicate on the "logo_local_file_id" field.

func LogoLocalFileIDNotNil added in v0.22.3

func LogoLocalFileIDNotNil() predicate.SubprocessorHistory

LogoLocalFileIDNotNil applies the NotNil predicate on the "logo_local_file_id" field.

func LogoRemoteURL added in v0.22.3

func LogoRemoteURL(v string) predicate.SubprocessorHistory

LogoRemoteURL applies equality check predicate on the "logo_remote_url" field. It's identical to LogoRemoteURLEQ.

func LogoRemoteURLContains added in v0.22.3

func LogoRemoteURLContains(v string) predicate.SubprocessorHistory

LogoRemoteURLContains applies the Contains predicate on the "logo_remote_url" field.

func LogoRemoteURLContainsFold added in v0.22.3

func LogoRemoteURLContainsFold(v string) predicate.SubprocessorHistory

LogoRemoteURLContainsFold applies the ContainsFold predicate on the "logo_remote_url" field.

func LogoRemoteURLEQ added in v0.22.3

func LogoRemoteURLEQ(v string) predicate.SubprocessorHistory

LogoRemoteURLEQ applies the EQ predicate on the "logo_remote_url" field.

func LogoRemoteURLEqualFold added in v0.22.3

func LogoRemoteURLEqualFold(v string) predicate.SubprocessorHistory

LogoRemoteURLEqualFold applies the EqualFold predicate on the "logo_remote_url" field.

func LogoRemoteURLGT added in v0.22.3

func LogoRemoteURLGT(v string) predicate.SubprocessorHistory

LogoRemoteURLGT applies the GT predicate on the "logo_remote_url" field.

func LogoRemoteURLGTE added in v0.22.3

func LogoRemoteURLGTE(v string) predicate.SubprocessorHistory

LogoRemoteURLGTE applies the GTE predicate on the "logo_remote_url" field.

func LogoRemoteURLHasPrefix added in v0.22.3

func LogoRemoteURLHasPrefix(v string) predicate.SubprocessorHistory

LogoRemoteURLHasPrefix applies the HasPrefix predicate on the "logo_remote_url" field.

func LogoRemoteURLHasSuffix added in v0.22.3

func LogoRemoteURLHasSuffix(v string) predicate.SubprocessorHistory

LogoRemoteURLHasSuffix applies the HasSuffix predicate on the "logo_remote_url" field.

func LogoRemoteURLIn added in v0.22.3

func LogoRemoteURLIn(vs ...string) predicate.SubprocessorHistory

LogoRemoteURLIn applies the In predicate on the "logo_remote_url" field.

func LogoRemoteURLIsNil added in v0.22.3

func LogoRemoteURLIsNil() predicate.SubprocessorHistory

LogoRemoteURLIsNil applies the IsNil predicate on the "logo_remote_url" field.

func LogoRemoteURLLT added in v0.22.3

func LogoRemoteURLLT(v string) predicate.SubprocessorHistory

LogoRemoteURLLT applies the LT predicate on the "logo_remote_url" field.

func LogoRemoteURLLTE added in v0.22.3

func LogoRemoteURLLTE(v string) predicate.SubprocessorHistory

LogoRemoteURLLTE applies the LTE predicate on the "logo_remote_url" field.

func LogoRemoteURLNEQ added in v0.22.3

func LogoRemoteURLNEQ(v string) predicate.SubprocessorHistory

LogoRemoteURLNEQ applies the NEQ predicate on the "logo_remote_url" field.

func LogoRemoteURLNotIn added in v0.22.3

func LogoRemoteURLNotIn(vs ...string) predicate.SubprocessorHistory

LogoRemoteURLNotIn applies the NotIn predicate on the "logo_remote_url" field.

func LogoRemoteURLNotNil added in v0.22.3

func LogoRemoteURLNotNil() predicate.SubprocessorHistory

LogoRemoteURLNotNil applies the NotNil predicate on the "logo_remote_url" field.

func Name added in v0.22.3

Name applies equality check predicate on the "name" field. It's identical to NameEQ.

func NameContains added in v0.22.3

func NameContains(v string) predicate.SubprocessorHistory

NameContains applies the Contains predicate on the "name" field.

func NameContainsFold added in v0.22.3

func NameContainsFold(v string) predicate.SubprocessorHistory

NameContainsFold applies the ContainsFold predicate on the "name" field.

func NameEQ added in v0.22.3

NameEQ applies the EQ predicate on the "name" field.

func NameEqualFold added in v0.22.3

func NameEqualFold(v string) predicate.SubprocessorHistory

NameEqualFold applies the EqualFold predicate on the "name" field.

func NameGT added in v0.22.3

NameGT applies the GT predicate on the "name" field.

func NameGTE added in v0.22.3

NameGTE applies the GTE predicate on the "name" field.

func NameHasPrefix added in v0.22.3

func NameHasPrefix(v string) predicate.SubprocessorHistory

NameHasPrefix applies the HasPrefix predicate on the "name" field.

func NameHasSuffix added in v0.22.3

func NameHasSuffix(v string) predicate.SubprocessorHistory

NameHasSuffix applies the HasSuffix predicate on the "name" field.

func NameIn added in v0.22.3

func NameIn(vs ...string) predicate.SubprocessorHistory

NameIn applies the In predicate on the "name" field.

func NameLT added in v0.22.3

NameLT applies the LT predicate on the "name" field.

func NameLTE added in v0.22.3

NameLTE applies the LTE predicate on the "name" field.

func NameNEQ added in v0.22.3

NameNEQ applies the NEQ predicate on the "name" field.

func NameNotIn added in v0.22.3

func NameNotIn(vs ...string) predicate.SubprocessorHistory

NameNotIn applies the NotIn predicate on the "name" field.

func Not

Not applies the not operator on the given predicate.

func OperationEQ

OperationEQ applies the EQ predicate on the "operation" field.

func OperationIn

func OperationIn(vs ...history.OpType) predicate.SubprocessorHistory

OperationIn applies the In predicate on the "operation" field.

func OperationNEQ

OperationNEQ applies the NEQ predicate on the "operation" field.

func OperationNotIn

func OperationNotIn(vs ...history.OpType) predicate.SubprocessorHistory

OperationNotIn applies the NotIn predicate on the "operation" field.

func OperationValidator

func OperationValidator(o history.OpType) error

OperationValidator is a validator for the "operation" field enum values. It is called by the builders before save.

func Or

Or groups predicates with the OR operator between them.

func OwnerID added in v0.22.3

OwnerID applies equality check predicate on the "owner_id" field. It's identical to OwnerIDEQ.

func OwnerIDContains added in v0.22.3

func OwnerIDContains(v string) predicate.SubprocessorHistory

OwnerIDContains applies the Contains predicate on the "owner_id" field.

func OwnerIDContainsFold added in v0.22.3

func OwnerIDContainsFold(v string) predicate.SubprocessorHistory

OwnerIDContainsFold applies the ContainsFold predicate on the "owner_id" field.

func OwnerIDEQ added in v0.22.3

OwnerIDEQ applies the EQ predicate on the "owner_id" field.

func OwnerIDEqualFold added in v0.22.3

func OwnerIDEqualFold(v string) predicate.SubprocessorHistory

OwnerIDEqualFold applies the EqualFold predicate on the "owner_id" field.

func OwnerIDGT added in v0.22.3

OwnerIDGT applies the GT predicate on the "owner_id" field.

func OwnerIDGTE added in v0.22.3

func OwnerIDGTE(v string) predicate.SubprocessorHistory

OwnerIDGTE applies the GTE predicate on the "owner_id" field.

func OwnerIDHasPrefix added in v0.22.3

func OwnerIDHasPrefix(v string) predicate.SubprocessorHistory

OwnerIDHasPrefix applies the HasPrefix predicate on the "owner_id" field.

func OwnerIDHasSuffix added in v0.22.3

func OwnerIDHasSuffix(v string) predicate.SubprocessorHistory

OwnerIDHasSuffix applies the HasSuffix predicate on the "owner_id" field.

func OwnerIDIn added in v0.22.3

func OwnerIDIn(vs ...string) predicate.SubprocessorHistory

OwnerIDIn applies the In predicate on the "owner_id" field.

func OwnerIDIsNil added in v0.22.3

func OwnerIDIsNil() predicate.SubprocessorHistory

OwnerIDIsNil applies the IsNil predicate on the "owner_id" field.

func OwnerIDLT added in v0.22.3

OwnerIDLT applies the LT predicate on the "owner_id" field.

func OwnerIDLTE added in v0.22.3

func OwnerIDLTE(v string) predicate.SubprocessorHistory

OwnerIDLTE applies the LTE predicate on the "owner_id" field.

func OwnerIDNEQ added in v0.22.3

func OwnerIDNEQ(v string) predicate.SubprocessorHistory

OwnerIDNEQ applies the NEQ predicate on the "owner_id" field.

func OwnerIDNotIn added in v0.22.3

func OwnerIDNotIn(vs ...string) predicate.SubprocessorHistory

OwnerIDNotIn applies the NotIn predicate on the "owner_id" field.

func OwnerIDNotNil added in v0.22.3

func OwnerIDNotNil() predicate.SubprocessorHistory

OwnerIDNotNil applies the NotNil predicate on the "owner_id" field.

func Ref

Ref applies equality check predicate on the "ref" field. It's identical to RefEQ.

func RefContains

func RefContains(v string) predicate.SubprocessorHistory

RefContains applies the Contains predicate on the "ref" field.

func RefContainsFold

func RefContainsFold(v string) predicate.SubprocessorHistory

RefContainsFold applies the ContainsFold predicate on the "ref" field.

func RefEQ

RefEQ applies the EQ predicate on the "ref" field.

func RefEqualFold

func RefEqualFold(v string) predicate.SubprocessorHistory

RefEqualFold applies the EqualFold predicate on the "ref" field.

func RefGT

RefGT applies the GT predicate on the "ref" field.

func RefGTE

RefGTE applies the GTE predicate on the "ref" field.

func RefHasPrefix

func RefHasPrefix(v string) predicate.SubprocessorHistory

RefHasPrefix applies the HasPrefix predicate on the "ref" field.

func RefHasSuffix

func RefHasSuffix(v string) predicate.SubprocessorHistory

RefHasSuffix applies the HasSuffix predicate on the "ref" field.

func RefIn

RefIn applies the In predicate on the "ref" field.

func RefIsNil

func RefIsNil() predicate.SubprocessorHistory

RefIsNil applies the IsNil predicate on the "ref" field.

func RefLT

RefLT applies the LT predicate on the "ref" field.

func RefLTE

RefLTE applies the LTE predicate on the "ref" field.

func RefNEQ

RefNEQ applies the NEQ predicate on the "ref" field.

func RefNotIn

func RefNotIn(vs ...string) predicate.SubprocessorHistory

RefNotIn applies the NotIn predicate on the "ref" field.

func RefNotNil

func RefNotNil() predicate.SubprocessorHistory

RefNotNil applies the NotNil predicate on the "ref" field.

func SystemOwned added in v0.22.3

func SystemOwned(v bool) predicate.SubprocessorHistory

SystemOwned applies equality check predicate on the "system_owned" field. It's identical to SystemOwnedEQ.

func SystemOwnedEQ added in v0.22.3

func SystemOwnedEQ(v bool) predicate.SubprocessorHistory

SystemOwnedEQ applies the EQ predicate on the "system_owned" field.

func SystemOwnedIsNil added in v0.22.3

func SystemOwnedIsNil() predicate.SubprocessorHistory

SystemOwnedIsNil applies the IsNil predicate on the "system_owned" field.

func SystemOwnedNEQ added in v0.22.3

func SystemOwnedNEQ(v bool) predicate.SubprocessorHistory

SystemOwnedNEQ applies the NEQ predicate on the "system_owned" field.

func SystemOwnedNotNil added in v0.22.3

func SystemOwnedNotNil() predicate.SubprocessorHistory

SystemOwnedNotNil applies the NotNil predicate on the "system_owned" field.

func TagsIsNil

func TagsIsNil() predicate.SubprocessorHistory

TagsIsNil applies the IsNil predicate on the "tags" field.

func TagsNotNil

func TagsNotNil() predicate.SubprocessorHistory

TagsNotNil applies the NotNil predicate on the "tags" field.

func UpdatedAt

UpdatedAt applies equality check predicate on the "updated_at" field. It's identical to UpdatedAtEQ.

func UpdatedAtEQ

func UpdatedAtEQ(v time.Time) predicate.SubprocessorHistory

UpdatedAtEQ applies the EQ predicate on the "updated_at" field.

func UpdatedAtGT

func UpdatedAtGT(v time.Time) predicate.SubprocessorHistory

UpdatedAtGT applies the GT predicate on the "updated_at" field.

func UpdatedAtGTE

func UpdatedAtGTE(v time.Time) predicate.SubprocessorHistory

UpdatedAtGTE applies the GTE predicate on the "updated_at" field.

func UpdatedAtIn

func UpdatedAtIn(vs ...time.Time) predicate.SubprocessorHistory

UpdatedAtIn applies the In predicate on the "updated_at" field.

func UpdatedAtIsNil

func UpdatedAtIsNil() predicate.SubprocessorHistory

UpdatedAtIsNil applies the IsNil predicate on the "updated_at" field.

func UpdatedAtLT

func UpdatedAtLT(v time.Time) predicate.SubprocessorHistory

UpdatedAtLT applies the LT predicate on the "updated_at" field.

func UpdatedAtLTE

func UpdatedAtLTE(v time.Time) predicate.SubprocessorHistory

UpdatedAtLTE applies the LTE predicate on the "updated_at" field.

func UpdatedAtNEQ

func UpdatedAtNEQ(v time.Time) predicate.SubprocessorHistory

UpdatedAtNEQ applies the NEQ predicate on the "updated_at" field.

func UpdatedAtNotIn

func UpdatedAtNotIn(vs ...time.Time) predicate.SubprocessorHistory

UpdatedAtNotIn applies the NotIn predicate on the "updated_at" field.

func UpdatedAtNotNil

func UpdatedAtNotNil() predicate.SubprocessorHistory

UpdatedAtNotNil applies the NotNil predicate on the "updated_at" field.

func UpdatedBy

UpdatedBy applies equality check predicate on the "updated_by" field. It's identical to UpdatedByEQ.

func UpdatedByContains

func UpdatedByContains(v string) predicate.SubprocessorHistory

UpdatedByContains applies the Contains predicate on the "updated_by" field.

func UpdatedByContainsFold

func UpdatedByContainsFold(v string) predicate.SubprocessorHistory

UpdatedByContainsFold applies the ContainsFold predicate on the "updated_by" field.

func UpdatedByEQ

func UpdatedByEQ(v string) predicate.SubprocessorHistory

UpdatedByEQ applies the EQ predicate on the "updated_by" field.

func UpdatedByEqualFold

func UpdatedByEqualFold(v string) predicate.SubprocessorHistory

UpdatedByEqualFold applies the EqualFold predicate on the "updated_by" field.

func UpdatedByGT

func UpdatedByGT(v string) predicate.SubprocessorHistory

UpdatedByGT applies the GT predicate on the "updated_by" field.

func UpdatedByGTE

func UpdatedByGTE(v string) predicate.SubprocessorHistory

UpdatedByGTE applies the GTE predicate on the "updated_by" field.

func UpdatedByHasPrefix

func UpdatedByHasPrefix(v string) predicate.SubprocessorHistory

UpdatedByHasPrefix applies the HasPrefix predicate on the "updated_by" field.

func UpdatedByHasSuffix

func UpdatedByHasSuffix(v string) predicate.SubprocessorHistory

UpdatedByHasSuffix applies the HasSuffix predicate on the "updated_by" field.

func UpdatedByIn

func UpdatedByIn(vs ...string) predicate.SubprocessorHistory

UpdatedByIn applies the In predicate on the "updated_by" field.

func UpdatedByIsNil

func UpdatedByIsNil() predicate.SubprocessorHistory

UpdatedByIsNil applies the IsNil predicate on the "updated_by" field.

func UpdatedByLT

func UpdatedByLT(v string) predicate.SubprocessorHistory

UpdatedByLT applies the LT predicate on the "updated_by" field.

func UpdatedByLTE

func UpdatedByLTE(v string) predicate.SubprocessorHistory

UpdatedByLTE applies the LTE predicate on the "updated_by" field.

func UpdatedByNEQ

func UpdatedByNEQ(v string) predicate.SubprocessorHistory

UpdatedByNEQ applies the NEQ predicate on the "updated_by" field.

func UpdatedByNotIn

func UpdatedByNotIn(vs ...string) predicate.SubprocessorHistory

UpdatedByNotIn applies the NotIn predicate on the "updated_by" field.

func UpdatedByNotNil

func UpdatedByNotNil() predicate.SubprocessorHistory

UpdatedByNotNil applies the NotNil predicate on the "updated_by" field.

func ValidColumn

func ValidColumn(column string) bool

ValidColumn reports if the column name is valid (part of the table columns).

Types

type OrderOption

type OrderOption func(*sql.Selector)

OrderOption defines the ordering options for the SubprocessorHistory 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 ByDescription added in v0.22.3

func ByDescription(opts ...sql.OrderTermOption) OrderOption

ByDescription orders the results by the description field.

func ByHistoryTime

func ByHistoryTime(opts ...sql.OrderTermOption) OrderOption

ByHistoryTime orders the results by the history_time field.

func ByID

func ByID(opts ...sql.OrderTermOption) OrderOption

ByID orders the results by the id field.

func ByLogoLocalFileID added in v0.22.3

func ByLogoLocalFileID(opts ...sql.OrderTermOption) OrderOption

ByLogoLocalFileID orders the results by the logo_local_file_id field.

func ByLogoRemoteURL added in v0.22.3

func ByLogoRemoteURL(opts ...sql.OrderTermOption) OrderOption

ByLogoRemoteURL orders the results by the logo_remote_url field.

func ByName added in v0.22.3

func ByName(opts ...sql.OrderTermOption) OrderOption

ByName orders the results by the name field.

func ByOperation

func ByOperation(opts ...sql.OrderTermOption) OrderOption

ByOperation orders the results by the operation field.

func ByOwnerID added in v0.22.3

func ByOwnerID(opts ...sql.OrderTermOption) OrderOption

ByOwnerID orders the results by the owner_id field.

func ByRef

func ByRef(opts ...sql.OrderTermOption) OrderOption

ByRef orders the results by the ref field.

func BySystemOwned added in v0.22.3

func BySystemOwned(opts ...sql.OrderTermOption) OrderOption

BySystemOwned orders the results by the system_owned 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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL