venue

package
v0.0.0-...-fe50809 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 1, 2023 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Label holds the string label denoting the venue type in the database.
	Label = "venue"
	// FieldID holds the string denoting the id field in the database.
	FieldID = "id"
	// FieldVenueID holds the string denoting the venue_id field in the database.
	FieldVenueID = "venue_id"
	// FieldType holds the string denoting the type field in the database.
	FieldType = "type"
	// FieldName holds the string denoting the name field in the database.
	FieldName = "name"
	// FieldYearEstablished holds the string denoting the year_established field in the database.
	FieldYearEstablished = "year_established"
	// FieldCountry holds the string denoting the country field in the database.
	FieldCountry = "country"
	// FieldImage holds the string denoting the image field in the database.
	FieldImage = "image"
	// FieldLinks holds the string denoting the links field in the database.
	FieldLinks = "links"
	// FieldHasTradingIncentive holds the string denoting the has_trading_incentive field in the database.
	FieldHasTradingIncentive = "has_trading_incentive"
	// FieldCentralized holds the string denoting the centralized field in the database.
	FieldCentralized = "centralized"
	// FieldPublicNotice holds the string denoting the public_notice field in the database.
	FieldPublicNotice = "public_notice"
	// FieldAlertNotice holds the string denoting the alert_notice field in the database.
	FieldAlertNotice = "alert_notice"
	// FieldTrustScore holds the string denoting the trust_score field in the database.
	FieldTrustScore = "trust_score"
	// FieldTrustScoreRank holds the string denoting the trust_score_rank field in the database.
	FieldTrustScoreRank = "trust_score_rank"
	// FieldTradeVolume24hBtc holds the string denoting the trade_volume_24h_btc field in the database.
	FieldTradeVolume24hBtc = "trade_volume_24h_btc"
	// FieldTradeVolume24hBtcNormalized holds the string denoting the trade_volume_24h_btc_normalized field in the database.
	FieldTradeVolume24hBtcNormalized = "trade_volume_24h_btc_normalized"
	// FieldMakerFee holds the string denoting the maker_fee field in the database.
	FieldMakerFee = "maker_fee"
	// FieldTakerFee holds the string denoting the taker_fee field in the database.
	FieldTakerFee = "taker_fee"
	// FieldSpreadFee holds the string denoting the spread_fee field in the database.
	FieldSpreadFee = "spread_fee"
	// FieldSupportAPI holds the string denoting the support_api field in the database.
	FieldSupportAPI = "support_api"
	// EdgeTicker holds the string denoting the ticker edge name in mutations.
	EdgeTicker = "ticker"
	// EdgeTradingPair holds the string denoting the trading_pair edge name in mutations.
	EdgeTradingPair = "trading_pair"
	// EdgeMarket holds the string denoting the market edge name in mutations.
	EdgeMarket = "market"
	// Table holds the table name of the venue in the database.
	Table = "venues"
	// TickerTable is the table that holds the ticker relation/edge.
	TickerTable = "tickers"
	// TickerInverseTable is the table name for the Ticker entity.
	// It exists in this package in order to avoid circular dependency with the "ticker" package.
	TickerInverseTable = "tickers"
	// TickerColumn is the table column denoting the ticker relation/edge.
	TickerColumn = "venue_ticker"
	// TradingPairTable is the table that holds the trading_pair relation/edge.
	TradingPairTable = "trading_pairs"
	// TradingPairInverseTable is the table name for the TradingPair entity.
	// It exists in this package in order to avoid circular dependency with the "tradingpair" package.
	TradingPairInverseTable = "trading_pairs"
	// TradingPairColumn is the table column denoting the trading_pair relation/edge.
	TradingPairColumn = "venue_trading_pair"
	// MarketTable is the table that holds the market relation/edge.
	MarketTable = "markets"
	// MarketInverseTable is the table name for the Market entity.
	// It exists in this package in order to avoid circular dependency with the "market" package.
	MarketInverseTable = "markets"
	// MarketColumn is the table column denoting the market relation/edge.
	MarketColumn = "venue_market"
)

Variables

Columns holds all SQL columns for venue fields.

Functions

func AlertNotice

func AlertNotice(v string) predicate.Venue

AlertNotice applies equality check predicate on the "alert_notice" field. It's identical to AlertNoticeEQ.

func AlertNoticeContains

func AlertNoticeContains(v string) predicate.Venue

AlertNoticeContains applies the Contains predicate on the "alert_notice" field.

func AlertNoticeContainsFold

func AlertNoticeContainsFold(v string) predicate.Venue

AlertNoticeContainsFold applies the ContainsFold predicate on the "alert_notice" field.

func AlertNoticeEQ

func AlertNoticeEQ(v string) predicate.Venue

AlertNoticeEQ applies the EQ predicate on the "alert_notice" field.

func AlertNoticeEqualFold

func AlertNoticeEqualFold(v string) predicate.Venue

AlertNoticeEqualFold applies the EqualFold predicate on the "alert_notice" field.

