// Code generated by ent, DO NOT EDIT.

package predicate

import (
	"entgo.io/ent/dialect/sql"
)

// Agent is the predicate function for agent builders.
type Agent func(*sql.Selector)

// BatchMsg is the predicate function for batchmsg builders.
type BatchMsg func(*sql.Selector)

// Category is the predicate function for category builders.
type Category func(*sql.Selector)

// Contact is the predicate function for contact builders.
type Contact func(*sql.Selector)

// Employee is the predicate function for employee builders.
type Employee func(*sql.Selector)

// EmployeeConfig is the predicate function for employeeconfig builders.
type EmployeeConfig func(*sql.Selector)

// Label is the predicate function for label builders.
type Label func(*sql.Selector)

// LabelRelationship is the predicate function for labelrelationship builders.
type LabelRelationship func(*sql.Selector)

// Message is the predicate function for message builders.
type Message func(*sql.Selector)

// MessageRecords is the predicate function for messagerecords builders.
type MessageRecords func(*sql.Selector)

// Msg is the predicate function for msg builders.
type Msg func(*sql.Selector)

// Server is the predicate function for server builders.
type Server func(*sql.Selector)

// SopNode is the predicate function for sopnode builders.
type SopNode func(*sql.Selector)

// SopStage is the predicate function for sopstage builders.
type SopStage func(*sql.Selector)

// SopTask is the predicate function for soptask builders.
type SopTask func(*sql.Selector)

// Token is the predicate function for token builders.
type Token func(*sql.Selector)

// Tutorial is the predicate function for tutorial builders.
type Tutorial func(*sql.Selector)

// WorkExperience is the predicate function for workexperience builders.
type WorkExperience func(*sql.Selector)

// Wx is the predicate function for wx builders.
type Wx func(*sql.Selector)