proxyroutingrouteevent

package
v1.0.11 Latest Latest
Warning

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

Go to latest
Published: Jun 28, 2026 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Label holds the string label denoting the proxyroutingrouteevent type in the database.
	Label = "proxy_routing_route_event"
	// FieldID holds the string denoting the id field in the database.
	FieldID = "id"
	// FieldReporterType holds the string denoting the reporter_type field in the database.
	FieldReporterType = "reporter_type"
	// FieldReporterID holds the string denoting the reporter_id field in the database.
	FieldReporterID = "reporter_id"
	// FieldProfileCode holds the string denoting the profile_code field in the database.
	FieldProfileCode = "profile_code"
	// FieldRoutingHash holds the string denoting the routing_hash field in the database.
	FieldRoutingHash = "routing_hash"
	// FieldEventType holds the string denoting the event_type field in the database.
	FieldEventType = "event_type"
	// FieldSubject holds the string denoting the subject field in the database.
	FieldSubject = "subject"
	// FieldRuleID holds the string denoting the rule_id field in the database.
	FieldRuleID = "rule_id"
	// FieldRuleName holds the string denoting the rule_name field in the database.
	FieldRuleName = "rule_name"
	// FieldActionType holds the string denoting the action_type field in the database.
	FieldActionType = "action_type"
	// FieldOutboundTag holds the string denoting the outbound_tag field in the database.
	FieldOutboundTag = "outbound_tag"
	// FieldDNSResolverTag holds the string denoting the dns_resolver_tag field in the database.
	FieldDNSResolverTag = "dns_resolver_tag"
	// FieldFallbackTarget holds the string denoting the fallback_target field in the database.
	FieldFallbackTarget = "fallback_target"
	// FieldStatus holds the string denoting the status field in the database.
	FieldStatus = "status"
	// FieldLatencyMs holds the string denoting the latency_ms field in the database.
	FieldLatencyMs = "latency_ms"
	// FieldError holds the string denoting the error field in the database.
	FieldError = "error"
	// FieldEventAt holds the string denoting the event_at field in the database.
	FieldEventAt = "event_at"
	// FieldEventJSON holds the string denoting the event_json field in the database.
	FieldEventJSON = "event_json"
	// FieldCreatedAt holds the string denoting the created_at field in the database.
	FieldCreatedAt = "created_at"
	// FieldUpdatedAt holds the string denoting the updated_at field in the database.
	FieldUpdatedAt = "updated_at"
	// Table holds the table name of the proxyroutingrouteevent in the database.
	Table = "routing_route_event"
)

Variables

View Source
var (
	// DefaultReporterType holds the default value on creation for the "reporter_type" field.
	DefaultReporterType string
	// ReporterTypeValidator is a validator for the "reporter_type" field. It is called by the builders before save.
	ReporterTypeValidator func(string) error
	// DefaultReporterID holds the default value on creation for the "reporter_id" field.
	DefaultReporterID string
	// ReporterIDValidator is a validator for the "reporter_id" field. It is called by the builders before save.
	ReporterIDValidator func(string) error
	// DefaultProfileCode holds the default value on creation for the "profile_code" field.
	DefaultProfileCode string
	// ProfileCodeValidator is a validator for the "profile_code" field. It is called by the builders before save.
	ProfileCodeValidator func(string) error
	// DefaultRoutingHash holds the default value on creation for the "routing_hash" field.
	DefaultRoutingHash string
	// RoutingHashValidator is a validator for the "routing_hash" field. It is called by the builders before save.
	RoutingHashValidator func(string) error
	// EventTypeValidator is a validator for the "event_type" field. It is called by the builders before save.
	EventTypeValidator func(string) error
	// DefaultSubject holds the default value on creation for the "subject" field.
	DefaultSubject string
	// SubjectValidator is a validator for the "subject" field. It is called by the builders before save.
	SubjectValidator func(string) error
	// DefaultRuleID holds the default value on creation for the "rule_id" field.
	DefaultRuleID string
	// RuleIDValidator is a validator for the "rule_id" field. It is called by the builders before save.
	RuleIDValidator func(string) error
	// DefaultRuleName holds the default value on creation for the "rule_name" field.
	DefaultRuleName string
	// RuleNameValidator is a validator for the "rule_name" field. It is called by the builders before save.
	RuleNameValidator func(string) error
	// DefaultActionType holds the default value on creation for the "action_type" field.
	DefaultActionType string
	// ActionTypeValidator is a validator for the "action_type" field. It is called by the builders before save.
	ActionTypeValidator func(string) error
	// DefaultOutboundTag holds the default value on creation for the "outbound_tag" field.
	DefaultOutboundTag string
	// OutboundTagValidator is a validator for the "outbound_tag" field. It is called by the builders before save.
	OutboundTagValidator func(string) error
	// DefaultDNSResolverTag holds the default value on creation for the "dns_resolver_tag" field.
	DefaultDNSResolverTag string
	// DNSResolverTagValidator is a validator for the "dns_resolver_tag" field. It is called by the builders before save.
	DNSResolverTagValidator func(string) error
	// DefaultFallbackTarget holds the default value on creation for the "fallback_target" field.
	DefaultFallbackTarget string
	// FallbackTargetValidator is a validator for the "fallback_target" field. It is called by the builders before save.
	FallbackTargetValidator func(string) error
	// DefaultStatus holds the default value on creation for the "status" field.
	DefaultStatus string
	// StatusValidator is a validator for the "status" field. It is called by the builders before save.
	StatusValidator func(string) error
	// DefaultLatencyMs holds the default value on creation for the "latency_ms" field.
	DefaultLatencyMs int
	// DefaultEventAt holds the default value on creation for the "event_at" field.
	DefaultEventAt func() time.Time
	// DefaultEventJSON holds the default value on creation for the "event_json" field.
	DefaultEventJSON string
	// DefaultCreatedAt holds the default value on creation for the "created_at" field.
	DefaultCreatedAt func() time.Time
	// DefaultUpdatedAt holds the default value on creation for the "updated_at" field.
	DefaultUpdatedAt func() time.Time
	// UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field.
	UpdateDefaultUpdatedAt func() time.Time
)

