network

package
v1.18.14 Latest Latest
Warning

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

Go to latest
Published: May 3, 2026 License: BSD-3-Clause Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
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"
	// FieldNameFold holds the string denoting the name_fold field in the database.
	FieldNameFold = "name_fold"
	// FieldAkaFold holds the string denoting the aka_fold field in the database.
	FieldAkaFold = "aka_fold"
	// FieldNameLongFold holds the string denoting the name_long_fold field in the database.
	FieldNameLongFold = "name_long_fold"
	// FieldOrgID holds the string denoting the org_id field in the database.
	FieldOrgID = "org_id"
	// FieldAka holds the string denoting the aka field in the database.
	FieldAka = "aka"
	// FieldAllowIxpUpdate holds the string denoting the allow_ixp_update field in the database.
	FieldAllowIxpUpdate = "allow_ixp_update"
	// FieldAsn holds the string denoting the asn field in the database.
	FieldAsn = "asn"
	// FieldInfoIpv6 holds the string denoting the info_ipv6 field in the database.
	FieldInfoIpv6 = "info_ipv6"
	// FieldInfoMulticast holds the string denoting the info_multicast field in the database.
	FieldInfoMulticast = "info_multicast"
	// FieldInfoNeverViaRouteServers holds the string denoting the info_never_via_route_servers field in the database.
	FieldInfoNeverViaRouteServers = "info_never_via_route_servers"
	// FieldInfoPrefixes4 holds the string denoting the info_prefixes4 field in the database.
	FieldInfoPrefixes4 = "info_prefixes4"
	// FieldInfoPrefixes6 holds the string denoting the info_prefixes6 field in the database.
	FieldInfoPrefixes6 = "info_prefixes6"
	// FieldInfoRatio holds the string denoting the info_ratio field in the database.
	FieldInfoRatio = "info_ratio"
	// FieldInfoScope holds the string denoting the info_scope field in the database.
	FieldInfoScope = "info_scope"
	// FieldInfoTraffic holds the string denoting the info_traffic field in the database.
	FieldInfoTraffic = "info_traffic"
	// FieldInfoType holds the string denoting the info_type field in the database.
	FieldInfoType = "info_type"
	// FieldInfoTypes holds the string denoting the info_types field in the database.
	FieldInfoTypes = "info_types"
	// FieldInfoUnicast holds the string denoting the info_unicast field in the database.
	FieldInfoUnicast = "info_unicast"
	// FieldIrrAsSet holds the string denoting the irr_as_set field in the database.
	FieldIrrAsSet = "irr_as_set"
	FieldLogo = "logo"
	// FieldLookingGlass holds the string denoting the looking_glass field in the database.
	FieldLookingGlass = "looking_glass"
	// FieldName holds the string denoting the name field in the database.
	FieldName = "name"
	// FieldNameLong holds the string denoting the name_long field in the database.
	FieldNameLong = "name_long"
	// FieldNotes holds the string denoting the notes field in the database.
	FieldNotes = "notes"
	// FieldPolicyContracts holds the string denoting the policy_contracts field in the database.
	FieldPolicyContracts = "policy_contracts"
	// FieldPolicyGeneral holds the string denoting the policy_general field in the database.
	FieldPolicyGeneral = "policy_general"
	// FieldPolicyLocations holds the string denoting the policy_locations field in the database.
	FieldPolicyLocations = "policy_locations"
	// FieldPolicyRatio holds the string denoting the policy_ratio field in the database.
	FieldPolicyRatio = "policy_ratio"
	// FieldPolicyURL holds the string denoting the policy_url field in the database.
	FieldPolicyURL = "policy_url"
	// FieldRirStatus holds the string denoting the rir_status field in the database.
	FieldRirStatus = "rir_status"
	// FieldRirStatusUpdated holds the string denoting the rir_status_updated field in the database.
	FieldRirStatusUpdated = "rir_status_updated"
	// FieldRouteServer holds the string denoting the route_server field in the database.
	FieldRouteServer = "route_server"
	// FieldSocialMedia holds the string denoting the social_media field in the database.
	FieldSocialMedia = "social_media"
	// FieldStatusDashboard holds the string denoting the status_dashboard field in the database.
	FieldStatusDashboard = "status_dashboard"
	// FieldWebsite holds the string denoting the website field in the database.
	FieldWebsite = "website"
	// FieldIxCount holds the string denoting the ix_count field in the database.
	FieldIxCount = "ix_count"
	// FieldFacCount holds the string denoting the fac_count field in the database.
	FieldFacCount = "fac_count"
	// FieldNetixlanUpdated holds the string denoting the netixlan_updated field in the database.
	FieldNetixlanUpdated = "netixlan_updated"
	// FieldNetfacUpdated holds the string denoting the netfac_updated field in the database.
	FieldNetfacUpdated = "netfac_updated"
	// FieldPocUpdated holds the string denoting the poc_updated field in the database.
	FieldPocUpdated = "poc_updated"
	// FieldCreated holds the string denoting the created field in the database.
	FieldCreated = "created"
	// FieldUpdated holds the string denoting the updated field in the database.
	FieldUpdated = "updated"
	// FieldStatus holds the string denoting the status field in the database.
	FieldStatus = "status"
	// EdgeNetworkFacilities holds the string denoting the network_facilities edge name in mutations.
	EdgeNetworkFacilities = "network_facilities"
	// EdgeNetworkIxLans holds the string denoting the network_ix_lans edge name in mutations.
	EdgeNetworkIxLans = "network_ix_lans"
	// EdgeOrganization holds the string denoting the organization edge name in mutations.
	EdgeOrganization = "organization"
	// EdgePocs holds the string denoting the pocs edge name in mutations.
	EdgePocs = "pocs"
	// Table holds the table name of the network in the database.
	Table = "networks"
	// NetworkFacilitiesTable is the table that holds the network_facilities relation/edge.
	NetworkFacilitiesTable = "network_facilities"
	// NetworkFacilitiesInverseTable is the table name for the NetworkFacility entity.
	// It exists in this package in order to avoid circular dependency with the "networkfacility" package.
	NetworkFacilitiesInverseTable = "network_facilities"
	// NetworkFacilitiesColumn is the table column denoting the network_facilities relation/edge.
	NetworkFacilitiesColumn = "net_id"
	// NetworkIxLansTable is the table that holds the network_ix_lans relation/edge.
	NetworkIxLansTable = "network_ix_lans"
	// NetworkIxLansInverseTable is the table name for the NetworkIxLan entity.
	// It exists in this package in order to avoid circular dependency with the "networkixlan" package.
	NetworkIxLansInverseTable = "network_ix_lans"
	// NetworkIxLansColumn is the table column denoting the network_ix_lans relation/edge.
	NetworkIxLansColumn = "net_id"
	// OrganizationTable is the table that holds the organization relation/edge.
	OrganizationTable = "networks"
	// OrganizationInverseTable is the table name for the Organization entity.
	// It exists in this package in order to avoid circular dependency with the "organization" package.
	OrganizationInverseTable = "organizations"
	// OrganizationColumn is the table column denoting the organization relation/edge.
	OrganizationColumn = "org_id"
	// PocsTable is the table that holds the pocs relation/edge.
	PocsTable = "pocs"
	// PocsInverseTable is the table name for the Poc entity.
	// It exists in this package in order to avoid circular dependency with the "poc" package.
	PocsInverseTable = "pocs"
	// PocsColumn is the table column denoting the pocs relation/edge.
	PocsColumn = "net_id"
)

Variables

View Source
var (
	// DefaultNameFold holds the default value on creation for the "name_fold" field.
	DefaultNameFold string
	// DefaultAkaFold holds the default value on creation for the "aka_fold" field.
	DefaultAkaFold string
	// DefaultNameLongFold holds the default value on creation for the "name_long_fold" field.
	DefaultNameLongFold string
	// DefaultAka holds the default value on creation for the "aka" field.
	DefaultAka string
	// DefaultAllowIxpUpdate holds the default value on creation for the "allow_ixp_update" field.
	DefaultAllowIxpUpdate bool
	// AsnValidator is a validator for the "asn" field. It is called by the builders before save.
	AsnValidator func(int) error
	// DefaultInfoIpv6 holds the default value on creation for the "info_ipv6" field.
	DefaultInfoIpv6 bool
	// DefaultInfoMulticast holds the default value on creation for the "info_multicast" field.
	DefaultInfoMulticast bool
	// DefaultInfoNeverViaRouteServers holds the default value on creation for the "info_never_via_route_servers" field.
	DefaultInfoNeverViaRouteServers bool
	// DefaultInfoRatio holds the default value on creation for the "info_ratio" field.
	DefaultInfoRatio string
	// DefaultInfoScope holds the default value on creation for the "info_scope" field.
	DefaultInfoScope string
	// DefaultInfoTraffic holds the default value on creation for the "info_traffic" field.
	DefaultInfoTraffic string
	// DefaultInfoType holds the default value on creation for the "info_type" field.
	DefaultInfoType string
	// DefaultInfoUnicast holds the default value on creation for the "info_unicast" field.
	DefaultInfoUnicast bool
	// DefaultIrrAsSet holds the default value on creation for the "irr_as_set" field.
	DefaultIrrAsSet string
	// DefaultLookingGlass holds the default value on creation for the "looking_glass" field.
	DefaultLookingGlass string
	// DefaultNameLong holds the default value on creation for the "name_long" field.
	DefaultNameLong string
	// DefaultNotes holds the default value on creation for the "notes" field.
	DefaultNotes string
	// DefaultPolicyContracts holds the default value on creation for the "policy_contracts" field.
	DefaultPolicyContracts string
	// DefaultPolicyGeneral holds the default value on creation for the "policy_general" field.
	DefaultPolicyGeneral string
	// DefaultPolicyLocations holds the default value on creation for the "policy_locations" field.
	DefaultPolicyLocations string
	// DefaultPolicyRatio holds the default value on creation for the "policy_ratio" field.
	DefaultPolicyRatio bool
	// DefaultPolicyURL holds the default value on creation for the "policy_url" field.
	DefaultPolicyURL string
	// DefaultRouteServer holds the default value on creation for the "route_server" field.
	DefaultRouteServer string
	// DefaultWebsite holds the default value on creation for the "website" field.
	DefaultWebsite string
	// DefaultIxCount holds the default value on creation for the "ix_count" field.
	DefaultIxCount int
	// DefaultFacCount holds the default value on creation for the "fac_count" field.
	DefaultFacCount int
	// DefaultStatus holds the default value on creation for the "status" field.
	DefaultStatus string
	// IDValidator is a validator for the "id" field. It is called by the builders before save.
	IDValidator func(int) error
)

Columns holds all SQL columns for network fields.

Functions

func Aka

func Aka(v string) predicate.Network

Aka applies equality check predicate on the "aka" field. It's identical to AkaEQ.

func AkaContains

func AkaContains(v string) predicate.Network

AkaContains applies the Contains predicate on the "aka" field.

func AkaContainsFold

func AkaContainsFold(v string) predicate.Network

AkaContainsFold applies the ContainsFold predicate on the "aka" field.

func AkaEQ

func AkaEQ(v string) predicate.Network

AkaEQ applies the EQ predicate on the "aka" field.

func AkaEqualFold

func AkaEqualFold(v string) predicate.Network

AkaEqualFold applies the EqualFold predicate on the "aka" field.

func AkaFold added in v1.16.0

func AkaFold(v string) predicate.Network

AkaFold applies equality check predicate on the "aka_fold" field. It's identical to AkaFoldEQ.

func AkaFoldContains added in v1.16.0

func AkaFoldContains(v string) predicate.Network

AkaFoldContains applies the Contains predicate on the "aka_fold" field.

func AkaFoldContainsFold added in v1.16.0

func AkaFoldContainsFold(v string) predicate.Network

AkaFoldContainsFold applies the ContainsFold predicate on the "aka_fold" field.

func AkaFoldEQ added in v1.16.0

func AkaFoldEQ(v string) predicate.Network

AkaFoldEQ applies the EQ predicate on the "aka_fold" field.

func AkaFoldEqualFold added in v1.16.0

func AkaFoldEqualFold(v string) predicate.Network

AkaFoldEqualFold applies the EqualFold predicate on the "aka_fold" field.

func AkaFoldGT added in v1.16.0

func AkaFoldGT(v string) predicate.Network

AkaFoldGT applies the GT predicate on the "aka_fold" field.

func AkaFoldGTE added in v1.16.0

func AkaFoldGTE(v string) predicate.Network