func AlertNoticeGT

func AlertNoticeGT(v string) predicate.Venue

AlertNoticeGT applies the GT predicate on the "alert_notice" field.

func AlertNoticeGTE

func AlertNoticeGTE(v string) predicate.Venue

AlertNoticeGTE applies the GTE predicate on the "alert_notice" field.

func AlertNoticeHasPrefix

func AlertNoticeHasPrefix(v string) predicate.Venue

AlertNoticeHasPrefix applies the HasPrefix predicate on the "alert_notice" field.

func AlertNoticeHasSuffix

func AlertNoticeHasSuffix(v string) predicate.Venue

AlertNoticeHasSuffix applies the HasSuffix predicate on the "alert_notice" field.

func AlertNoticeIn

func AlertNoticeIn(vs ...string) predicate.Venue

AlertNoticeIn applies the In predicate on the "alert_notice" field.

func AlertNoticeIsNil

func AlertNoticeIsNil() predicate.Venue

AlertNoticeIsNil applies the IsNil predicate on the "alert_notice" field.

func AlertNoticeLT

func AlertNoticeLT(v string) predicate.Venue

AlertNoticeLT applies the LT predicate on the "alert_notice" field.

func AlertNoticeLTE

func AlertNoticeLTE(v string) predicate.Venue

AlertNoticeLTE applies the LTE predicate on the "alert_notice" field.

func AlertNoticeNEQ

func AlertNoticeNEQ(v string) predicate.Venue

AlertNoticeNEQ applies the NEQ predicate on the "alert_notice" field.

func AlertNoticeNotIn

func AlertNoticeNotIn(vs ...string) predicate.Venue

AlertNoticeNotIn applies the NotIn predicate on the "alert_notice" field.

func AlertNoticeNotNil

func AlertNoticeNotNil() predicate.Venue

AlertNoticeNotNil applies the NotNil predicate on the "alert_notice" field.

func And

func And(predicates ...predicate.Venue) predicate.Venue

And groups predicates with the AND operator between them.

func Centralized

func Centralized(v bool) predicate.Venue

Centralized applies equality check predicate on the "centralized" field. It's identical to CentralizedEQ.

func CentralizedEQ

func CentralizedEQ(v bool) predicate.Venue

CentralizedEQ applies the EQ predicate on the "centralized" field.

func CentralizedIsNil

func CentralizedIsNil() predicate.Venue

CentralizedIsNil applies the IsNil predicate on the "centralized" field.

func CentralizedNEQ

func CentralizedNEQ(v bool) predicate.Venue

CentralizedNEQ applies the NEQ predicate on the "centralized" field.

func CentralizedNotNil

func CentralizedNotNil() predicate.Venue

CentralizedNotNil applies the NotNil predicate on the "centralized" field.

func Country

func Country(v string) predicate.Venue

Country applies equality check predicate on the "country" field. It's identical to CountryEQ.

func CountryContains

func CountryContains(v string) predicate.Venue

CountryContains applies the Contains predicate on the "country" field.

func CountryContainsFold

func CountryContainsFold(v string) predicate.Venue

CountryContainsFold applies the ContainsFold predicate on the "country" field.

func CountryEQ

func CountryEQ(v string) predicate.Venue

CountryEQ applies the EQ predicate on the "country" field.

func CountryEqualFold

func CountryEqualFold(v string) predicate.Venue

CountryEqualFold applies the EqualFold predicate on the "country" field.

func CountryGT

func CountryGT(v string) predicate.Venue

CountryGT applies the GT predicate on the "country" field.

func CountryGTE

func CountryGTE(v string) predicate.Venue

CountryGTE applies the GTE predicate on the "country" field.

func CountryHasPrefix

func CountryHasPrefix(v string) predicate.Venue

CountryHasPrefix applies the HasPrefix predicate on the "country" field.

func CountryHasSuffix

func CountryHasSuffix(v string) predicate.Venue

CountryHasSuffix applies the HasSuffix predicate on the "country" field.

func CountryIn

func CountryIn(vs ...string) predicate.Venue

CountryIn applies the In predicate on the "country" field.

func CountryIsNil

func CountryIsNil() predicate.Venue

CountryIsNil applies the IsNil predicate on the "country" field.

func CountryLT

func CountryLT(v string) predicate.Venue

CountryLT applies the LT predicate on the "country" field.

func CountryLTE

func CountryLTE(v string) predicate.Venue

CountryLTE applies the LTE predicate on the "country" field.

func CountryNEQ

func CountryNEQ(v string) predicate.Venue

CountryNEQ applies the NEQ predicate on the "country" field.

func CountryNotIn

func CountryNotIn(vs ...string) predicate.Venue

CountryNotIn applies the NotIn predicate on the "country" field.

func CountryNotNil

func CountryNotNil() predicate.Venue

CountryNotNil applies the NotNil predicate on the "country" field.

func HasMarket

func HasMarket() predicate.Venue

