mirror of
https://github.com/holos-run/holos.git
synced 2026-03-20 17:25:01 +00:00
No need to have a separate package for the PlatformService and related protobuf messages.
17 lines
386 B
Go
17 lines
386 B
Go
// Code generated by ent, DO NOT EDIT.
|
|
|
|
package predicate
|
|
|
|
import (
|
|
"entgo.io/ent/dialect/sql"
|
|
)
|
|
|
|
// Organization is the predicate function for organization builders.
|
|
type Organization func(*sql.Selector)
|
|
|
|
// Platform is the predicate function for platform builders.
|
|
type Platform func(*sql.Selector)
|
|
|
|
// User is the predicate function for user builders.
|
|
type User func(*sql.Selector)
|