AkaFoldGTE applies the GTE predicate on the "aka_fold" field.

func AkaFoldHasPrefix added in v1.16.0

func AkaFoldHasPrefix(v string) predicate.Network

AkaFoldHasPrefix applies the HasPrefix predicate on the "aka_fold" field.

func AkaFoldHasSuffix added in v1.16.0

func AkaFoldHasSuffix(v string) predicate.Network

AkaFoldHasSuffix applies the HasSuffix predicate on the "aka_fold" field.

func AkaFoldIn added in v1.16.0

func AkaFoldIn(vs ...string) predicate.Network

AkaFoldIn applies the In predicate on the "aka_fold" field.

func AkaFoldIsNil added in v1.16.0

func AkaFoldIsNil() predicate.Network

AkaFoldIsNil applies the IsNil predicate on the "aka_fold" field.

func AkaFoldLT added in v1.16.0

func AkaFoldLT(v string) predicate.Network

AkaFoldLT applies the LT predicate on the "aka_fold" field.

func AkaFoldLTE added in v1.16.0

func AkaFoldLTE(v string) predicate.Network

AkaFoldLTE applies the LTE predicate on the "aka_fold" field.

func AkaFoldNEQ added in v1.16.0

func AkaFoldNEQ(v string) predicate.Network

AkaFoldNEQ applies the NEQ predicate on the "aka_fold" field.

func AkaFoldNotIn added in v1.16.0

func AkaFoldNotIn(vs ...string) predicate.Network

AkaFoldNotIn applies the NotIn predicate on the "aka_fold" field.

func AkaFoldNotNil added in v1.16.0

func AkaFoldNotNil() predicate.Network

AkaFoldNotNil applies the NotNil predicate on the "aka_fold" field.

func AkaGT

func AkaGT(v string) predicate.Network

AkaGT applies the GT predicate on the "aka" field.

func AkaGTE

func AkaGTE(v string) predicate.Network

AkaGTE applies the GTE predicate on the "aka" field.

func AkaHasPrefix

func AkaHasPrefix(v string) predicate.Network

AkaHasPrefix applies the HasPrefix predicate on the "aka" field.

func AkaHasSuffix

func AkaHasSuffix(v string) predicate.Network

AkaHasSuffix applies the HasSuffix predicate on the "aka" field.

func AkaIn

func AkaIn(vs ...string) predicate.Network

AkaIn applies the In predicate on the "aka" field.

func AkaIsNil

func AkaIsNil() predicate.Network

AkaIsNil applies the IsNil predicate on the "aka" field.

func AkaLT

func AkaLT(v string) predicate.Network

AkaLT applies the LT predicate on the "aka" field.

func AkaLTE

func AkaLTE(v string) predicate.Network

AkaLTE applies the LTE predicate on the "aka" field.

func AkaNEQ

func AkaNEQ(v string) predicate.Network

AkaNEQ applies the NEQ predicate on the "aka" field.

func AkaNotIn

func AkaNotIn(vs ...string) predicate.Network

AkaNotIn applies the NotIn predicate on the "aka" field.

func AkaNotNil

func AkaNotNil() predicate.Network

AkaNotNil applies the NotNil predicate on the "aka" field.

func AllowIxpUpdate

func AllowIxpUpdate(v bool) predicate.Network

AllowIxpUpdate applies equality check predicate on the "allow_ixp_update" field. It's identical to AllowIxpUpdateEQ.

func AllowIxpUpdateEQ

func AllowIxpUpdateEQ(v bool) predicate.Network

AllowIxpUpdateEQ applies the EQ predicate on the "allow_ixp_update" field.

func AllowIxpUpdateNEQ

func AllowIxpUpdateNEQ(v bool) predicate.Network

AllowIxpUpdateNEQ applies the NEQ predicate on the "allow_ixp_update" field.

func And

func And(predicates ...predicate.Network) predicate.Network

And groups predicates with the AND operator between them.

func Asn

func Asn(v int) predicate.Network

Asn applies equality check predicate on the "asn" field. It's identical to AsnEQ.

func AsnEQ

func AsnEQ(v int) predicate.Network

AsnEQ applies the EQ predicate on the "asn" field.

func AsnGT

func AsnGT(v int) predicate.Network

AsnGT applies the GT predicate on the "asn" field.

func AsnGTE

func AsnGTE(v int) predicate.Network

AsnGTE applies the GTE predicate on the "asn" field.

func AsnIn

func AsnIn(vs ...int) predicate.Network

AsnIn applies the In predicate on the "asn" field.

func AsnLT

func AsnLT(v int) predicate.Network

AsnLT applies the LT predicate on the "asn" field.

func AsnLTE

func AsnLTE(v int) predicate.Network

AsnLTE applies the LTE predicate on the "asn" field.

func AsnNEQ

func AsnNEQ(v int) predicate.Network

AsnNEQ applies the NEQ predicate on the "asn" field.

func AsnNotIn

func AsnNotIn(vs ...int) predicate.Network

AsnNotIn applies the NotIn predicate on the "asn" field.

func Created

func Created(v time.Time) predicate.Network

Created applies equality check predicate on the "created" field. It's identical to CreatedEQ.

func CreatedEQ

func CreatedEQ(v time.Time) predicate.Network

CreatedEQ applies the EQ predicate on the "created" field.

func CreatedGT

func CreatedGT(v time.Time) predicate.Network

CreatedGT applies the GT predicate on the "created" field.

func CreatedGTE

func CreatedGTE(v time.Time) predicate.Network

CreatedGTE applies the GTE predicate on the "created" field.

func CreatedIn

func CreatedIn(vs ...time.Time) predicate.Network

CreatedIn applies the In predicate on the "created" field.

func CreatedLT

func CreatedLT(v time.Time) predicate.Network

CreatedLT applies the LT predicate on the "created" field.

func CreatedLTE

func CreatedLTE(v time.Time) predicate.Network

CreatedLTE applies the LTE predicate on the "created" field.

func CreatedNEQ

func CreatedNEQ(v time.Time) predicate.Network

CreatedNEQ applies the NEQ predicate on the "created" field.

func CreatedNotIn

func CreatedNotIn(vs ...time.Time) predicate.Network

CreatedNotIn applies the NotIn predicate on the "created" field.

func FacCount

func FacCount(v int) predicate.Network

FacCount applies equality check predicate on the "fac_count" field. It's identical to FacCountEQ.

func FacCountEQ

func FacCountEQ(v int) predicate.Network

FacCountEQ applies the EQ predicate on the "fac_count" field.

func FacCountGT

func FacCountGT(v int) predicate.Network

FacCountGT applies the GT predicate on the "fac_count" field.

func FacCountGTE

func FacCountGTE(v int) predicate.Network

FacCountGTE applies the GTE predicate on the "fac_count" field.

func FacCountIn

func FacCountIn(vs ...int) predicate.Network

FacCountIn applies the In predicate on the "fac_count" field.

func FacCountIsNil

func FacCountIsNil() predicate.Network

FacCountIsNil applies the IsNil predicate on the "fac_count" field.

func FacCountLT

func FacCountLT(v int) predicate.Network

FacCountLT applies the LT predicate on the "fac_count" field.

func FacCountLTE

func FacCountLTE(v int) predicate.Network

FacCountLTE applies the LTE predicate on the "fac_count" field.

func FacCountNEQ

func FacCountNEQ(v int) predicate.Network

FacCountNEQ applies the NEQ predicate on the "fac_count" field.

func FacCountNotIn

func FacCountNotIn(vs ...int) predicate.Network

FacCountNotIn applies the NotIn predicate on the "fac_count" field.

func FacCountNotNil

func FacCountNotNil() predicate.Network

FacCountNotNil applies the NotNil predicate on the "fac_count" field.

func HasNetworkFacilities

func HasNetworkFacilities() predicate.Network

HasNetworkFacilities applies the HasEdge predicate on the "network_facilities" edge.

func HasNetworkFacilitiesWith

func HasNetworkFacilitiesWith(preds ...predicate.NetworkFacility) predicate.Network

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

func HasNetworkIxLans

func HasNetworkIxLans() predicate.Network

HasNetworkIxLans applies the HasEdge predicate on the "network_ix_lans" edge.

func HasNetworkIxLansWith

func HasNetworkIxLansWith(preds ...predicate.NetworkIxLan) predicate.Network

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

func HasOrganization

func HasOrganization() predicate.Network

HasOrganization applies the HasEdge predicate on the "organization" edge.

func HasOrganizationWith

func HasOrganizationWith(preds ...predicate.Organization) predicate.Network

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

func HasPocs

func HasPocs() predicate.Network

HasPocs applies the HasEdge predicate on the "pocs" edge.

func HasPocsWith

func HasPocsWith(preds ...predicate.Poc) predicate.Network

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

func ID

func ID(id int) predicate.Network

ID filters vertices based on their ID field.

func IDEQ

func IDEQ(id int) predicate.Network

IDEQ applies the EQ predicate on the ID field.

func IDGT

func IDGT(id int) predicate.Network

IDGT applies the GT predicate on the ID field.

func IDGTE

func IDGTE(id int) predicate.Network

IDGTE applies the GTE predicate on the ID field.

func IDIn

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

IDIn applies the In predicate on the ID field.

func IDLT

func IDLT(id int) predicate.Network

IDLT applies the LT predicate on the ID field.

func IDLTE

func IDLTE(id int) predicate.Network

IDLTE applies the LTE predicate on the ID field.

func IDNEQ

func IDNEQ(id int) predicate.Network

IDNEQ applies the NEQ predicate on the ID field.

func IDNotIn

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

IDNotIn applies the NotIn predicate on the ID field.

func InfoIpv6

func InfoIpv6(v bool) predicate.Network

InfoIpv6 applies equality check predicate on the "info_ipv6" field. It's identical to InfoIpv6EQ.

func InfoIpv6EQ

func InfoIpv6EQ(v bool) predicate.Network

InfoIpv6EQ applies the EQ predicate on the "info_ipv6" field.

func InfoIpv6NEQ

func InfoIpv6NEQ(v bool) predicate.Network

InfoIpv6NEQ applies the NEQ predicate on the "info_ipv6" field.

func InfoMulticast

func InfoMulticast(v bool) predicate.Network

InfoMulticast applies equality check predicate on the "info_multicast" field. It's identical to InfoMulticastEQ.

func InfoMulticastEQ

func InfoMulticastEQ(v bool) predicate.Network

InfoMulticastEQ applies the EQ predicate on the "info_multicast" field.

func InfoMulticastNEQ

func InfoMulticastNEQ(v bool) predicate.Network

InfoMulticastNEQ applies the NEQ predicate on the "info_multicast" field.

func InfoNeverViaRouteServers

func InfoNeverViaRouteServers(v bool) predicate.Network

InfoNeverViaRouteServers applies equality check predicate on the "info_never_via_route_servers" field. It's identical to InfoNeverViaRouteServersEQ.

func InfoNeverViaRouteServersEQ

func InfoNeverViaRouteServersEQ(v bool) predicate.Network

InfoNeverViaRouteServersEQ applies the EQ predicate on the "info_never_via_route_servers" field.

func InfoNeverViaRouteServersNEQ

func InfoNeverViaRouteServersNEQ(v bool) predicate.Network

InfoNeverViaRouteServersNEQ applies the NEQ predicate on the "info_never_via_route_servers" field.

func InfoPrefixes4

func InfoPrefixes4(v int) predicate.Network

InfoPrefixes4 applies equality check predicate on the "info_prefixes4" field. It's identical to InfoPrefixes4EQ.

func InfoPrefixes4EQ

func InfoPrefixes4EQ(v int) predicate.Network

InfoPrefixes4EQ applies the EQ predicate on the "info_prefixes4" field.

func InfoPrefixes4GT

func InfoPrefixes4GT(v int) predicate.Network

InfoPrefixes4GT applies the GT predicate on the "info_prefixes4" field.

func InfoPrefixes4GTE

func InfoPrefixes4GTE(v int) predicate.Network

InfoPrefixes4GTE applies the GTE predicate on the "info_prefixes4" field.

func InfoPrefixes4In

func InfoPrefixes4In(vs ...int) predicate.Network

InfoPrefixes4In applies the In predicate on the "info_prefixes4" field.

func InfoPrefixes4IsNil

func InfoPrefixes4IsNil() predicate.Network

InfoPrefixes4IsNil applies the IsNil predicate on the "info_prefixes4" field.

func InfoPrefixes4LT

func InfoPrefixes4LT(v int) predicate.Network