HasMarket applies the HasEdge predicate on the "market" edge.

func HasMarketWith

func HasMarketWith(preds ...predicate.Market) predicate.Venue

HasMarketWith applies the HasEdge predicate on the "market" edge with a given conditions (other predicates).

func HasTicker

func HasTicker() predicate.Venue

HasTicker applies the HasEdge predicate on the "ticker" edge.

func HasTickerWith

func HasTickerWith(preds ...predicate.Ticker) predicate.Venue

HasTickerWith applies the HasEdge predicate on the "ticker" edge with a given conditions (other predicates).

func HasTradingIncentive

func HasTradingIncentive(v bool) predicate.Venue

HasTradingIncentive applies equality check predicate on the "has_trading_incentive" field. It's identical to HasTradingIncentiveEQ.

func HasTradingIncentiveEQ

func HasTradingIncentiveEQ(v bool) predicate.Venue

HasTradingIncentiveEQ applies the EQ predicate on the "has_trading_incentive" field.

func HasTradingIncentiveIsNil

func HasTradingIncentiveIsNil() predicate.Venue

HasTradingIncentiveIsNil applies the IsNil predicate on the "has_trading_incentive" field.

func HasTradingIncentiveNEQ

func HasTradingIncentiveNEQ(v bool) predicate.Venue

HasTradingIncentiveNEQ applies the NEQ predicate on the "has_trading_incentive" field.

func HasTradingIncentiveNotNil

func HasTradingIncentiveNotNil() predicate.Venue

HasTradingIncentiveNotNil applies the NotNil predicate on the "has_trading_incentive" field.

func HasTradingPair

func HasTradingPair() predicate.Venue

HasTradingPair applies the HasEdge predicate on the "trading_pair" edge.

func HasTradingPairWith

func HasTradingPairWith(preds ...predicate.TradingPair) predicate.Venue

HasTradingPairWith applies the HasEdge predicate on the "trading_pair" edge with a given conditions (other predicates).

func ID

func ID(id int) predicate.Venue

ID filters vertices based on their ID field.

func IDEQ

func IDEQ(id int) predicate.Venue

IDEQ applies the EQ predicate on the ID field.

func IDGT

func IDGT(id int) predicate.Venue

IDGT applies the GT predicate on the ID field.

func IDGTE

func IDGTE(id int) predicate.Venue

IDGTE applies the GTE predicate on the ID field.

func IDIn

func IDIn(ids ...int) predicate.Venue

IDIn applies the In predicate on the ID field.

func IDLT

func IDLT(id int) predicate.Venue

IDLT applies the LT predicate on the ID field.

func IDLTE

func IDLTE(id int) predicate.Venue

IDLTE applies the LTE predicate on the ID field.

func IDNEQ

func IDNEQ(id int) predicate.Venue

IDNEQ applies the NEQ predicate on the ID field.

func IDNotIn

func IDNotIn(ids ...int) predicate.Venue

IDNotIn applies the NotIn predicate on the ID field.

func Image

func Image(v string) predicate.Venue

Image applies equality check predicate on the "image" field. It's identical to ImageEQ.

func ImageContains

func ImageContains(v string) predicate.Venue

ImageContains applies the Contains predicate on the "image" field.

func ImageContainsFold

func ImageContainsFold(v string) predicate.Venue

ImageContainsFold applies the ContainsFold predicate on the "image" field.

func ImageEQ

func ImageEQ(v string) predicate.Venue

ImageEQ applies the EQ predicate on the "image" field.

func ImageEqualFold

func ImageEqualFold(v string) predicate.Venue

ImageEqualFold applies the EqualFold predicate on the "image" field.

func ImageGT

func ImageGT(v string) predicate.Venue

ImageGT applies the GT predicate on the "image" field.

func ImageGTE

func ImageGTE(v string) predicate.Venue

ImageGTE applies the GTE predicate on the "image" field.

func ImageHasPrefix

func ImageHasPrefix(v string) predicate.Venue

ImageHasPrefix applies the HasPrefix predicate on the "image" field.

func ImageHasSuffix

func ImageHasSuffix(v string) predicate.Venue

ImageHasSuffix applies the HasSuffix predicate on the "image" field.

func ImageIn

func ImageIn(vs ...string) predicate.Venue

ImageIn applies the In predicate on the "image" field.

func ImageIsNil

func ImageIsNil() predicate.Venue

ImageIsNil applies the IsNil predicate on the "image" field.

func ImageLT

func ImageLT(v string) predicate.Venue

ImageLT applies the LT predicate on the "image" field.

func ImageLTE

func ImageLTE(v string) predicate.Venue

ImageLTE applies the LTE predicate on the "image" field.

func ImageNEQ

func ImageNEQ(v string) predicate.Venue

ImageNEQ applies the NEQ predicate on the "image" field.

func ImageNotIn

func ImageNotIn(vs ...string) predicate.Venue

ImageNotIn applies the NotIn predicate on the "image" field.

