applicationassignmenthistory

package
v0.0.0-...-0fbf3a3 Latest Latest
Warning

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

Go to latest
Published: Feb 21, 2022 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Label holds the string label denoting the applicationassignmenthistory type in the database.
	Label = "application_assignment_history"
	// FieldID holds the string denoting the id field in the database.
	FieldID = "id"
	// FieldApplicationID holds the string denoting the application_id field in the database.
	FieldApplicationID = "application_id"
	// FieldAssigner holds the string denoting the assigner field in the database.
	FieldAssigner = "assigner"
	// FieldAssignee holds the string denoting the assignee field in the database.
	FieldAssignee = "assignee"
	// FieldCreatedTime holds the string denoting the created_time field in the database.
	FieldCreatedTime = "created_time"
	// EdgeApplications holds the string denoting the applications edge name in mutations.
	EdgeApplications = "applications"
	// ApplicationFieldID holds the string denoting the ID field of the Application.
	ApplicationFieldID = "application_id"
	// Table holds the table name of the applicationassignmenthistory in the database.
	Table = "application_assignment_histories"
	// ApplicationsTable is the table that holds the applications relation/edge.
	ApplicationsTable = "application_assignment_histories"
	// ApplicationsInverseTable is the table name for the Application entity.
	// It exists in this package in order to avoid circular dependency with the "application" package.
	ApplicationsInverseTable = "applications"
	// ApplicationsColumn is the table column denoting the applications relation/edge.
	ApplicationsColumn = "application_id"
)

Variables

View Source
var (
	// AssignerValidator is a validator for the "assigner" field. It is called by the builders before save.
	AssignerValidator func(string) error
	// AssigneeValidator is a validator for the "assignee" field. It is called by the builders before save.
	AssigneeValidator func(string) error
	// DefaultCreatedTime holds the default value on creation for the "created_time" field.
	DefaultCreatedTime func() time.Time
)

Columns holds all SQL columns for applicationassignmenthistory fields.

Functions

func And

And groups predicates with the AND operator between them.

func ApplicationID

ApplicationID applies equality check predicate on the "application_id" field. It's identical to ApplicationIDEQ.

func ApplicationIDEQ

ApplicationIDEQ applies the EQ predicate on the "application_id" field.

func ApplicationIDIn

func ApplicationIDIn(vs ...uuid.UUID) predicate.ApplicationAssignmentHistory

ApplicationIDIn applies the In predicate on the "application_id" field.

func ApplicationIDNEQ

func ApplicationIDNEQ(v uuid.UUID) predicate.ApplicationAssignmentHistory

ApplicationIDNEQ applies the NEQ predicate on the "application_id" field.

func ApplicationIDNotIn

func ApplicationIDNotIn(vs ...uuid.UUID) predicate.ApplicationAssignmentHistory

ApplicationIDNotIn applies the NotIn predicate on the "application_id" field.

func Assignee

Assignee applies equality check predicate on the "assignee" field. It's identical to AssigneeEQ.

func AssigneeContains

func AssigneeContains(v string) predicate.ApplicationAssignmentHistory

AssigneeContains applies the Contains predicate on the "assignee" field.

func AssigneeContainsFold

func AssigneeContainsFold(v string) predicate.ApplicationAssignmentHistory

AssigneeContainsFold applies the ContainsFold predicate on the "assignee" field.

func AssigneeEQ

AssigneeEQ applies the EQ predicate on the "assignee" field.

func AssigneeEqualFold

func AssigneeEqualFold(v string) predicate.ApplicationAssignmentHistory

AssigneeEqualFold applies the EqualFold predicate on the "assignee" field.

func AssigneeGT

AssigneeGT applies the GT predicate on the "assignee" field.

func AssigneeGTE

AssigneeGTE applies the GTE predicate on the "assignee" field.

func AssigneeHasPrefix

func AssigneeHasPrefix(v string) predicate.ApplicationAssignmentHistory

AssigneeHasPrefix applies the HasPrefix predicate on the "assignee" field.

func AssigneeHasSuffix

func AssigneeHasSuffix(v string) predicate.ApplicationAssignmentHistory

AssigneeHasSuffix applies the HasSuffix predicate on the "assignee" field.

func AssigneeIn