InfoPrefixes4LT applies the LT predicate on the "info_prefixes4" field.

func InfoPrefixes4LTE

func InfoPrefixes4LTE(v int) predicate.Network

InfoPrefixes4LTE applies the LTE predicate on the "info_prefixes4" field.

func InfoPrefixes4NEQ

func InfoPrefixes4NEQ(v int) predicate.Network

InfoPrefixes4NEQ applies the NEQ predicate on the "info_prefixes4" field.

func InfoPrefixes4NotIn

func InfoPrefixes4NotIn(vs ...int) predicate.Network

InfoPrefixes4NotIn applies the NotIn predicate on the "info_prefixes4" field.

func InfoPrefixes4NotNil

func InfoPrefixes4NotNil() predicate.Network

InfoPrefixes4NotNil applies the NotNil predicate on the "info_prefixes4" field.

func InfoPrefixes6

func InfoPrefixes6(v int) predicate.Network

InfoPrefixes6 applies equality check predicate on the "info_prefixes6" field. It's identical to InfoPrefixes6EQ.

func InfoPrefixes6EQ

func InfoPrefixes6EQ(v int) predicate.Network

InfoPrefixes6EQ applies the EQ predicate on the "info_prefixes6" field.

func InfoPrefixes6GT

func InfoPrefixes6GT(v int) predicate.Network

InfoPrefixes6GT applies the GT predicate on the "info_prefixes6" field.

func InfoPrefixes6GTE

func InfoPrefixes6GTE(v int) predicate.Network

InfoPrefixes6GTE applies the GTE predicate on the "info_prefixes6" field.

func InfoPrefixes6In

func InfoPrefixes6In(vs ...int) predicate.Network

InfoPrefixes6In applies the In predicate on the "info_prefixes6" field.

func InfoPrefixes6IsNil

func InfoPrefixes6IsNil() predicate.Network

InfoPrefixes6IsNil applies the IsNil predicate on the "info_prefixes6" field.

func InfoPrefixes6LT

func InfoPrefixes6LT(v int) predicate.Network

InfoPrefixes6LT applies the LT predicate on the "info_prefixes6" field.

func InfoPrefixes6LTE

func InfoPrefixes6LTE(v int) predicate.Network

InfoPrefixes6LTE applies the LTE predicate on the "info_prefixes6" field.

func InfoPrefixes6NEQ

func InfoPrefixes6NEQ(v int) predicate.Network

InfoPrefixes6NEQ applies the NEQ predicate on the "info_prefixes6" field.

func InfoPrefixes6NotIn

func InfoPrefixes6NotIn(vs ...int) predicate.Network

InfoPrefixes6NotIn applies the NotIn predicate on the "info_prefixes6" field.

func InfoPrefixes6NotNil

func InfoPrefixes6NotNil() predicate.Network

InfoPrefixes6NotNil applies the NotNil predicate on the "info_prefixes6" field.

func InfoRatio

func InfoRatio(v string) predicate.Network

InfoRatio applies equality check predicate on the "info_ratio" field. It's identical to InfoRatioEQ.

func InfoRatioContains

func InfoRatioContains(v string) predicate.Network

InfoRatioContains applies the Contains predicate on the "info_ratio" field.

func InfoRatioContainsFold

func InfoRatioContainsFold(v string) predicate.Network

InfoRatioContainsFold applies the ContainsFold predicate on the "info_ratio" field.

func InfoRatioEQ

func InfoRatioEQ(v string) predicate.Network

InfoRatioEQ applies the EQ predicate on the "info_ratio" field.

func InfoRatioEqualFold

func InfoRatioEqualFold(v string) predicate.Network

InfoRatioEqualFold applies the EqualFold predicate on the "info_ratio" field.

func InfoRatioGT

func InfoRatioGT(v string) predicate.Network

InfoRatioGT applies the GT predicate on the "info_ratio" field.

func InfoRatioGTE

func InfoRatioGTE(v string) predicate.Network

InfoRatioGTE applies the GTE predicate on the "info_ratio" field.

func InfoRatioHasPrefix

func InfoRatioHasPrefix(v string) predicate.Network

InfoRatioHasPrefix applies the HasPrefix predicate on the "info_ratio" field.

func InfoRatioHasSuffix

func InfoRatioHasSuffix(v string) predicate.Network

InfoRatioHasSuffix applies the HasSuffix predicate on the "info_ratio" field.

func InfoRatioIn

func InfoRatioIn(vs ...string) predicate.Network

InfoRatioIn applies the In predicate on the "info_ratio" field.

func InfoRatioIsNil

func InfoRatioIsNil() predicate.Network

InfoRatioIsNil applies the IsNil predicate on the "info_ratio" field.

func InfoRatioLT

func InfoRatioLT(v string) predicate.Network

InfoRatioLT applies the LT predicate on the "info_ratio" field.

func InfoRatioLTE

func InfoRatioLTE(v string) predicate.Network

InfoRatioLTE applies the LTE predicate on the "info_ratio" field.

func InfoRatioNEQ

func InfoRatioNEQ(v string) predicate.Network

InfoRatioNEQ applies the NEQ predicate on the "info_ratio" field.

func InfoRatioNotIn

func InfoRatioNotIn(vs ...string) predicate.Network

InfoRatioNotIn applies the NotIn predicate on the "info_ratio" field.

func InfoRatioNotNil

func InfoRatioNotNil() predicate.Network

InfoRatioNotNil applies the NotNil predicate on the "info_ratio" field.

func InfoScope

func InfoScope(v string) predicate.Network

InfoScope applies equality check predicate on the "info_scope" field. It's identical to InfoScopeEQ.

func InfoScopeContains

func InfoScopeContains(v string) predicate.Network

InfoScopeContains applies the Contains predicate on the "info_scope" field.

func InfoScopeContainsFold

func InfoScopeContainsFold(v string) predicate.Network

InfoScopeContainsFold applies the ContainsFold predicate on the "info_scope" field.

func InfoScopeEQ

func InfoScopeEQ(v string) predicate.Network

InfoScopeEQ applies the EQ predicate on the "info_scope" field.

func InfoScopeEqualFold

func InfoScopeEqualFold(v string) predicate.Network

InfoScopeEqualFold applies the EqualFold predicate on the "info_scope" field.

func InfoScopeGT

func InfoScopeGT(v string) predicate.Network

InfoScopeGT applies the GT predicate on the "info_scope" field.

func InfoScopeGTE

func InfoScopeGTE(v string) predicate.Network

InfoScopeGTE applies the GTE predicate on the "info_scope" field.

func InfoScopeHasPrefix

func InfoScopeHasPrefix(v string) predicate.Network

InfoScopeHasPrefix applies the HasPrefix predicate on the "info_scope" field.

func InfoScopeHasSuffix

func InfoScopeHasSuffix(v string) predicate.Network

InfoScopeHasSuffix applies the HasSuffix predicate on the "info_scope" field.

func InfoScopeIn

func InfoScopeIn(vs ...string) predicate.Network

InfoScopeIn applies the In predicate on the "info_scope" field.

func InfoScopeIsNil

func InfoScopeIsNil() predicate.Network

InfoScopeIsNil applies the IsNil predicate on the "info_scope" field.

func InfoScopeLT

func InfoScopeLT(v string) predicate.Network

InfoScopeLT applies the LT predicate on the "info_scope" field.

func InfoScopeLTE

func InfoScopeLTE(v string) predicate.Network

InfoScopeLTE applies the LTE predicate on the "info_scope" field.

func InfoScopeNEQ

func InfoScopeNEQ(v string) predicate.Network

InfoScopeNEQ applies the NEQ predicate on the "info_scope" field.

func InfoScopeNotIn

func InfoScopeNotIn(vs ...string) predicate.Network

InfoScopeNotIn applies the NotIn predicate on the "info_scope" field.

func InfoScopeNotNil

func InfoScopeNotNil() predicate.Network

InfoScopeNotNil applies the NotNil predicate on the "info_scope" field.

func InfoTraffic

func InfoTraffic(v string) predicate.Network

InfoTraffic applies equality check predicate on the "info_traffic" field. It's identical to InfoTrafficEQ.

func InfoTrafficContains

func InfoTrafficContains(v string) predicate.Network

InfoTrafficContains applies the Contains predicate on the "info_traffic" field.

func InfoTrafficContainsFold

func InfoTrafficContainsFold(v string) predicate.Network

InfoTrafficContainsFold applies the ContainsFold predicate on the "info_traffic" field.

func InfoTrafficEQ

func InfoTrafficEQ(v string) predicate.Network

InfoTrafficEQ applies the EQ predicate on the "info_traffic" field.

func InfoTrafficEqualFold

func InfoTrafficEqualFold(v string) predicate.Network

InfoTrafficEqualFold applies the EqualFold predicate on the "info_traffic" field.

func InfoTrafficGT

func InfoTrafficGT(v string) predicate.Network

InfoTrafficGT applies the GT predicate on the "info_traffic" field.

func InfoTrafficGTE

func InfoTrafficGTE(v string) predicate.Network

InfoTrafficGTE applies the GTE predicate on the "info_traffic" field.

func InfoTrafficHasPrefix

func InfoTrafficHasPrefix(v string) predicate.Network

InfoTrafficHasPrefix applies the HasPrefix predicate on the "info_traffic" field.

func InfoTrafficHasSuffix

func InfoTrafficHasSuffix(v string) predicate.Network

InfoTrafficHasSuffix applies the HasSuffix predicate on the "info_traffic" field.

func InfoTrafficIn

func InfoTrafficIn(vs ...string) predicate.Network

InfoTrafficIn applies the In predicate on the "info_traffic" field.

func InfoTrafficIsNil

func InfoTrafficIsNil() predicate.Network

InfoTrafficIsNil applies the IsNil predicate on the "info_traffic" field.

func InfoTrafficLT

func InfoTrafficLT(v string) predicate.Network

InfoTrafficLT applies the LT predicate on the "info_traffic" field.

func InfoTrafficLTE

func InfoTrafficLTE(v string) predicate.Network

InfoTrafficLTE applies the LTE predicate on the "info_traffic" field.

func InfoTrafficNEQ

func InfoTrafficNEQ(v string) predicate.Network

InfoTrafficNEQ applies the NEQ predicate on the "info_traffic" field.

func InfoTrafficNotIn

func InfoTrafficNotIn(vs ...string) predicate.Network

InfoTrafficNotIn applies the NotIn predicate on the "info_traffic" field.

func InfoTrafficNotNil

func InfoTrafficNotNil() predicate.Network

InfoTrafficNotNil applies the NotNil predicate on the "info_traffic" field.

func InfoType

func InfoType(v string) predicate.Network

InfoType applies equality check predicate on the "info_type" field. It's identical to InfoTypeEQ.

func InfoTypeContains

func InfoTypeContains(v string) predicate.Network

InfoTypeContains applies the Contains predicate on the "info_type" field.

func InfoTypeContainsFold

func InfoTypeContainsFold(v string) predicate.Network

InfoTypeContainsFold applies the ContainsFold predicate on the "info_type" field.

func InfoTypeEQ

func InfoTypeEQ(v string) predicate.Network

InfoTypeEQ applies the EQ predicate on the "info_type" field.

func InfoTypeEqualFold

func InfoTypeEqualFold(v string) predicate.Network

InfoTypeEqualFold applies the EqualFold predicate on the "info_type" field.

func InfoTypeGT

func InfoTypeGT(v string) predicate.Network

InfoTypeGT applies the GT predicate on the "info_type" field.

func InfoTypeGTE

func InfoTypeGTE(v string) predicate.Network

InfoTypeGTE applies the GTE predicate on the "info_type" field.

func InfoTypeHasPrefix

func InfoTypeHasPrefix(v string) predicate.Network

InfoTypeHasPrefix applies the HasPrefix predicate on the "info_type" field.

func InfoTypeHasSuffix

func InfoTypeHasSuffix(v string) predicate.Network

InfoTypeHasSuffix applies the HasSuffix predicate on the "info_type" field.

func InfoTypeIn

func InfoTypeIn(vs ...string) predicate.Network

InfoTypeIn applies the In predicate on the "info_type" field.

func InfoTypeIsNil

func InfoTypeIsNil() predicate.Network

InfoTypeIsNil applies the IsNil predicate on the "info_type" field.

func InfoTypeLT

func InfoTypeLT(v string) predicate.Network

InfoTypeLT applies the LT predicate on the "info_type" field.

func InfoTypeLTE

func InfoTypeLTE(v string) predicate.Network

