mirror of
https://github.com/crowdsecurity/crowdsec.git
synced 2025-05-11 12:25:53 +02:00
40 lines
1.1 KiB
Go
40 lines
1.1 KiB
Go
// Code generated by ent, DO NOT EDIT.
|
|
|
|
package predicate
|
|
|
|
import (
|
|
"entgo.io/ent/dialect/sql"
|
|
)
|
|
|
|
// Alert is the predicate function for alert builders.
|
|
type Alert func(*sql.Selector)
|
|
|
|
// AllowList is the predicate function for allowlist builders.
|
|
type AllowList func(*sql.Selector)
|
|
|
|
// AllowListItem is the predicate function for allowlistitem builders.
|
|
type AllowListItem func(*sql.Selector)
|
|
|
|
// Bouncer is the predicate function for bouncer builders.
|
|
type Bouncer func(*sql.Selector)
|
|
|
|
// ConfigItem is the predicate function for configitem builders.
|
|
type ConfigItem func(*sql.Selector)
|
|
|
|
// Decision is the predicate function for decision builders.
|
|
type Decision func(*sql.Selector)
|
|
|
|
// Event is the predicate function for event builders.
|
|
type Event func(*sql.Selector)
|
|
|
|
// Lock is the predicate function for lock builders.
|
|
type Lock func(*sql.Selector)
|
|
|
|
// Machine is the predicate function for machine builders.
|
|
type Machine func(*sql.Selector)
|
|
|
|
// Meta is the predicate function for meta builders.
|
|
type Meta func(*sql.Selector)
|
|
|
|
// Metric is the predicate function for metric builders.
|
|
type Metric func(*sql.Selector)
|