AssigneeIn applies the In predicate on the "assignee" field.

func AssigneeLT

AssigneeLT applies the LT predicate on the "assignee" field.

func AssigneeLTE

AssigneeLTE applies the LTE predicate on the "assignee" field.

func AssigneeNEQ

AssigneeNEQ applies the NEQ predicate on the "assignee" field.

func AssigneeNotIn

func AssigneeNotIn(vs ...string) predicate.ApplicationAssignmentHistory

AssigneeNotIn applies the NotIn predicate on the "assignee" field.

func Assigner

Assigner applies equality check predicate on the "assigner" field. It's identical to AssignerEQ.

func AssignerContains

func AssignerContains(v string) predicate.ApplicationAssignmentHistory

AssignerContains applies the Contains predicate on the "assigner" field.

func AssignerContainsFold

func AssignerContainsFold(v string) predicate.ApplicationAssignmentHistory

AssignerContainsFold applies the ContainsFold predicate on the "assigner" field.

func AssignerEQ

AssignerEQ applies the EQ predicate on the "assigner" field.

func AssignerEqualFold

func AssignerEqualFold(v string) predicate.ApplicationAssignmentHistory

AssignerEqualFold applies the EqualFold predicate on the "assigner" field.

func AssignerGT

AssignerGT applies the GT predicate on the "assigner" field.

func AssignerGTE

AssignerGTE applies the GTE predicate on the "assigner" field.

func AssignerHasPrefix

func AssignerHasPrefix(v string) predicate.ApplicationAssignmentHistory

AssignerHasPrefix applies the HasPrefix predicate on the "assigner" field.

func AssignerHasSuffix

func AssignerHasSuffix(v string) predicate.ApplicationAssignmentHistory

AssignerHasSuffix applies the HasSuffix predicate on the "assigner" field.

func AssignerIn

AssignerIn applies the In predicate on the "assigner" field.

func AssignerLT

AssignerLT applies the LT predicate on the "assigner" field.

func AssignerLTE

AssignerLTE applies the LTE predicate on the "assigner" field.

func AssignerNEQ

AssignerNEQ applies the NEQ predicate on the "assigner" field.

func AssignerNotIn

func AssignerNotIn(vs ...string) predicate.ApplicationAssignmentHistory

AssignerNotIn applies the NotIn predicate on the "assigner" field.

func CreatedTime

CreatedTime applies equality check predicate on the "created_time" field. It's identical to CreatedTimeEQ.

func CreatedTimeEQ

CreatedTimeEQ applies the EQ predicate on the "created_time" field.

func CreatedTimeGT

CreatedTimeGT applies the GT predicate on the "created_time" field.

func CreatedTimeGTE

CreatedTimeGTE applies the GTE predicate on the "created_time" field.

func CreatedTimeIn

func CreatedTimeIn(vs ...time.Time) predicate.ApplicationAssignmentHistory

CreatedTimeIn applies the In predicate on the "created_time" field.

func CreatedTimeLT

CreatedTimeLT applies the LT predicate on the "created_time" field.

func CreatedTimeLTE

CreatedTimeLTE applies the LTE predicate on the "created_time" field.

func CreatedTimeNEQ

CreatedTimeNEQ applies the NEQ predicate on the "created_time" field.

func CreatedTimeNotIn

func CreatedTimeNotIn(vs ...time.Time) predicate.ApplicationAssignmentHistory

CreatedTimeNotIn applies the NotIn predicate on the "created_time" field.

func HasApplications

func HasApplications() predicate.ApplicationAssignmentHistory

HasApplications applies the HasEdge predicate on the "applications" edge.

func HasApplicationsWith

func HasApplicationsWith(preds ...predicate.Application) predicate.ApplicationAssignmentHistory

HasApplicationsWith applies the HasEdge predicate on the "applications" edge with a given conditions (other predicates).

func ID

ID filters vertices based on their ID field.

func IDEQ

IDEQ applies the EQ 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

IDNotIn applies the NotIn predicate on the ID field.

func Not

Not applies the not operator on the given predicate.

func Or

Or groups predicates with the OR operator between them.

func ValidColumn

func ValidColumn(column string) bool

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

Types

This section is empty.

Jump to

Keyboard shortcuts

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