InfoTypeLTE applies the LTE predicate on the "info_type" field.

func InfoTypeNEQ

func InfoTypeNEQ(v string) predicate.Network

InfoTypeNEQ applies the NEQ predicate on the "info_type" field.

func InfoTypeNotIn

func InfoTypeNotIn(vs ...string) predicate.Network

InfoTypeNotIn applies the NotIn predicate on the "info_type" field.

func InfoTypeNotNil

func InfoTypeNotNil() predicate.Network

InfoTypeNotNil applies the NotNil predicate on the "info_type" field.

func InfoTypesIsNil

func InfoTypesIsNil() predicate.Network

InfoTypesIsNil applies the IsNil predicate on the "info_types" field.

func InfoTypesNotNil

func InfoTypesNotNil() predicate.Network

InfoTypesNotNil applies the NotNil predicate on the "info_types" field.

func InfoUnicast

func InfoUnicast(v bool) predicate.Network

InfoUnicast applies equality check predicate on the "info_unicast" field. It's identical to InfoUnicastEQ.

func InfoUnicastEQ

func InfoUnicastEQ(v bool) predicate.Network

InfoUnicastEQ applies the EQ predicate on the "info_unicast" field.

func InfoUnicastNEQ

func InfoUnicastNEQ(v bool) predicate.Network

InfoUnicastNEQ applies the NEQ predicate on the "info_unicast" field.

func IrrAsSet

func IrrAsSet(v string) predicate.Network

IrrAsSet applies equality check predicate on the "irr_as_set" field. It's identical to IrrAsSetEQ.

func IrrAsSetContains

func IrrAsSetContains(v string) predicate.Network

IrrAsSetContains applies the Contains predicate on the "irr_as_set" field.

func IrrAsSetContainsFold

func IrrAsSetContainsFold(v string) predicate.Network

IrrAsSetContainsFold applies the ContainsFold predicate on the "irr_as_set" field.

func IrrAsSetEQ

func IrrAsSetEQ(v string) predicate.Network

IrrAsSetEQ applies the EQ predicate on the "irr_as_set" field.

func IrrAsSetEqualFold

func IrrAsSetEqualFold(v string) predicate.Network

IrrAsSetEqualFold applies the EqualFold predicate on the "irr_as_set" field.

func IrrAsSetGT

func IrrAsSetGT(v string) predicate.Network

IrrAsSetGT applies the GT predicate on the "irr_as_set" field.

func IrrAsSetGTE

func IrrAsSetGTE(v string) predicate.Network

IrrAsSetGTE applies the GTE predicate on the "irr_as_set" field.

func IrrAsSetHasPrefix

func IrrAsSetHasPrefix(v string) predicate.Network

IrrAsSetHasPrefix applies the HasPrefix predicate on the "irr_as_set" field.

func IrrAsSetHasSuffix

func IrrAsSetHasSuffix(v string) predicate.Network

IrrAsSetHasSuffix applies the HasSuffix predicate on the "irr_as_set" field.

func IrrAsSetIn

func IrrAsSetIn(vs ...string) predicate.Network

IrrAsSetIn applies the In predicate on the "irr_as_set" field.

func IrrAsSetIsNil

func IrrAsSetIsNil() predicate.Network

IrrAsSetIsNil applies the IsNil predicate on the "irr_as_set" field.

func IrrAsSetLT

func IrrAsSetLT(v string) predicate.Network

IrrAsSetLT applies the LT predicate on the "irr_as_set" field.

func IrrAsSetLTE

func IrrAsSetLTE(v string) predicate.Network

IrrAsSetLTE applies the LTE predicate on the "irr_as_set" field.

func IrrAsSetNEQ

func IrrAsSetNEQ(v string) predicate.Network

IrrAsSetNEQ applies the NEQ predicate on the "irr_as_set" field.

func IrrAsSetNotIn

func IrrAsSetNotIn(vs ...string) predicate.Network

IrrAsSetNotIn applies the NotIn predicate on the "irr_as_set" field.

func IrrAsSetNotNil

func IrrAsSetNotNil() predicate.Network

IrrAsSetNotNil applies the NotNil predicate on the "irr_as_set" field.

func IxCount

func IxCount(v int) predicate.Network

IxCount applies equality check predicate on the "ix_count" field. It's identical to IxCountEQ.

func IxCountEQ

func IxCountEQ(v int) predicate.Network

IxCountEQ applies the EQ predicate on the "ix_count" field.

func IxCountGT

func IxCountGT(v int) predicate.Network

IxCountGT applies the GT predicate on the "ix_count" field.

func IxCountGTE

func IxCountGTE(v int) predicate.Network

IxCountGTE applies the GTE predicate on the "ix_count" field.

func IxCountIn

func IxCountIn(vs ...int) predicate.Network

IxCountIn applies the In predicate on the "ix_count" field.

func IxCountIsNil

func IxCountIsNil() predicate.Network

IxCountIsNil applies the IsNil predicate on the "ix_count" field.

func IxCountLT

func IxCountLT(v int) predicate.Network

IxCountLT applies the LT predicate on the "ix_count" field.

func IxCountLTE

func IxCountLTE(v int) predicate.Network

IxCountLTE applies the LTE predicate on the "ix_count" field.

func IxCountNEQ

func IxCountNEQ(v int) predicate.Network

IxCountNEQ applies the NEQ predicate on the "ix_count" field.

func IxCountNotIn

func IxCountNotIn(vs ...int) predicate.Network

IxCountNotIn applies the NotIn predicate on the "ix_count" field.

func IxCountNotNil

func IxCountNotNil() predicate.Network

IxCountNotNil applies the NotNil predicate on the "ix_count" field.

func Logo(v string) predicate.Network

Logo applies equality check predicate on the "logo" field. It's identical to LogoEQ.

func LogoContains

func LogoContains(v string) predicate.Network

LogoContains applies the Contains predicate on the "logo" field.

func LogoContainsFold

func LogoContainsFold(v string) predicate.Network

LogoContainsFold applies the ContainsFold predicate on the "logo" field.

func LogoEQ

func LogoEQ(v string) predicate.Network

LogoEQ applies the EQ predicate on the "logo" field.

func LogoEqualFold

func LogoEqualFold(v string) predicate.Network

LogoEqualFold applies the EqualFold predicate on the "logo" field.

func LogoGT

func LogoGT(v string) predicate.Network

LogoGT applies the GT predicate on the "logo" field.

func LogoGTE

func LogoGTE(v string) predicate.Network

LogoGTE applies the GTE predicate on the "logo" field.

func LogoHasPrefix

func LogoHasPrefix(v string) predicate.Network

LogoHasPrefix applies the HasPrefix predicate on the "logo" field.

func LogoHasSuffix

func LogoHasSuffix(v string) predicate.Network

LogoHasSuffix applies the HasSuffix predicate on the "logo" field.

func LogoIn

func LogoIn(vs ...string) predicate.Network

LogoIn applies the In predicate on the "logo" field.

func LogoIsNil

func LogoIsNil() predicate.Network

LogoIsNil applies the IsNil predicate on the "logo" field.

func LogoLT

func LogoLT(v string) predicate.Network

LogoLT applies the LT predicate on the "logo" field.

func LogoLTE

func LogoLTE(v string) predicate.Network

LogoLTE applies the LTE predicate on the "logo" field.

func LogoNEQ

func LogoNEQ(v string) predicate.Network

LogoNEQ applies the NEQ predicate on the "logo" field.

func LogoNotIn

func LogoNotIn(vs ...string) predicate.Network

LogoNotIn applies the NotIn predicate on the "logo" field.

func LogoNotNil

func LogoNotNil() predicate.Network

LogoNotNil applies the NotNil predicate on the "logo" field.

func LookingGlass

func LookingGlass(v string) predicate.Network

LookingGlass applies equality check predicate on the "looking_glass" field. It's identical to LookingGlassEQ.

func LookingGlassContains

func LookingGlassContains(v string) predicate.Network

LookingGlassContains applies the Contains predicate on the "looking_glass" field.

func LookingGlassContainsFold

func LookingGlassContainsFold(v string) predicate.Network

LookingGlassContainsFold applies the ContainsFold predicate on the "looking_glass" field.

func LookingGlassEQ

func LookingGlassEQ(v string) predicate.Network

LookingGlassEQ applies the EQ predicate on the "looking_glass" field.

func LookingGlassEqualFold

func LookingGlassEqualFold(v string) predicate.Network

LookingGlassEqualFold applies the EqualFold predicate on the "looking_glass" field.

func LookingGlassGT

func LookingGlassGT(v string) predicate.Network

LookingGlassGT applies the GT predicate on the "looking_glass" field.

func LookingGlassGTE

func LookingGlassGTE(v string) predicate.Network

LookingGlassGTE applies the GTE predicate on the "looking_glass" field.

func LookingGlassHasPrefix

func LookingGlassHasPrefix(v string) predicate.Network

LookingGlassHasPrefix applies the HasPrefix predicate on the "looking_glass" field.

func LookingGlassHasSuffix

func LookingGlassHasSuffix(v string) predicate.Network

LookingGlassHasSuffix applies the HasSuffix predicate on the "looking_glass" field.

func LookingGlassIn

func LookingGlassIn(vs ...string) predicate.Network

LookingGlassIn applies the In predicate on the "looking_glass" field.

func LookingGlassIsNil

func LookingGlassIsNil() predicate.Network

LookingGlassIsNil applies the IsNil predicate on the "looking_glass" field.

func LookingGlassLT

func LookingGlassLT(v string) predicate.Network

LookingGlassLT applies the LT predicate on the "looking_glass" field.

func LookingGlassLTE

func LookingGlassLTE(v string) predicate.Network

LookingGlassLTE applies the LTE predicate on the "looking_glass" field.

func LookingGlassNEQ

func LookingGlassNEQ(v string) predicate.Network

LookingGlassNEQ applies the NEQ predicate on the "looking_glass" field.

func LookingGlassNotIn

func LookingGlassNotIn(vs ...string) predicate.Network

LookingGlassNotIn applies the NotIn predicate on the "looking_glass" field.

func LookingGlassNotNil

func LookingGlassNotNil() predicate.Network

LookingGlassNotNil applies the NotNil predicate on the "looking_glass" field.

func Name

func Name(v string) predicate.Network

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

func NameContains

func NameContains(v string) predicate.Network

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

func NameContainsFold

func NameContainsFold(v string) predicate.Network

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

func NameEQ

func NameEQ(v string) predicate.Network

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

func NameEqualFold

func NameEqualFold(v string) predicate.Network

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

func NameFold added in v1.16.0

func NameFold(v string) predicate.Network

NameFold applies equality check predicate on the "name_fold" field. It's identical to NameFoldEQ.

func NameFoldContains added in v1.16.0

func NameFoldContains(v string) predicate.Network

NameFoldContains applies the Contains predicate on the "name_fold" field.

func NameFoldContainsFold added in v1.16.0

func NameFoldContainsFold(v string) predicate.Network

NameFoldContainsFold applies the ContainsFold predicate on the "name_fold" field.

func NameFoldEQ added in v1.16.0

func NameFoldEQ(v string) predicate.Network

NameFoldEQ applies the EQ predicate on the "name_fold" field.

func NameFoldEqualFold added in v1.16.0

func NameFoldEqualFold(v string) predicate.Network

NameFoldEqualFold applies the EqualFold predicate on the "name_fold" field.

func NameFoldGT added in v1.16.0

func NameFoldGT(v string) predicate.Network

NameFoldGT applies the GT predicate on the "name_fold" field.

func NameFoldGTE added in v1.16.0

func NameFoldGTE(v string) predicate.Network

NameFoldGTE applies the GTE predicate on the "name_fold" field.

func NameFoldHasPrefix added in v1.16.0

func NameFoldHasPrefix(v string) predicate.Network

NameFoldHasPrefix applies the HasPrefix predicate on the "name_fold" field.

func NameFoldHasSuffix added in v1.16.0

func NameFoldHasSuffix(v string) predicate.Network

NameFoldHasSuffix applies the HasSuffix predicate on the "name_fold" field.

func NameFoldIn added in v1.16.0

func NameFoldIn(vs ...string) predicate.Network

NameFoldIn applies the In predicate on the "name_fold" field.

func NameFoldIsNil added in v1.16.0

func NameFoldIsNil() predicate.Network

NameFoldIsNil applies the IsNil predicate on the "name_fold" field.

func NameFoldLT added in v1.16.0

func NameFoldLT(v string) predicate.Network

