mirror of
https://github.com/ent/ent.git
synced 2026-05-24 09:31:56 +03:00
Reviewed By: a8m Differential Revision: D17090481 fbshipit-source-id: a08768c9bac4318a91bc6a067c85d6eb022c3024
14 lines
306 B
Go
14 lines
306 B
Go
// Code generated (@generated) by entc, DO NOT EDIT.
|
|
|
|
package predicate
|
|
|
|
import (
|
|
"github.com/facebookincubator/ent/dialect/sql"
|
|
)
|
|
|
|
// City is the predicate function for city builders.
|
|
type City func(*sql.Selector)
|
|
|
|
// Street is the predicate function for street builders.
|
|
type Street func(*sql.Selector)
|