github.com/crowdsecurity/crowdsec@v1.6.1/pkg/database/ent/predicate/predicate.go (about)

     1  // Code generated by ent, DO NOT EDIT.
     2  
     3  package predicate
     4  
     5  import (
     6  	"entgo.io/ent/dialect/sql"
     7  )
     8  
     9  // Alert is the predicate function for alert builders.
    10  type Alert func(*sql.Selector)
    11  
    12  // Bouncer is the predicate function for bouncer builders.
    13  type Bouncer func(*sql.Selector)
    14  
    15  // ConfigItem is the predicate function for configitem builders.
    16  type ConfigItem func(*sql.Selector)
    17  
    18  // Decision is the predicate function for decision builders.
    19  type Decision func(*sql.Selector)
    20  
    21  // Event is the predicate function for event builders.
    22  type Event func(*sql.Selector)
    23  
    24  // Lock is the predicate function for lock builders.
    25  type Lock func(*sql.Selector)
    26  
    27  // Machine is the predicate function for machine builders.
    28  type Machine func(*sql.Selector)
    29  
    30  // Meta is the predicate function for meta builders.
    31  type Meta func(*sql.Selector)