// Code generated by ent, DO NOT EDIT.

package predicate

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

// Contact is the predicate function for contact builders.
type Contact 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)

// 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)

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