Columns holds all SQL columns for proxyroutingrouteevent fields.

Functions

func ActionType

ActionType applies equality check predicate on the "action_type" field. It's identical to ActionTypeEQ.

func ActionTypeContains

func ActionTypeContains(v string) predicate.ProxyRoutingRouteEvent

ActionTypeContains applies the Contains predicate on the "action_type" field.

func ActionTypeContainsFold

func ActionTypeContainsFold(v string) predicate.ProxyRoutingRouteEvent

ActionTypeContainsFold applies the ContainsFold predicate on the "action_type" field.

func ActionTypeEQ

func ActionTypeEQ(v string) predicate.ProxyRoutingRouteEvent

ActionTypeEQ applies the EQ predicate on the "action_type" field.

func ActionTypeEqualFold

func ActionTypeEqualFold(v string) predicate.ProxyRoutingRouteEvent

ActionTypeEqualFold applies the EqualFold predicate on the "action_type" field.

func ActionTypeGT

func ActionTypeGT(v string) predicate.ProxyRoutingRouteEvent

ActionTypeGT applies the GT predicate on the "action_type" field.

func ActionTypeGTE

func ActionTypeGTE(v string) predicate.ProxyRoutingRouteEvent

ActionTypeGTE applies the GTE predicate on the "action_type" field.

func ActionTypeHasPrefix

func ActionTypeHasPrefix(v string) predicate.ProxyRoutingRouteEvent

ActionTypeHasPrefix applies the HasPrefix predicate on the "action_type" field.

func ActionTypeHasSuffix

func ActionTypeHasSuffix(v string) predicate.ProxyRoutingRouteEvent

ActionTypeHasSuffix applies the HasSuffix predicate on the "action_type" field.

func ActionTypeIn

func ActionTypeIn(vs ...string) predicate.ProxyRoutingRouteEvent

ActionTypeIn applies the In predicate on the "action_type" field.

func ActionTypeLT

func ActionTypeLT(v string) predicate.ProxyRoutingRouteEvent

ActionTypeLT applies the LT predicate on the "action_type" field.

func ActionTypeLTE

func ActionTypeLTE(v string) predicate.ProxyRoutingRouteEvent

ActionTypeLTE applies the LTE predicate on the "action_type" field.

func ActionTypeNEQ

func ActionTypeNEQ(v string) predicate.ProxyRoutingRouteEvent

ActionTypeNEQ applies the NEQ predicate on the "action_type" field.

func ActionTypeNotIn

func ActionTypeNotIn(vs ...string) predicate.ProxyRoutingRouteEvent

ActionTypeNotIn applies the NotIn predicate on the "action_type" field.

func And

And groups predicates with the AND operator between them.

func CreatedAt

CreatedAt applies equality check predicate on the "created_at" field. It's identical to CreatedAtEQ.

func CreatedAtEQ

CreatedAtEQ applies the EQ predicate on the "created_at" field.

func CreatedAtGT

CreatedAtGT applies the GT predicate on the "created_at" field.

func CreatedAtGTE

func CreatedAtGTE(v time.Time) predicate.ProxyRoutingRouteEvent

CreatedAtGTE applies the GTE predicate on the "created_at" field.

func CreatedAtIn

func CreatedAtIn(vs ...time.Time) predicate.ProxyRoutingRouteEvent

CreatedAtIn applies the In predicate on the "created_at" field.

func CreatedAtLT

CreatedAtLT applies the LT predicate on the "created_at" field.

func CreatedAtLTE

func CreatedAtLTE(v time.Time) predicate.ProxyRoutingRouteEvent

CreatedAtLTE applies the LTE predicate on the "created_at" field.

func CreatedAtNEQ

func CreatedAtNEQ(v time.Time) predicate.ProxyRoutingRouteEvent

CreatedAtNEQ applies the NEQ predicate on the "created_at" field.

func CreatedAtNotIn

func CreatedAtNotIn(vs ...time.Time) predicate.ProxyRoutingRouteEvent

CreatedAtNotIn applies the NotIn predicate on the "created_at" field.

func DNSResolverTag

func DNSResolverTag(v string) predicate.ProxyRoutingRouteEvent

DNSResolverTag applies equality check predicate on the "dns_resolver_tag" field. It's identical to DNSResolverTagEQ.

func DNSResolverTagContains

func DNSResolverTagContains(v string) predicate.ProxyRoutingRouteEvent

DNSResolverTagContains applies the Contains predicate on the "dns_resolver_tag" field.

func DNSResolverTagContainsFold

func DNSResolverTagContainsFold(v string) predicate.ProxyRoutingRouteEvent

DNSResolverTagContainsFold applies the ContainsFold predicate on the "dns_resolver_tag" field.

func DNSResolverTagEQ

func DNSResolverTagEQ(v string) predicate.ProxyRoutingRouteEvent

DNSResolverTagEQ applies the EQ predicate on the "dns_resolver_tag" field.

func DNSResolverTagEqualFold

func DNSResolverTagEqualFold(v string) predicate.ProxyRoutingRouteEvent

DNSResolverTagEqualFold applies the EqualFold predicate on the "dns_resolver_tag" field.

func DNSResolverTagGT

func DNSResolverTagGT(v string) predicate.ProxyRoutingRouteEvent

DNSResolverTagGT applies the GT predicate on the "dns_resolver_tag" field.

func DNSResolverTagGTE

func DNSResolverTagGTE(v string) predicate.ProxyRoutingRouteEvent

DNSResolverTagGTE applies the GTE predicate on the "dns_resolver_tag" field.

func DNSResolverTagHasPrefix

func DNSResolverTagHasPrefix(v string) predicate.ProxyRoutingRouteEvent

DNSResolverTagHasPrefix applies the HasPrefix predicate on the "dns_resolver_tag" field.

func DNSResolverTagHasSuffix

func DNSResolverTagHasSuffix(v string) predicate.ProxyRoutingRouteEvent

DNSResolverTagHasSuffix applies the HasSuffix predicate on the "dns_resolver_tag" field.

func DNSResolverTagIn

func DNSResolverTagIn(vs ...string) predicate.ProxyRoutingRouteEvent

