Documentation
¶
Index ¶
- Constants
- Variables
- func And(predicates ...predicate.Network) predicate.Network
- func BundlerURL(v string) predicate.Network
- func BundlerURLContains(v string) predicate.Network
- func BundlerURLContainsFold(v string) predicate.Network
- func BundlerURLEQ(v string) predicate.Network
- func BundlerURLEqualFold(v string) predicate.Network
- func BundlerURLGT(v string) predicate.Network
- func BundlerURLGTE(v string) predicate.Network
- func BundlerURLHasPrefix(v string) predicate.Network
- func BundlerURLHasSuffix(v string) predicate.Network
- func BundlerURLIn(vs ...string) predicate.Network
- func BundlerURLIsNil() predicate.Network
- func BundlerURLLT(v string) predicate.Network
- func BundlerURLLTE(v string) predicate.Network
- func BundlerURLNEQ(v string) predicate.Network
- func BundlerURLNotIn(vs ...string) predicate.Network
- func BundlerURLNotNil() predicate.Network
- func ChainID(v int64) predicate.Network
- func ChainIDEQ(v int64) predicate.Network
- func ChainIDGT(v int64) predicate.Network
- func ChainIDGTE(v int64) predicate.Network
- func ChainIDHex(v string) predicate.Network
- func ChainIDHexContains(v string) predicate.Network
- func ChainIDHexContainsFold(v string) predicate.Network
- func ChainIDHexEQ(v string) predicate.Network
- func ChainIDHexEqualFold(v string) predicate.Network
- func ChainIDHexGT(v string) predicate.Network
- func ChainIDHexGTE(v string) predicate.Network
- func ChainIDHexHasPrefix(v string) predicate.Network
- func ChainIDHexHasSuffix(v string) predicate.Network
- func ChainIDHexIn(vs ...string) predicate.Network
- func ChainIDHexIsNil() predicate.Network
- func ChainIDHexLT(v string) predicate.Network
- func ChainIDHexLTE(v string) predicate.Network
- func ChainIDHexNEQ(v string) predicate.Network
- func ChainIDHexNotIn(vs ...string) predicate.Network
- func ChainIDHexNotNil() predicate.Network
- func ChainIDIn(vs ...int64) predicate.Network
- func ChainIDLT(v int64) predicate.Network
- func ChainIDLTE(v int64) predicate.Network
- func ChainIDNEQ(v int64) predicate.Network
- func ChainIDNotIn(vs ...int64) predicate.Network
- func CreatedAt(v time.Time) predicate.Network
- func CreatedAtEQ(v time.Time) predicate.Network
- func CreatedAtGT(v time.Time) predicate.Network
- func CreatedAtGTE(v time.Time) predicate.Network
- func CreatedAtIn(vs ...time.Time) predicate.Network
- func CreatedAtLT(v time.Time) predicate.Network
- func CreatedAtLTE(v time.Time) predicate.Network
- func CreatedAtNEQ(v time.Time) predicate.Network
- func CreatedAtNotIn(vs ...time.Time) predicate.Network
- func Fee(v decimal.Decimal) predicate.Network
- func FeeEQ(v decimal.Decimal) predicate.Network
- func FeeGT(v decimal.Decimal) predicate.Network
- func FeeGTE(v decimal.Decimal) predicate.Network
- func FeeIn(vs ...decimal.Decimal) predicate.Network
- func FeeLT(v decimal.Decimal) predicate.Network
- func FeeLTE(v decimal.Decimal) predicate.Network
- func FeeNEQ(v decimal.Decimal) predicate.Network
- func FeeNotIn(vs ...decimal.Decimal) predicate.Network
- func GatewayContractAddress(v string) predicate.Network
- func GatewayContractAddressContains(v string) predicate.Network
- func GatewayContractAddressContainsFold(v string) predicate.Network
- func GatewayContractAddressEQ(v string) predicate.Network
- func GatewayContractAddressEqualFold(v string) predicate.Network
- func GatewayContractAddressGT(v string) predicate.Network
- func GatewayContractAddressGTE(v string) predicate.Network
- func GatewayContractAddressHasPrefix(v string) predicate.Network
- func GatewayContractAddressHasSuffix(v string) predicate.Network
- func GatewayContractAddressIn(vs ...string) predicate.Network
- func GatewayContractAddressLT(v string) predicate.Network
- func GatewayContractAddressLTE(v string) predicate.Network
- func GatewayContractAddressNEQ(v string) predicate.Network
- func GatewayContractAddressNotIn(vs ...string) predicate.Network
- func HasTokens() predicate.Network
- func HasTokensWith(preds ...predicate.Token) predicate.Network
- func ID(id int) predicate.Network
- func IDEQ(id int) predicate.Network
- func IDGT(id int) predicate.Network
- func IDGTE(id int) predicate.Network
- func IDIn(ids ...int) predicate.Network
- func IDLT(id int) predicate.Network
- func IDLTE(id int) predicate.Network
- func IDNEQ(id int) predicate.Network
- func IDNotIn(ids ...int) predicate.Network
- func Identifier(v string) predicate.Network
- func IdentifierContains(v string) predicate.Network
- func IdentifierContainsFold(v string) predicate.Network
- func IdentifierEQ(v string) predicate.Network
- func IdentifierEqualFold(v string) predicate.Network
- func IdentifierGT(v string) predicate.Network
- func IdentifierGTE(v string) predicate.Network
- func IdentifierHasPrefix(v string) predicate.Network
- func IdentifierHasSuffix(v string) predicate.Network
- func IdentifierIn(vs ...string) predicate.Network
- func IdentifierLT(v string) predicate.Network
- func IdentifierLTE(v string) predicate.Network
- func IdentifierNEQ(v string) predicate.Network
- func IdentifierNotIn(vs ...string) predicate.Network
- func IsTestnet(v bool) predicate.Network
- func IsTestnetEQ(v bool) predicate.Network
- func IsTestnetNEQ(v bool) predicate.Network
- func Not(p predicate.Network) predicate.Network
- func Or(predicates ...predicate.Network) predicate.Network
- func PaymasterURL(v string) predicate.Network
- func PaymasterURLContains(v string) predicate.Network
- func PaymasterURLContainsFold(v string) predicate.Network
- func PaymasterURLEQ(v string) predicate.Network
- func PaymasterURLEqualFold(v string) predicate.Network
- func PaymasterURLGT(v string) predicate.Network
- func PaymasterURLGTE(v string) predicate.Network
- func PaymasterURLHasPrefix(v string) predicate.Network
- func PaymasterURLHasSuffix(v string) predicate.Network
- func PaymasterURLIn(vs ...string) predicate.Network
- func PaymasterURLIsNil() predicate.Network
- func PaymasterURLLT(v string) predicate.Network
- func PaymasterURLLTE(v string) predicate.Network
- func PaymasterURLNEQ(v string) predicate.Network
- func PaymasterURLNotIn(vs ...string) predicate.Network
- func PaymasterURLNotNil() predicate.Network
- func RPCEndpoint(v string) predicate.Network
- func RPCEndpointContains(v string) predicate.Network
- func RPCEndpointContainsFold(v string) predicate.Network
- func RPCEndpointEQ(v string) predicate.Network
- func RPCEndpointEqualFold(v string) predicate.Network
- func RPCEndpointGT(v string) predicate.Network
- func RPCEndpointGTE(v string) predicate.Network
- func RPCEndpointHasPrefix(v string) predicate.Network
- func RPCEndpointHasSuffix(v string) predicate.Network
- func RPCEndpointIn(vs ...string) predicate.Network
- func RPCEndpointLT(v string) predicate.Network
- func RPCEndpointLTE(v string) predicate.Network
- func RPCEndpointNEQ(v string) predicate.Network
- func RPCEndpointNotIn(vs ...string) predicate.Network
- func UpdatedAt(v time.Time) predicate.Network
- func UpdatedAtEQ(v time.Time) predicate.Network
- func UpdatedAtGT(v time.Time) predicate.Network
- func UpdatedAtGTE(v time.Time) predicate.Network
- func UpdatedAtIn(vs ...time.Time) predicate.Network
- func UpdatedAtLT(v time.Time) predicate.Network
- func UpdatedAtLTE(v time.Time) predicate.Network
- func UpdatedAtNEQ(v time.Time) predicate.Network
- func UpdatedAtNotIn(vs ...time.Time) predicate.Network
- func ValidColumn(column string) bool
- type OrderOption
- func ByBundlerURL(opts ...sql.OrderTermOption) OrderOption
- func ByChainID(opts ...sql.OrderTermOption) OrderOption
- func ByChainIDHex(opts ...sql.OrderTermOption) OrderOption
- func ByCreatedAt(opts ...sql.OrderTermOption) OrderOption
- func ByFee(opts ...sql.OrderTermOption) OrderOption
- func ByGatewayContractAddress(opts ...sql.OrderTermOption) OrderOption
- func ByID(opts ...sql.OrderTermOption) OrderOption
- func ByIdentifier(opts ...sql.OrderTermOption) OrderOption
- func ByIsTestnet(opts ...sql.OrderTermOption) OrderOption
- func ByPaymasterURL(opts ...sql.OrderTermOption) OrderOption
- func ByRPCEndpoint(opts ...sql.OrderTermOption) OrderOption
- func ByTokens(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption
- func ByTokensCount(opts ...sql.OrderTermOption) OrderOption
- func ByUpdatedAt(opts ...sql.OrderTermOption) OrderOption
Constants ¶
const ( // Label holds the string label denoting the network type in the database. Label = "network" // FieldID holds the string denoting the id field in the database. FieldID = "id" // FieldCreatedAt holds the string denoting the created_at field in the database. FieldCreatedAt = "created_at" // FieldUpdatedAt holds the string denoting the updated_at field in the database. FieldUpdatedAt = "updated_at" // FieldChainID holds the string denoting the chain_id field in the database. FieldChainID = "chain_id" // FieldChainIDHex holds the string denoting the chain_id_hex field in the database. FieldChainIDHex = "chain_id_hex" // FieldIdentifier holds the string denoting the identifier field in the database. FieldIdentifier = "identifier" // FieldRPCEndpoint holds the string denoting the rpc_endpoint field in the database. FieldRPCEndpoint = "rpc_endpoint" // FieldGatewayContractAddress holds the string denoting the gateway_contract_address field in the database. FieldGatewayContractAddress = "gateway_contract_address" // FieldIsTestnet holds the string denoting the is_testnet field in the database. FieldIsTestnet = "is_testnet" // FieldBundlerURL holds the string denoting the bundler_url field in the database. FieldBundlerURL = "bundler_url" // FieldPaymasterURL holds the string denoting the paymaster_url field in the database. FieldPaymasterURL = "paymaster_url" // FieldFee holds the string denoting the fee field in the database. FieldFee = "fee" // EdgeTokens holds the string denoting the tokens edge name in mutations. EdgeTokens = "tokens" // Table holds the table name of the network in the database. Table = "networks" // TokensTable is the table that holds the tokens relation/edge. TokensTable = "tokens" // TokensInverseTable is the table name for the Token entity. // It exists in this package in order to avoid circular dependency with the "token" package. TokensInverseTable = "tokens" // TokensColumn is the table column denoting the tokens relation/edge. TokensColumn = "network_tokens" )
Variables ¶
var ( // DefaultCreatedAt holds the default value on creation for the "created_at" field. DefaultCreatedAt func() time.Time // DefaultUpdatedAt holds the default value on creation for the "updated_at" field. DefaultUpdatedAt func() time.Time // UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field. UpdateDefaultUpdatedAt func() time.Time // DefaultGatewayContractAddress holds the default value on creation for the "gateway_contract_address" field. DefaultGatewayContractAddress string )
var Columns = []string{ FieldID, FieldCreatedAt, FieldUpdatedAt, FieldChainID, FieldChainIDHex, FieldIdentifier, FieldRPCEndpoint, FieldGatewayContractAddress, FieldIsTestnet, FieldBundlerURL, FieldPaymasterURL, FieldFee, }
Columns holds all SQL columns for network fields.
Functions ¶
func BundlerURL ¶
BundlerURL applies equality check predicate on the "bundler_url" field. It's identical to BundlerURLEQ.
func BundlerURLContains ¶
BundlerURLContains applies the Contains predicate on the "bundler_url" field.
func BundlerURLContainsFold ¶
BundlerURLContainsFold applies the ContainsFold predicate on the "bundler_url" field.
func BundlerURLEQ ¶
BundlerURLEQ applies the EQ predicate on the "bundler_url" field.
func BundlerURLEqualFold ¶
BundlerURLEqualFold applies the EqualFold predicate on the "bundler_url" field.
func BundlerURLGT ¶
BundlerURLGT applies the GT predicate on the "bundler_url" field.
func BundlerURLGTE ¶
BundlerURLGTE applies the GTE predicate on the "bundler_url" field.
func BundlerURLHasPrefix ¶
BundlerURLHasPrefix applies the HasPrefix predicate on the "bundler_url" field.
func BundlerURLHasSuffix ¶
BundlerURLHasSuffix applies the HasSuffix predicate on the "bundler_url" field.
func BundlerURLIn ¶
BundlerURLIn applies the In predicate on the "bundler_url" field.
func BundlerURLIsNil ¶
BundlerURLIsNil applies the IsNil predicate on the "bundler_url" field.
func BundlerURLLT ¶
BundlerURLLT applies the LT predicate on the "bundler_url" field.
func BundlerURLLTE ¶
BundlerURLLTE applies the LTE predicate on the "bundler_url" field.
func BundlerURLNEQ ¶
BundlerURLNEQ applies the NEQ predicate on the "bundler_url" field.
func BundlerURLNotIn ¶
BundlerURLNotIn applies the NotIn predicate on the "bundler_url" field.
func BundlerURLNotNil ¶
BundlerURLNotNil applies the NotNil predicate on the "bundler_url" field.
func ChainID ¶
ChainID applies equality check predicate on the "chain_id" field. It's identical to ChainIDEQ.
func ChainIDGTE ¶
ChainIDGTE applies the GTE predicate on the "chain_id" field.
func ChainIDHex ¶
ChainIDHex applies equality check predicate on the "chain_id_hex" field. It's identical to ChainIDHexEQ.
func ChainIDHexContains ¶
ChainIDHexContains applies the Contains predicate on the "chain_id_hex" field.
func ChainIDHexContainsFold ¶
ChainIDHexContainsFold applies the ContainsFold predicate on the "chain_id_hex" field.
func ChainIDHexEQ ¶
ChainIDHexEQ applies the EQ predicate on the "chain_id_hex" field.
func ChainIDHexEqualFold ¶
ChainIDHexEqualFold applies the EqualFold predicate on the "chain_id_hex" field.
func ChainIDHexGT ¶
ChainIDHexGT applies the GT predicate on the "chain_id_hex" field.
func ChainIDHexGTE ¶
ChainIDHexGTE applies the GTE predicate on the "chain_id_hex" field.
func ChainIDHexHasPrefix ¶
ChainIDHexHasPrefix applies the HasPrefix predicate on the "chain_id_hex" field.
func ChainIDHexHasSuffix ¶
ChainIDHexHasSuffix applies the HasSuffix predicate on the "chain_id_hex" field.
func ChainIDHexIn ¶
ChainIDHexIn applies the In predicate on the "chain_id_hex" field.
func ChainIDHexIsNil ¶
ChainIDHexIsNil applies the IsNil predicate on the "chain_id_hex" field.
func ChainIDHexLT ¶
ChainIDHexLT applies the LT predicate on the "chain_id_hex" field.
func ChainIDHexLTE ¶
ChainIDHexLTE applies the LTE predicate on the "chain_id_hex" field.
func ChainIDHexNEQ ¶
ChainIDHexNEQ applies the NEQ predicate on the "chain_id_hex" field.
func ChainIDHexNotIn ¶
ChainIDHexNotIn applies the NotIn predicate on the "chain_id_hex" field.
func ChainIDHexNotNil ¶
ChainIDHexNotNil applies the NotNil predicate on the "chain_id_hex" field.
func ChainIDLTE ¶
ChainIDLTE applies the LTE predicate on the "chain_id" field.
func ChainIDNEQ ¶
ChainIDNEQ applies the NEQ predicate on the "chain_id" field.
func ChainIDNotIn ¶
ChainIDNotIn applies the NotIn predicate on the "chain_id" field.
func CreatedAt ¶
CreatedAt applies equality check predicate on the "created_at" field. It's identical to CreatedAtEQ.
func CreatedAtEQ ¶
CreatedAtEQ applies the EQ predicate on the "created_at" field.
func CreatedAtGT ¶
CreatedAtGT applies the GT predicate on the "created_at" field.
func CreatedAtGTE ¶
CreatedAtGTE applies the GTE predicate on the "created_at" field.
func CreatedAtIn ¶
CreatedAtIn applies the In predicate on the "created_at" field.
func CreatedAtLT ¶
CreatedAtLT applies the LT predicate on the "created_at" field.
func CreatedAtLTE ¶
CreatedAtLTE applies the LTE predicate on the "created_at" field.
func CreatedAtNEQ ¶
CreatedAtNEQ applies the NEQ predicate on the "created_at" field.
func CreatedAtNotIn ¶
CreatedAtNotIn applies the NotIn predicate on the "created_at" field.
func GatewayContractAddress ¶
GatewayContractAddress applies equality check predicate on the "gateway_contract_address" field. It's identical to GatewayContractAddressEQ.
func GatewayContractAddressContains ¶
GatewayContractAddressContains applies the Contains predicate on the "gateway_contract_address" field.
func GatewayContractAddressContainsFold ¶
GatewayContractAddressContainsFold applies the ContainsFold predicate on the "gateway_contract_address" field.
func GatewayContractAddressEQ ¶
GatewayContractAddressEQ applies the EQ predicate on the "gateway_contract_address" field.
func GatewayContractAddressEqualFold ¶
GatewayContractAddressEqualFold applies the EqualFold predicate on the "gateway_contract_address" field.
func GatewayContractAddressGT ¶
GatewayContractAddressGT applies the GT predicate on the "gateway_contract_address" field.
func GatewayContractAddressGTE ¶
GatewayContractAddressGTE applies the GTE predicate on the "gateway_contract_address" field.
func GatewayContractAddressHasPrefix ¶
GatewayContractAddressHasPrefix applies the HasPrefix predicate on the "gateway_contract_address" field.
func GatewayContractAddressHasSuffix ¶
GatewayContractAddressHasSuffix applies the HasSuffix predicate on the "gateway_contract_address" field.
func GatewayContractAddressIn ¶
GatewayContractAddressIn applies the In predicate on the "gateway_contract_address" field.
func GatewayContractAddressLT ¶
GatewayContractAddressLT applies the LT predicate on the "gateway_contract_address" field.
func GatewayContractAddressLTE ¶
GatewayContractAddressLTE applies the LTE predicate on the "gateway_contract_address" field.
func GatewayContractAddressNEQ ¶
GatewayContractAddressNEQ applies the NEQ predicate on the "gateway_contract_address" field.
func GatewayContractAddressNotIn ¶
GatewayContractAddressNotIn applies the NotIn predicate on the "gateway_contract_address" field.
func HasTokensWith ¶
HasTokensWith applies the HasEdge predicate on the "tokens" edge with a given conditions (other predicates).
func Identifier ¶
Identifier applies equality check predicate on the "identifier" field. It's identical to IdentifierEQ.
func IdentifierContains ¶
IdentifierContains applies the Contains predicate on the "identifier" field.
func IdentifierContainsFold ¶
IdentifierContainsFold applies the ContainsFold predicate on the "identifier" field.
func IdentifierEQ ¶
IdentifierEQ applies the EQ predicate on the "identifier" field.
func IdentifierEqualFold ¶
IdentifierEqualFold applies the EqualFold predicate on the "identifier" field.
func IdentifierGT ¶
IdentifierGT applies the GT predicate on the "identifier" field.
func IdentifierGTE ¶
IdentifierGTE applies the GTE predicate on the "identifier" field.
func IdentifierHasPrefix ¶
IdentifierHasPrefix applies the HasPrefix predicate on the "identifier" field.
func IdentifierHasSuffix ¶
IdentifierHasSuffix applies the HasSuffix predicate on the "identifier" field.
func IdentifierIn ¶
IdentifierIn applies the In predicate on the "identifier" field.
func IdentifierLT ¶
IdentifierLT applies the LT predicate on the "identifier" field.
func IdentifierLTE ¶
IdentifierLTE applies the LTE predicate on the "identifier" field.
func IdentifierNEQ ¶
IdentifierNEQ applies the NEQ predicate on the "identifier" field.
func IdentifierNotIn ¶
IdentifierNotIn applies the NotIn predicate on the "identifier" field.
func IsTestnet ¶
IsTestnet applies equality check predicate on the "is_testnet" field. It's identical to IsTestnetEQ.
func IsTestnetEQ ¶
IsTestnetEQ applies the EQ predicate on the "is_testnet" field.
func IsTestnetNEQ ¶
IsTestnetNEQ applies the NEQ predicate on the "is_testnet" field.
func PaymasterURL ¶
PaymasterURL applies equality check predicate on the "paymaster_url" field. It's identical to PaymasterURLEQ.
func PaymasterURLContains ¶
PaymasterURLContains applies the Contains predicate on the "paymaster_url" field.
func PaymasterURLContainsFold ¶
PaymasterURLContainsFold applies the ContainsFold predicate on the "paymaster_url" field.
func PaymasterURLEQ ¶
PaymasterURLEQ applies the EQ predicate on the "paymaster_url" field.
func PaymasterURLEqualFold ¶
PaymasterURLEqualFold applies the EqualFold predicate on the "paymaster_url" field.
func PaymasterURLGT ¶
PaymasterURLGT applies the GT predicate on the "paymaster_url" field.
func PaymasterURLGTE ¶
PaymasterURLGTE applies the GTE predicate on the "paymaster_url" field.
func PaymasterURLHasPrefix ¶
PaymasterURLHasPrefix applies the HasPrefix predicate on the "paymaster_url" field.
func PaymasterURLHasSuffix ¶
PaymasterURLHasSuffix applies the HasSuffix predicate on the "paymaster_url" field.
func PaymasterURLIn ¶
PaymasterURLIn applies the In predicate on the "paymaster_url" field.
func PaymasterURLIsNil ¶
PaymasterURLIsNil applies the IsNil predicate on the "paymaster_url" field.
func PaymasterURLLT ¶
PaymasterURLLT applies the LT predicate on the "paymaster_url" field.
func PaymasterURLLTE ¶
PaymasterURLLTE applies the LTE predicate on the "paymaster_url" field.
func PaymasterURLNEQ ¶
PaymasterURLNEQ applies the NEQ predicate on the "paymaster_url" field.
func PaymasterURLNotIn ¶
PaymasterURLNotIn applies the NotIn predicate on the "paymaster_url" field.
func PaymasterURLNotNil ¶
PaymasterURLNotNil applies the NotNil predicate on the "paymaster_url" field.
func RPCEndpoint ¶
RPCEndpoint applies equality check predicate on the "rpc_endpoint" field. It's identical to RPCEndpointEQ.
func RPCEndpointContains ¶
RPCEndpointContains applies the Contains predicate on the "rpc_endpoint" field.
func RPCEndpointContainsFold ¶
RPCEndpointContainsFold applies the ContainsFold predicate on the "rpc_endpoint" field.
func RPCEndpointEQ ¶
RPCEndpointEQ applies the EQ predicate on the "rpc_endpoint" field.
func RPCEndpointEqualFold ¶
RPCEndpointEqualFold applies the EqualFold predicate on the "rpc_endpoint" field.
func RPCEndpointGT ¶
RPCEndpointGT applies the GT predicate on the "rpc_endpoint" field.
func RPCEndpointGTE ¶
RPCEndpointGTE applies the GTE predicate on the "rpc_endpoint" field.
func RPCEndpointHasPrefix ¶
RPCEndpointHasPrefix applies the HasPrefix predicate on the "rpc_endpoint" field.
func RPCEndpointHasSuffix ¶
RPCEndpointHasSuffix applies the HasSuffix predicate on the "rpc_endpoint" field.
func RPCEndpointIn ¶
RPCEndpointIn applies the In predicate on the "rpc_endpoint" field.
func RPCEndpointLT ¶
RPCEndpointLT applies the LT predicate on the "rpc_endpoint" field.
func RPCEndpointLTE ¶
RPCEndpointLTE applies the LTE predicate on the "rpc_endpoint" field.
func RPCEndpointNEQ ¶
RPCEndpointNEQ applies the NEQ predicate on the "rpc_endpoint" field.
func RPCEndpointNotIn ¶
RPCEndpointNotIn applies the NotIn predicate on the "rpc_endpoint" field.
func UpdatedAt ¶
UpdatedAt applies equality check predicate on the "updated_at" field. It's identical to UpdatedAtEQ.
func UpdatedAtEQ ¶
UpdatedAtEQ applies the EQ predicate on the "updated_at" field.
func UpdatedAtGT ¶
UpdatedAtGT applies the GT predicate on the "updated_at" field.
func UpdatedAtGTE ¶
UpdatedAtGTE applies the GTE predicate on the "updated_at" field.
func UpdatedAtIn ¶
UpdatedAtIn applies the In predicate on the "updated_at" field.
func UpdatedAtLT ¶
UpdatedAtLT applies the LT predicate on the "updated_at" field.
func UpdatedAtLTE ¶
UpdatedAtLTE applies the LTE predicate on the "updated_at" field.
func UpdatedAtNEQ ¶
UpdatedAtNEQ applies the NEQ predicate on the "updated_at" field.
func UpdatedAtNotIn ¶
UpdatedAtNotIn applies the NotIn predicate on the "updated_at" field.
func ValidColumn ¶
ValidColumn reports if the column name is valid (part of the table columns).
Types ¶
type OrderOption ¶
OrderOption defines the ordering options for the Network queries.
func ByBundlerURL ¶
func ByBundlerURL(opts ...sql.OrderTermOption) OrderOption
ByBundlerURL orders the results by the bundler_url field.
func ByChainID ¶
func ByChainID(opts ...sql.OrderTermOption) OrderOption
ByChainID orders the results by the chain_id field.
func ByChainIDHex ¶
func ByChainIDHex(opts ...sql.OrderTermOption) OrderOption
ByChainIDHex orders the results by the chain_id_hex field.
func ByCreatedAt ¶
func ByCreatedAt(opts ...sql.OrderTermOption) OrderOption
ByCreatedAt orders the results by the created_at field.
func ByFee ¶
func ByFee(opts ...sql.OrderTermOption) OrderOption
ByFee orders the results by the fee field.
func ByGatewayContractAddress ¶
func ByGatewayContractAddress(opts ...sql.OrderTermOption) OrderOption
ByGatewayContractAddress orders the results by the gateway_contract_address field.
func ByID ¶
func ByID(opts ...sql.OrderTermOption) OrderOption
ByID orders the results by the id field.
func ByIdentifier ¶
func ByIdentifier(opts ...sql.OrderTermOption) OrderOption
ByIdentifier orders the results by the identifier field.
func ByIsTestnet ¶
func ByIsTestnet(opts ...sql.OrderTermOption) OrderOption
ByIsTestnet orders the results by the is_testnet field.
func ByPaymasterURL ¶
func ByPaymasterURL(opts ...sql.OrderTermOption) OrderOption
ByPaymasterURL orders the results by the paymaster_url field.
func ByRPCEndpoint ¶
func ByRPCEndpoint(opts ...sql.OrderTermOption) OrderOption
ByRPCEndpoint orders the results by the rpc_endpoint field.
func ByTokens ¶
func ByTokens(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption
ByTokens orders the results by tokens terms.
func ByTokensCount ¶
func ByTokensCount(opts ...sql.OrderTermOption) OrderOption
ByTokensCount orders the results by tokens count.
func ByUpdatedAt ¶
func ByUpdatedAt(opts ...sql.OrderTermOption) OrderOption
ByUpdatedAt orders the results by the updated_at field.