taskhistory

package
v0.45.13 Latest Latest
Warning

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

Go to latest
Published: Nov 13, 2025 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Label holds the string label denoting the taskhistory type in the database.
	Label = "task_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"
	// FieldDisplayID holds the string denoting the display_id field in the database.
	FieldDisplayID = "display_id"
	// 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"
	// FieldTaskKindName holds the string denoting the task_kind_name field in the database.
	FieldTaskKindName = "task_kind_name"
	// FieldTaskKindID holds the string denoting the task_kind_id field in the database.
	FieldTaskKindID = "task_kind_id"
	// FieldTitle holds the string denoting the title field in the database.
	FieldTitle = "title"
	// FieldDetails holds the string denoting the details field in the database.
	FieldDetails = "details"
	// FieldStatus holds the string denoting the status field in the database.
	FieldStatus = "status"
	// FieldCategory holds the string denoting the category field in the database.
	FieldCategory = "category"
	// FieldDue holds the string denoting the due field in the database.
	FieldDue = "due"
	// FieldCompleted holds the string denoting the completed field in the database.
	FieldCompleted = "completed"
	// FieldAssigneeID holds the string denoting the assignee_id field in the database.
	FieldAssigneeID = "assignee_id"
	// FieldAssignerID holds the string denoting the assigner_id field in the database.
	FieldAssignerID = "assigner_id"
	// FieldSystemGenerated holds the string denoting the system_generated field in the database.
	FieldSystemGenerated = "system_generated"
	// FieldIdempotencyKey holds the string denoting the idempotency_key field in the database.
	FieldIdempotencyKey = "idempotency_key"
	// FieldExternalReferenceURL holds the string denoting the external_reference_url field in the database.
	FieldExternalReferenceURL = "external_reference_url"
	// Table holds the table name of the taskhistory in the database.
	Table = "task_history"
)
View Source
const DefaultStatus enums.TaskStatus = "OPEN"

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
	// DefaultSystemGenerated holds the default value on creation for the "system_generated" field.
	DefaultSystemGenerated 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 taskhistory fields.

Functions

func And

func And(predicates ...predicate.TaskHistory) predicate.TaskHistory

And groups predicates with the AND operator between them.

func AssigneeID added in v0.6.11

func AssigneeID(v string) predicate.TaskHistory

AssigneeID applies equality check predicate on the "assignee_id" field. It's identical to AssigneeIDEQ.

func AssigneeIDContains added in v0.6.11

func AssigneeIDContains(v string) predicate.TaskHistory

AssigneeIDContains applies the Contains predicate on the "assignee_id" field.

func AssigneeIDContainsFold added in v0.6.11

func AssigneeIDContainsFold(v string) predicate.TaskHistory

AssigneeIDContainsFold applies the ContainsFold predicate on the "assignee_id" field.

func AssigneeIDEQ added in v0.6.11

func AssigneeIDEQ(v string) predicate.TaskHistory

AssigneeIDEQ applies the EQ predicate on the "assignee_id" field.

func AssigneeIDEqualFold added in v0.6.11

func AssigneeIDEqualFold(v string) predicate.TaskHistory

AssigneeIDEqualFold applies the EqualFold predicate on the "assignee_id" field.

func AssigneeIDGT added in v0.6.11

func AssigneeIDGT(v string) predicate.TaskHistory

AssigneeIDGT applies the GT predicate on the "assignee_id" field.

func AssigneeIDGTE added in v0.6.11

func AssigneeIDGTE(v string) predicate.TaskHistory

AssigneeIDGTE applies the GTE predicate on the "assignee_id" field.

func AssigneeIDHasPrefix added in v0.6.11

func AssigneeIDHasPrefix(v string) predicate.TaskHistory

AssigneeIDHasPrefix applies the HasPrefix predicate on the "assignee_id" field.

func AssigneeIDHasSuffix added in v0.6.11

func AssigneeIDHasSuffix(v string) predicate.TaskHistory

AssigneeIDHasSuffix applies the HasSuffix predicate on the "assignee_id" field.

func AssigneeIDIn added in v0.6.11

func AssigneeIDIn(vs ...string) predicate.TaskHistory

AssigneeIDIn applies the In predicate on the "assignee_id" field.

func AssigneeIDIsNil added in v0.6.11

func AssigneeIDIsNil() predicate.TaskHistory

AssigneeIDIsNil applies the IsNil predicate on the "assignee_id" field.

func AssigneeIDLT added in v0.6.11

func AssigneeIDLT(v string) predicate.TaskHistory

AssigneeIDLT applies the LT predicate on the "assignee_id" field.

func AssigneeIDLTE added in v0.6.11

func AssigneeIDLTE(v string) predicate.TaskHistory

AssigneeIDLTE applies the LTE predicate on the "assignee_id" field.

func AssigneeIDNEQ added in v0.6.11

func AssigneeIDNEQ(v string) predicate.TaskHistory

AssigneeIDNEQ applies the NEQ predicate on the "assignee_id" field.

func AssigneeIDNotIn added in v0.6.11

func AssigneeIDNotIn(vs ...string) predicate.TaskHistory

AssigneeIDNotIn applies the NotIn predicate on the "assignee_id" field.

func AssigneeIDNotNil added in v0.6.11

func AssigneeIDNotNil() predicate.TaskHistory

AssigneeIDNotNil applies the NotNil predicate on the "assignee_id" field.

func AssignerID added in v0.6.11

func AssignerID(v string) predicate.TaskHistory

AssignerID applies equality check predicate on the "assigner_id" field. It's identical to AssignerIDEQ.

func AssignerIDContains added in v0.6.11

func AssignerIDContains(v string) predicate.TaskHistory

AssignerIDContains applies the Contains predicate on the "assigner_id" field.

func AssignerIDContainsFold added in v0.6.11