DNSResolverTagIn applies the In predicate on the "dns_resolver_tag" field.

func DNSResolverTagLT

func DNSResolverTagLT(v string) predicate.ProxyRoutingRouteEvent

DNSResolverTagLT applies the LT predicate on the "dns_resolver_tag" field.

func DNSResolverTagLTE

func DNSResolverTagLTE(v string) predicate.ProxyRoutingRouteEvent

DNSResolverTagLTE applies the LTE predicate on the "dns_resolver_tag" field.

func DNSResolverTagNEQ

func DNSResolverTagNEQ(v string) predicate.ProxyRoutingRouteEvent

DNSResolverTagNEQ applies the NEQ predicate on the "dns_resolver_tag" field.

func DNSResolverTagNotIn

func DNSResolverTagNotIn(vs ...string) predicate.ProxyRoutingRouteEvent

DNSResolverTagNotIn applies the NotIn predicate on the "dns_resolver_tag" field.

func Error

Error applies equality check predicate on the "error" field. It's identical to ErrorEQ.

func ErrorContains

func ErrorContains(v string) predicate.ProxyRoutingRouteEvent

ErrorContains applies the Contains predicate on the "error" field.

func ErrorContainsFold

func ErrorContainsFold(v string) predicate.ProxyRoutingRouteEvent

ErrorContainsFold applies the ContainsFold predicate on the "error" field.

func ErrorEQ

ErrorEQ applies the EQ predicate on the "error" field.

func ErrorEqualFold

func ErrorEqualFold(v string) predicate.ProxyRoutingRouteEvent

ErrorEqualFold applies the EqualFold predicate on the "error" field.

func ErrorGT

ErrorGT applies the GT predicate on the "error" field.

func ErrorGTE

ErrorGTE applies the GTE predicate on the "error" field.

func ErrorHasPrefix

func ErrorHasPrefix(v string) predicate.ProxyRoutingRouteEvent

ErrorHasPrefix applies the HasPrefix predicate on the "error" field.

func ErrorHasSuffix

func ErrorHasSuffix(v string) predicate.ProxyRoutingRouteEvent

ErrorHasSuffix applies the HasSuffix predicate on the "error" field.

func ErrorIn

ErrorIn applies the In predicate on the "error" field.

func ErrorIsNil

func ErrorIsNil() predicate.ProxyRoutingRouteEvent

ErrorIsNil applies the IsNil predicate on the "error" field.

func ErrorLT

ErrorLT applies the LT predicate on the "error" field.

func ErrorLTE

ErrorLTE applies the LTE predicate on the "error" field.

func ErrorNEQ

ErrorNEQ applies the NEQ predicate on the "error" field.

func ErrorNotIn

func ErrorNotIn(vs ...string) predicate.ProxyRoutingRouteEvent

ErrorNotIn applies the NotIn predicate on the "error" field.

func ErrorNotNil

func ErrorNotNil() predicate.ProxyRoutingRouteEvent

ErrorNotNil applies the NotNil predicate on the "error" field.

func EventAt

EventAt applies equality check predicate on the "event_at" field. It's identical to EventAtEQ.

func EventAtEQ

EventAtEQ applies the EQ predicate on the "event_at" field.

func EventAtGT

EventAtGT applies the GT predicate on the "event_at" field.

func EventAtGTE

EventAtGTE applies the GTE predicate on the "event_at" field.

func EventAtIn

func EventAtIn(vs ...time.Time) predicate.ProxyRoutingRouteEvent

EventAtIn applies the In predicate on the "event_at" field.

func EventAtLT

EventAtLT applies the LT predicate on the "event_at" field.

func EventAtLTE

EventAtLTE applies the LTE predicate on the "event_at" field.

func EventAtNEQ

EventAtNEQ applies the NEQ predicate on the "event_at" field.

func EventAtNotIn

func EventAtNotIn(vs ...time.Time) predicate.ProxyRoutingRouteEvent

EventAtNotIn applies the NotIn predicate on the "event_at" field.

func EventJSON

EventJSON applies equality check predicate on the "event_json" field. It's identical to EventJSONEQ.

func EventJSONContains

func EventJSONContains(v string) predicate.ProxyRoutingRouteEvent

EventJSONContains applies the Contains predicate on the "event_json" field.

func EventJSONContainsFold

func EventJSONContainsFold(v string) predicate.ProxyRoutingRouteEvent

EventJSONContainsFold applies the ContainsFold predicate on the "event_json" field.

func EventJSONEQ

EventJSONEQ applies the EQ predicate on the "event_json" field.

func EventJSONEqualFold

func EventJSONEqualFold(v string) predicate.ProxyRoutingRouteEvent

EventJSONEqualFold applies the EqualFold predicate on the "event_json" field.

func EventJSONGT

EventJSONGT applies the GT predicate on the "event_json" field.

func EventJSONGTE

func EventJSONGTE(v string) predicate.ProxyRoutingRouteEvent

EventJSONGTE applies the GTE predicate on the "event_json" field.

func EventJSONHasPrefix

func EventJSONHasPrefix(v string) predicate.ProxyRoutingRouteEvent

EventJSONHasPrefix applies the HasPrefix predicate on the "event_json" field.

func EventJSONHasSuffix

func EventJSONHasSuffix(v string) predicate.ProxyRoutingRouteEvent

EventJSONHasSuffix applies the HasSuffix predicate on the "event_json" field.

func EventJSONIn

func EventJSONIn(vs ...string) predicate.ProxyRoutingRouteEvent

EventJSONIn applies the In predicate on the "event_json" field.

func EventJSONLT

EventJSONLT applies the LT predicate on the "event_json" field.

func EventJSONLTE

func EventJSONLTE(v string) predicate.ProxyRoutingRouteEvent

EventJSONLTE applies the LTE predicate on the "event_json" field.

func EventJSONNEQ

func EventJSONNEQ(v string) predicate.ProxyRoutingRouteEvent

EventJSONNEQ applies the NEQ predicate on the "event_json" field.

func EventJSONNotIn

func EventJSONNotIn(vs ...string) predicate.ProxyRoutingRouteEvent

