crowdsec/pkg/database/ent/predicate/predicate.go
Thibault "bui" Koechlin e927717fa0
Polling API Integration (#1715)
Co-authored-by: alteredCoder <kevin@crowdsec.net>
Co-authored-by: he2ss <hamza.essahely@gmail.com>
Co-authored-by: Sebastien Blot <sebastien@crowdsec.net>
2023-01-31 14:47:44 +01:00

29 lines
740 B
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)
// 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)
// 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)