func ImageNotNil

func ImageNotNil() predicate.Venue

ImageNotNil applies the NotNil predicate on the "image" field.

func LinksIsNil

func LinksIsNil() predicate.Venue

LinksIsNil applies the IsNil predicate on the "links" field.

func LinksNotNil

func LinksNotNil() predicate.Venue

LinksNotNil applies the NotNil predicate on the "links" field.

func MakerFee

func MakerFee(v float64) predicate.Venue

MakerFee applies equality check predicate on the "maker_fee" field. It's identical to MakerFeeEQ.

func MakerFeeEQ

func MakerFeeEQ(v float64) predicate.Venue

MakerFeeEQ applies the EQ predicate on the "maker_fee" field.

func MakerFeeGT

func MakerFeeGT(v float64) predicate.Venue

MakerFeeGT applies the GT predicate on the "maker_fee" field.

func MakerFeeGTE

func MakerFeeGTE(v float64) predicate.Venue

MakerFeeGTE applies the GTE predicate on the "maker_fee" field.

func MakerFeeIn

func MakerFeeIn(vs ...float64) predicate.Venue

MakerFeeIn applies the In predicate on the "maker_fee" field.

func MakerFeeIsNil

func MakerFeeIsNil() predicate.Venue

MakerFeeIsNil applies the IsNil predicate on the "maker_fee" field.

func MakerFeeLT

func MakerFeeLT(v float64) predicate.Venue

MakerFeeLT applies the LT predicate on the "maker_fee" field.

func MakerFeeLTE

func MakerFeeLTE(v float64) predicate.Venue

MakerFeeLTE applies the LTE predicate on the "maker_fee" field.

func MakerFeeNEQ

func MakerFeeNEQ(v float64) predicate.Venue

MakerFeeNEQ applies the NEQ predicate on the "maker_fee" field.

func MakerFeeNotIn

func MakerFeeNotIn(vs ...float64) predicate.Venue

MakerFeeNotIn applies the NotIn predicate on the "maker_fee" field.

func MakerFeeNotNil

func MakerFeeNotNil() predicate.Venue

MakerFeeNotNil applies the NotNil predicate on the "maker_fee" field.

func Name

func Name(v string) predicate.Venue

Name applies equality check predicate on the "name" field. It's identical to NameEQ.

func NameContains

func NameContains(v string) predicate.Venue

NameContains applies the Contains predicate on the "name" field.

func NameContainsFold

func NameContainsFold(v string) predicate.Venue

NameContainsFold applies the ContainsFold predicate on the "name" field.

func NameEQ

func NameEQ(v string) predicate.Venue

NameEQ applies the EQ predicate on the "name" field.

func NameEqualFold

func NameEqualFold(v string) predicate.Venue

NameEqualFold applies the EqualFold predicate on the "name" field.

func NameGT

func NameGT(v string) predicate.Venue

NameGT applies the GT predicate on the "name" field.

func NameGTE

func NameGTE(v string) predicate.Venue

NameGTE applies the GTE predicate on the "name" field.

func NameHasPrefix

func NameHasPrefix(v string) predicate.Venue

NameHasPrefix applies the HasPrefix predicate on the "name" field.

func NameHasSuffix

func NameHasSuffix(v string) predicate.Venue

NameHasSuffix applies the HasSuffix predicate on the "name" field.

func NameIn

func NameIn(vs ...string) predicate.Venue

NameIn applies the In predicate on the "name" field.

func NameIsNil

func NameIsNil() predicate.Venue

NameIsNil applies the IsNil predicate on the "name" field.

func NameLT

func NameLT(v string) predicate.Venue

NameLT applies the LT predicate on the "name" field.

func NameLTE

func NameLTE(v string) predicate.Venue

NameLTE applies the LTE predicate on the "name" field.

func NameNEQ

func NameNEQ(v string) predicate.Venue

NameNEQ applies the NEQ predicate on the "name" field.

func NameNotIn

func NameNotIn(vs ...string) predicate.Venue

NameNotIn applies the NotIn predicate on the "name" field.

func NameNotNil

func NameNotNil() predicate.Venue

NameNotNil applies the NotNil predicate on the "name" field.

func Not

Not applies the not operator on the given predicate.

func Or

func Or(predicates ...predicate.Venue) predicate.Venue

Or groups predicates with the OR operator between them.

func PublicNotice

func PublicNotice(v string) predicate.Venue

PublicNotice applies equality check predicate on the "public_notice" field. It's identical to PublicNoticeEQ.

func PublicNoticeContains

func PublicNoticeContains(v string) predicate.Venue

PublicNoticeContains applies the Contains predicate on the "public_notice" field.

func PublicNoticeContainsFold

func PublicNoticeContainsFold(v string) predicate.Venue

PublicNoticeContainsFold applies the ContainsFold predicate on the "public_notice" field.

func PublicNoticeEQ

func PublicNoticeEQ(v string) predicate.Venue