func AssignerIDContainsFold(v string) predicate.TaskHistory

AssignerIDContainsFold applies the ContainsFold predicate on the "assigner_id" field.

func AssignerIDEQ added in v0.6.11

func AssignerIDEQ(v string) predicate.TaskHistory

AssignerIDEQ applies the EQ predicate on the "assigner_id" field.

func AssignerIDEqualFold added in v0.6.11

func AssignerIDEqualFold(v string) predicate.TaskHistory

AssignerIDEqualFold applies the EqualFold predicate on the "assigner_id" field.

func AssignerIDGT added in v0.6.11

func AssignerIDGT(v string) predicate.TaskHistory

AssignerIDGT applies the GT predicate on the "assigner_id" field.

func AssignerIDGTE added in v0.6.11

func AssignerIDGTE(v string) predicate.TaskHistory

AssignerIDGTE applies the GTE predicate on the "assigner_id" field.

func AssignerIDHasPrefix added in v0.6.11

func AssignerIDHasPrefix(v string) predicate.TaskHistory

AssignerIDHasPrefix applies the HasPrefix predicate on the "assigner_id" field.

func AssignerIDHasSuffix added in v0.6.11

func AssignerIDHasSuffix(v string) predicate.TaskHistory

AssignerIDHasSuffix applies the HasSuffix predicate on the "assigner_id" field.

func AssignerIDIn added in v0.6.11

func AssignerIDIn(vs ...string) predicate.TaskHistory

AssignerIDIn applies the In predicate on the "assigner_id" field.

func AssignerIDIsNil added in v0.7.1

func AssignerIDIsNil() predicate.TaskHistory

AssignerIDIsNil applies the IsNil predicate on the "assigner_id" field.

func AssignerIDLT added in v0.6.11

func AssignerIDLT(v string) predicate.TaskHistory

AssignerIDLT applies the LT predicate on the "assigner_id" field.

func AssignerIDLTE added in v0.6.11

func AssignerIDLTE(v string) predicate.TaskHistory

AssignerIDLTE applies the LTE predicate on the "assigner_id" field.

func AssignerIDNEQ added in v0.6.11

func AssignerIDNEQ(v string) predicate.TaskHistory

AssignerIDNEQ applies the NEQ predicate on the "assigner_id" field.

func AssignerIDNotIn added in v0.6.11

func AssignerIDNotIn(vs ...string) predicate.TaskHistory

AssignerIDNotIn applies the NotIn predicate on the "assigner_id" field.

func AssignerIDNotNil added in v0.7.1

func AssignerIDNotNil() predicate.TaskHistory

AssignerIDNotNil applies the NotNil predicate on the "assigner_id" field.

func Category added in v0.7.1

func Category(v string) predicate.TaskHistory

Category applies equality check predicate on the "category" field. It's identical to CategoryEQ.

func CategoryContains added in v0.7.1

func CategoryContains(v string) predicate.TaskHistory

CategoryContains applies the Contains predicate on the "category" field.

func CategoryContainsFold added in v0.7.1

func CategoryContainsFold(v string) predicate.TaskHistory

CategoryContainsFold applies the ContainsFold predicate on the "category" field.

func CategoryEQ added in v0.7.1

func CategoryEQ(v string) predicate.TaskHistory

CategoryEQ applies the EQ predicate on the "category" field.

func CategoryEqualFold added in v0.7.1

func CategoryEqualFold(v string) predicate.TaskHistory

CategoryEqualFold applies the EqualFold predicate on the "category" field.

func CategoryGT added in v0.7.1

func CategoryGT(v string) predicate.TaskHistory

CategoryGT applies the GT predicate on the "category" field.

func CategoryGTE added in v0.7.1

func CategoryGTE(v string) predicate.TaskHistory

CategoryGTE applies the GTE predicate on the "category" field.

func CategoryHasPrefix added in v0.7.1

func CategoryHasPrefix(v string) predicate.TaskHistory

CategoryHasPrefix applies the HasPrefix predicate on the "category" field.

func CategoryHasSuffix added in v0.7.1

func CategoryHasSuffix(v string) predicate.TaskHistory

CategoryHasSuffix applies the HasSuffix predicate on the "category" field.

func CategoryIn added in v0.7.1

func CategoryIn(vs ...string) predicate.TaskHistory

CategoryIn applies the In predicate on the "category" field.

func CategoryIsNil added in v0.7.1

func CategoryIsNil() predicate.TaskHistory

CategoryIsNil applies the IsNil predicate on the "category" field.

func CategoryLT added in v0.7.1

func CategoryLT(v string) predicate.TaskHistory

CategoryLT applies the LT predicate on the "category" field.

func CategoryLTE added in v0.7.1

func CategoryLTE(v string) predicate.TaskHistory

CategoryLTE applies the LTE predicate on the "category" field.

func CategoryNEQ added in v0.7.1

func CategoryNEQ(v string) predicate.TaskHistory

CategoryNEQ applies the NEQ predicate on the "category" field.

func CategoryNotIn added in v0.7.1

func CategoryNotIn(vs ...string) predicate.TaskHistory

CategoryNotIn applies the NotIn predicate on the "category" field.

func CategoryNotNil added in v0.7.1

func CategoryNotNil() predicate.TaskHistory

CategoryNotNil applies the NotNil predicate on the "category" field.

func Completed

func Completed(v models.DateTime) predicate.TaskHistory

Completed applies equality check predicate on the "completed" field. It's identical to CompletedEQ.

func CompletedEQ

func CompletedEQ(v models.DateTime) predicate.TaskHistory

CompletedEQ applies the EQ predicate on the "completed" field.

func CompletedGT

func CompletedGT(v models.DateTime) predicate.TaskHistory

CompletedGT applies the GT predicate on the "completed" field.