NameFoldLT applies the LT predicate on the "name_fold" field.

func NameFoldLTE added in v1.16.0

func NameFoldLTE(v string) predicate.Network

NameFoldLTE applies the LTE predicate on the "name_fold" field.

func NameFoldNEQ added in v1.16.0

func NameFoldNEQ(v string) predicate.Network

NameFoldNEQ applies the NEQ predicate on the "name_fold" field.

func NameFoldNotIn added in v1.16.0

func NameFoldNotIn(vs ...string) predicate.Network

NameFoldNotIn applies the NotIn predicate on the "name_fold" field.

func NameFoldNotNil added in v1.16.0

func NameFoldNotNil() predicate.Network

NameFoldNotNil applies the NotNil predicate on the "name_fold" field.

func NameGT

func NameGT(v string) predicate.Network

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

func NameGTE

func NameGTE(v string) predicate.Network

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

func NameHasPrefix

func NameHasPrefix(v string) predicate.Network

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

func NameHasSuffix

func NameHasSuffix(v string) predicate.Network

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

func NameIn

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

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

func NameLT

func NameLT(v string) predicate.Network

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

func NameLTE

func NameLTE(v string) predicate.Network

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

func NameLong

func NameLong(v string) predicate.Network

NameLong applies equality check predicate on the "name_long" field. It's identical to NameLongEQ.

func NameLongContains

func NameLongContains(v string) predicate.Network

NameLongContains applies the Contains predicate on the "name_long" field.

func NameLongContainsFold

func NameLongContainsFold(v string) predicate.Network

NameLongContainsFold applies the ContainsFold predicate on the "name_long" field.

func NameLongEQ

func NameLongEQ(v string) predicate.Network

NameLongEQ applies the EQ predicate on the "name_long" field.

func NameLongEqualFold

func NameLongEqualFold(v string) predicate.Network

NameLongEqualFold applies the EqualFold predicate on the "name_long" field.

func NameLongFold added in v1.16.0

func NameLongFold(v string) predicate.Network

NameLongFold applies equality check predicate on the "name_long_fold" field. It's identical to NameLongFoldEQ.

func NameLongFoldContains added in v1.16.0

func NameLongFoldContains(v string) predicate.Network

NameLongFoldContains applies the Contains predicate on the "name_long_fold" field.

func NameLongFoldContainsFold added in v1.16.0

func NameLongFoldContainsFold(v string) predicate.Network

NameLongFoldContainsFold applies the ContainsFold predicate on the "name_long_fold" field.

func NameLongFoldEQ added in v1.16.0

func NameLongFoldEQ(v string) predicate.Network

NameLongFoldEQ applies the EQ predicate on the "name_long_fold" field.

func NameLongFoldEqualFold added in v1.16.0

func NameLongFoldEqualFold(v string) predicate.Network

NameLongFoldEqualFold applies the EqualFold predicate on the "name_long_fold" field.

func NameLongFoldGT added in v1.16.0

func NameLongFoldGT(v string) predicate.Network

NameLongFoldGT applies the GT predicate on the "name_long_fold" field.

func NameLongFoldGTE added in v1.16.0

func NameLongFoldGTE(v string) predicate.Network

NameLongFoldGTE applies the GTE predicate on the "name_long_fold" field.

func NameLongFoldHasPrefix added in v1.16.0

func NameLongFoldHasPrefix(v string) predicate.Network

NameLongFoldHasPrefix applies the HasPrefix predicate on the "name_long_fold" field.

func NameLongFoldHasSuffix added in v1.16.0

func NameLongFoldHasSuffix(v string) predicate.Network

NameLongFoldHasSuffix applies the HasSuffix predicate on the "name_long_fold" field.

func NameLongFoldIn added in v1.16.0

func NameLongFoldIn(vs ...string) predicate.Network

NameLongFoldIn applies the In predicate on the "name_long_fold" field.

func NameLongFoldIsNil added in v1.16.0

func NameLongFoldIsNil() predicate.Network

NameLongFoldIsNil applies the IsNil predicate on the "name_long_fold" field.

func NameLongFoldLT added in v1.16.0

func NameLongFoldLT(v string) predicate.Network

NameLongFoldLT applies the LT predicate on the "name_long_fold" field.

func NameLongFoldLTE added in v1.16.0

func NameLongFoldLTE(v string) predicate.Network

NameLongFoldLTE applies the LTE predicate on the "name_long_fold" field.

func NameLongFoldNEQ added in v1.16.0

func NameLongFoldNEQ(v string) predicate.Network

NameLongFoldNEQ applies the NEQ predicate on the "name_long_fold" field.

func NameLongFoldNotIn added in v1.16.0

func NameLongFoldNotIn(vs ...string) predicate.Network

NameLongFoldNotIn applies the NotIn predicate on the "name_long_fold" field.

func NameLongFoldNotNil added in v1.16.0

func NameLongFoldNotNil() predicate.Network

NameLongFoldNotNil applies the NotNil predicate on the "name_long_fold" field.

func NameLongGT

func NameLongGT(v string) predicate.Network

NameLongGT applies the GT predicate on the "name_long" field.

func NameLongGTE

func NameLongGTE(v string) predicate.Network

NameLongGTE applies the GTE predicate on the "name_long" field.

func NameLongHasPrefix

func NameLongHasPrefix(v string) predicate.Network

NameLongHasPrefix applies the HasPrefix predicate on the "name_long" field.

func NameLongHasSuffix

func NameLongHasSuffix(v string) predicate.Network

NameLongHasSuffix applies the HasSuffix predicate on the "name_long" field.

func NameLongIn

func NameLongIn(vs ...string) predicate.Network

NameLongIn applies the In predicate on the "name_long" field.

func NameLongIsNil

func NameLongIsNil() predicate.Network

NameLongIsNil applies the IsNil predicate on the "name_long" field.

func NameLongLT

func NameLongLT(v string) predicate.Network

NameLongLT applies the LT predicate on the "name_long" field.

func NameLongLTE

func NameLongLTE(v string) predicate.Network

NameLongLTE applies the LTE predicate on the "name_long" field.

func NameLongNEQ

func NameLongNEQ(v string) predicate.Network

NameLongNEQ applies the NEQ predicate on the "name_long" field.

func NameLongNotIn

func NameLongNotIn(vs ...string) predicate.Network

NameLongNotIn applies the NotIn predicate on the "name_long" field.

func NameLongNotNil

func NameLongNotNil() predicate.Network

NameLongNotNil applies the NotNil predicate on the "name_long" field.

func NameNEQ

func NameNEQ(v string) predicate.Network

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

func NameNotIn

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

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

func NetfacUpdated

func NetfacUpdated(v time.Time) predicate.Network

NetfacUpdated applies equality check predicate on the "netfac_updated" field. It's identical to NetfacUpdatedEQ.

func NetfacUpdatedEQ

func NetfacUpdatedEQ(v time.Time) predicate.Network

NetfacUpdatedEQ applies the EQ predicate on the "netfac_updated" field.

func NetfacUpdatedGT

func NetfacUpdatedGT(v time.Time) predicate.Network

NetfacUpdatedGT applies the GT predicate on the "netfac_updated" field.

func NetfacUpdatedGTE

func NetfacUpdatedGTE(v time.Time) predicate.Network

NetfacUpdatedGTE applies the GTE predicate on the "netfac_updated" field.

func NetfacUpdatedIn

func NetfacUpdatedIn(vs ...time.Time) predicate.Network

NetfacUpdatedIn applies the In predicate on the "netfac_updated" field.

func NetfacUpdatedIsNil

func NetfacUpdatedIsNil() predicate.Network

NetfacUpdatedIsNil applies the IsNil predicate on the "netfac_updated" field.

func NetfacUpdatedLT

func NetfacUpdatedLT(v time.Time) predicate.Network

NetfacUpdatedLT applies the LT predicate on the "netfac_updated" field.

func NetfacUpdatedLTE

func NetfacUpdatedLTE(v time.Time) predicate.Network

NetfacUpdatedLTE applies the LTE predicate on the "netfac_updated" field.

func NetfacUpdatedNEQ

func NetfacUpdatedNEQ(v time.Time) predicate.Network

NetfacUpdatedNEQ applies the NEQ predicate on the "netfac_updated" field.

func NetfacUpdatedNotIn

func NetfacUpdatedNotIn(vs ...time.Time) predicate.Network

NetfacUpdatedNotIn applies the NotIn predicate on the "netfac_updated" field.

func NetfacUpdatedNotNil

func NetfacUpdatedNotNil() predicate.Network

NetfacUpdatedNotNil applies the NotNil predicate on the "netfac_updated" field.

func NetixlanUpdated

func NetixlanUpdated(v time.Time) predicate.Network

NetixlanUpdated applies equality check predicate on the "netixlan_updated" field. It's identical to NetixlanUpdatedEQ.

func NetixlanUpdatedEQ

func NetixlanUpdatedEQ(v time.Time) predicate.Network

NetixlanUpdatedEQ applies the EQ predicate on the "netixlan_updated" field.

func NetixlanUpdatedGT

func NetixlanUpdatedGT(v time.Time) predicate.Network

NetixlanUpdatedGT applies the GT predicate on the "netixlan_updated" field.

func NetixlanUpdatedGTE

func NetixlanUpdatedGTE(v time.Time) predicate.Network

NetixlanUpdatedGTE applies the GTE predicate on the "netixlan_updated" field.

func NetixlanUpdatedIn

func NetixlanUpdatedIn(vs ...time.Time) predicate.Network

NetixlanUpdatedIn applies the In predicate on the "netixlan_updated" field.

func NetixlanUpdatedIsNil

func NetixlanUpdatedIsNil() predicate.Network

NetixlanUpdatedIsNil applies the IsNil predicate on the "netixlan_updated" field.

func NetixlanUpdatedLT

func NetixlanUpdatedLT(v time.Time) predicate.Network

NetixlanUpdatedLT applies the LT predicate on the "netixlan_updated" field.

func NetixlanUpdatedLTE

func NetixlanUpdatedLTE(v time.Time) predicate.Network

NetixlanUpdatedLTE applies the LTE predicate on the "netixlan_updated" field.

func NetixlanUpdatedNEQ

func NetixlanUpdatedNEQ(v time.Time) predicate.Network

NetixlanUpdatedNEQ applies the NEQ predicate on the "netixlan_updated" field.

func NetixlanUpdatedNotIn

func NetixlanUpdatedNotIn(vs ...time.Time) predicate.Network

NetixlanUpdatedNotIn applies the NotIn predicate on the "netixlan_updated" field.

func NetixlanUpdatedNotNil

func NetixlanUpdatedNotNil() predicate.Network

NetixlanUpdatedNotNil applies the NotNil predicate on the "netixlan_updated" field.

func Not

Not applies the not operator on the given predicate.

func Notes

func Notes(v string) predicate.Network

Notes applies equality check predicate on the "notes" field. It's identical to NotesEQ.

func NotesContains

func NotesContains(v string) predicate.Network

NotesContains applies the Contains predicate on the "notes" field.

func NotesContainsFold

func NotesContainsFold(v string) predicate.Network

NotesContainsFold applies the ContainsFold predicate on the "notes" field.

func NotesEQ

func NotesEQ(v string) predicate.Network

NotesEQ applies the EQ predicate on the "notes" field.

func NotesEqualFold

func NotesEqualFold(v string) predicate.Network

NotesEqualFold applies the EqualFold predicate on the "notes" field.

func NotesGT

func NotesGT(v string) predicate.Network

NotesGT applies the GT predicate on the "notes" field.

func NotesGTE

func NotesGTE(v string) predicate.Network

NotesGTE applies the GTE predicate on the "notes" field.

func NotesHasPrefix

func NotesHasPrefix(v string) predicate.Network

NotesHasPrefix applies the HasPrefix predicate on the "notes" field.

func NotesHasSuffix

func NotesHasSuffix(v string) predicate.Network

NotesHasSuffix applies the HasSuffix predicate on the "notes" field.

func NotesIn

func NotesIn(vs ...string) predicate.Network

NotesIn applies the In predicate on the "notes" field.

func NotesIsNil

func NotesIsNil() predicate.Network

NotesIsNil applies the IsNil predicate on the "notes" field.

func NotesLT

func NotesLT(v string) predicate.Network

NotesLT applies the LT predicate on the "notes" field.

func NotesLTE

func NotesLTE(v string) predicate.Network

NotesLTE applies the LTE predicate on the "notes" field.

func NotesNEQ

func NotesNEQ(v string) predicate.Network

