Files
ent/examples/edgeindex/ent/predicate/predicate.go
Alex Snast 4c1f28d58f ent/schema: allow setting collation for string fields
Reviewed By: a8m

Differential Revision: D17090481

fbshipit-source-id: a08768c9bac4318a91bc6a067c85d6eb022c3024
2019-08-28 04:52:32 -07:00

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)