func CompletedGTE

func CompletedGTE(v models.DateTime) predicate.TaskHistory

CompletedGTE applies the GTE predicate on the "completed" field.

func CompletedIn

func CompletedIn(vs ...models.DateTime) predicate.TaskHistory

CompletedIn applies the In predicate on the "completed" field.

func CompletedIsNil

func CompletedIsNil() predicate.TaskHistory

CompletedIsNil applies the IsNil predicate on the "completed" field.

func CompletedLT

func CompletedLT(v models.DateTime) predicate.TaskHistory

CompletedLT applies the LT predicate on the "completed" field.

func CompletedLTE

func CompletedLTE(v models.DateTime) predicate.TaskHistory

CompletedLTE applies the LTE predicate on the "completed" field.

func CompletedNEQ

func CompletedNEQ(v models.DateTime) predicate.TaskHistory

CompletedNEQ applies the NEQ predicate on the "completed" field.

func CompletedNotIn

func CompletedNotIn(vs ...models.DateTime) predicate.TaskHistory

CompletedNotIn applies the NotIn predicate on the "completed" field.

func CompletedNotNil

func CompletedNotNil() predicate.TaskHistory

CompletedNotNil applies the NotNil predicate on the "completed" field.

func CreatedAt

func CreatedAt(v time.Time) predicate.TaskHistory

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

func CreatedAtEQ

func CreatedAtEQ(v time.Time) predicate.TaskHistory

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

func CreatedAtGT

func CreatedAtGT(v time.Time) predicate.TaskHistory

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

func CreatedAtGTE

func CreatedAtGTE(v time.Time) predicate.TaskHistory

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

func CreatedAtIn

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

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

func CreatedAtIsNil

func CreatedAtIsNil() predicate.TaskHistory

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

func CreatedAtLT

func CreatedAtLT(v time.Time) predicate.TaskHistory

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

func CreatedAtLTE

func CreatedAtLTE(v time.Time) predicate.TaskHistory

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

func CreatedAtNEQ

func CreatedAtNEQ(v time.Time) predicate.TaskHistory

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

func CreatedAtNotIn

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

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

func CreatedAtNotNil

func CreatedAtNotNil() predicate.TaskHistory

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

func CreatedBy

func CreatedBy(v string) predicate.TaskHistory

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

func CreatedByContains

func CreatedByContains(v string) predicate.TaskHistory

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

func CreatedByContainsFold

func CreatedByContainsFold(v string) predicate.TaskHistory

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

func CreatedByEQ

func CreatedByEQ(v string) predicate.TaskHistory

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

func CreatedByEqualFold

func CreatedByEqualFold(v string) predicate.TaskHistory

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

func CreatedByGT

func CreatedByGT(v string) predicate.TaskHistory

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

func CreatedByGTE

func CreatedByGTE(v string) predicate.TaskHistory

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

func CreatedByHasPrefix

func CreatedByHasPrefix(v string) predicate.TaskHistory

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

func CreatedByHasSuffix

func CreatedByHasSuffix(v string) predicate.TaskHistory

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

func CreatedByIn

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

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

func CreatedByIsNil

func CreatedByIsNil() predicate.TaskHistory

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

func CreatedByLT

func CreatedByLT(v string) predicate.TaskHistory

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

func CreatedByLTE

func CreatedByLTE(v string) predicate.TaskHistory

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

func CreatedByNEQ

func CreatedByNEQ(v string) predicate.TaskHistory

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

func CreatedByNotIn

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

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

func CreatedByNotNil

func CreatedByNotNil() predicate.TaskHistory

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

func DeletedAt

func DeletedAt(v time.Time) predicate.TaskHistory

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

func DeletedAtEQ

func DeletedAtEQ(v time.Time) predicate.TaskHistory

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

func DeletedAtGT

func DeletedAtGT(v time.Time) predicate.TaskHistory

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

func DeletedAtGTE

func DeletedAtGTE(v time.Time) predicate.TaskHistory

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

func DeletedAtIn

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

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

func DeletedAtIsNil

func DeletedAtIsNil() predicate.TaskHistory

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

func DeletedAtLT

func DeletedAtLT(v time.Time) predicate.TaskHistory

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

func DeletedAtLTE

func DeletedAtLTE(v time.Time) predicate.TaskHistory

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

func DeletedAtNEQ

func DeletedAtNEQ(v time.Time) predicate.TaskHistory

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

func DeletedAtNotIn

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

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

func DeletedAtNotNil

func DeletedAtNotNil() predicate.TaskHistory

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

func DeletedBy

func DeletedBy(v string) predicate.TaskHistory

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

func DeletedByContains

func DeletedByContains(v string) predicate.TaskHistory

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

func DeletedByContainsFold

func DeletedByContainsFold(v string) predicate.TaskHistory

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

func DeletedByEQ

func DeletedByEQ(v string) predicate.TaskHistory

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

func DeletedByEqualFold

func DeletedByEqualFold(v string) predicate.TaskHistory

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

func DeletedByGT

func DeletedByGT(v string) predicate.TaskHistory

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

func DeletedByGTE

func DeletedByGTE(v string) predicate.TaskHistory

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

func DeletedByHasPrefix

func DeletedByHasPrefix(v string) predicate.TaskHistory

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

func DeletedByHasSuffix

func DeletedByHasSuffix(v string) predicate.TaskHistory

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

func DeletedByIn

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

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

func DeletedByIsNil

func DeletedByIsNil() predicate.TaskHistory

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

func DeletedByLT

func DeletedByLT(v string) predicate.TaskHistory

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

func DeletedByLTE

func DeletedByLTE(v string) predicate.TaskHistory

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

func DeletedByNEQ

func DeletedByNEQ(v string) predicate.TaskHistory

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

func DeletedByNotIn

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

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

func DeletedByNotNil