EventJSONNotIn applies the NotIn predicate on the "event_json" field.

func EventType

EventType applies equality check predicate on the "event_type" field. It's identical to EventTypeEQ.

func EventTypeContains

func EventTypeContains(v string) predicate.ProxyRoutingRouteEvent

EventTypeContains applies the Contains predicate on the "event_type" field.

func EventTypeContainsFold

func EventTypeContainsFold(v string) predicate.ProxyRoutingRouteEvent

EventTypeContainsFold applies the ContainsFold predicate on the "event_type" field.

func EventTypeEQ

EventTypeEQ applies the EQ predicate on the "event_type" field.

func EventTypeEqualFold

func EventTypeEqualFold(v string) predicate.ProxyRoutingRouteEvent

EventTypeEqualFold applies the EqualFold predicate on the "event_type" field.

func EventTypeGT

EventTypeGT applies the GT predicate on the "event_type" field.

func EventTypeGTE

func EventTypeGTE(v string) predicate.ProxyRoutingRouteEvent

EventTypeGTE applies the GTE predicate on the "event_type" field.

func EventTypeHasPrefix

func EventTypeHasPrefix(v string) predicate.ProxyRoutingRouteEvent

EventTypeHasPrefix applies the HasPrefix predicate on the "event_type" field.

func EventTypeHasSuffix

func EventTypeHasSuffix(v string) predicate.ProxyRoutingRouteEvent

EventTypeHasSuffix applies the HasSuffix predicate on the "event_type" field.

func EventTypeIn

func EventTypeIn(vs ...string) predicate.ProxyRoutingRouteEvent

EventTypeIn applies the In predicate on the "event_type" field.

func EventTypeLT

EventTypeLT applies the LT predicate on the "event_type" field.

func EventTypeLTE

func EventTypeLTE(v string) predicate.ProxyRoutingRouteEvent

EventTypeLTE applies the LTE predicate on the "event_type" field.

func EventTypeNEQ

func EventTypeNEQ(v string) predicate.ProxyRoutingRouteEvent

EventTypeNEQ applies the NEQ predicate on the "event_type" field.

func EventTypeNotIn

func EventTypeNotIn(vs ...string) predicate.ProxyRoutingRouteEvent

EventTypeNotIn applies the NotIn predicate on the "event_type" field.

func FallbackTarget

func FallbackTarget(v string) predicate.ProxyRoutingRouteEvent

FallbackTarget applies equality check predicate on the "fallback_target" field. It's identical to FallbackTargetEQ.

func FallbackTargetContains

func FallbackTargetContains(v string) predicate.ProxyRoutingRouteEvent

FallbackTargetContains applies the Contains predicate on the "fallback_target" field.

func FallbackTargetContainsFold

func FallbackTargetContainsFold(v string) predicate.ProxyRoutingRouteEvent

FallbackTargetContainsFold applies the ContainsFold predicate on the "fallback_target" field.

func FallbackTargetEQ

func FallbackTargetEQ(v string) predicate.ProxyRoutingRouteEvent

FallbackTargetEQ applies the EQ predicate on the "fallback_target" field.

func FallbackTargetEqualFold

func FallbackTargetEqualFold(v string) predicate.ProxyRoutingRouteEvent

FallbackTargetEqualFold applies the EqualFold predicate on the "fallback_target" field.

func FallbackTargetGT

func FallbackTargetGT(v string) predicate.ProxyRoutingRouteEvent

FallbackTargetGT applies the GT predicate on the "fallback_target" field.

func FallbackTargetGTE

func FallbackTargetGTE(v string) predicate.ProxyRoutingRouteEvent

FallbackTargetGTE applies the GTE predicate on the "fallback_target" field.

func FallbackTargetHasPrefix

func FallbackTargetHasPrefix(v string) predicate.ProxyRoutingRouteEvent

FallbackTargetHasPrefix applies the HasPrefix predicate on the "fallback_target" field.

func FallbackTargetHasSuffix

func FallbackTargetHasSuffix(v string) predicate.ProxyRoutingRouteEvent

FallbackTargetHasSuffix applies the HasSuffix predicate on the "fallback_target" field.

func FallbackTargetIn

func FallbackTargetIn(vs ...string) predicate.ProxyRoutingRouteEvent

FallbackTargetIn applies the In predicate on the "fallback_target" field.

func FallbackTargetLT

func FallbackTargetLT(v string) predicate.ProxyRoutingRouteEvent

FallbackTargetLT applies the LT predicate on the "fallback_target" field.

func FallbackTargetLTE

func FallbackTargetLTE(v string) predicate.ProxyRoutingRouteEvent

FallbackTargetLTE applies the LTE predicate on the "fallback_target" field.

func FallbackTargetNEQ

func FallbackTargetNEQ(v string) predicate.ProxyRoutingRouteEvent

FallbackTargetNEQ applies the NEQ predicate on the "fallback_target" field.

func FallbackTargetNotIn

func FallbackTargetNotIn(vs ...string) predicate.ProxyRoutingRouteEvent

FallbackTargetNotIn applies the NotIn predicate on the "fallback_target" field.

func ID

ID filters vertices based on their ID field.

func IDEQ

IDEQ applies the EQ predicate on the ID field.

func IDGT

IDGT applies the GT predicate on the ID field.

func IDGTE

IDGTE applies the GTE predicate on the ID field.

func IDIn

IDIn applies the In predicate on the ID field.

func IDLT

IDLT applies the LT predicate on the ID field.

func IDLTE

IDLTE applies the LTE predicate on the ID field.

func IDNEQ

IDNEQ applies the NEQ predicate on the ID field.

func IDNotIn

func IDNotIn(ids ...int64) predicate.ProxyRoutingRouteEvent

IDNotIn applies the NotIn predicate on the ID field.

func LatencyMs

LatencyMs applies equality check predicate on the "latency_ms" field. It's identical to LatencyMsEQ.

func LatencyMsEQ

func LatencyMsEQ(v int) predicate.ProxyRoutingRouteEvent

LatencyMsEQ applies the EQ predicate on the "latency_ms" field.

func LatencyMsGT