NotesNEQ applies the NEQ predicate on the "notes" field.

func NotesNotIn

func NotesNotIn(vs ...string) predicate.Network

NotesNotIn applies the NotIn predicate on the "notes" field.

func NotesNotNil

func NotesNotNil() predicate.Network

NotesNotNil applies the NotNil predicate on the "notes" field.

func Or

func Or(predicates ...predicate.Network) predicate.Network

Or groups predicates with the OR operator between them.

func OrgID

func OrgID(v int) predicate.Network

OrgID applies equality check predicate on the "org_id" field. It's identical to OrgIDEQ.

func OrgIDEQ

func OrgIDEQ(v int) predicate.Network

OrgIDEQ applies the EQ predicate on the "org_id" field.

func OrgIDIn

func OrgIDIn(vs ...int) predicate.Network

OrgIDIn applies the In predicate on the "org_id" field.

func OrgIDIsNil

func OrgIDIsNil() predicate.Network

OrgIDIsNil applies the IsNil predicate on the "org_id" field.

func OrgIDNEQ

func OrgIDNEQ(v int) predicate.Network

OrgIDNEQ applies the NEQ predicate on the "org_id" field.

func OrgIDNotIn

func OrgIDNotIn(vs ...int) predicate.Network

OrgIDNotIn applies the NotIn predicate on the "org_id" field.

func OrgIDNotNil

func OrgIDNotNil() predicate.Network

OrgIDNotNil applies the NotNil predicate on the "org_id" field.

func PocUpdated

func PocUpdated(v time.Time) predicate.Network

PocUpdated applies equality check predicate on the "poc_updated" field. It's identical to PocUpdatedEQ.

func PocUpdatedEQ

func PocUpdatedEQ(v time.Time) predicate.Network

PocUpdatedEQ applies the EQ predicate on the "poc_updated" field.

func PocUpdatedGT

func PocUpdatedGT(v time.Time) predicate.Network

PocUpdatedGT applies the GT predicate on the "poc_updated" field.

func PocUpdatedGTE

func PocUpdatedGTE(v time.Time) predicate.Network

PocUpdatedGTE applies the GTE predicate on the "poc_updated" field.

func PocUpdatedIn

func PocUpdatedIn(vs ...time.Time) predicate.Network

PocUpdatedIn applies the In predicate on the "poc_updated" field.

func PocUpdatedIsNil

func PocUpdatedIsNil() predicate.Network

PocUpdatedIsNil applies the IsNil predicate on the "poc_updated" field.

func PocUpdatedLT

func PocUpdatedLT(v time.Time) predicate.Network

PocUpdatedLT applies the LT predicate on the "poc_updated" field.

func PocUpdatedLTE

func PocUpdatedLTE(v time.Time) predicate.Network

PocUpdatedLTE applies the LTE predicate on the "poc_updated" field.

func PocUpdatedNEQ

func PocUpdatedNEQ(v time.Time) predicate.Network

PocUpdatedNEQ applies the NEQ predicate on the "poc_updated" field.

func PocUpdatedNotIn

func PocUpdatedNotIn(vs ...time.Time) predicate.Network

PocUpdatedNotIn applies the NotIn predicate on the "poc_updated" field.

func PocUpdatedNotNil

func PocUpdatedNotNil() predicate.Network

PocUpdatedNotNil applies the NotNil predicate on the "poc_updated" field.

func PolicyContracts

func PolicyContracts(v string) predicate.Network

PolicyContracts applies equality check predicate on the "policy_contracts" field. It's identical to PolicyContractsEQ.

func PolicyContractsContains

func PolicyContractsContains(v string) predicate.Network

PolicyContractsContains applies the Contains predicate on the "policy_contracts" field.

func PolicyContractsContainsFold

func PolicyContractsContainsFold(v string) predicate.Network

PolicyContractsContainsFold applies the ContainsFold predicate on the "policy_contracts" field.

func PolicyContractsEQ

func PolicyContractsEQ(v string) predicate.Network

PolicyContractsEQ applies the EQ predicate on the "policy_contracts" field.

func PolicyContractsEqualFold

func PolicyContractsEqualFold(v string) predicate.Network

PolicyContractsEqualFold applies the EqualFold predicate on the "policy_contracts" field.

func PolicyContractsGT

func PolicyContractsGT(v string) predicate.Network

PolicyContractsGT applies the GT predicate on the "policy_contracts" field.

func PolicyContractsGTE

func PolicyContractsGTE(v string) predicate.Network

PolicyContractsGTE applies the GTE predicate on the "policy_contracts" field.

func PolicyContractsHasPrefix

func PolicyContractsHasPrefix(v string) predicate.Network

PolicyContractsHasPrefix applies the HasPrefix predicate on the "policy_contracts" field.

func PolicyContractsHasSuffix

func PolicyContractsHasSuffix(v string) predicate.Network

PolicyContractsHasSuffix applies the HasSuffix predicate on the "policy_contracts" field.

func PolicyContractsIn

func PolicyContractsIn(vs ...string) predicate.Network

PolicyContractsIn applies the In predicate on the "policy_contracts" field.

func PolicyContractsIsNil

func PolicyContractsIsNil() predicate.Network

PolicyContractsIsNil applies the IsNil predicate on the "policy_contracts" field.

func PolicyContractsLT

func PolicyContractsLT(v string) predicate.Network

PolicyContractsLT applies the LT predicate on the "policy_contracts" field.

func PolicyContractsLTE

func PolicyContractsLTE(v string) predicate.Network

PolicyContractsLTE applies the LTE predicate on the "policy_contracts" field.

func PolicyContractsNEQ

func PolicyContractsNEQ(v string) predicate.Network

PolicyContractsNEQ applies the NEQ predicate on the "policy_contracts" field.

func PolicyContractsNotIn

func PolicyContractsNotIn(vs ...string) predicate.Network

PolicyContractsNotIn applies the NotIn predicate on the "policy_contracts" field.

func PolicyContractsNotNil

func PolicyContractsNotNil() predicate.Network

PolicyContractsNotNil applies the NotNil predicate on the "policy_contracts" field.

func PolicyGeneral

func PolicyGeneral(v string) predicate.Network

PolicyGeneral applies equality check predicate on the "policy_general" field. It's identical to PolicyGeneralEQ.

func PolicyGeneralContains

func PolicyGeneralContains(v string) predicate.Network

PolicyGeneralContains applies the Contains predicate on the "policy_general" field.

func PolicyGeneralContainsFold

func PolicyGeneralContainsFold(v string) predicate.Network

PolicyGeneralContainsFold applies the ContainsFold predicate on the "policy_general" field.

func PolicyGeneralEQ

func PolicyGeneralEQ(v string) predicate.Network

PolicyGeneralEQ applies the EQ predicate on the "policy_general" field.

func PolicyGeneralEqualFold

func PolicyGeneralEqualFold(v string) predicate.Network

PolicyGeneralEqualFold applies the EqualFold predicate on the "policy_general" field.

func PolicyGeneralGT

func PolicyGeneralGT(v string) predicate.Network

PolicyGeneralGT applies the GT predicate on the "policy_general" field.

func PolicyGeneralGTE

func PolicyGeneralGTE(v string) predicate.Network

PolicyGeneralGTE applies the GTE predicate on the "policy_general" field.

func PolicyGeneralHasPrefix

func PolicyGeneralHasPrefix(v string) predicate.Network

PolicyGeneralHasPrefix applies the HasPrefix predicate on the "policy_general" field.

func PolicyGeneralHasSuffix

func PolicyGeneralHasSuffix(v string) predicate.Network

PolicyGeneralHasSuffix applies the HasSuffix predicate on the "policy_general" field.

func PolicyGeneralIn

func PolicyGeneralIn(vs ...string) predicate.Network

PolicyGeneralIn applies the In predicate on the "policy_general" field.

func PolicyGeneralIsNil

func PolicyGeneralIsNil() predicate.Network

PolicyGeneralIsNil applies the IsNil predicate on the "policy_general" field.

func PolicyGeneralLT

func PolicyGeneralLT(v string) predicate.Network

PolicyGeneralLT applies the LT predicate on the "policy_general" field.

func PolicyGeneralLTE

func PolicyGeneralLTE(v string) predicate.Network

PolicyGeneralLTE applies the LTE predicate on the "policy_general" field.

func PolicyGeneralNEQ

func PolicyGeneralNEQ(v string) predicate.Network

PolicyGeneralNEQ applies the NEQ predicate on the "policy_general" field.

func PolicyGeneralNotIn

func PolicyGeneralNotIn(vs ...string) predicate.Network

PolicyGeneralNotIn applies the NotIn predicate on the "policy_general" field.

func PolicyGeneralNotNil

func PolicyGeneralNotNil() predicate.Network

PolicyGeneralNotNil applies the NotNil predicate on the "policy_general" field.

func PolicyLocations

func PolicyLocations(v string) predicate.Network

PolicyLocations applies equality check predicate on the "policy_locations" field. It's identical to PolicyLocationsEQ.

func PolicyLocationsContains

func PolicyLocationsContains(v string) predicate.Network

PolicyLocationsContains applies the Contains predicate on the "policy_locations" field.

func PolicyLocationsContainsFold

func PolicyLocationsContainsFold(v string) predicate.Network

PolicyLocationsContainsFold applies the ContainsFold predicate on the "policy_locations" field.

func PolicyLocationsEQ

func PolicyLocationsEQ(v string) predicate.Network

PolicyLocationsEQ applies the EQ predicate on the "policy_locations" field.

func PolicyLocationsEqualFold

func PolicyLocationsEqualFold(v string) predicate.Network

PolicyLocationsEqualFold applies the EqualFold predicate on the "policy_locations" field.

func PolicyLocationsGT

func PolicyLocationsGT(v string) predicate.Network

PolicyLocationsGT applies the GT predicate on the "policy_locations" field.

func PolicyLocationsGTE

func PolicyLocationsGTE(v string) predicate.Network

PolicyLocationsGTE applies the GTE predicate on the "policy_locations" field.

func PolicyLocationsHasPrefix

func PolicyLocationsHasPrefix(v string) predicate.Network

PolicyLocationsHasPrefix applies the HasPrefix predicate on the "policy_locations" field.

func PolicyLocationsHasSuffix

func PolicyLocationsHasSuffix(v string) predicate.Network

PolicyLocationsHasSuffix applies the HasSuffix predicate on the "policy_locations" field.

func PolicyLocationsIn

func PolicyLocationsIn(vs ...string) predicate.Network

PolicyLocationsIn applies the In predicate on the "policy_locations" field.

func PolicyLocationsIsNil

func PolicyLocationsIsNil() predicate.Network

PolicyLocationsIsNil applies the IsNil predicate on the "policy_locations" field.

func PolicyLocationsLT

func PolicyLocationsLT(v string) predicate.Network

PolicyLocationsLT applies the LT predicate on the "policy_locations" field.

func PolicyLocationsLTE

func PolicyLocationsLTE(v string) predicate.Network

PolicyLocationsLTE applies the LTE predicate on the "policy_locations" field.

func PolicyLocationsNEQ

func PolicyLocationsNEQ(v string) predicate.Network

PolicyLocationsNEQ applies the NEQ predicate on the "policy_locations" field.

func PolicyLocationsNotIn

func PolicyLocationsNotIn(vs ...string) predicate.Network

PolicyLocationsNotIn applies the NotIn predicate on the "policy_locations" field.

func PolicyLocationsNotNil

func PolicyLocationsNotNil() predicate.Network

PolicyLocationsNotNil applies the NotNil predicate on the "policy_locations" field.

func PolicyRatio

func PolicyRatio(v bool) predicate.Network

PolicyRatio applies equality check predicate on the "policy_ratio" field. It's identical to PolicyRatioEQ.

func PolicyRatioEQ

func PolicyRatioEQ(v bool) predicate.Network

PolicyRatioEQ applies the EQ predicate on the "policy_ratio" field.

func PolicyRatioNEQ

func PolicyRatioNEQ(v bool) predicate.Network

PolicyRatioNEQ applies the NEQ predicate on the "policy_ratio" field.

func PolicyURL

func PolicyURL(v string) predicate.Network

PolicyURL applies equality check predicate on the "policy_url" field. It's identical to PolicyURLEQ.

func PolicyURLContains

func PolicyURLContains(v string) predicate.Network

PolicyURLContains applies the Contains predicate on the "policy_url" field.

func PolicyURLContainsFold

func PolicyURLContainsFold(v string) predicate.Network