func DeletedByNotNil() predicate.TaskHistory

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

func Details added in v0.7.1

func Details(v string) predicate.TaskHistory

Details applies equality check predicate on the "details" field. It's identical to DetailsEQ.

func DetailsContains added in v0.7.1

func DetailsContains(v string) predicate.TaskHistory

DetailsContains applies the Contains predicate on the "details" field.

func DetailsContainsFold added in v0.7.1

func DetailsContainsFold(v string) predicate.TaskHistory

DetailsContainsFold applies the ContainsFold predicate on the "details" field.

func DetailsEQ added in v0.7.1

func DetailsEQ(v string) predicate.TaskHistory

DetailsEQ applies the EQ predicate on the "details" field.

func DetailsEqualFold added in v0.7.1

func DetailsEqualFold(v string) predicate.TaskHistory

DetailsEqualFold applies the EqualFold predicate on the "details" field.

func DetailsGT added in v0.7.1

func DetailsGT(v string) predicate.TaskHistory

DetailsGT applies the GT predicate on the "details" field.

func DetailsGTE added in v0.7.1

func DetailsGTE(v string) predicate.TaskHistory

DetailsGTE applies the GTE predicate on the "details" field.

func DetailsHasPrefix added in v0.7.1

func DetailsHasPrefix(v string) predicate.TaskHistory

DetailsHasPrefix applies the HasPrefix predicate on the "details" field.

func DetailsHasSuffix added in v0.7.1

func DetailsHasSuffix(v string) predicate.TaskHistory

DetailsHasSuffix applies the HasSuffix predicate on the "details" field.

func DetailsIn added in v0.7.1

func DetailsIn(vs ...string) predicate.TaskHistory

DetailsIn applies the In predicate on the "details" field.

func DetailsIsNil

func DetailsIsNil() predicate.TaskHistory

DetailsIsNil applies the IsNil predicate on the "details" field.

func DetailsLT added in v0.7.1

func DetailsLT(v string) predicate.TaskHistory

DetailsLT applies the LT predicate on the "details" field.

func DetailsLTE added in v0.7.1

func DetailsLTE(v string) predicate.TaskHistory

DetailsLTE applies the LTE predicate on the "details" field.

func DetailsNEQ added in v0.7.1

func DetailsNEQ(v string) predicate.TaskHistory

DetailsNEQ applies the NEQ predicate on the "details" field.

func DetailsNotIn added in v0.7.1

func DetailsNotIn(vs ...string) predicate.TaskHistory

DetailsNotIn applies the NotIn predicate on the "details" field.

func DetailsNotNil

func DetailsNotNil() predicate.TaskHistory

DetailsNotNil applies the NotNil predicate on the "details" field.

func DisplayID added in v0.6.11

func DisplayID(v string) predicate.TaskHistory

DisplayID applies equality check predicate on the "display_id" field. It's identical to DisplayIDEQ.

func DisplayIDContains added in v0.6.11

func DisplayIDContains(v string) predicate.TaskHistory

DisplayIDContains applies the Contains predicate on the "display_id" field.

func DisplayIDContainsFold added in v0.6.11

func DisplayIDContainsFold(v string) predicate.TaskHistory

DisplayIDContainsFold applies the ContainsFold predicate on the "display_id" field.

func DisplayIDEQ added in v0.6.11

func DisplayIDEQ(v string) predicate.TaskHistory

DisplayIDEQ applies the EQ predicate on the "display_id" field.

func DisplayIDEqualFold added in v0.6.11

func DisplayIDEqualFold(v string) predicate.TaskHistory

DisplayIDEqualFold applies the EqualFold predicate on the "display_id" field.

func DisplayIDGT added in v0.6.11

func DisplayIDGT(v string) predicate.TaskHistory

DisplayIDGT applies the GT predicate on the "display_id" field.

func DisplayIDGTE added in v0.6.11

func DisplayIDGTE(v string) predicate.TaskHistory

DisplayIDGTE applies the GTE predicate on the "display_id" field.

func DisplayIDHasPrefix added in v0.6.11

func DisplayIDHasPrefix(v string) predicate.TaskHistory

DisplayIDHasPrefix applies the HasPrefix predicate on the "display_id" field.

func DisplayIDHasSuffix added in v0.6.11

func DisplayIDHasSuffix(v string) predicate.TaskHistory

DisplayIDHasSuffix applies the HasSuffix predicate on the "display_id" field.

func DisplayIDIn added in v0.6.11

func DisplayIDIn(vs ...string) predicate.TaskHistory

DisplayIDIn applies the In predicate on the "display_id" field.

func DisplayIDLT added in v0.6.11

func DisplayIDLT(v string) predicate.TaskHistory

DisplayIDLT applies the LT predicate on the "display_id" field.

func DisplayIDLTE added in v0.6.11

func DisplayIDLTE(v string) predicate.TaskHistory

DisplayIDLTE applies the LTE predicate on the "display_id" field.

func DisplayIDNEQ added in v0.6.11

func DisplayIDNEQ(v string) predicate.TaskHistory

DisplayIDNEQ applies the NEQ predicate on the "display_id" field.

func DisplayIDNotIn added in v0.6.11

func DisplayIDNotIn(vs ...string) predicate.TaskHistory

DisplayIDNotIn applies the NotIn predicate on the "display_id" field.

func Due

Due applies equality check predicate on the "due" field. It's identical to DueEQ.

func DueEQ

DueEQ applies the EQ predicate on the "due" field.

func DueGT

DueGT applies the GT predicate on the "due" field.

func DueGTE

DueGTE applies the GTE predicate on the "due" field.

func DueIn

func DueIn(vs ...models.DateTime) predicate.TaskHistory

DueIn applies the In predicate on the "due" field.

func DueIsNil

func DueIsNil() predicate.TaskHistory

