proxysubscribeapplication

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 proxysubscribeapplication type in the database.
	Label = "proxy_subscribe_application"
	// FieldID holds the string denoting the id field in the database.
	FieldID = "id"
	// FieldName holds the string denoting the name field in the database.
	FieldName = "name"
	// FieldIcon holds the string denoting the icon field in the database.
	FieldIcon = "icon"
	// FieldDescription holds the string denoting the description field in the database.
	FieldDescription = "description"
	// FieldScheme holds the string denoting the scheme field in the database.
	FieldScheme = "scheme"
	// FieldUserAgent holds the string denoting the user_agent field in the database.
	FieldUserAgent = "user_agent"
	// FieldIsDefault holds the string denoting the is_default field in the database.
	FieldIsDefault = "is_default"
	// FieldSubscribeTemplate holds the string denoting the subscribe_template field in the database.
	FieldSubscribeTemplate = "subscribe_template"
	// FieldOutputFormat holds the string denoting the output_format field in the database.
	FieldOutputFormat = "output_format"
	// FieldDownloadLink holds the string denoting the download_link field in the database.
	FieldDownloadLink = "download_link"
	// 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 proxysubscribeapplication in the database.
	Table = "subscribe_application"
)

Variables

View Source
var (
	// DefaultName holds the default value on creation for the "name" field.
	DefaultName string
	// NameValidator is a validator for the "name" field. It is called by the builders before save.
	NameValidator func(string) error
	// DescriptionValidator is a validator for the "description" field. It is called by the builders before save.
	DescriptionValidator func(string) error
	// DefaultScheme holds the default value on creation for the "scheme" field.
	DefaultScheme string
	// SchemeValidator is a validator for the "scheme" field. It is called by the builders before save.
	SchemeValidator func(string) error
	// DefaultUserAgent holds the default value on creation for the "user_agent" field.
	DefaultUserAgent string
	// UserAgentValidator is a validator for the "user_agent" field. It is called by the builders before save.
	UserAgentValidator func(string) error
	// DefaultIsDefault holds the default value on creation for the "is_default" field.
	DefaultIsDefault bool
	// DefaultOutputFormat holds the default value on creation for the "output_format" field.
	DefaultOutputFormat string
	// OutputFormatValidator is a validator for the "output_format" field. It is called by the builders before save.
	OutputFormatValidator func(string) error
	// 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
	// IDValidator is a validator for the "id" field. It is called by the builders before save.
	IDValidator func(int64) error
)

Columns holds all SQL columns for proxysubscribeapplication fields.

Functions

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

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

func CreatedAtIn

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

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

func CreatedAtIsNil

func CreatedAtIsNil() predicate.ProxySubscribeApplication

CreatedAtIsNil applies the IsNil predicate on the "created_at" field.

func CreatedAtLT

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

func CreatedAtLTE

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

func CreatedAtNEQ

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

func CreatedAtNotIn

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

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

func CreatedAtNotNil

func CreatedAtNotNil() predicate.ProxySubscribeApplication

CreatedAtNotNil applies the NotNil predicate on the "created_at" field.

func Description

Description applies equality check predicate on the "description" field. It's identical to DescriptionEQ.

func DescriptionContains

func DescriptionContains(v string) predicate.ProxySubscribeApplication

DescriptionContains applies the Contains predicate on the "description" field.

func DescriptionContainsFold

func DescriptionContainsFold(v string) predicate.ProxySubscribeApplication

DescriptionContainsFold applies the ContainsFold predicate on the "description" field.

func DescriptionEQ

DescriptionEQ applies the EQ predicate on the "description" field.

func DescriptionEqualFold

func DescriptionEqualFold(v string) predicate.ProxySubscribeApplication

DescriptionEqualFold applies the EqualFold predicate on the "description" field.

func DescriptionGT

DescriptionGT applies the GT predicate on the "description" field.

func DescriptionGTE

func DescriptionGTE(v string) predicate.ProxySubscribeApplication

DescriptionGTE applies the GTE predicate on the "description" field.

func DescriptionHasPrefix

func DescriptionHasPrefix(v string) predicate.ProxySubscribeApplication

DescriptionHasPrefix applies the HasPrefix predicate on the "description" field.

func DescriptionHasSuffix

func DescriptionHasSuffix(v string) predicate.ProxySubscribeApplication

DescriptionHasSuffix applies the HasSuffix predicate on the "description" field.

func DescriptionIn

func DescriptionIn(vs ...string) predicate.ProxySubscribeApplication

DescriptionIn applies the In predicate on the "description" field.

func DescriptionIsNil

func DescriptionIsNil() predicate.ProxySubscribeApplication

DescriptionIsNil applies the IsNil predicate on the "description" field.

func DescriptionLT

DescriptionLT applies the LT predicate on the "description" field.

func DescriptionLTE

func DescriptionLTE(v string) predicate.ProxySubscribeApplication

DescriptionLTE applies the LTE predicate on the "description" field.

func DescriptionNEQ

func DescriptionNEQ(v string) predicate.ProxySubscribeApplication

DescriptionNEQ applies the NEQ predicate on the "description" field.

func DescriptionNotIn

func DescriptionNotIn(vs ...string) predicate.ProxySubscribeApplication

DescriptionNotIn applies the NotIn predicate on the "description" field.

func DescriptionNotNil

func DescriptionNotNil() predicate.ProxySubscribeApplication

DescriptionNotNil applies the NotNil predicate on the "description" field.

DownloadLink applies equality check predicate on the "download_link" field. It's identical to DownloadLinkEQ.

func DownloadLinkContains

func DownloadLinkContains(v string) predicate.ProxySubscribeApplication

DownloadLinkContains applies the Contains predicate on the "download_link" field.

func DownloadLinkContainsFold

func DownloadLinkContainsFold(v string) predicate.ProxySubscribeApplication

DownloadLinkContainsFold applies the ContainsFold predicate on the "download_link" field.

func DownloadLinkEQ

func DownloadLinkEQ(v string) predicate.ProxySubscribeApplication

DownloadLinkEQ applies the EQ predicate on the "download_link" field.

func DownloadLinkEqualFold

func DownloadLinkEqualFold(v string) predicate.ProxySubscribeApplication

DownloadLinkEqualFold applies the EqualFold predicate on the "download_link" field.

func DownloadLinkGT

func DownloadLinkGT(v string) predicate.ProxySubscribeApplication

DownloadLinkGT applies the GT predicate on the "download_link" field.

func DownloadLinkGTE

func DownloadLinkGTE(v string) predicate.ProxySubscribeApplication

DownloadLinkGTE applies the GTE predicate on the "download_link" field.

func DownloadLinkHasPrefix

func DownloadLinkHasPrefix(v string) predicate.ProxySubscribeApplication

DownloadLinkHasPrefix applies the HasPrefix predicate on the "download_link" field.

func DownloadLinkHasSuffix

func DownloadLinkHasSuffix(v string) predicate.ProxySubscribeApplication

DownloadLinkHasSuffix applies the HasSuffix predicate on the "download_link" field.

func DownloadLinkIn

func DownloadLinkIn(vs ...string) predicate.ProxySubscribeApplication

DownloadLinkIn applies the In predicate on the "download_link" field.

func DownloadLinkLT

func DownloadLinkLT(v string) predicate.ProxySubscribeApplication

DownloadLinkLT applies the LT predicate on the "download_link" field.

func DownloadLinkLTE

func DownloadLinkLTE(v string) predicate.ProxySubscribeApplication

DownloadLinkLTE applies the LTE predicate on the "download_link" field.

func DownloadLinkNEQ

func DownloadLinkNEQ(v string) predicate.ProxySubscribeApplication

DownloadLinkNEQ applies the NEQ predicate on the "download_link" field.

func DownloadLinkNotIn

func DownloadLinkNotIn(vs ...string) predicate.ProxySubscribeApplication

DownloadLinkNotIn applies the NotIn predicate on the "download_link" 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

IDNotIn applies the NotIn predicate on the ID field.

func Icon

Icon applies equality check predicate on the "icon" field. It's identical to IconEQ.

func IconContains

IconContains applies the Contains predicate on the "icon" field.

func IconContainsFold

func IconContainsFold(v string) predicate.ProxySubscribeApplication

IconContainsFold applies the ContainsFold predicate on the "icon" field.

func IconEQ

IconEQ applies the EQ predicate on the "icon" field.

func IconEqualFold

IconEqualFold applies the EqualFold predicate on the "icon" field.

func IconGT

IconGT applies the GT predicate on the "icon" field.

func IconGTE

IconGTE applies the GTE predicate on the "icon" field.

func IconHasPrefix

IconHasPrefix applies the HasPrefix predicate on the "icon" field.

func IconHasSuffix

IconHasSuffix applies the HasSuffix predicate on the "icon" field.

func IconIn

IconIn applies the In predicate on the "icon" field.

func IconIsNil

IconIsNil applies the IsNil predicate on the "icon" field.

func IconLT

IconLT applies the LT predicate on the "icon" field.

func IconLTE

IconLTE applies the LTE predicate on the "icon" field.

func IconNEQ

IconNEQ applies the NEQ predicate on the "icon" field.

func IconNotIn

IconNotIn applies the NotIn predicate on the "icon" field.

func IconNotNil

IconNotNil applies the NotNil predicate on the "icon" field.

func IsDefault

IsDefault applies equality check predicate on the "is_default" field. It's identical to IsDefaultEQ.

func IsDefaultEQ

IsDefaultEQ applies the EQ predicate on the "is_default" field.

func IsDefaultNEQ

IsDefaultNEQ applies the NEQ predicate on the "is_default" field.

func Name

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

func NameContains

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

func NameContainsFold

func NameContainsFold(v string) predicate.ProxySubscribeApplication

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

func NameEQ

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

func NameEqualFold

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

func NameGT

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

func NameGTE

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

func NameHasPrefix

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

func NameHasSuffix

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

func NameIn

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

func NameLT

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

func NameLTE

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

func NameNEQ

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

func NameNotIn

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

func Not

Not applies the not operator on the given predicate.

func Or

Or groups predicates with the OR operator between them.

func OutputFormat

OutputFormat applies equality check predicate on the "output_format" field. It's identical to OutputFormatEQ.

func OutputFormatContains

func OutputFormatContains(v string) predicate.ProxySubscribeApplication

OutputFormatContains applies the Contains predicate on the "output_format" field.

func OutputFormatContainsFold

func OutputFormatContainsFold(v string) predicate.ProxySubscribeApplication

OutputFormatContainsFold applies the ContainsFold predicate on the "output_format" field.

func OutputFormatEQ

func OutputFormatEQ(v string) predicate.ProxySubscribeApplication

OutputFormatEQ applies the EQ predicate on the "output_format" field.

func OutputFormatEqualFold

func OutputFormatEqualFold(v string) predicate.ProxySubscribeApplication

OutputFormatEqualFold applies the EqualFold predicate on the "output_format" field.

func OutputFormatGT

func OutputFormatGT(v string) predicate.ProxySubscribeApplication

OutputFormatGT applies the GT predicate on the "output_format" field.

func OutputFormatGTE

func OutputFormatGTE(v string) predicate.ProxySubscribeApplication

OutputFormatGTE applies the GTE predicate on the "output_format" field.

func OutputFormatHasPrefix

func OutputFormatHasPrefix(v string) predicate.ProxySubscribeApplication

OutputFormatHasPrefix applies the HasPrefix predicate on the "output_format" field.

func OutputFormatHasSuffix

func OutputFormatHasSuffix(v string) predicate.ProxySubscribeApplication

OutputFormatHasSuffix applies the HasSuffix predicate on the "output_format" field.

func OutputFormatIn

func OutputFormatIn(vs ...string) predicate.ProxySubscribeApplication

OutputFormatIn applies the In predicate on the "output_format" field.

func OutputFormatLT

func OutputFormatLT(v string) predicate.ProxySubscribeApplication

OutputFormatLT applies the LT predicate on the "output_format" field.

func OutputFormatLTE

func OutputFormatLTE(v string) predicate.ProxySubscribeApplication

OutputFormatLTE applies the LTE predicate on the "output_format" field.

func OutputFormatNEQ

func OutputFormatNEQ(v string) predicate.ProxySubscribeApplication

OutputFormatNEQ applies the NEQ predicate on the "output_format" field.

func OutputFormatNotIn

func OutputFormatNotIn(vs ...string) predicate.ProxySubscribeApplication

OutputFormatNotIn applies the NotIn predicate on the "output_format" field.

func Scheme

Scheme applies equality check predicate on the "scheme" field. It's identical to SchemeEQ.

func SchemeContains

func SchemeContains(v string) predicate.ProxySubscribeApplication

SchemeContains applies the Contains predicate on the "scheme" field.

func SchemeContainsFold

func SchemeContainsFold(v string) predicate.ProxySubscribeApplication

SchemeContainsFold applies the ContainsFold predicate on the "scheme" field.

func SchemeEQ

SchemeEQ applies the EQ predicate on the "scheme" field.

func SchemeEqualFold

func SchemeEqualFold(v string) predicate.ProxySubscribeApplication

SchemeEqualFold applies the EqualFold predicate on the "scheme" field.

func SchemeGT

SchemeGT applies the GT predicate on the "scheme" field.

func SchemeGTE

SchemeGTE applies the GTE predicate on the "scheme" field.

func SchemeHasPrefix

func SchemeHasPrefix(v string) predicate.ProxySubscribeApplication

SchemeHasPrefix applies the HasPrefix predicate on the "scheme" field.

func SchemeHasSuffix

func SchemeHasSuffix(v string) predicate.ProxySubscribeApplication

SchemeHasSuffix applies the HasSuffix predicate on the "scheme" field.

func SchemeIn

SchemeIn applies the In predicate on the "scheme" field.

func SchemeLT

SchemeLT applies the LT predicate on the "scheme" field.

func SchemeLTE

SchemeLTE applies the LTE predicate on the "scheme" field.

func SchemeNEQ

SchemeNEQ applies the NEQ predicate on the "scheme" field.

func SchemeNotIn

func SchemeNotIn(vs ...string) predicate.ProxySubscribeApplication

SchemeNotIn applies the NotIn predicate on the "scheme" field.

func SubscribeTemplate

func SubscribeTemplate(v string) predicate.ProxySubscribeApplication

SubscribeTemplate applies equality check predicate on the "subscribe_template" field. It's identical to SubscribeTemplateEQ.

func SubscribeTemplateContains

func SubscribeTemplateContains(v string) predicate.ProxySubscribeApplication

SubscribeTemplateContains applies the Contains predicate on the "subscribe_template" field.

func SubscribeTemplateContainsFold

func SubscribeTemplateContainsFold(v string) predicate.ProxySubscribeApplication

SubscribeTemplateContainsFold applies the ContainsFold predicate on the "subscribe_template" field.

func SubscribeTemplateEQ

func SubscribeTemplateEQ(v string) predicate.ProxySubscribeApplication

SubscribeTemplateEQ applies the EQ predicate on the "subscribe_template" field.

func SubscribeTemplateEqualFold

func SubscribeTemplateEqualFold(v string) predicate.ProxySubscribeApplication

SubscribeTemplateEqualFold applies the EqualFold predicate on the "subscribe_template" field.

func SubscribeTemplateGT

func SubscribeTemplateGT(v string) predicate.ProxySubscribeApplication

SubscribeTemplateGT applies the GT predicate on the "subscribe_template" field.

func SubscribeTemplateGTE

func SubscribeTemplateGTE(v string) predicate.ProxySubscribeApplication

SubscribeTemplateGTE applies the GTE predicate on the "subscribe_template" field.

func SubscribeTemplateHasPrefix

func SubscribeTemplateHasPrefix(v string) predicate.ProxySubscribeApplication

SubscribeTemplateHasPrefix applies the HasPrefix predicate on the "subscribe_template" field.

func SubscribeTemplateHasSuffix

func SubscribeTemplateHasSuffix(v string) predicate.ProxySubscribeApplication

SubscribeTemplateHasSuffix applies the HasSuffix predicate on the "subscribe_template" field.

func SubscribeTemplateIn

func SubscribeTemplateIn(vs ...string) predicate.ProxySubscribeApplication

SubscribeTemplateIn applies the In predicate on the "subscribe_template" field.

func SubscribeTemplateIsNil

func SubscribeTemplateIsNil() predicate.ProxySubscribeApplication

SubscribeTemplateIsNil applies the IsNil predicate on the "subscribe_template" field.

func SubscribeTemplateLT

func SubscribeTemplateLT(v string) predicate.ProxySubscribeApplication

SubscribeTemplateLT applies the LT predicate on the "subscribe_template" field.

func SubscribeTemplateLTE

func SubscribeTemplateLTE(v string) predicate.ProxySubscribeApplication

SubscribeTemplateLTE applies the LTE predicate on the "subscribe_template" field.

func SubscribeTemplateNEQ

func SubscribeTemplateNEQ(v string) predicate.ProxySubscribeApplication

SubscribeTemplateNEQ applies the NEQ predicate on the "subscribe_template" field.

func SubscribeTemplateNotIn

func SubscribeTemplateNotIn(vs ...string) predicate.ProxySubscribeApplication

SubscribeTemplateNotIn applies the NotIn predicate on the "subscribe_template" field.

func SubscribeTemplateNotNil

func SubscribeTemplateNotNil() predicate.ProxySubscribeApplication

SubscribeTemplateNotNil applies the NotNil predicate on the "subscribe_template" field.

func UpdatedAt

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

func UpdatedAtEQ

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

func UpdatedAtGT

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

func UpdatedAtGTE

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

func UpdatedAtIn

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

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

func UpdatedAtIsNil

func UpdatedAtIsNil() predicate.ProxySubscribeApplication

UpdatedAtIsNil applies the IsNil predicate on the "updated_at" field.

func UpdatedAtLT

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

func UpdatedAtLTE

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

func UpdatedAtNEQ

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

func UpdatedAtNotIn

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

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

func UpdatedAtNotNil

func UpdatedAtNotNil() predicate.ProxySubscribeApplication

UpdatedAtNotNil applies the NotNil predicate on the "updated_at" field.

func UserAgent

UserAgent applies equality check predicate on the "user_agent" field. It's identical to UserAgentEQ.

func UserAgentContains

func UserAgentContains(v string) predicate.ProxySubscribeApplication

UserAgentContains applies the Contains predicate on the "user_agent" field.

func UserAgentContainsFold

func UserAgentContainsFold(v string) predicate.ProxySubscribeApplication

UserAgentContainsFold applies the ContainsFold predicate on the "user_agent" field.

func UserAgentEQ

UserAgentEQ applies the EQ predicate on the "user_agent" field.

func UserAgentEqualFold

func UserAgentEqualFold(v string) predicate.ProxySubscribeApplication

UserAgentEqualFold applies the EqualFold predicate on the "user_agent" field.

func UserAgentGT

UserAgentGT applies the GT predicate on the "user_agent" field.

func UserAgentGTE

UserAgentGTE applies the GTE predicate on the "user_agent" field.

func UserAgentHasPrefix

func UserAgentHasPrefix(v string) predicate.ProxySubscribeApplication

UserAgentHasPrefix applies the HasPrefix predicate on the "user_agent" field.

func UserAgentHasSuffix

func UserAgentHasSuffix(v string) predicate.ProxySubscribeApplication

UserAgentHasSuffix applies the HasSuffix predicate on the "user_agent" field.

func UserAgentIn

func UserAgentIn(vs ...string) predicate.ProxySubscribeApplication

UserAgentIn applies the In predicate on the "user_agent" field.

func UserAgentLT

UserAgentLT applies the LT predicate on the "user_agent" field.

func UserAgentLTE

UserAgentLTE applies the LTE predicate on the "user_agent" field.

func UserAgentNEQ

UserAgentNEQ applies the NEQ predicate on the "user_agent" field.

func UserAgentNotIn

func UserAgentNotIn(vs ...string) predicate.ProxySubscribeApplication

UserAgentNotIn applies the NotIn predicate on the "user_agent" 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 ProxySubscribeApplication queries.

func ByCreatedAt

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

ByCreatedAt orders the results by the created_at field.

func ByDescription

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

ByDescription orders the results by the description field.

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

ByDownloadLink orders the results by the download_link field.

func ByID

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

ByID orders the results by the id field.

func ByIcon

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

ByIcon orders the results by the icon field.

func ByIsDefault

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

ByIsDefault orders the results by the is_default field.

func ByName

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

ByName orders the results by the name field.

func ByOutputFormat

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

ByOutputFormat orders the results by the output_format field.

func ByScheme

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

ByScheme orders the results by the scheme field.

func BySubscribeTemplate

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

BySubscribeTemplate orders the results by the subscribe_template field.

func ByUpdatedAt

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

ByUpdatedAt orders the results by the updated_at field.

func ByUserAgent

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

ByUserAgent orders the results by the user_agent field.

Jump to

Keyboard shortcuts

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