PolicyURLContainsFold applies the ContainsFold predicate on the "policy_url" field.

func PolicyURLEQ

func PolicyURLEQ(v string) predicate.Network

PolicyURLEQ applies the EQ predicate on the "policy_url" field.

func PolicyURLEqualFold

func PolicyURLEqualFold(v string) predicate.Network

PolicyURLEqualFold applies the EqualFold predicate on the "policy_url" field.

func PolicyURLGT

func PolicyURLGT(v string) predicate.Network

PolicyURLGT applies the GT predicate on the "policy_url" field.

func PolicyURLGTE

func PolicyURLGTE(v string) predicate.Network

PolicyURLGTE applies the GTE predicate on the "policy_url" field.

func PolicyURLHasPrefix

func PolicyURLHasPrefix(v string) predicate.Network

PolicyURLHasPrefix applies the HasPrefix predicate on the "policy_url" field.

func PolicyURLHasSuffix

func PolicyURLHasSuffix(v string) predicate.Network

PolicyURLHasSuffix applies the HasSuffix predicate on the "policy_url" field.

func PolicyURLIn

func PolicyURLIn(vs ...string) predicate.Network

PolicyURLIn applies the In predicate on the "policy_url" field.

func PolicyURLIsNil

func PolicyURLIsNil() predicate.Network

PolicyURLIsNil applies the IsNil predicate on the "policy_url" field.

func PolicyURLLT

func PolicyURLLT(v string) predicate.Network

PolicyURLLT applies the LT predicate on the "policy_url" field.

func PolicyURLLTE

func PolicyURLLTE(v string) predicate.Network

PolicyURLLTE applies the LTE predicate on the "policy_url" field.

func PolicyURLNEQ

func PolicyURLNEQ(v string) predicate.Network

PolicyURLNEQ applies the NEQ predicate on the "policy_url" field.

func PolicyURLNotIn

func PolicyURLNotIn(vs ...string) predicate.Network

PolicyURLNotIn applies the NotIn predicate on the "policy_url" field.

func PolicyURLNotNil

func PolicyURLNotNil() predicate.Network

PolicyURLNotNil applies the NotNil predicate on the "policy_url" field.

func RirStatus

func RirStatus(v string) predicate.Network

RirStatus applies equality check predicate on the "rir_status" field. It's identical to RirStatusEQ.

func RirStatusContains

func RirStatusContains(v string) predicate.Network

RirStatusContains applies the Contains predicate on the "rir_status" field.

func RirStatusContainsFold

func RirStatusContainsFold(v string) predicate.Network

RirStatusContainsFold applies the ContainsFold predicate on the "rir_status" field.

func RirStatusEQ

func RirStatusEQ(v string) predicate.Network

RirStatusEQ applies the EQ predicate on the "rir_status" field.

func RirStatusEqualFold

func RirStatusEqualFold(v string) predicate.Network

RirStatusEqualFold applies the EqualFold predicate on the "rir_status" field.

func RirStatusGT

func RirStatusGT(v string) predicate.Network

RirStatusGT applies the GT predicate on the "rir_status" field.

func RirStatusGTE

func RirStatusGTE(v string) predicate.Network

RirStatusGTE applies the GTE predicate on the "rir_status" field.

func RirStatusHasPrefix

func RirStatusHasPrefix(v string) predicate.Network

RirStatusHasPrefix applies the HasPrefix predicate on the "rir_status" field.

func RirStatusHasSuffix

func RirStatusHasSuffix(v string) predicate.Network

RirStatusHasSuffix applies the HasSuffix predicate on the "rir_status" field.

func RirStatusIn

func RirStatusIn(vs ...string) predicate.Network

RirStatusIn applies the In predicate on the "rir_status" field.

func RirStatusIsNil

func RirStatusIsNil() predicate.Network

RirStatusIsNil applies the IsNil predicate on the "rir_status" field.

func RirStatusLT

func RirStatusLT(v string) predicate.Network

RirStatusLT applies the LT predicate on the "rir_status" field.

func RirStatusLTE

func RirStatusLTE(v string) predicate.Network

RirStatusLTE applies the LTE predicate on the "rir_status" field.

func RirStatusNEQ

func RirStatusNEQ(v string) predicate.Network

RirStatusNEQ applies the NEQ predicate on the "rir_status" field.

func RirStatusNotIn

func RirStatusNotIn(vs ...string) predicate.Network

RirStatusNotIn applies the NotIn predicate on the "rir_status" field.

func RirStatusNotNil

func RirStatusNotNil() predicate.Network

RirStatusNotNil applies the NotNil predicate on the "rir_status" field.

func RirStatusUpdated

func RirStatusUpdated(v time.Time) predicate.Network

RirStatusUpdated applies equality check predicate on the "rir_status_updated" field. It's identical to RirStatusUpdatedEQ.

func RirStatusUpdatedEQ

func RirStatusUpdatedEQ(v time.Time) predicate.Network

RirStatusUpdatedEQ applies the EQ predicate on the "rir_status_updated" field.

func RirStatusUpdatedGT

func RirStatusUpdatedGT(v time.Time) predicate.Network

RirStatusUpdatedGT applies the GT predicate on the "rir_status_updated" field.

func RirStatusUpdatedGTE

func RirStatusUpdatedGTE(v time.Time) predicate.Network

RirStatusUpdatedGTE applies the GTE predicate on the "rir_status_updated" field.

func RirStatusUpdatedIn

func RirStatusUpdatedIn(vs ...time.Time) predicate.Network

RirStatusUpdatedIn applies the In predicate on the "rir_status_updated" field.

func RirStatusUpdatedIsNil

func RirStatusUpdatedIsNil() predicate.Network

RirStatusUpdatedIsNil applies the IsNil predicate on the "rir_status_updated" field.

func RirStatusUpdatedLT

func RirStatusUpdatedLT(v time.Time) predicate.Network

RirStatusUpdatedLT applies the LT predicate on the "rir_status_updated" field.

func RirStatusUpdatedLTE

func RirStatusUpdatedLTE(v time.Time) predicate.Network

RirStatusUpdatedLTE applies the LTE predicate on the "rir_status_updated" field.

func RirStatusUpdatedNEQ

func RirStatusUpdatedNEQ(v time.Time) predicate.Network

RirStatusUpdatedNEQ applies the NEQ predicate on the "rir_status_updated" field.

func RirStatusUpdatedNotIn

func RirStatusUpdatedNotIn(vs ...time.Time) predicate.Network

RirStatusUpdatedNotIn applies the NotIn predicate on the "rir_status_updated" field.

func RirStatusUpdatedNotNil

func RirStatusUpdatedNotNil() predicate.Network

RirStatusUpdatedNotNil applies the NotNil predicate on the "rir_status_updated" field.

func RouteServer

func RouteServer(v string) predicate.Network

RouteServer applies equality check predicate on the "route_server" field. It's identical to RouteServerEQ.

func RouteServerContains

func RouteServerContains(v string) predicate.Network

RouteServerContains applies the Contains predicate on the "route_server" field.

func RouteServerContainsFold

func RouteServerContainsFold(v string) predicate.Network

RouteServerContainsFold applies the ContainsFold predicate on the "route_server" field.

func RouteServerEQ

func RouteServerEQ(v string) predicate.Network

RouteServerEQ applies the EQ predicate on the "route_server" field.

func RouteServerEqualFold

func RouteServerEqualFold(v string) predicate.Network

RouteServerEqualFold applies the EqualFold predicate on the "route_server" field.

func RouteServerGT

func RouteServerGT(v string) predicate.Network

RouteServerGT applies the GT predicate on the "route_server" field.

func RouteServerGTE

func RouteServerGTE(v string) predicate.Network

RouteServerGTE applies the GTE predicate on the "route_server" field.

func RouteServerHasPrefix

func RouteServerHasPrefix(v string) predicate.Network

RouteServerHasPrefix applies the HasPrefix predicate on the "route_server" field.

func RouteServerHasSuffix

func RouteServerHasSuffix(v string) predicate.Network

RouteServerHasSuffix applies the HasSuffix predicate on the "route_server" field.

func RouteServerIn

func RouteServerIn(vs ...string) predicate.Network

RouteServerIn applies the In predicate on the "route_server" field.

func RouteServerIsNil

func RouteServerIsNil() predicate.Network

RouteServerIsNil applies the IsNil predicate on the "route_server" field.

func RouteServerLT

func RouteServerLT(v string) predicate.Network

RouteServerLT applies the LT predicate on the "route_server" field.

func RouteServerLTE

func RouteServerLTE(v string) predicate.Network

RouteServerLTE applies the LTE predicate on the "route_server" field.

func RouteServerNEQ

func RouteServerNEQ(v string) predicate.Network

RouteServerNEQ applies the NEQ predicate on the "route_server" field.

func RouteServerNotIn

func RouteServerNotIn(vs ...string) predicate.Network

RouteServerNotIn applies the NotIn predicate on the "route_server" field.

func RouteServerNotNil

func RouteServerNotNil() predicate.Network

RouteServerNotNil applies the NotNil predicate on the "route_server" field.

func SocialMediaIsNil

func SocialMediaIsNil() predicate.Network

SocialMediaIsNil applies the IsNil predicate on the "social_media" field.

func SocialMediaNotNil

func SocialMediaNotNil() predicate.Network

SocialMediaNotNil applies the NotNil predicate on the "social_media" field.

func Status

func Status(v string) predicate.Network

Status applies equality check predicate on the "status" field. It's identical to StatusEQ.

func StatusContains

func StatusContains(v string) predicate.Network

StatusContains applies the Contains predicate on the "status" field.

func StatusContainsFold

func StatusContainsFold(v string) predicate.Network

StatusContainsFold applies the ContainsFold predicate on the "status" field.

func StatusDashboard

func StatusDashboard(v string) predicate.Network

StatusDashboard applies equality check predicate on the "status_dashboard" field. It's identical to StatusDashboardEQ.

func StatusDashboardContains

func StatusDashboardContains(v string) predicate.Network

StatusDashboardContains applies the Contains predicate on the "status_dashboard" field.

func StatusDashboardContainsFold

func StatusDashboardContainsFold(v string) predicate.Network

StatusDashboardContainsFold applies the ContainsFold predicate on the "status_dashboard" field.

func StatusDashboardEQ

func StatusDashboardEQ(v string) predicate.Network

StatusDashboardEQ applies the EQ predicate on the "status_dashboard" field.

func StatusDashboardEqualFold

func StatusDashboardEqualFold(v string) predicate.Network

StatusDashboardEqualFold applies the EqualFold predicate on the "status_dashboard" field.

func StatusDashboardGT

func StatusDashboardGT(v string) predicate.Network

StatusDashboardGT applies the GT predicate on the "status_dashboard" field.

func StatusDashboardGTE

func StatusDashboardGTE(v string) predicate.Network

StatusDashboardGTE applies the GTE predicate on the "status_dashboard" field.

func StatusDashboardHasPrefix

func StatusDashboardHasPrefix(v string) predicate.Network

StatusDashboardHasPrefix applies the HasPrefix predicate on the "status_dashboard" field.

func StatusDashboardHasSuffix

func StatusDashboardHasSuffix(v string) predicate.Network

StatusDashboardHasSuffix applies the HasSuffix predicate on the "status_dashboard" field.

func StatusDashboardIn

func StatusDashboardIn(vs ...string) predicate.Network

StatusDashboardIn applies the In predicate on the "status_dashboard" field.

func StatusDashboardIsNil

func StatusDashboardIsNil() predicate.Network

StatusDashboardIsNil applies the IsNil predicate on the "status_dashboard" field.

func StatusDashboardLT

func StatusDashboardLT(v string) predicate.Network

StatusDashboardLT applies the LT predicate on the "status_dashboard" field.

func StatusDashboardLTE

func StatusDashboardLTE(v string) predicate.Network

StatusDashboardLTE applies the LTE predicate on the "status_dashboard" field.

func StatusDashboardNEQ

func StatusDashboardNEQ(v string) predicate.Network

StatusDashboardNEQ applies the NEQ predicate on the "status_dashboard" field.

func StatusDashboardNotIn

func StatusDashboardNotIn(vs ...string) predicate.Network

StatusDashboardNotIn applies the NotIn predicate on the "status_dashboard" field.

func StatusDashboardNotNil

func StatusDashboardNotNil() predicate.Network

StatusDashboardNotNil applies the NotNil predicate on the "status_dashboard" field.

func StatusEQ

func StatusEQ(v string) predicate.Network

StatusEQ applies the EQ predicate on the "status" field.