DueIsNil applies the IsNil predicate on the "due" field.

func DueLT

DueLT applies the LT predicate on the "due" field.

func DueLTE

DueLTE applies the LTE predicate on the "due" field.

func DueNEQ

DueNEQ applies the NEQ predicate on the "due" field.

func DueNotIn

func DueNotIn(vs ...models.DateTime) predicate.TaskHistory

DueNotIn applies the NotIn predicate on the "due" field.

func DueNotNil

func DueNotNil() predicate.TaskHistory

DueNotNil applies the NotNil predicate on the "due" field.

func ExternalReferenceURLIsNil added in v0.43.0

func ExternalReferenceURLIsNil() predicate.TaskHistory

ExternalReferenceURLIsNil applies the IsNil predicate on the "external_reference_url" field.

func ExternalReferenceURLNotNil added in v0.43.0

func ExternalReferenceURLNotNil() predicate.TaskHistory

ExternalReferenceURLNotNil applies the NotNil predicate on the "external_reference_url" field.

func HistoryTime

func HistoryTime(v time.Time) predicate.TaskHistory

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

func HistoryTimeEQ

func HistoryTimeEQ(v time.Time) predicate.TaskHistory

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

func HistoryTimeGT

func HistoryTimeGT(v time.Time) predicate.TaskHistory

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

func HistoryTimeGTE

func HistoryTimeGTE(v time.Time) predicate.TaskHistory

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

func HistoryTimeIn

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

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

func HistoryTimeLT

func HistoryTimeLT(v time.Time) predicate.TaskHistory

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

func HistoryTimeLTE

func HistoryTimeLTE(v time.Time) predicate.TaskHistory

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

func HistoryTimeNEQ

func HistoryTimeNEQ(v time.Time) predicate.TaskHistory

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

func HistoryTimeNotIn

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

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.TaskHistory

IDContainsFold applies the ContainsFold predicate on the ID field.

func IDEQ

func IDEQ(id string) predicate.TaskHistory

IDEQ applies the EQ predicate on the ID field.

func IDEqualFold

func IDEqualFold(id string) predicate.TaskHistory

IDEqualFold applies the EqualFold predicate on the ID field.

func IDGT

func IDGT(id string) predicate.TaskHistory

IDGT applies the GT predicate on the ID field.

func IDGTE

func IDGTE(id string) predicate.TaskHistory

IDGTE applies the GTE predicate on the ID field.

func IDIn

func IDIn(ids ...string) predicate.TaskHistory

IDIn applies the In predicate on the ID field.

func IDLT

func IDLT(id string) predicate.TaskHistory

IDLT applies the LT predicate on the ID field.

func IDLTE

func IDLTE(id string) predicate.TaskHistory

IDLTE applies the LTE predicate on the ID field.

func IDNEQ

func IDNEQ(id string) predicate.TaskHistory

IDNEQ applies the NEQ predicate on the ID field.

func IDNotIn

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

IDNotIn applies the NotIn predicate on the ID field.

func IdempotencyKey added in v0.43.0

func IdempotencyKey(v string) predicate.TaskHistory

IdempotencyKey applies equality check predicate on the "idempotency_key" field. It's identical to IdempotencyKeyEQ.

func IdempotencyKeyContains added in v0.43.0

func IdempotencyKeyContains(v string) predicate.TaskHistory

IdempotencyKeyContains applies the Contains predicate on the "idempotency_key" field.

func IdempotencyKeyContainsFold added in v0.43.0

func IdempotencyKeyContainsFold(v string) predicate.TaskHistory

IdempotencyKeyContainsFold applies the ContainsFold predicate on the "idempotency_key" field.

func IdempotencyKeyEQ added in v0.43.0

func IdempotencyKeyEQ(v string) predicate.TaskHistory

IdempotencyKeyEQ applies the EQ predicate on the "idempotency_key" field.

func IdempotencyKeyEqualFold added in v0.43.0

func IdempotencyKeyEqualFold(v string) predicate.TaskHistory

IdempotencyKeyEqualFold applies the EqualFold predicate on the "idempotency_key" field.

func IdempotencyKeyGT added in v0.43.0

func IdempotencyKeyGT(v string) predicate.TaskHistory

IdempotencyKeyGT applies the GT predicate on the "idempotency_key" field.

func IdempotencyKeyGTE added in v0.43.0

func IdempotencyKeyGTE(v string) predicate.TaskHistory

IdempotencyKeyGTE applies the GTE predicate on the "idempotency_key" field.

func IdempotencyKeyHasPrefix added in v0.43.0

func IdempotencyKeyHasPrefix(v string) predicate.TaskHistory

IdempotencyKeyHasPrefix applies the HasPrefix predicate on the "idempotency_key" field.

func IdempotencyKeyHasSuffix added in v0.43.0

func IdempotencyKeyHasSuffix(v string) predicate.TaskHistory

IdempotencyKeyHasSuffix applies the HasSuffix predicate on the "idempotency_key" field.

func IdempotencyKeyIn added in v0.43.0

func IdempotencyKeyIn(vs ...string) predicate.TaskHistory

IdempotencyKeyIn applies the In predicate on the "idempotency_key" field.

func IdempotencyKeyIsNil added in v0.43.0

func IdempotencyKeyIsNil() predicate.TaskHistory

IdempotencyKeyIsNil applies the IsNil predicate on the "idempotency_key" field.

func IdempotencyKeyLT added in v0.43.0

func IdempotencyKeyLT(v string) predicate.TaskHistory

IdempotencyKeyLT applies the LT predicate on the "idempotency_key" field.

func IdempotencyKeyLTE added in v0.43.0

func IdempotencyKeyLTE(v string) predicate.TaskHistory

IdempotencyKeyLTE applies the LTE predicate on the "idempotency_key" field.