func LatencyMsGT(v int) predicate.ProxyRoutingRouteEvent

LatencyMsGT applies the GT predicate on the "latency_ms" field.

func LatencyMsGTE

func LatencyMsGTE(v int) predicate.ProxyRoutingRouteEvent

LatencyMsGTE applies the GTE predicate on the "latency_ms" field.

func LatencyMsIn

func LatencyMsIn(vs ...int) predicate.ProxyRoutingRouteEvent

LatencyMsIn applies the In predicate on the "latency_ms" field.

func LatencyMsLT

func LatencyMsLT(v int) predicate.ProxyRoutingRouteEvent

LatencyMsLT applies the LT predicate on the "latency_ms" field.

func LatencyMsLTE

func LatencyMsLTE(v int) predicate.ProxyRoutingRouteEvent

LatencyMsLTE applies the LTE predicate on the "latency_ms" field.

func LatencyMsNEQ

func LatencyMsNEQ(v int) predicate.ProxyRoutingRouteEvent

LatencyMsNEQ applies the NEQ predicate on the "latency_ms" field.

func LatencyMsNotIn

func LatencyMsNotIn(vs ...int) predicate.ProxyRoutingRouteEvent

LatencyMsNotIn applies the NotIn predicate on the "latency_ms" field.

func Not

Not applies the not operator on the given predicate.

func Or

Or groups predicates with the OR operator between them.

func OutboundTag

OutboundTag applies equality check predicate on the "outbound_tag" field. It's identical to OutboundTagEQ.

func OutboundTagContains

func OutboundTagContains(v string) predicate.ProxyRoutingRouteEvent

OutboundTagContains applies the Contains predicate on the "outbound_tag" field.

func OutboundTagContainsFold

func OutboundTagContainsFold(v string) predicate.ProxyRoutingRouteEvent

OutboundTagContainsFold applies the ContainsFold predicate on the "outbound_tag" field.

func OutboundTagEQ

func OutboundTagEQ(v string) predicate.ProxyRoutingRouteEvent

OutboundTagEQ applies the EQ predicate on the "outbound_tag" field.

func OutboundTagEqualFold

func OutboundTagEqualFold(v string) predicate.ProxyRoutingRouteEvent

OutboundTagEqualFold applies the EqualFold predicate on the "outbound_tag" field.

func OutboundTagGT

func OutboundTagGT(v string) predicate.ProxyRoutingRouteEvent

OutboundTagGT applies the GT predicate on the "outbound_tag" field.

func OutboundTagGTE

func OutboundTagGTE(v string) predicate.ProxyRoutingRouteEvent

OutboundTagGTE applies the GTE predicate on the "outbound_tag" field.

func OutboundTagHasPrefix

func OutboundTagHasPrefix(v string) predicate.ProxyRoutingRouteEvent

OutboundTagHasPrefix applies the HasPrefix predicate on the "outbound_tag" field.

func OutboundTagHasSuffix

func OutboundTagHasSuffix(v string) predicate.ProxyRoutingRouteEvent

OutboundTagHasSuffix applies the HasSuffix predicate on the "outbound_tag" field.

func OutboundTagIn

func OutboundTagIn(vs ...string) predicate.ProxyRoutingRouteEvent

OutboundTagIn applies the In predicate on the "outbound_tag" field.

func OutboundTagLT

func OutboundTagLT(v string) predicate.ProxyRoutingRouteEvent

OutboundTagLT applies the LT predicate on the "outbound_tag" field.

func OutboundTagLTE

func OutboundTagLTE(v string) predicate.ProxyRoutingRouteEvent

OutboundTagLTE applies the LTE predicate on the "outbound_tag" field.

func OutboundTagNEQ

func OutboundTagNEQ(v string) predicate.ProxyRoutingRouteEvent

OutboundTagNEQ applies the NEQ predicate on the "outbound_tag" field.

func OutboundTagNotIn

func OutboundTagNotIn(vs ...string) predicate.ProxyRoutingRouteEvent

OutboundTagNotIn applies the NotIn predicate on the "outbound_tag" field.

func ProfileCode

ProfileCode applies equality check predicate on the "profile_code" field. It's identical to ProfileCodeEQ.

func ProfileCodeContains

func ProfileCodeContains(v string) predicate.ProxyRoutingRouteEvent

ProfileCodeContains applies the Contains predicate on the "profile_code" field.

func ProfileCodeContainsFold

func ProfileCodeContainsFold(v string) predicate.ProxyRoutingRouteEvent

ProfileCodeContainsFold applies the ContainsFold predicate on the "profile_code" field.

func ProfileCodeEQ

func ProfileCodeEQ(v string) predicate.ProxyRoutingRouteEvent

ProfileCodeEQ applies the EQ predicate on the "profile_code" field.

func ProfileCodeEqualFold

func ProfileCodeEqualFold(v string) predicate.ProxyRoutingRouteEvent

ProfileCodeEqualFold applies the EqualFold predicate on the "profile_code" field.

func ProfileCodeGT

func ProfileCodeGT(v string) predicate.ProxyRoutingRouteEvent

ProfileCodeGT applies the GT predicate on the "profile_code" field.

func ProfileCodeGTE

func ProfileCodeGTE(v string) predicate.ProxyRoutingRouteEvent

ProfileCodeGTE applies the GTE predicate on the "profile_code" field.

func ProfileCodeHasPrefix

func ProfileCodeHasPrefix(v string) predicate.ProxyRoutingRouteEvent

ProfileCodeHasPrefix applies the HasPrefix predicate on the "profile_code" field.

func ProfileCodeHasSuffix

func ProfileCodeHasSuffix(v string) predicate.ProxyRoutingRouteEvent

ProfileCodeHasSuffix applies the HasSuffix predicate on the "profile_code" field.

func ProfileCodeIn

func ProfileCodeIn(vs ...string) predicate.ProxyRoutingRouteEvent

ProfileCodeIn applies the In predicate on the "profile_code" field.

func ProfileCodeLT

func ProfileCodeLT(v string) predicate.ProxyRoutingRouteEvent

ProfileCodeLT applies the LT predicate on the "profile_code" field.

func ProfileCodeLTE

