aboutsummaryrefslogtreecommitdiff
path: root/cmd/_old/tourian/ent/predicate/predicate.go
blob: 8286ca8d19749c79de430f7f467c1b337cf313f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Code generated by ent, DO NOT EDIT.

package predicate

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

// ChatMessage is the predicate function for chatmessage builders.
type ChatMessage func(*sql.Selector)

// Conversation is the predicate function for conversation builders.
type Conversation func(*sql.Selector)