func IdempotencyKeyNEQ added in v0.43.0

func IdempotencyKeyNEQ(v string) predicate.TaskHistory

IdempotencyKeyNEQ applies the NEQ predicate on the "idempotency_key" field.

func IdempotencyKeyNotIn added in v0.43.0

func IdempotencyKeyNotIn(vs ...string) predicate.TaskHistory

IdempotencyKeyNotIn applies the NotIn predicate on the "idempotency_key" field.

func IdempotencyKeyNotNil added in v0.43.0

func IdempotencyKeyNotNil() predicate.TaskHistory

IdempotencyKeyNotNil applies the NotNil predicate on the "idempotency_key" field.

func Not

Not applies the not operator on the given predicate.

func OperationEQ

func OperationEQ(v history.OpType) predicate.TaskHistory

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

func OperationIn

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

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

func OperationNEQ

func OperationNEQ(v history.OpType) predicate.TaskHistory

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

func OperationNotIn

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

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

func Or(predicates ...predicate.TaskHistory) predicate.TaskHistory

Or groups predicates with the OR operator between them.

func OwnerID added in v0.6.11

func OwnerID(v string) predicate.TaskHistory

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

func OwnerIDContains added in v0.6.11

func OwnerIDContains(v string) predicate.TaskHistory

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

func OwnerIDContainsFold added in v0.6.11

func OwnerIDContainsFold(v string) predicate.TaskHistory

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

func OwnerIDEQ added in v0.6.11

func OwnerIDEQ(v string) predicate.TaskHistory

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

func OwnerIDEqualFold added in v0.6.11

func OwnerIDEqualFold(v string) predicate.TaskHistory

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

func OwnerIDGT added in v0.6.11

func OwnerIDGT(v string) predicate.TaskHistory

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

func OwnerIDGTE added in v0.6.11

func OwnerIDGTE(v string) predicate.TaskHistory

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

func OwnerIDHasPrefix added in v0.6.11

func OwnerIDHasPrefix(v string) predicate.TaskHistory

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

func OwnerIDHasSuffix added in v0.6.11

func OwnerIDHasSuffix(v string) predicate.TaskHistory

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

func OwnerIDIn added in v0.6.11

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

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

func OwnerIDIsNil added in v0.7.1

func OwnerIDIsNil() predicate.TaskHistory

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

func OwnerIDLT added in v0.6.11

func OwnerIDLT(v string) predicate.TaskHistory

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

func OwnerIDLTE added in v0.6.11

func OwnerIDLTE(v string) predicate.TaskHistory

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

func OwnerIDNEQ added in v0.6.11

func OwnerIDNEQ(v string) predicate.TaskHistory

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

func OwnerIDNotIn added in v0.6.11

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

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

func OwnerIDNotNil added in v0.7.1

func OwnerIDNotNil() predicate.TaskHistory

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.TaskHistory

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

func RefContainsFold

func RefContainsFold(v string) predicate.TaskHistory

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

func RefEQ

func RefEQ(v string) predicate.TaskHistory

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

func RefEqualFold

func RefEqualFold(v string) predicate.TaskHistory

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

func RefGT

func RefGT(v string) predicate.TaskHistory

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

func RefGTE

func RefGTE(v string) predicate.TaskHistory

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

func RefHasPrefix

func RefHasPrefix(v string) predicate.TaskHistory

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

func RefHasSuffix

func RefHasSuffix(v string) predicate.TaskHistory

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

func RefIn

func RefIn(vs ...string) predicate.TaskHistory

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

func RefIsNil

func RefIsNil() predicate.TaskHistory

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

func RefLT

func RefLT(v string) predicate.TaskHistory

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

func RefLTE

func RefLTE(v string) predicate.TaskHistory

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

func RefNEQ

func RefNEQ(v string) predicate.TaskHistory

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

func RefNotIn

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

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

func RefNotNil

func RefNotNil() predicate.TaskHistory

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

func StatusEQ

StatusEQ applies the EQ predicate on the "status" field.

func StatusIn

func StatusIn(vs ...enums.TaskStatus) predicate.TaskHistory

StatusIn applies the In predicate on the "status" field.

func StatusNEQ

StatusNEQ applies the NEQ predicate on the "status" field.

func StatusNotIn

func StatusNotIn(vs ...enums.TaskStatus) predicate.TaskHistory

StatusNotIn applies the NotIn predicate on the "status" field.

func StatusValidator

func StatusValidator(s enums.TaskStatus) error

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

func SystemGenerated added in v0.43.0

func SystemGenerated(v bool) predicate.TaskHistory

SystemGenerated applies equality check predicate on the "system_generated" field. It's identical to SystemGeneratedEQ.

func SystemGeneratedEQ added in v0.43.0

func SystemGeneratedEQ(v bool) predicate.TaskHistory

SystemGeneratedEQ applies the EQ predicate on the "system_generated" field.

func SystemGeneratedNEQ added in v0.43.0

func SystemGeneratedNEQ(v bool) predicate.TaskHistory

SystemGeneratedNEQ applies the NEQ predicate on the "system_generated" field.

func TagsIsNil

func TagsIsNil() predicate.TaskHistory

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

func TagsNotNil

func TagsNotNil() predicate.TaskHistory

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

func TaskKindID added in v0.43.0

func TaskKindID(v string) predicate.TaskHistory

TaskKindID applies equality check predicate on the "task_kind_id" field. It's identical to TaskKindIDEQ.

func TaskKindIDContains added in v0.43.0

func TaskKindIDContains(v string) predicate.TaskHistory

TaskKindIDContains applies the Contains predicate on the "task_kind_id" field.

func TaskKindIDContainsFold added in v0.43.0

func TaskKindIDContainsFold(v string) predicate.TaskHistory