PublicNoticeEQ applies the EQ predicate on the "public_notice" field.

func PublicNoticeEqualFold

func PublicNoticeEqualFold(v string) predicate.Venue

PublicNoticeEqualFold applies the EqualFold predicate on the "public_notice" field.

func PublicNoticeGT

func PublicNoticeGT(v string) predicate.Venue

PublicNoticeGT applies the GT predicate on the "public_notice" field.

func PublicNoticeGTE

func PublicNoticeGTE(v string) predicate.Venue

PublicNoticeGTE applies the GTE predicate on the "public_notice" field.

func PublicNoticeHasPrefix

func PublicNoticeHasPrefix(v string) predicate.Venue

PublicNoticeHasPrefix applies the HasPrefix predicate on the "public_notice" field.

func PublicNoticeHasSuffix

func PublicNoticeHasSuffix(v string) predicate.Venue

PublicNoticeHasSuffix applies the HasSuffix predicate on the "public_notice" field.

func PublicNoticeIn

func PublicNoticeIn(vs ...string) predicate.Venue

PublicNoticeIn applies the In predicate on the "public_notice" field.

func PublicNoticeIsNil

func PublicNoticeIsNil() predicate.Venue

PublicNoticeIsNil applies the IsNil predicate on the "public_notice" field.

func PublicNoticeLT

func PublicNoticeLT(v string) predicate.Venue

PublicNoticeLT applies the LT predicate on the "public_notice" field.

func PublicNoticeLTE

func PublicNoticeLTE(v string) predicate.Venue

PublicNoticeLTE applies the LTE predicate on the "public_notice" field.

func PublicNoticeNEQ

func PublicNoticeNEQ(v string) predicate.Venue

PublicNoticeNEQ applies the NEQ predicate on the "public_notice" field.

func PublicNoticeNotIn

func PublicNoticeNotIn(vs ...string) predicate.Venue

PublicNoticeNotIn applies the NotIn predicate on the "public_notice" field.

func PublicNoticeNotNil

func PublicNoticeNotNil() predicate.Venue

PublicNoticeNotNil applies the NotNil predicate on the "public_notice" field.

func SpreadFee

func SpreadFee(v bool) predicate.Venue

SpreadFee applies equality check predicate on the "spread_fee" field. It's identical to SpreadFeeEQ.

func SpreadFeeEQ

func SpreadFeeEQ(v bool) predicate.Venue

SpreadFeeEQ applies the EQ predicate on the "spread_fee" field.

func SpreadFeeIsNil

func SpreadFeeIsNil() predicate.Venue

SpreadFeeIsNil applies the IsNil predicate on the "spread_fee" field.

func SpreadFeeNEQ

func SpreadFeeNEQ(v bool) predicate.Venue

SpreadFeeNEQ applies the NEQ predicate on the "spread_fee" field.

func SpreadFeeNotNil

func SpreadFeeNotNil() predicate.Venue

SpreadFeeNotNil applies the NotNil predicate on the "spread_fee" field.

func SupportAPI

func SupportAPI(v bool) predicate.Venue

SupportAPI applies equality check predicate on the "support_api" field. It's identical to SupportAPIEQ.

func SupportAPIEQ

func SupportAPIEQ(v bool) predicate.Venue

SupportAPIEQ applies the EQ predicate on the "support_api" field.

func SupportAPIIsNil

func SupportAPIIsNil() predicate.Venue

SupportAPIIsNil applies the IsNil predicate on the "support_api" field.

func SupportAPINEQ

func SupportAPINEQ(v bool) predicate.Venue

SupportAPINEQ applies the NEQ predicate on the "support_api" field.

func SupportAPINotNil

func SupportAPINotNil() predicate.Venue

SupportAPINotNil applies the NotNil predicate on the "support_api" field.

func TakerFee

func TakerFee(v float64) predicate.Venue

TakerFee applies equality check predicate on the "taker_fee" field. It's identical to TakerFeeEQ.

func TakerFeeEQ

func TakerFeeEQ(v float64) predicate.Venue

TakerFeeEQ applies the EQ predicate on the "taker_fee" field.

func TakerFeeGT

func TakerFeeGT(v float64) predicate.Venue

TakerFeeGT applies the GT predicate on the "taker_fee" field.

func TakerFeeGTE

func TakerFeeGTE(v float64) predicate.Venue

TakerFeeGTE applies the GTE predicate on the "taker_fee" field.

func TakerFeeIn

func TakerFeeIn(vs ...float64) predicate.Venue

TakerFeeIn applies the In predicate on the "taker_fee" field.

func TakerFeeIsNil

func TakerFeeIsNil() predicate.Venue

TakerFeeIsNil applies the IsNil predicate on the "taker_fee" field.

func TakerFeeLT

func TakerFeeLT(v float64) predicate.Venue

TakerFeeLT applies the LT predicate on the "taker_fee" field.

func TakerFeeLTE

func TakerFeeLTE(v float64) predicate.Venue