func StatusEqualFold

func StatusEqualFold(v string) predicate.Network

StatusEqualFold applies the EqualFold predicate on the "status" field.

func StatusGT

func StatusGT(v string) predicate.Network

StatusGT applies the GT predicate on the "status" field.

func StatusGTE

func StatusGTE(v string) predicate.Network

StatusGTE applies the GTE predicate on the "status" field.

func StatusHasPrefix

func StatusHasPrefix(v string) predicate.Network

StatusHasPrefix applies the HasPrefix predicate on the "status" field.

func StatusHasSuffix

func StatusHasSuffix(v string) predicate.Network

StatusHasSuffix applies the HasSuffix predicate on the "status" field.

func StatusIn

func StatusIn(vs ...string) predicate.Network

StatusIn applies the In predicate on the "status" field.

func StatusLT

func StatusLT(v string) predicate.Network

StatusLT applies the LT predicate on the "status" field.

func StatusLTE

func StatusLTE(v string) predicate.Network

StatusLTE applies the LTE predicate on the "status" field.

func StatusNEQ

func StatusNEQ(v string) predicate.Network

StatusNEQ applies the NEQ predicate on the "status" field.

func StatusNotIn

func StatusNotIn(vs ...string) predicate.Network

StatusNotIn applies the NotIn predicate on the "status" field.

func Updated

func Updated(v time.Time) predicate.Network

Updated applies equality check predicate on the "updated" field. It's identical to UpdatedEQ.

func UpdatedEQ

func UpdatedEQ(v time.Time) predicate.Network

UpdatedEQ applies the EQ predicate on the "updated" field.

func UpdatedGT

func UpdatedGT(v time.Time) predicate.Network

UpdatedGT applies the GT predicate on the "updated" field.

func UpdatedGTE

func UpdatedGTE(v time.Time) predicate.Network

UpdatedGTE applies the GTE predicate on the "updated" field.

func UpdatedIn

func UpdatedIn(vs ...time.Time) predicate.Network

UpdatedIn applies the In predicate on the "updated" field.

func UpdatedLT

func UpdatedLT(v time.Time) predicate.Network

UpdatedLT applies the LT predicate on the "updated" field.

func UpdatedLTE

func UpdatedLTE(v time.Time) predicate.Network

UpdatedLTE applies the LTE predicate on the "updated" field.

func UpdatedNEQ

func UpdatedNEQ(v time.Time) predicate.Network

UpdatedNEQ applies the NEQ predicate on the "updated" field.

func UpdatedNotIn

func UpdatedNotIn(vs ...time.Time) predicate.Network

UpdatedNotIn applies the NotIn predicate on the "updated" field.

func ValidColumn

func ValidColumn(column string) bool

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

func Website

func Website(v string) predicate.Network

Website applies equality check predicate on the "website" field. It's identical to WebsiteEQ.

func WebsiteContains

func WebsiteContains(v string) predicate.Network

WebsiteContains applies the Contains predicate on the "website" field.

func WebsiteContainsFold

func WebsiteContainsFold(v string) predicate.Network

WebsiteContainsFold applies the ContainsFold predicate on the "website" field.

func WebsiteEQ

func WebsiteEQ(v string) predicate.Network

WebsiteEQ applies the EQ predicate on the "website" field.

func WebsiteEqualFold

func WebsiteEqualFold(v string) predicate.Network

WebsiteEqualFold applies the EqualFold predicate on the "website" field.

func WebsiteGT

func WebsiteGT(v string) predicate.Network

WebsiteGT applies the GT predicate on the "website" field.

func WebsiteGTE

func WebsiteGTE(v string) predicate.Network

WebsiteGTE applies the GTE predicate on the "website" field.

func WebsiteHasPrefix

func WebsiteHasPrefix(v string) predicate.Network

WebsiteHasPrefix applies the HasPrefix predicate on the "website" field.

func WebsiteHasSuffix

func WebsiteHasSuffix(v string) predicate.Network

WebsiteHasSuffix applies the HasSuffix predicate on the "website" field.

func WebsiteIn

func WebsiteIn(vs ...string) predicate.Network

WebsiteIn applies the In predicate on the "website" field.

func WebsiteIsNil

func WebsiteIsNil() predicate.Network

WebsiteIsNil applies the IsNil predicate on the "website" field.

func WebsiteLT

func WebsiteLT(v string) predicate.Network

WebsiteLT applies the LT predicate on the "website" field.

func WebsiteLTE

func WebsiteLTE(v string) predicate.Network

WebsiteLTE applies the LTE predicate on the "website" field.

func WebsiteNEQ

func WebsiteNEQ(v string) predicate.Network

WebsiteNEQ applies the NEQ predicate on the "website" field.

func WebsiteNotIn

func WebsiteNotIn(vs ...string) predicate.Network

WebsiteNotIn applies the NotIn predicate on the "website" field.

func WebsiteNotNil

func WebsiteNotNil() predicate.Network

WebsiteNotNil applies the NotNil predicate on the "website" field.

Types

type OrderOption

type OrderOption func(*sql.Selector)

OrderOption defines the ordering options for the Network queries.

func ByAka

func ByAka(opts ...sql.OrderTermOption) OrderOption

ByAka orders the results by the aka field.

func ByAkaFold added in v1.16.0

func ByAkaFold(opts ...sql.OrderTermOption) OrderOption

ByAkaFold orders the results by the aka_fold field.

func ByAllowIxpUpdate

func ByAllowIxpUpdate(opts ...sql.OrderTermOption) OrderOption

ByAllowIxpUpdate orders the results by the allow_ixp_update field.

func ByAsn

func ByAsn(opts ...sql.OrderTermOption) OrderOption

ByAsn orders the results by the asn field.

func ByCreated

func ByCreated(opts ...sql.OrderTermOption) OrderOption

ByCreated orders the results by the created field.

func ByFacCount

func ByFacCount(opts ...sql.OrderTermOption) OrderOption

ByFacCount orders the results by the fac_count field.

func ByID

func ByID(opts ...sql.OrderTermOption) OrderOption

ByID orders the results by the id field.

func ByInfoIpv6

func ByInfoIpv6(opts ...sql.OrderTermOption) OrderOption

ByInfoIpv6 orders the results by the info_ipv6 field.

func ByInfoMulticast

func ByInfoMulticast(opts ...sql.OrderTermOption) OrderOption

ByInfoMulticast orders the results by the info_multicast field.

func ByInfoNeverViaRouteServers

func ByInfoNeverViaRouteServers(opts ...sql.OrderTermOption) OrderOption

ByInfoNeverViaRouteServers orders the results by the info_never_via_route_servers field.

func ByInfoPrefixes4

func ByInfoPrefixes4(opts ...sql.OrderTermOption) OrderOption

ByInfoPrefixes4 orders the results by the info_prefixes4 field.

func ByInfoPrefixes6

func ByInfoPrefixes6(opts ...sql.OrderTermOption) OrderOption

ByInfoPrefixes6 orders the results by the info_prefixes6 field.

func ByInfoRatio

func ByInfoRatio(opts ...sql.OrderTermOption) OrderOption

ByInfoRatio orders the results by the info_ratio field.

func ByInfoScope

func ByInfoScope(opts ...sql.OrderTermOption) OrderOption

ByInfoScope orders the results by the info_scope field.

func ByInfoTraffic

func ByInfoTraffic(opts ...sql.OrderTermOption) OrderOption

ByInfoTraffic orders the results by the info_traffic field.

func ByInfoType

func ByInfoType(opts ...sql.OrderTermOption) OrderOption

ByInfoType orders the results by the info_type field.

func ByInfoUnicast

func ByInfoUnicast(opts ...sql.OrderTermOption) OrderOption

ByInfoUnicast orders the results by the info_unicast field.

func ByIrrAsSet

func ByIrrAsSet(opts ...sql.OrderTermOption) OrderOption

ByIrrAsSet orders the results by the irr_as_set field.

func ByIxCount

func ByIxCount(opts ...sql.OrderTermOption) OrderOption

ByIxCount orders the results by the ix_count field.

func ByLogo(opts ...sql.OrderTermOption) OrderOption

ByLogo orders the results by the logo field.

func ByLookingGlass

func ByLookingGlass(opts ...sql.OrderTermOption) OrderOption

ByLookingGlass orders the results by the looking_glass field.

func ByName

func ByName(opts ...sql.OrderTermOption) OrderOption

ByName orders the results by the name field.

func ByNameFold added in v1.16.0

func ByNameFold(opts ...sql.OrderTermOption) OrderOption

ByNameFold orders the results by the name_fold field.

func ByNameLong

func ByNameLong(opts ...sql.OrderTermOption) OrderOption

ByNameLong orders the results by the name_long field.

func ByNameLongFold added in v1.16.0

func ByNameLongFold(opts ...sql.OrderTermOption) OrderOption

ByNameLongFold orders the results by the name_long_fold field.

func ByNetfacUpdated

func ByNetfacUpdated(opts ...sql.OrderTermOption) OrderOption

ByNetfacUpdated orders the results by the netfac_updated field.

func ByNetixlanUpdated

func ByNetixlanUpdated(opts ...sql.OrderTermOption) OrderOption

ByNetixlanUpdated orders the results by the netixlan_updated field.

func ByNetworkFacilities

func ByNetworkFacilities(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByNetworkFacilities orders the results by network_facilities terms.

func ByNetworkFacilitiesCount

func ByNetworkFacilitiesCount(opts ...sql.OrderTermOption) OrderOption

ByNetworkFacilitiesCount orders the results by network_facilities count.

func ByNetworkIxLans

func ByNetworkIxLans(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByNetworkIxLans orders the results by network_ix_lans terms.

func ByNetworkIxLansCount

func ByNetworkIxLansCount(opts ...sql.OrderTermOption) OrderOption

ByNetworkIxLansCount orders the results by network_ix_lans count.

func ByNotes

func ByNotes(opts ...sql.OrderTermOption) OrderOption

ByNotes orders the results by the notes field.

func ByOrgID

func ByOrgID(opts ...sql.OrderTermOption) OrderOption

ByOrgID orders the results by the org_id field.

func ByOrganizationField

func ByOrganizationField(field string, opts ...sql.OrderTermOption) OrderOption

ByOrganizationField orders the results by organization field.

func ByPocUpdated

func ByPocUpdated(opts ...sql.OrderTermOption) OrderOption

ByPocUpdated orders the results by the poc_updated field.

func ByPocs

func ByPocs(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByPocs orders the results by pocs terms.

func ByPocsCount

func ByPocsCount(opts ...sql.OrderTermOption) OrderOption

ByPocsCount orders the results by pocs count.

func ByPolicyContracts

func ByPolicyContracts(opts ...sql.OrderTermOption) OrderOption

ByPolicyContracts orders the results by the policy_contracts field.

func ByPolicyGeneral

func ByPolicyGeneral(opts ...sql.OrderTermOption) OrderOption

ByPolicyGeneral orders the results by the policy_general field.

func ByPolicyLocations

func ByPolicyLocations(opts ...sql.OrderTermOption) OrderOption

ByPolicyLocations orders the results by the policy_locations field.

func ByPolicyRatio

func ByPolicyRatio(opts ...sql.OrderTermOption) OrderOption

ByPolicyRatio orders the results by the policy_ratio field.

func ByPolicyURL

func ByPolicyURL(opts ...sql.OrderTermOption) OrderOption

ByPolicyURL orders the results by the policy_url field.

func ByRirStatus

func ByRirStatus(opts ...sql.OrderTermOption) OrderOption

ByRirStatus orders the results by the rir_status field.

func ByRirStatusUpdated

func ByRirStatusUpdated(opts ...sql.OrderTermOption) OrderOption

ByRirStatusUpdated orders the results by the rir_status_updated field.

func ByRouteServer

func ByRouteServer(opts ...sql.OrderTermOption) OrderOption

ByRouteServer orders the results by the route_server field.

func ByStatus

func ByStatus(opts ...sql.OrderTermOption) OrderOption

ByStatus orders the results by the status field.

func ByStatusDashboard

func ByStatusDashboard(opts ...sql.OrderTermOption) OrderOption

ByStatusDashboard orders the results by the status_dashboard field.

func ByUpdated

func ByUpdated(opts ...sql.OrderTermOption) OrderOption

ByUpdated orders the results by the updated field.

func ByWebsite

func ByWebsite(opts ...sql.OrderTermOption) OrderOption

ByWebsite orders the results by the website field.

Jump to

Keyboard shortcuts

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