TaskKindIDContainsFold applies the ContainsFold predicate on the "task_kind_id" field.

func TaskKindIDEQ added in v0.43.0

func TaskKindIDEQ(v string) predicate.TaskHistory

TaskKindIDEQ applies the EQ predicate on the "task_kind_id" field.

func TaskKindIDEqualFold added in v0.43.0

func TaskKindIDEqualFold(v string) predicate.TaskHistory

TaskKindIDEqualFold applies the EqualFold predicate on the "task_kind_id" field.

func TaskKindIDGT added in v0.43.0

func TaskKindIDGT(v string) predicate.TaskHistory

TaskKindIDGT applies the GT predicate on the "task_kind_id" field.

func TaskKindIDGTE added in v0.43.0

func TaskKindIDGTE(v string) predicate.TaskHistory

TaskKindIDGTE applies the GTE predicate on the "task_kind_id" field.

func TaskKindIDHasPrefix added in v0.43.0

func TaskKindIDHasPrefix(v string) predicate.TaskHistory

TaskKindIDHasPrefix applies the HasPrefix predicate on the "task_kind_id" field.

func TaskKindIDHasSuffix added in v0.43.0

func TaskKindIDHasSuffix(v string) predicate.TaskHistory

TaskKindIDHasSuffix applies the HasSuffix predicate on the "task_kind_id" field.

func TaskKindIDIn added in v0.43.0

func TaskKindIDIn(vs ...string) predicate.TaskHistory

TaskKindIDIn applies the In predicate on the "task_kind_id" field.

func TaskKindIDIsNil added in v0.43.0

func TaskKindIDIsNil() predicate.TaskHistory

TaskKindIDIsNil applies the IsNil predicate on the "task_kind_id" field.

func TaskKindIDLT added in v0.43.0

func TaskKindIDLT(v string) predicate.TaskHistory

TaskKindIDLT applies the LT predicate on the "task_kind_id" field.

func TaskKindIDLTE added in v0.43.0

func TaskKindIDLTE(v string) predicate.TaskHistory

TaskKindIDLTE applies the LTE predicate on the "task_kind_id" field.

func TaskKindIDNEQ added in v0.43.0

func TaskKindIDNEQ(v string) predicate.TaskHistory

TaskKindIDNEQ applies the NEQ predicate on the "task_kind_id" field.

func TaskKindIDNotIn added in v0.43.0

func TaskKindIDNotIn(vs ...string) predicate.TaskHistory

TaskKindIDNotIn applies the NotIn predicate on the "task_kind_id" field.

func TaskKindIDNotNil added in v0.43.0

func TaskKindIDNotNil() predicate.TaskHistory

TaskKindIDNotNil applies the NotNil predicate on the "task_kind_id" field.

func TaskKindName added in v0.43.0

func TaskKindName(v string) predicate.TaskHistory

TaskKindName applies equality check predicate on the "task_kind_name" field. It's identical to TaskKindNameEQ.

func TaskKindNameContains added in v0.43.0

func TaskKindNameContains(v string) predicate.TaskHistory

TaskKindNameContains applies the Contains predicate on the "task_kind_name" field.

func TaskKindNameContainsFold added in v0.43.0

func TaskKindNameContainsFold(v string) predicate.TaskHistory

TaskKindNameContainsFold applies the ContainsFold predicate on the "task_kind_name" field.

func TaskKindNameEQ added in v0.43.0

func TaskKindNameEQ(v string) predicate.TaskHistory

TaskKindNameEQ applies the EQ predicate on the "task_kind_name" field.

func TaskKindNameEqualFold added in v0.43.0

func TaskKindNameEqualFold(v string) predicate.TaskHistory

TaskKindNameEqualFold applies the EqualFold predicate on the "task_kind_name" field.

func TaskKindNameGT added in v0.43.0

func TaskKindNameGT(v string) predicate.TaskHistory

TaskKindNameGT applies the GT predicate on the "task_kind_name" field.

func TaskKindNameGTE added in v0.43.0

func TaskKindNameGTE(v string) predicate.TaskHistory

TaskKindNameGTE applies the GTE predicate on the "task_kind_name" field.

func TaskKindNameHasPrefix added in v0.43.0

func TaskKindNameHasPrefix(v string) predicate.TaskHistory

TaskKindNameHasPrefix applies the HasPrefix predicate on the "task_kind_name" field.

func TaskKindNameHasSuffix added in v0.43.0

func TaskKindNameHasSuffix(v string) predicate.TaskHistory

TaskKindNameHasSuffix applies the HasSuffix predicate on the "task_kind_name" field.

func TaskKindNameIn added in v0.43.0

func TaskKindNameIn(vs ...string) predicate.TaskHistory

TaskKindNameIn applies the In predicate on the "task_kind_name" field.

func TaskKindNameIsNil added in v0.43.0

func TaskKindNameIsNil() predicate.TaskHistory

TaskKindNameIsNil applies the IsNil predicate on the "task_kind_name" field.

func TaskKindNameLT added in v0.43.0

func TaskKindNameLT(v string) predicate.TaskHistory

TaskKindNameLT applies the LT predicate on the "task_kind_name" field.

func TaskKindNameLTE added in v0.43.0

func TaskKindNameLTE(v string) predicate.TaskHistory

TaskKindNameLTE applies the LTE predicate on the "task_kind_name" field.

func TaskKindNameNEQ added in v0.43.0

func TaskKindNameNEQ(v string) predicate.TaskHistory

TaskKindNameNEQ applies the NEQ predicate on the "task_kind_name" field.

func TaskKindNameNotIn added in v0.43.0

func TaskKindNameNotIn(vs ...string) predicate.TaskHistory

TaskKindNameNotIn applies the NotIn predicate on the "task_kind_name" field.

func TaskKindNameNotNil added in v0.43.0