TakerFeeLTE applies the LTE predicate on the "taker_fee" field.

func TakerFeeNEQ

func TakerFeeNEQ(v float64) predicate.Venue

TakerFeeNEQ applies the NEQ predicate on the "taker_fee" field.

func TakerFeeNotIn

func TakerFeeNotIn(vs ...float64) predicate.Venue

TakerFeeNotIn applies the NotIn predicate on the "taker_fee" field.

func TakerFeeNotNil

func TakerFeeNotNil() predicate.Venue

TakerFeeNotNil applies the NotNil predicate on the "taker_fee" field.

func TradeVolume24hBtc

func TradeVolume24hBtc(v float64) predicate.Venue

TradeVolume24hBtc applies equality check predicate on the "trade_volume_24h_btc" field. It's identical to TradeVolume24hBtcEQ.

func TradeVolume24hBtcEQ

func TradeVolume24hBtcEQ(v float64) predicate.Venue

TradeVolume24hBtcEQ applies the EQ predicate on the "trade_volume_24h_btc" field.

func TradeVolume24hBtcGT

func TradeVolume24hBtcGT(v float64) predicate.Venue

TradeVolume24hBtcGT applies the GT predicate on the "trade_volume_24h_btc" field.

func TradeVolume24hBtcGTE

func TradeVolume24hBtcGTE(v float64) predicate.Venue

TradeVolume24hBtcGTE applies the GTE predicate on the "trade_volume_24h_btc" field.

func TradeVolume24hBtcIn

func TradeVolume24hBtcIn(vs ...float64) predicate.Venue

TradeVolume24hBtcIn applies the In predicate on the "trade_volume_24h_btc" field.

func TradeVolume24hBtcIsNil

func TradeVolume24hBtcIsNil() predicate.Venue

TradeVolume24hBtcIsNil applies the IsNil predicate on the "trade_volume_24h_btc" field.

func TradeVolume24hBtcLT

func TradeVolume24hBtcLT(v float64) predicate.Venue

TradeVolume24hBtcLT applies the LT predicate on the "trade_volume_24h_btc" field.

func TradeVolume24hBtcLTE

func TradeVolume24hBtcLTE(v float64) predicate.Venue

TradeVolume24hBtcLTE applies the LTE predicate on the "trade_volume_24h_btc" field.

func TradeVolume24hBtcNEQ

func TradeVolume24hBtcNEQ(v float64) predicate.Venue

TradeVolume24hBtcNEQ applies the NEQ predicate on the "trade_volume_24h_btc" field.

func TradeVolume24hBtcNormalized

func TradeVolume24hBtcNormalized(v float64) predicate.Venue

TradeVolume24hBtcNormalized applies equality check predicate on the "trade_volume_24h_btc_normalized" field. It's identical to TradeVolume24hBtcNormalizedEQ.

func TradeVolume24hBtcNormalizedEQ

func TradeVolume24hBtcNormalizedEQ(v float64) predicate.Venue

TradeVolume24hBtcNormalizedEQ applies the EQ predicate on the "trade_volume_24h_btc_normalized" field.

func TradeVolume24hBtcNormalizedGT

func TradeVolume24hBtcNormalizedGT(v float64) predicate.Venue

TradeVolume24hBtcNormalizedGT applies the GT predicate on the "trade_volume_24h_btc_normalized" field.

func TradeVolume24hBtcNormalizedGTE

func TradeVolume24hBtcNormalizedGTE(v float64) predicate.Venue

TradeVolume24hBtcNormalizedGTE applies the GTE predicate on the "trade_volume_24h_btc_normalized" field.

func TradeVolume24hBtcNormalizedIn

func TradeVolume24hBtcNormalizedIn(vs ...float64) predicate.Venue

TradeVolume24hBtcNormalizedIn applies the In predicate on the "trade_volume_24h_btc_normalized" field.

func TradeVolume24hBtcNormalizedIsNil

func TradeVolume24hBtcNormalizedIsNil() predicate.Venue

TradeVolume24hBtcNormalizedIsNil applies the IsNil predicate on the "trade_volume_24h_btc_normalized" field.

func TradeVolume24hBtcNormalizedLT

func TradeVolume24hBtcNormalizedLT(v float64) predicate.Venue

TradeVolume24hBtcNormalizedLT applies the LT predicate on the "trade_volume_24h_btc_normalized" field.

func TradeVolume24hBtcNormalizedLTE

func TradeVolume24hBtcNormalizedLTE(v float64) predicate.Venue

TradeVolume24hBtcNormalizedLTE applies the LTE predicate on the "trade_volume_24h_btc_normalized" field.

func TradeVolume24hBtcNormalizedNEQ

func TradeVolume24hBtcNormalizedNEQ(v float64) predicate.Venue

TradeVolume24hBtcNormalizedNEQ applies the NEQ predicate on the "trade_volume_24h_btc_normalized" field.

func TradeVolume24hBtcNormalizedNotIn

