github.com/NpoolPlatform/chain-middleware@v0.0.0-20240228100535-eb1bcf896eb9/pkg/db/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  // AppCoin is the predicate function for appcoin builders.
    10  type AppCoin func(*sql.Selector)
    11  
    12  // ChainBase is the predicate function for chainbase builders.
    13  type ChainBase func(*sql.Selector)
    14  
    15  // CoinBase is the predicate function for coinbase builders.
    16  type CoinBase func(*sql.Selector)
    17  
    18  // CoinDescription is the predicate function for coindescription builders.
    19  type CoinDescription func(*sql.Selector)
    20  
    21  // CoinExtra is the predicate function for coinextra builders.
    22  type CoinExtra func(*sql.Selector)
    23  
    24  // CoinFiat is the predicate function for coinfiat builders.
    25  type CoinFiat func(*sql.Selector)
    26  
    27  // CoinFiatCurrency is the predicate function for coinfiatcurrency builders.
    28  type CoinFiatCurrency func(*sql.Selector)
    29  
    30  // CoinFiatCurrencyHistory is the predicate function for coinfiatcurrencyhistory builders.
    31  type CoinFiatCurrencyHistory func(*sql.Selector)
    32  
    33  // CoinUsedFor is the predicate function for coinusedfor builders.
    34  type CoinUsedFor func(*sql.Selector)
    35  
    36  // Currency is the predicate function for currency builders.
    37  type Currency func(*sql.Selector)
    38  
    39  // CurrencyFeed is the predicate function for currencyfeed builders.
    40  type CurrencyFeed func(*sql.Selector)
    41  
    42  // CurrencyHistory is the predicate function for currencyhistory builders.
    43  type CurrencyHistory func(*sql.Selector)
    44  
    45  // ExchangeRate is the predicate function for exchangerate builders.
    46  type ExchangeRate func(*sql.Selector)
    47  
    48  // Fiat is the predicate function for fiat builders.
    49  type Fiat func(*sql.Selector)
    50  
    51  // FiatCurrency is the predicate function for fiatcurrency builders.
    52  type FiatCurrency func(*sql.Selector)
    53  
    54  // FiatCurrencyFeed is the predicate function for fiatcurrencyfeed builders.
    55  type FiatCurrencyFeed func(*sql.Selector)
    56  
    57  // FiatCurrencyHistory is the predicate function for fiatcurrencyhistory builders.
    58  type FiatCurrencyHistory func(*sql.Selector)
    59  
    60  // Setting is the predicate function for setting builders.
    61  type Setting func(*sql.Selector)
    62  
    63  // Tran is the predicate function for tran builders.
    64  type Tran func(*sql.Selector)