mirror of
https://github.com/ent/ent.git
synced 2026-05-24 09:31:56 +03:00
Summary: Pull Request resolved: https://github.com/facebookexternal/fbc/pull/1338 Pull Request resolved: https://github.com/facebookincubator/ent/pull/14 Reviewed By: alexsn Differential Revision: D16890825 fbshipit-source-id: 656baaa73f5debab08c849b6b9639caeec2a8ef1
11 lines
216 B
Go
11 lines
216 B
Go
// Code generated (@generated) by entc, DO NOT EDIT.
|
|
|
|
package predicate
|
|
|
|
import (
|
|
"github.com/facebookincubator/ent/dialect/sql"
|
|
)
|
|
|
|
// User is the predicate function for user builders.
|
|
type User func(*sql.Selector)
|