func TradeVolume24hBtcNormalizedNotIn(vs ...float64) predicate.Venue

TradeVolume24hBtcNormalizedNotIn applies the NotIn predicate on the "trade_volume_24h_btc_normalized" field.

func TradeVolume24hBtcNormalizedNotNil

func TradeVolume24hBtcNormalizedNotNil() predicate.Venue

TradeVolume24hBtcNormalizedNotNil applies the NotNil predicate on the "trade_volume_24h_btc_normalized" field.

func TradeVolume24hBtcNotIn

func TradeVolume24hBtcNotIn(vs ...float64) predicate.Venue

TradeVolume24hBtcNotIn applies the NotIn predicate on the "trade_volume_24h_btc" field.

func TradeVolume24hBtcNotNil

func TradeVolume24hBtcNotNil() predicate.Venue

TradeVolume24hBtcNotNil applies the NotNil predicate on the "trade_volume_24h_btc" field.

func TrustScore

func TrustScore(v int) predicate.Venue

TrustScore applies equality check predicate on the "trust_score" field. It's identical to TrustScoreEQ.

func TrustScoreEQ

func TrustScoreEQ(v int) predicate.Venue

TrustScoreEQ applies the EQ predicate on the "trust_score" field.

func TrustScoreGT

func TrustScoreGT(v int) predicate.Venue

TrustScoreGT applies the GT predicate on the "trust_score" field.

func TrustScoreGTE

func TrustScoreGTE(v int) predicate.Venue

TrustScoreGTE applies the GTE predicate on the "trust_score" field.

func TrustScoreIn

func TrustScoreIn(vs ...int) predicate.Venue

TrustScoreIn applies the In predicate on the "trust_score" field.

func TrustScoreIsNil

func TrustScoreIsNil() predicate.Venue

TrustScoreIsNil applies the IsNil predicate on the "trust_score" field.

func TrustScoreLT

func TrustScoreLT(v int) predicate.Venue

TrustScoreLT applies the LT predicate on the "trust_score" field.

func TrustScoreLTE

func TrustScoreLTE(v int) predicate.Venue

TrustScoreLTE applies the LTE predicate on the "trust_score" field.

func TrustScoreNEQ

func TrustScoreNEQ(v int) predicate.Venue

TrustScoreNEQ applies the NEQ predicate on the "trust_score" field.

func TrustScoreNotIn

func TrustScoreNotIn(vs ...int) predicate.Venue

TrustScoreNotIn applies the NotIn predicate on the "trust_score" field.

func TrustScoreNotNil

func TrustScoreNotNil() predicate.Venue

TrustScoreNotNil applies the NotNil predicate on the "trust_score" field.

func TrustScoreRank

func TrustScoreRank(v int) predicate.Venue

TrustScoreRank applies equality check predicate on the "trust_score_rank" field. It's identical to TrustScoreRankEQ.

func TrustScoreRankEQ

func TrustScoreRankEQ(v int) predicate.Venue

TrustScoreRankEQ applies the EQ predicate on the "trust_score_rank" field.

func TrustScoreRankGT

func TrustScoreRankGT(v int) predicate.Venue

TrustScoreRankGT applies the GT predicate on the "trust_score_rank" field.

func TrustScoreRankGTE

func TrustScoreRankGTE(v int) predicate.Venue

TrustScoreRankGTE applies the GTE predicate on the "trust_score_rank" field.

func TrustScoreRankIn

func TrustScoreRankIn(vs ...int) predicate.Venue

TrustScoreRankIn applies the In predicate on the "trust_score_rank" field.

func TrustScoreRankIsNil

func TrustScoreRankIsNil() predicate.Venue

TrustScoreRankIsNil applies the IsNil predicate on the "trust_score_rank" field.

func TrustScoreRankLT

func TrustScoreRankLT(v int) predicate.Venue

TrustScoreRankLT applies the LT predicate on the "trust_score_rank" field.

func TrustScoreRankLTE

func TrustScoreRankLTE(v int) predicate.Venue

TrustScoreRankLTE applies the LTE predicate on the "trust_score_rank" field.

func TrustScoreRankNEQ

func TrustScoreRankNEQ(v int) predicate.Venue

TrustScoreRankNEQ applies the NEQ predicate on the "trust_score_rank" field.

func TrustScoreRankNotIn

func TrustScoreRankNotIn(vs ...int) predicate.Venue

TrustScoreRankNotIn applies the NotIn predicate on the "trust_score_rank" field.

func TrustScoreRankNotNil

func TrustScoreRankNotNil() predicate.Venue

TrustScoreRankNotNil applies the NotNil predicate on the "trust_score_rank" field.

func TypeEQ

func TypeEQ(v Type) predicate.Venue

TypeEQ applies the EQ predicate on the "type" field.

func TypeIn

func TypeIn(vs ...Type) predicate.Venue

TypeIn applies the In predicate on the "type" field.

func TypeNEQ

func TypeNEQ(v Type) predicate.Venue