func ProfileCodeLTE(v string) predicate.ProxyRoutingRouteEvent

ProfileCodeLTE applies the LTE predicate on the "profile_code" field.

func ProfileCodeNEQ

func ProfileCodeNEQ(v string) predicate.ProxyRoutingRouteEvent

ProfileCodeNEQ applies the NEQ predicate on the "profile_code" field.

func ProfileCodeNotIn

func ProfileCodeNotIn(vs ...string) predicate.ProxyRoutingRouteEvent

ProfileCodeNotIn applies the NotIn predicate on the "profile_code" field.

func ReporterID

ReporterID applies equality check predicate on the "reporter_id" field. It's identical to ReporterIDEQ.

func ReporterIDContains

func ReporterIDContains(v string) predicate.ProxyRoutingRouteEvent

ReporterIDContains applies the Contains predicate on the "reporter_id" field.

func ReporterIDContainsFold

func ReporterIDContainsFold(v string) predicate.ProxyRoutingRouteEvent

ReporterIDContainsFold applies the ContainsFold predicate on the "reporter_id" field.

func ReporterIDEQ

func ReporterIDEQ(v string) predicate.ProxyRoutingRouteEvent

ReporterIDEQ applies the EQ predicate on the "reporter_id" field.

func ReporterIDEqualFold

func ReporterIDEqualFold(v string) predicate.ProxyRoutingRouteEvent

ReporterIDEqualFold applies the EqualFold predicate on the "reporter_id" field.

func ReporterIDGT

func ReporterIDGT(v string) predicate.ProxyRoutingRouteEvent

ReporterIDGT applies the GT predicate on the "reporter_id" field.

func ReporterIDGTE

func ReporterIDGTE(v string) predicate.ProxyRoutingRouteEvent

ReporterIDGTE applies the GTE predicate on the "reporter_id" field.

func ReporterIDHasPrefix

func ReporterIDHasPrefix(v string) predicate.ProxyRoutingRouteEvent

ReporterIDHasPrefix applies the HasPrefix predicate on the "reporter_id" field.

func ReporterIDHasSuffix

func ReporterIDHasSuffix(v string) predicate.ProxyRoutingRouteEvent

ReporterIDHasSuffix applies the HasSuffix predicate on the "reporter_id" field.

func ReporterIDIn

func ReporterIDIn(vs ...string) predicate.ProxyRoutingRouteEvent

ReporterIDIn applies the In predicate on the "reporter_id" field.

func ReporterIDLT

func ReporterIDLT(v string) predicate.ProxyRoutingRouteEvent

ReporterIDLT applies the LT predicate on the "reporter_id" field.

func ReporterIDLTE

func ReporterIDLTE(v string) predicate.ProxyRoutingRouteEvent

ReporterIDLTE applies the LTE predicate on the "reporter_id" field.

func ReporterIDNEQ

func ReporterIDNEQ(v string) predicate.ProxyRoutingRouteEvent

ReporterIDNEQ applies the NEQ predicate on the "reporter_id" field.

func ReporterIDNotIn

func ReporterIDNotIn(vs ...string) predicate.ProxyRoutingRouteEvent

ReporterIDNotIn applies the NotIn predicate on the "reporter_id" field.

func ReporterType

func ReporterType(v string) predicate.ProxyRoutingRouteEvent

ReporterType applies equality check predicate on the "reporter_type" field. It's identical to ReporterTypeEQ.

func ReporterTypeContains

func ReporterTypeContains(v string) predicate.ProxyRoutingRouteEvent

ReporterTypeContains applies the Contains predicate on the "reporter_type" field.

func ReporterTypeContainsFold

func ReporterTypeContainsFold(v string) predicate.ProxyRoutingRouteEvent

ReporterTypeContainsFold applies the ContainsFold predicate on the "reporter_type" field.

func ReporterTypeEQ

func ReporterTypeEQ(v string) predicate.ProxyRoutingRouteEvent

ReporterTypeEQ applies the EQ predicate on the "reporter_type" field.

func ReporterTypeEqualFold

func ReporterTypeEqualFold(v string) predicate.ProxyRoutingRouteEvent

ReporterTypeEqualFold applies the EqualFold predicate on the "reporter_type" field.

func ReporterTypeGT

func ReporterTypeGT(v string) predicate.ProxyRoutingRouteEvent

ReporterTypeGT applies the GT predicate on the "reporter_type" field.

func ReporterTypeGTE

func ReporterTypeGTE(v string) predicate.ProxyRoutingRouteEvent

ReporterTypeGTE applies the GTE predicate on the "reporter_type" field.

func ReporterTypeHasPrefix

func ReporterTypeHasPrefix(v string) predicate.ProxyRoutingRouteEvent

ReporterTypeHasPrefix applies the HasPrefix predicate on the "reporter_type" field.

func ReporterTypeHasSuffix

func ReporterTypeHasSuffix(v string) predicate.ProxyRoutingRouteEvent

ReporterTypeHasSuffix applies the HasSuffix predicate on the "reporter_type" field.

func ReporterTypeIn

func ReporterTypeIn(vs ...string) predicate.ProxyRoutingRouteEvent

ReporterTypeIn applies the In predicate on the "reporter_type" field.

func ReporterTypeLT

func ReporterTypeLT(v string) predicate.ProxyRoutingRouteEvent

ReporterTypeLT applies the LT predicate on the "reporter_type" field.

func ReporterTypeLTE

func ReporterTypeLTE(v string) predicate.ProxyRoutingRouteEvent

ReporterTypeLTE applies the LTE predicate on the "reporter_type" field.

func ReporterTypeNEQ

func ReporterTypeNEQ(v string) predicate.ProxyRoutingRouteEvent

ReporterTypeNEQ applies the NEQ predicate on the "reporter_type" field.

func ReporterTypeNotIn

func ReporterTypeNotIn(vs ...string) predicate.ProxyRoutingRouteEvent

ReporterTypeNotIn applies the NotIn predicate on the "reporter_type" field.

func RoutingHash

RoutingHash applies equality check predicate on the "routing_hash" field. It's identical to RoutingHashEQ.

func RoutingHashContains

func RoutingHashContains(v string) predicate.ProxyRoutingRouteEvent

RoutingHashContains applies the Contains predicate on the "routing_hash" field.

func RoutingHashContainsFold

func RoutingHashContainsFold(v string) predicate.ProxyRoutingRouteEvent

RoutingHashContainsFold applies the ContainsFold predicate on the "routing_hash" field.

func RoutingHashEQ

func RoutingHashEQ(v string) predicate.ProxyRoutingRouteEvent

RoutingHashEQ applies the EQ predicate on the "routing_hash" field.

func RoutingHashEqualFold

func RoutingHashEqualFold(v string) predicate.ProxyRoutingRouteEvent

RoutingHashEqualFold applies the EqualFold predicate on the "routing_hash" field.

func RoutingHashGT

func RoutingHashGT(v string) predicate.ProxyRoutingRouteEvent

RoutingHashGT applies the GT predicate on the "routing_hash" field.

func RoutingHashGTE

func RoutingHashGTE(v string) predicate.ProxyRoutingRouteEvent

RoutingHashGTE applies the GTE predicate on the "routing_hash" field.

func RoutingHashHasPrefix

func RoutingHashHasPrefix(v string) predicate.ProxyRoutingRouteEvent

RoutingHashHasPrefix applies the HasPrefix predicate on the "routing_hash" field.

func RoutingHashHasSuffix

func RoutingHashHasSuffix(v string) predicate.ProxyRoutingRouteEvent

RoutingHashHasSuffix applies the HasSuffix predicate on the "routing_hash" field.

func RoutingHashIn

func RoutingHashIn(vs ...string) predicate.ProxyRoutingRouteEvent

RoutingHashIn applies the In predicate on the "routing_hash" field.

func RoutingHashLT

func RoutingHashLT(v string) predicate.ProxyRoutingRouteEvent

RoutingHashLT applies the LT predicate on the "routing_hash" field.

func RoutingHashLTE

func RoutingHashLTE(v string) predicate.ProxyRoutingRouteEvent

RoutingHashLTE applies the LTE predicate on the "routing_hash" field.

func RoutingHashNEQ

func RoutingHashNEQ(v string) predicate.ProxyRoutingRouteEvent

RoutingHashNEQ applies the NEQ predicate on the "routing_hash" field.

func RoutingHashNotIn

func RoutingHashNotIn(vs ...string) predicate.ProxyRoutingRouteEvent

RoutingHashNotIn applies the NotIn predicate on the "routing_hash" field.

func RuleID

RuleID applies equality check predicate on the "rule_id" field. It's identical to RuleIDEQ.

func RuleIDContains

func RuleIDContains(v string) predicate.ProxyRoutingRouteEvent

RuleIDContains applies the Contains predicate on the "rule_id" field.

func RuleIDContainsFold

func RuleIDContainsFold(v string) predicate.ProxyRoutingRouteEvent

RuleIDContainsFold applies the ContainsFold predicate on the "rule_id" field.

func RuleIDEQ

RuleIDEQ applies the EQ predicate on the "rule_id" field.

func RuleIDEqualFold

func RuleIDEqualFold(v string) predicate.ProxyRoutingRouteEvent

RuleIDEqualFold applies the EqualFold predicate on the "rule_id" field.

func RuleIDGT

RuleIDGT applies the GT predicate on the "rule_id" field.

func RuleIDGTE

RuleIDGTE applies the GTE predicate on the "rule_id" field.

func RuleIDHasPrefix

func RuleIDHasPrefix(v string) predicate.ProxyRoutingRouteEvent

RuleIDHasPrefix applies the HasPrefix predicate on the "rule_id" field.

func RuleIDHasSuffix

func RuleIDHasSuffix(v string) predicate.ProxyRoutingRouteEvent

RuleIDHasSuffix applies the HasSuffix predicate on the "rule_id" field.

func RuleIDIn

func RuleIDIn(vs ...string) predicate.ProxyRoutingRouteEvent

RuleIDIn applies the In predicate on the "rule_id" field.

func RuleIDLT

RuleIDLT applies the LT predicate on the "rule_id" field.

func RuleIDLTE

RuleIDLTE applies the LTE predicate on the "rule_id" field.

func RuleIDNEQ

RuleIDNEQ applies the NEQ predicate on the "rule_id" field.

func RuleIDNotIn

func RuleIDNotIn(vs ...string) predicate.ProxyRoutingRouteEvent

RuleIDNotIn applies the NotIn predicate on the "rule_id" field.

func RuleName

RuleName applies equality check predicate on the "rule_name" field. It's identical to RuleNameEQ.

func RuleNameContains

func RuleNameContains(v string) predicate.ProxyRoutingRouteEvent

RuleNameContains applies the Contains predicate on the "rule_name" field.

func RuleNameContainsFold

func RuleNameContainsFold(v string) predicate.ProxyRoutingRouteEvent

RuleNameContainsFold applies the ContainsFold predicate on the "rule_name" field.

func RuleNameEQ

RuleNameEQ applies the EQ predicate on the "rule_name" field.

func RuleNameEqualFold

func RuleNameEqualFold(v string) predicate.ProxyRoutingRouteEvent

RuleNameEqualFold applies the EqualFold predicate on the "rule_name" field.

func RuleNameGT

RuleNameGT applies the GT predicate on the "rule_name" field.

func RuleNameGTE

RuleNameGTE applies the GTE predicate on the "rule_name" field.

func RuleNameHasPrefix

func RuleNameHasPrefix(v string) predicate.ProxyRoutingRouteEvent

RuleNameHasPrefix applies the HasPrefix predicate on the "rule_name" field.

func RuleNameHasSuffix

func RuleNameHasSuffix(v string) predicate.ProxyRoutingRouteEvent

RuleNameHasSuffix applies the HasSuffix predicate on the "rule_name" field.

func RuleNameIn

func RuleNameIn(vs ...string) predicate.ProxyRoutingRouteEvent

RuleNameIn applies the In predicate on the "rule_name" field.

func RuleNameLT

RuleNameLT applies the LT predicate on the "rule_name" field.

func RuleNameLTE