func TaskKindNameNotNil() predicate.TaskHistory

TaskKindNameNotNil applies the NotNil predicate on the "task_kind_name" field.

func Title

func Title(v string) predicate.TaskHistory

Title applies equality check predicate on the "title" field. It's identical to TitleEQ.

func TitleContains

func TitleContains(v string) predicate.TaskHistory

TitleContains applies the Contains predicate on the "title" field.

func TitleContainsFold

func TitleContainsFold(v string) predicate.TaskHistory

TitleContainsFold applies the ContainsFold predicate on the "title" field.

func TitleEQ

func TitleEQ(v string) predicate.TaskHistory

TitleEQ applies the EQ predicate on the "title" field.

func TitleEqualFold

func TitleEqualFold(v string) predicate.TaskHistory

TitleEqualFold applies the EqualFold predicate on the "title" field.

func TitleGT

func TitleGT(v string) predicate.TaskHistory

TitleGT applies the GT predicate on the "title" field.

func TitleGTE

func TitleGTE(v string) predicate.TaskHistory

TitleGTE applies the GTE predicate on the "title" field.

func TitleHasPrefix

func TitleHasPrefix(v string) predicate.TaskHistory

TitleHasPrefix applies the HasPrefix predicate on the "title" field.

func TitleHasSuffix

func TitleHasSuffix(v string) predicate.TaskHistory

TitleHasSuffix applies the HasSuffix predicate on the "title" field.

func TitleIn

func TitleIn(vs ...string) predicate.TaskHistory

TitleIn applies the In predicate on the "title" field.

func TitleLT

func TitleLT(v string) predicate.TaskHistory

TitleLT applies the LT predicate on the "title" field.

func TitleLTE

func TitleLTE(v string) predicate.TaskHistory

TitleLTE applies the LTE predicate on the "title" field.

func TitleNEQ

func TitleNEQ(v string) predicate.TaskHistory

TitleNEQ applies the NEQ predicate on the "title" field.

func TitleNotIn

func TitleNotIn(vs ...string) predicate.TaskHistory

TitleNotIn applies the NotIn predicate on the "title" field.

func UpdatedAt

func UpdatedAt(v time.Time) predicate.TaskHistory

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

func UpdatedAtEQ

func UpdatedAtEQ(v time.Time) predicate.TaskHistory

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

func UpdatedAtGT

func UpdatedAtGT(v time.Time) predicate.TaskHistory

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

func UpdatedAtGTE

func UpdatedAtGTE(v time.Time) predicate.TaskHistory

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

func UpdatedAtIn

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

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

func UpdatedAtIsNil

func UpdatedAtIsNil() predicate.TaskHistory

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

func UpdatedAtLT

func UpdatedAtLT(v time.Time) predicate.TaskHistory

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

func UpdatedAtLTE

func UpdatedAtLTE(v time.Time) predicate.TaskHistory

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

func UpdatedAtNEQ

func UpdatedAtNEQ(v time.Time) predicate.TaskHistory

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

func UpdatedAtNotIn

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

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

func UpdatedAtNotNil

func UpdatedAtNotNil() predicate.TaskHistory

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

func UpdatedBy

func UpdatedBy(v string) predicate.TaskHistory

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

func UpdatedByContains

func UpdatedByContains(v string) predicate.TaskHistory

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

func UpdatedByContainsFold

func UpdatedByContainsFold(v string) predicate.TaskHistory

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

func UpdatedByEQ

func UpdatedByEQ(v string) predicate.TaskHistory

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

func UpdatedByEqualFold

func UpdatedByEqualFold(v string) predicate.TaskHistory

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

func UpdatedByGT

func UpdatedByGT(v string) predicate.TaskHistory

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

func UpdatedByGTE

func UpdatedByGTE(v string) predicate.TaskHistory

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

func UpdatedByHasPrefix

func UpdatedByHasPrefix(v string) predicate.TaskHistory

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

func UpdatedByHasSuffix

func UpdatedByHasSuffix(v string) predicate.TaskHistory

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

func UpdatedByIn

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

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

func UpdatedByIsNil

func UpdatedByIsNil() predicate.TaskHistory

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

func UpdatedByLT

func UpdatedByLT(v string) predicate.TaskHistory

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

func UpdatedByLTE

func UpdatedByLTE(v string) predicate.TaskHistory

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

func UpdatedByNEQ

func UpdatedByNEQ(v string) predicate.TaskHistory

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

func UpdatedByNotIn

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

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

func UpdatedByNotNil

func UpdatedByNotNil() predicate.TaskHistory

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 TaskHistory queries.

func ByAssigneeID added in v0.6.11

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

ByAssigneeID orders the results by the assignee_id field.

func ByAssignerID added in v0.6.11

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

ByAssignerID orders the results by the assigner_id field.

func ByCategory added in v0.7.1

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

ByCategory orders the results by the category field.

func ByCompleted

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

ByCompleted orders the results by the completed field.

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 ByDetails added in v0.7.1

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

ByDetails orders the results by the details field.

func ByDisplayID added in v0.6.11

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

ByDisplayID orders the results by the display_id field.

func ByDue

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

ByDue orders the results by the due 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 ByIdempotencyKey added in v0.43.0

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

ByIdempotencyKey orders the results by the idempotency_key field.

func ByOperation

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

ByOperation orders the results by the operation field.

func ByOwnerID added in v0.6.11

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 ByStatus

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

ByStatus orders the results by the status field.

func BySystemGenerated added in v0.43.0

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

BySystemGenerated orders the results by the system_generated field.

func ByTaskKindID added in v0.43.0

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

ByTaskKindID orders the results by the task_kind_id field.

func ByTaskKindName added in v0.43.0

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

ByTaskKindName orders the results by the task_kind_name field.

func ByTitle

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

ByTitle orders the results by the title 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