Files
ent/entc/integration/cascadelete/ent/predicate/predicate.go
2021-03-16 15:29:21 +02:00

21 lines
555 B
Go

// Copyright 2019-present Facebook Inc. All rights reserved.
// This source code is licensed under the Apache 2.0 license found
// in the LICENSE file in the root directory of this source tree.
// Code generated by entc, DO NOT EDIT.
package predicate
import (
"entgo.io/ent/dialect/sql"
)
// Comment is the predicate function for comment builders.
type Comment func(*sql.Selector)
// Post is the predicate function for post builders.
type Post func(*sql.Selector)
// User is the predicate function for user builders.
type User func(*sql.Selector)