RuleNameLTE applies the LTE predicate on the "rule_name" field.

func RuleNameNEQ

RuleNameNEQ applies the NEQ predicate on the "rule_name" field.

func RuleNameNotIn

func RuleNameNotIn(vs ...string) predicate.ProxyRoutingRouteEvent

RuleNameNotIn applies the NotIn predicate on the "rule_name" field.

func Status

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

func StatusContains

func StatusContains(v string) predicate.ProxyRoutingRouteEvent

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

func StatusContainsFold

func StatusContainsFold(v string) predicate.ProxyRoutingRouteEvent

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

func StatusEQ

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

func StatusEqualFold

func StatusEqualFold(v string) predicate.ProxyRoutingRouteEvent

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

func StatusGT

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

func StatusGTE

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

func StatusHasPrefix

func StatusHasPrefix(v string) predicate.ProxyRoutingRouteEvent

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

func StatusHasSuffix

func StatusHasSuffix(v string) predicate.ProxyRoutingRouteEvent

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

func StatusIn

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

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

func StatusLT

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

func StatusLTE

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

func StatusNEQ

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

func StatusNotIn

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

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

func Subject

Subject applies equality check predicate on the "subject" field. It's identical to SubjectEQ.

func SubjectContains

func SubjectContains(v string) predicate.ProxyRoutingRouteEvent

SubjectContains applies the Contains predicate on the "subject" field.

func SubjectContainsFold

func SubjectContainsFold(v string) predicate.ProxyRoutingRouteEvent

SubjectContainsFold applies the ContainsFold predicate on the "subject" field.

func SubjectEQ

SubjectEQ applies the EQ predicate on the "subject" field.

func SubjectEqualFold

func SubjectEqualFold(v string) predicate.ProxyRoutingRouteEvent

SubjectEqualFold applies the EqualFold predicate on the "subject" field.

func SubjectGT

SubjectGT applies the GT predicate on the "subject" field.

func SubjectGTE

SubjectGTE applies the GTE predicate on the "subject" field.

func SubjectHasPrefix

func SubjectHasPrefix(v string) predicate.ProxyRoutingRouteEvent

SubjectHasPrefix applies the HasPrefix predicate on the "subject" field.

func SubjectHasSuffix

func SubjectHasSuffix(v string) predicate.ProxyRoutingRouteEvent

SubjectHasSuffix applies the HasSuffix predicate on the "subject" field.

func SubjectIn

func SubjectIn(vs ...string) predicate.ProxyRoutingRouteEvent

SubjectIn applies the In predicate on the "subject" field.

func SubjectLT

SubjectLT applies the LT predicate on the "subject" field.

func SubjectLTE

SubjectLTE applies the LTE predicate on the "subject" field.

func SubjectNEQ

SubjectNEQ applies the NEQ predicate on the "subject" field.

func SubjectNotIn

func SubjectNotIn(vs ...string) predicate.ProxyRoutingRouteEvent

SubjectNotIn applies the NotIn predicate on the "subject" field.

func UpdatedAt

UpdatedAt applies equality check predicate on the "updated_at" field. It's identical to UpdatedAtEQ.

func UpdatedAtEQ

UpdatedAtEQ applies the EQ predicate on the "updated_at" field.

func UpdatedAtGT

UpdatedAtGT applies the GT predicate on the "updated_at" field.

func UpdatedAtGTE

func UpdatedAtGTE(v time.Time) predicate.ProxyRoutingRouteEvent

UpdatedAtGTE applies the GTE predicate on the "updated_at" field.

func UpdatedAtIn

func UpdatedAtIn(vs ...time.Time) predicate.ProxyRoutingRouteEvent

UpdatedAtIn applies the In predicate on the "updated_at" field.

func UpdatedAtLT

UpdatedAtLT applies the LT predicate on the "updated_at" field.

func UpdatedAtLTE

func UpdatedAtLTE(v time.Time) predicate.ProxyRoutingRouteEvent

UpdatedAtLTE applies the LTE predicate on the "updated_at" field.

func UpdatedAtNEQ

func UpdatedAtNEQ(v time.Time) predicate.ProxyRoutingRouteEvent

UpdatedAtNEQ applies the NEQ predicate on the "updated_at" field.

func UpdatedAtNotIn

func UpdatedAtNotIn(vs ...time.Time) predicate.ProxyRoutingRouteEvent

UpdatedAtNotIn applies the NotIn predicate on the "updated_at" field.

func ValidColumn

func ValidColumn(column string) bool

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

Types

type OrderOption

type OrderOption func(*sql.Selector)

OrderOption defines the ordering options for the ProxyRoutingRouteEvent queries.

func ByActionType

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

ByActionType orders the results by the action_type field.

func ByCreatedAt

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

ByCreatedAt orders the results by the created_at field.

func ByDNSResolverTag

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

ByDNSResolverTag orders the results by the dns_resolver_tag field.

func ByError

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

ByError orders the results by the error field.

func ByEventAt

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

ByEventAt orders the results by the event_at field.

func ByEventJSON

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

ByEventJSON orders the results by the event_json field.

func ByEventType

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

ByEventType orders the results by the event_type field.

func ByFallbackTarget

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

ByFallbackTarget orders the results by the fallback_target field.

func ByID

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

ByID orders the results by the id field.

func ByLatencyMs

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

ByLatencyMs orders the results by the latency_ms field.

func ByOutboundTag

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

ByOutboundTag orders the results by the outbound_tag field.

func ByProfileCode

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

ByProfileCode orders the results by the profile_code field.

func ByReporterID

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

ByReporterID orders the results by the reporter_id field.

func ByReporterType

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

ByReporterType orders the results by the reporter_type field.

func ByRoutingHash

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

ByRoutingHash orders the results by the routing_hash field.

func ByRuleID

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

ByRuleID orders the results by the rule_id field.

func ByRuleName

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

ByRuleName orders the results by the rule_name field.

func ByStatus

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

ByStatus orders the results by the status field.

func BySubject

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

BySubject orders the results by the subject field.

func ByUpdatedAt

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

ByUpdatedAt orders the results by the updated_at field.

Jump to

Keyboard shortcuts

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