TypeNEQ applies the NEQ predicate on the "type" field.

func TypeNotIn

func TypeNotIn(vs ...Type) predicate.Venue

TypeNotIn applies the NotIn predicate on the "type" field.

func TypeValidator

func TypeValidator(_type Type) error

TypeValidator is a validator for the "type" field enum values. It is called by the builders before save.

func ValidColumn

func ValidColumn(column string) bool

ValidColumn reports if the column name is valid (part of the table columns).

func VenueID

func VenueID(v string) predicate.Venue

VenueID applies equality check predicate on the "venue_id" field. It's identical to VenueIDEQ.

func VenueIDContains

func VenueIDContains(v string) predicate.Venue

VenueIDContains applies the Contains predicate on the "venue_id" field.

func VenueIDContainsFold

func VenueIDContainsFold(v string) predicate.Venue

VenueIDContainsFold applies the ContainsFold predicate on the "venue_id" field.

func VenueIDEQ

func VenueIDEQ(v string) predicate.Venue

VenueIDEQ applies the EQ predicate on the "venue_id" field.

func VenueIDEqualFold

func VenueIDEqualFold(v string) predicate.Venue

VenueIDEqualFold applies the EqualFold predicate on the "venue_id" field.

func VenueIDGT

func VenueIDGT(v string) predicate.Venue

VenueIDGT applies the GT predicate on the "venue_id" field.

func VenueIDGTE

func VenueIDGTE(v string) predicate.Venue

VenueIDGTE applies the GTE predicate on the "venue_id" field.

func VenueIDHasPrefix

func VenueIDHasPrefix(v string) predicate.Venue

VenueIDHasPrefix applies the HasPrefix predicate on the "venue_id" field.

func VenueIDHasSuffix

func VenueIDHasSuffix(v string) predicate.Venue

VenueIDHasSuffix applies the HasSuffix predicate on the "venue_id" field.

func VenueIDIn

func VenueIDIn(vs ...string) predicate.Venue

VenueIDIn applies the In predicate on the "venue_id" field.

func VenueIDLT

func VenueIDLT(v string) predicate.Venue

VenueIDLT applies the LT predicate on the "venue_id" field.

func VenueIDLTE

func VenueIDLTE(v string) predicate.Venue

VenueIDLTE applies the LTE predicate on the "venue_id" field.

func VenueIDNEQ

func VenueIDNEQ(v string) predicate.Venue

VenueIDNEQ applies the NEQ predicate on the "venue_id" field.

func VenueIDNotIn

func VenueIDNotIn(vs ...string) predicate.Venue

VenueIDNotIn applies the NotIn predicate on the "venue_id" field.

func YearEstablished

func YearEstablished(v int) predicate.Venue

YearEstablished applies equality check predicate on the "year_established" field. It's identical to YearEstablishedEQ.

func YearEstablishedEQ

func YearEstablishedEQ(v int) predicate.Venue

YearEstablishedEQ applies the EQ predicate on the "year_established" field.

func YearEstablishedGT

func YearEstablishedGT(v int) predicate.Venue

YearEstablishedGT applies the GT predicate on the "year_established" field.

func YearEstablishedGTE

func YearEstablishedGTE(v int) predicate.Venue

YearEstablishedGTE applies the GTE predicate on the "year_established" field.

func YearEstablishedIn

func YearEstablishedIn(vs ...int) predicate.Venue

YearEstablishedIn applies the In predicate on the "year_established" field.

func YearEstablishedIsNil

func YearEstablishedIsNil() predicate.Venue

YearEstablishedIsNil applies the IsNil predicate on the "year_established" field.

func YearEstablishedLT

func YearEstablishedLT(v int) predicate.Venue

YearEstablishedLT applies the LT predicate on the "year_established" field.

func YearEstablishedLTE

func YearEstablishedLTE(v int) predicate.Venue

YearEstablishedLTE applies the LTE predicate on the "year_established" field.

func YearEstablishedNEQ

func YearEstablishedNEQ(v int) predicate.Venue

YearEstablishedNEQ applies the NEQ predicate on the "year_established" field.

func YearEstablishedNotIn

func YearEstablishedNotIn(vs ...int) predicate.Venue

YearEstablishedNotIn applies the NotIn predicate on the "year_established" field.

func YearEstablishedNotNil

func YearEstablishedNotNil() predicate.Venue

YearEstablishedNotNil applies the NotNil predicate on the "year_established" field.

Types

type Type

type Type string

Type defines the type for the "type" enum field.

const (
	TypeEXCHANGE Type = "EXCHANGE"
)

Type values.

func (Type) MarshalGQL

func (e Type) MarshalGQL(w io.Writer)

MarshalGQL implements graphql.Marshaler interface.

func (Type) String

func (_type Type) String() string

func (*Type) UnmarshalGQL

func (e *Type) UnmarshalGQL(val interface{}) error

UnmarshalGQL implements graphql.Unmarshaler interface.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL