emailprovider

package
v1.4.2 Latest Latest
Warning

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

Go to latest
Published: Dec 15, 2023 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Label holds the string label denoting the emailprovider type in the database.
	Label = "email_provider"
	// FieldID holds the string denoting the id field in the database.
	FieldID = "id"
	// FieldCreatedAt holds the string denoting the created_at field in the database.
	FieldCreatedAt = "created_at"
	// FieldUpdatedAt holds the string denoting the updated_at field in the database.
	FieldUpdatedAt = "updated_at"
	// FieldName holds the string denoting the name field in the database.
	FieldName = "name"
	// FieldAuthType holds the string denoting the auth_type field in the database.
	FieldAuthType = "auth_type"
	// FieldEmailAddr holds the string denoting the email_addr field in the database.
	FieldEmailAddr = "email_addr"
	// FieldPassword holds the string denoting the password field in the database.
	FieldPassword = "password"
	// FieldHostName holds the string denoting the host_name field in the database.
	FieldHostName = "host_name"
	// FieldIdentify holds the string denoting the identify field in the database.
	FieldIdentify = "identify"
	// FieldSecret holds the string denoting the secret field in the database.
	FieldSecret = "secret"
	// FieldPort holds the string denoting the port field in the database.
	FieldPort = "port"
	// FieldTLS holds the string denoting the tls field in the database.
	FieldTLS = "tls"
	// FieldIsDefault holds the string denoting the is_default field in the database.
	FieldIsDefault = "is_default"
	// Table holds the table name of the emailprovider in the database.
	Table = "mcms_email_providers"
)

Variables

View Source
var (
	// DefaultCreatedAt holds the default value on creation for the "created_at" field.
	DefaultCreatedAt func() time.Time
	// DefaultUpdatedAt holds the default value on creation for the "updated_at" field.
	DefaultUpdatedAt func() time.Time
	// UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field.
	UpdateDefaultUpdatedAt func() time.Time
	// DefaultTLS holds the default value on creation for the "tls" field.
	DefaultTLS bool
	// DefaultIsDefault holds the default value on creation for the "is_default" field.
	DefaultIsDefault bool
)

Columns holds all SQL columns for emailprovider fields.

Functions

func And

And groups predicates with the AND operator between them.

func AuthType

func AuthType(v uint8) predicate.EmailProvider

AuthType applies equality check predicate on the "auth_type" field. It's identical to AuthTypeEQ.

func AuthTypeEQ

func AuthTypeEQ(v uint8) predicate.EmailProvider

AuthTypeEQ applies the EQ predicate on the "auth_type" field.

func AuthTypeGT

func AuthTypeGT(v uint8) predicate.EmailProvider

AuthTypeGT applies the GT predicate on the "auth_type" field.

func AuthTypeGTE

func AuthTypeGTE(v uint8) predicate.EmailProvider

AuthTypeGTE applies the GTE predicate on the "auth_type" field.

func AuthTypeIn

func AuthTypeIn(vs ...uint8) predicate.EmailProvider

AuthTypeIn applies the In predicate on the "auth_type" field.

func AuthTypeLT

func AuthTypeLT(v uint8) predicate.EmailProvider

AuthTypeLT applies the LT predicate on the "auth_type" field.

func AuthTypeLTE

func AuthTypeLTE(v uint8) predicate.EmailProvider

AuthTypeLTE applies the LTE predicate on the "auth_type" field.

func AuthTypeNEQ

func AuthTypeNEQ(v uint8) predicate.EmailProvider

AuthTypeNEQ applies the NEQ predicate on the "auth_type" field.

func AuthTypeNotIn

func AuthTypeNotIn(vs ...uint8) predicate.EmailProvider

AuthTypeNotIn applies the NotIn predicate on the "auth_type" field.

func CreatedAt

func CreatedAt(v time.Time) predicate.EmailProvider

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

func CreatedAtEQ

func CreatedAtEQ(v time.Time) predicate.EmailProvider

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

func CreatedAtGT

func CreatedAtGT(v time.Time) predicate.EmailProvider

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

func CreatedAtGTE

func CreatedAtGTE(v time.Time) predicate.EmailProvider

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

func CreatedAtIn

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

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

func CreatedAtLT

func CreatedAtLT(v time.Time) predicate.EmailProvider

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

func CreatedAtLTE

func CreatedAtLTE(v time.Time) predicate.EmailProvider

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

func CreatedAtNEQ

func CreatedAtNEQ(v time.Time) predicate.EmailProvider

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

func CreatedAtNotIn

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

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

func EmailAddr

func EmailAddr(v string) predicate.EmailProvider

EmailAddr applies equality check predicate on the "email_addr" field. It's identical to EmailAddrEQ.

func EmailAddrContains

func EmailAddrContains(v string) predicate.EmailProvider

EmailAddrContains applies the Contains predicate on the "email_addr" field.

func EmailAddrContainsFold

func EmailAddrContainsFold(v string) predicate.EmailProvider

EmailAddrContainsFold applies the ContainsFold predicate on the "email_addr" field.

func EmailAddrEQ

func EmailAddrEQ(v string) predicate.EmailProvider

EmailAddrEQ applies the EQ predicate on the "email_addr" field.

func EmailAddrEqualFold

func EmailAddrEqualFold(v string) predicate.EmailProvider

EmailAddrEqualFold applies the EqualFold predicate on the "email_addr" field.

func EmailAddrGT

func EmailAddrGT(v string) predicate.EmailProvider

EmailAddrGT applies the GT predicate on the "email_addr" field.

func EmailAddrGTE

func EmailAddrGTE(v string) predicate.EmailProvider

EmailAddrGTE applies the GTE predicate on the "email_addr" field.

func EmailAddrHasPrefix

func EmailAddrHasPrefix(v string) predicate.EmailProvider

EmailAddrHasPrefix applies the HasPrefix predicate on the "email_addr" field.

func EmailAddrHasSuffix

func EmailAddrHasSuffix(v string) predicate.EmailProvider

EmailAddrHasSuffix applies the HasSuffix predicate on the "email_addr" field.

func EmailAddrIn

func EmailAddrIn(vs ...string) predicate.EmailProvider

EmailAddrIn applies the In predicate on the "email_addr" field.

func EmailAddrLT

func EmailAddrLT(v string) predicate.EmailProvider

EmailAddrLT applies the LT predicate on the "email_addr" field.

func EmailAddrLTE

func EmailAddrLTE(v string) predicate.EmailProvider

EmailAddrLTE applies the LTE predicate on the "email_addr" field.

func EmailAddrNEQ

func EmailAddrNEQ(v string) predicate.EmailProvider

EmailAddrNEQ applies the NEQ predicate on the "email_addr" field.

func EmailAddrNotIn

func EmailAddrNotIn(vs ...string) predicate.EmailProvider

EmailAddrNotIn applies the NotIn predicate on the "email_addr" field.

func HostName

func HostName(v string) predicate.EmailProvider

HostName applies equality check predicate on the "host_name" field. It's identical to HostNameEQ.

func HostNameContains

func HostNameContains(v string) predicate.EmailProvider

HostNameContains applies the Contains predicate on the "host_name" field.

func HostNameContainsFold

func HostNameContainsFold(v string) predicate.EmailProvider

HostNameContainsFold applies the ContainsFold predicate on the "host_name" field.

func HostNameEQ

func HostNameEQ(v string) predicate.EmailProvider

HostNameEQ applies the EQ predicate on the "host_name" field.

func HostNameEqualFold

func HostNameEqualFold(v string) predicate.EmailProvider

HostNameEqualFold applies the EqualFold predicate on the "host_name" field.

func HostNameGT

func HostNameGT(v string) predicate.EmailProvider

HostNameGT applies the GT predicate on the "host_name" field.

func HostNameGTE

func HostNameGTE(v string) predicate.EmailProvider

HostNameGTE applies the GTE predicate on the "host_name" field.

func HostNameHasPrefix

func HostNameHasPrefix(v string) predicate.EmailProvider

HostNameHasPrefix applies the HasPrefix predicate on the "host_name" field.

func HostNameHasSuffix

func HostNameHasSuffix(v string) predicate.EmailProvider

HostNameHasSuffix applies the HasSuffix predicate on the "host_name" field.

func HostNameIn

func HostNameIn(vs ...string) predicate.EmailProvider

HostNameIn applies the In predicate on the "host_name" field.

func HostNameLT

func HostNameLT(v string) predicate.EmailProvider

HostNameLT applies the LT predicate on the "host_name" field.

func HostNameLTE

func HostNameLTE(v string) predicate.EmailProvider

HostNameLTE applies the LTE predicate on the "host_name" field.

func HostNameNEQ

func HostNameNEQ(v string) predicate.EmailProvider

HostNameNEQ applies the NEQ predicate on the "host_name" field.

func HostNameNotIn

func HostNameNotIn(vs ...string) predicate.EmailProvider

HostNameNotIn applies the NotIn predicate on the "host_name" 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

func IDGTE(id uint64) predicate.EmailProvider

IDGTE applies the GTE predicate on the ID field.

func IDIn

func IDIn(ids ...uint64) predicate.EmailProvider

IDIn applies the In predicate on the ID field.

func IDLT

IDLT applies the LT predicate on the ID field.

func IDLTE

func IDLTE(id uint64) predicate.EmailProvider

IDLTE applies the LTE predicate on the ID field.

func IDNEQ

func IDNEQ(id uint64) predicate.EmailProvider

IDNEQ applies the NEQ predicate on the ID field.

func IDNotIn

func IDNotIn(ids ...uint64) predicate.EmailProvider

IDNotIn applies the NotIn predicate on the ID field.

func Identify

func Identify(v string) predicate.EmailProvider

Identify applies equality check predicate on the "identify" field. It's identical to IdentifyEQ.

func IdentifyContains

func IdentifyContains(v string) predicate.EmailProvider

IdentifyContains applies the Contains predicate on the "identify" field.

func IdentifyContainsFold

func IdentifyContainsFold(v string) predicate.EmailProvider

IdentifyContainsFold applies the ContainsFold predicate on the "identify" field.

func IdentifyEQ

func IdentifyEQ(v string) predicate.EmailProvider

IdentifyEQ applies the EQ predicate on the "identify" field.

func IdentifyEqualFold

func IdentifyEqualFold(v string) predicate.EmailProvider

IdentifyEqualFold applies the EqualFold predicate on the "identify" field.

func IdentifyGT

func IdentifyGT(v string) predicate.EmailProvider

IdentifyGT applies the GT predicate on the "identify" field.

func IdentifyGTE

func IdentifyGTE(v string) predicate.EmailProvider

IdentifyGTE applies the GTE predicate on the "identify" field.

func IdentifyHasPrefix

func IdentifyHasPrefix(v string) predicate.EmailProvider

IdentifyHasPrefix applies the HasPrefix predicate on the "identify" field.

func IdentifyHasSuffix

func IdentifyHasSuffix(v string) predicate.EmailProvider

IdentifyHasSuffix applies the HasSuffix predicate on the "identify" field.

func IdentifyIn

func IdentifyIn(vs ...string) predicate.EmailProvider

IdentifyIn applies the In predicate on the "identify" field.

func IdentifyIsNil

func IdentifyIsNil() predicate.EmailProvider

IdentifyIsNil applies the IsNil predicate on the "identify" field.

func IdentifyLT

func IdentifyLT(v string) predicate.EmailProvider

IdentifyLT applies the LT predicate on the "identify" field.

func IdentifyLTE

func IdentifyLTE(v string) predicate.EmailProvider

IdentifyLTE applies the LTE predicate on the "identify" field.

func IdentifyNEQ

func IdentifyNEQ(v string) predicate.EmailProvider

IdentifyNEQ applies the NEQ predicate on the "identify" field.

func IdentifyNotIn

func IdentifyNotIn(vs ...string) predicate.EmailProvider

IdentifyNotIn applies the NotIn predicate on the "identify" field.

func IdentifyNotNil

func IdentifyNotNil() predicate.EmailProvider

IdentifyNotNil applies the NotNil predicate on the "identify" field.

func IsDefault

func IsDefault(v bool) predicate.EmailProvider

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

func IsDefaultEQ

func IsDefaultEQ(v bool) predicate.EmailProvider

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

func IsDefaultNEQ

func IsDefaultNEQ(v bool) predicate.EmailProvider

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

func NameContains(v string) predicate.EmailProvider

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

func NameContainsFold

func NameContainsFold(v string) predicate.EmailProvider

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

func NameEQ

func NameEQ(v string) predicate.EmailProvider

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

func NameEqualFold

func NameEqualFold(v string) predicate.EmailProvider

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

func NameGT

func NameGT(v string) predicate.EmailProvider

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

func NameGTE

func NameGTE(v string) predicate.EmailProvider

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

func NameHasPrefix

func NameHasPrefix(v string) predicate.EmailProvider

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

func NameHasSuffix

func NameHasSuffix(v string) predicate.EmailProvider

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

func NameIn

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

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

func NameLT

func NameLT(v string) predicate.EmailProvider

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

func NameLTE

func NameLTE(v string) predicate.EmailProvider

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

func NameNEQ

func NameNEQ(v string) predicate.EmailProvider

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

func NameNotIn

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

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 Password

func Password(v string) predicate.EmailProvider

Password applies equality check predicate on the "password" field. It's identical to PasswordEQ.

func PasswordContains

func PasswordContains(v string) predicate.EmailProvider

PasswordContains applies the Contains predicate on the "password" field.

func PasswordContainsFold

func PasswordContainsFold(v string) predicate.EmailProvider

PasswordContainsFold applies the ContainsFold predicate on the "password" field.

func PasswordEQ

func PasswordEQ(v string) predicate.EmailProvider

PasswordEQ applies the EQ predicate on the "password" field.

func PasswordEqualFold

func PasswordEqualFold(v string) predicate.EmailProvider

PasswordEqualFold applies the EqualFold predicate on the "password" field.

func PasswordGT

func PasswordGT(v string) predicate.EmailProvider

PasswordGT applies the GT predicate on the "password" field.

func PasswordGTE

func PasswordGTE(v string) predicate.EmailProvider

PasswordGTE applies the GTE predicate on the "password" field.

func PasswordHasPrefix

func PasswordHasPrefix(v string) predicate.EmailProvider

PasswordHasPrefix applies the HasPrefix predicate on the "password" field.

func PasswordHasSuffix

func PasswordHasSuffix(v string) predicate.EmailProvider

PasswordHasSuffix applies the HasSuffix predicate on the "password" field.

func PasswordIn

func PasswordIn(vs ...string) predicate.EmailProvider

PasswordIn applies the In predicate on the "password" field.

func PasswordIsNil

func PasswordIsNil() predicate.EmailProvider

PasswordIsNil applies the IsNil predicate on the "password" field.

func PasswordLT

func PasswordLT(v string) predicate.EmailProvider

PasswordLT applies the LT predicate on the "password" field.

func PasswordLTE

func PasswordLTE(v string) predicate.EmailProvider

PasswordLTE applies the LTE predicate on the "password" field.

func PasswordNEQ

func PasswordNEQ(v string) predicate.EmailProvider

PasswordNEQ applies the NEQ predicate on the "password" field.

func PasswordNotIn

func PasswordNotIn(vs ...string) predicate.EmailProvider

PasswordNotIn applies the NotIn predicate on the "password" field.

func PasswordNotNil

func PasswordNotNil() predicate.EmailProvider

PasswordNotNil applies the NotNil predicate on the "password" field.

func Port

Port applies equality check predicate on the "port" field. It's identical to PortEQ.

func PortEQ

func PortEQ(v uint32) predicate.EmailProvider

PortEQ applies the EQ predicate on the "port" field.

func PortGT

func PortGT(v uint32) predicate.EmailProvider

PortGT applies the GT predicate on the "port" field.

func PortGTE

func PortGTE(v uint32) predicate.EmailProvider

PortGTE applies the GTE predicate on the "port" field.

func PortIn

func PortIn(vs ...uint32) predicate.EmailProvider

PortIn applies the In predicate on the "port" field.

func PortIsNil

func PortIsNil() predicate.EmailProvider

PortIsNil applies the IsNil predicate on the "port" field.

func PortLT

func PortLT(v uint32) predicate.EmailProvider

PortLT applies the LT predicate on the "port" field.

func PortLTE

func PortLTE(v uint32) predicate.EmailProvider

PortLTE applies the LTE predicate on the "port" field.

func PortNEQ

func PortNEQ(v uint32) predicate.EmailProvider

PortNEQ applies the NEQ predicate on the "port" field.

func PortNotIn

func PortNotIn(vs ...uint32) predicate.EmailProvider

PortNotIn applies the NotIn predicate on the "port" field.

func PortNotNil

func PortNotNil() predicate.EmailProvider

PortNotNil applies the NotNil predicate on the "port" field.

func Secret

func Secret(v string) predicate.EmailProvider

Secret applies equality check predicate on the "secret" field. It's identical to SecretEQ.

func SecretContains

func SecretContains(v string) predicate.EmailProvider

SecretContains applies the Contains predicate on the "secret" field.

func SecretContainsFold

func SecretContainsFold(v string) predicate.EmailProvider

SecretContainsFold applies the ContainsFold predicate on the "secret" field.

func SecretEQ

func SecretEQ(v string) predicate.EmailProvider

SecretEQ applies the EQ predicate on the "secret" field.

func SecretEqualFold

func SecretEqualFold(v string) predicate.EmailProvider

SecretEqualFold applies the EqualFold predicate on the "secret" field.

func SecretGT

func SecretGT(v string) predicate.EmailProvider

SecretGT applies the GT predicate on the "secret" field.

func SecretGTE

func SecretGTE(v string) predicate.EmailProvider

SecretGTE applies the GTE predicate on the "secret" field.

func SecretHasPrefix

func SecretHasPrefix(v string) predicate.EmailProvider

SecretHasPrefix applies the HasPrefix predicate on the "secret" field.

func SecretHasSuffix

func SecretHasSuffix(v string) predicate.EmailProvider

SecretHasSuffix applies the HasSuffix predicate on the "secret" field.

func SecretIn

func SecretIn(vs ...string) predicate.EmailProvider

SecretIn applies the In predicate on the "secret" field.

func SecretIsNil

func SecretIsNil() predicate.EmailProvider

SecretIsNil applies the IsNil predicate on the "secret" field.

func SecretLT

func SecretLT(v string) predicate.EmailProvider

SecretLT applies the LT predicate on the "secret" field.

func SecretLTE

func SecretLTE(v string) predicate.EmailProvider

SecretLTE applies the LTE predicate on the "secret" field.

func SecretNEQ

func SecretNEQ(v string) predicate.EmailProvider

SecretNEQ applies the NEQ predicate on the "secret" field.

func SecretNotIn

func SecretNotIn(vs ...string) predicate.EmailProvider

SecretNotIn applies the NotIn predicate on the "secret" field.

func SecretNotNil

func SecretNotNil() predicate.EmailProvider

SecretNotNil applies the NotNil predicate on the "secret" field.

func TLS

TLS applies equality check predicate on the "tls" field. It's identical to TLSEQ.

func TLSEQ

func TLSEQ(v bool) predicate.EmailProvider

TLSEQ applies the EQ predicate on the "tls" field.

func TLSNEQ

func TLSNEQ(v bool) predicate.EmailProvider

TLSNEQ applies the NEQ predicate on the "tls" field.

func UpdatedAt

func UpdatedAt(v time.Time) predicate.EmailProvider

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

func UpdatedAtEQ

func UpdatedAtEQ(v time.Time) predicate.EmailProvider

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

func UpdatedAtGT

func UpdatedAtGT(v time.Time) predicate.EmailProvider

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

func UpdatedAtGTE

func UpdatedAtGTE(v time.Time) predicate.EmailProvider

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

func UpdatedAtIn

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

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

func UpdatedAtLT

func UpdatedAtLT(v time.Time) predicate.EmailProvider

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

func UpdatedAtLTE

func UpdatedAtLTE(v time.Time) predicate.EmailProvider

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

func UpdatedAtNEQ

func UpdatedAtNEQ(v time.Time) predicate.EmailProvider

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

func UpdatedAtNotIn

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

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 EmailProvider queries.

func ByAuthType

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

ByAuthType orders the results by the auth_type field.

func ByCreatedAt

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

ByCreatedAt orders the results by the created_at field.

func ByEmailAddr

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

ByEmailAddr orders the results by the email_addr field.

func ByHostName

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

ByHostName orders the results by the host_name field.

func ByID

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

ByID orders the results by the id field.

func ByIdentify

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

ByIdentify orders the results by the identify 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 ByPassword

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

ByPassword orders the results by the password field.

func ByPort

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

ByPort orders the results by the port field.

func BySecret

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

BySecret orders the results by the secret field.

func ByTLS

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

ByTLS orders the results by the tls 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