Files

20 lines
479 B
Go

// Code generated by ent, DO NOT EDIT.
package predicate
import (
"entgo.io/ent/dialect/sql"
)
// FrpcClient is the predicate function for frpcclient builders.
type FrpcClient func(*sql.Selector)
// Proxy is the predicate function for proxy builders.
type Proxy func(*sql.Selector)
// ServerConfig is the predicate function for serverconfig builders.
type ServerConfig func(*sql.Selector)
// User is the predicate function for user builders.
type User func(*sql.Selector)