deletedsubscription

package
v0.16.0 Latest Latest
Warning

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

Go to latest
Published: Apr 12, 2023 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Label holds the string label denoting the deletedsubscription type in the database.
	Label = "deleted_subscription"
	// 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"
	// FieldRemoteID holds the string denoting the remoteid field in the database.
	FieldRemoteID = "remote_id"
	// Table holds the table name of the deletedsubscription in the database.
	Table = "deleted_subscriptions"
)

Variables

Columns holds all SQL columns for deletedsubscription fields.

Functions

func And

And groups predicates with the AND operator between them.

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

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

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 ...int) predicate.DeletedSubscription

IDNotIn applies the NotIn predicate on the ID field.

func Name

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

func NameContains

func NameContains(v string) predicate.DeletedSubscription

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

func NameContainsFold

func NameContainsFold(v string) predicate.DeletedSubscription

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

func NameEQ

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

func NameEqualFold

func NameEqualFold(v string) predicate.DeletedSubscription

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

func NameHasPrefix(v string) predicate.DeletedSubscription

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

func NameHasSuffix

func NameHasSuffix(v string) predicate.DeletedSubscription

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

func NameIn

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

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

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

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 RemoteID

RemoteID applies equality check predicate on the "RemoteID" field. It's identical to RemoteIDEQ.

func RemoteIDContains

func RemoteIDContains(v imap.MailboxID) predicate.DeletedSubscription

RemoteIDContains applies the Contains predicate on the "RemoteID" field.

func RemoteIDContainsFold

func RemoteIDContainsFold(v imap.MailboxID) predicate.DeletedSubscription

RemoteIDContainsFold applies the ContainsFold predicate on the "RemoteID" field.

func RemoteIDEQ

RemoteIDEQ applies the EQ predicate on the "RemoteID" field.

func RemoteIDEqualFold

func RemoteIDEqualFold(v imap.MailboxID) predicate.DeletedSubscription

RemoteIDEqualFold applies the EqualFold predicate on the "RemoteID" field.

func RemoteIDGT

RemoteIDGT applies the GT predicate on the "RemoteID" field.

func RemoteIDGTE

RemoteIDGTE applies the GTE predicate on the "RemoteID" field.

func RemoteIDHasPrefix

func RemoteIDHasPrefix(v imap.MailboxID) predicate.DeletedSubscription

RemoteIDHasPrefix applies the HasPrefix predicate on the "RemoteID" field.

func RemoteIDHasSuffix

func RemoteIDHasSuffix(v imap.MailboxID) predicate.DeletedSubscription

RemoteIDHasSuffix applies the HasSuffix predicate on the "RemoteID" field.

func RemoteIDIn

func RemoteIDIn(vs ...imap.MailboxID) predicate.DeletedSubscription

RemoteIDIn applies the In predicate on the "RemoteID" field.

func RemoteIDLT

RemoteIDLT applies the LT predicate on the "RemoteID" field.

func RemoteIDLTE

RemoteIDLTE applies the LTE predicate on the "RemoteID" field.

func RemoteIDNEQ

RemoteIDNEQ applies the NEQ predicate on the "RemoteID" field.

func RemoteIDNotIn

func RemoteIDNotIn(vs ...imap.MailboxID) predicate.DeletedSubscription

RemoteIDNotIn applies the NotIn predicate on the "RemoteID" field.

func ValidColumn

func ValidColumn(column string) bool

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

Types

This section is empty.

Jump to

Keyboard shortcuts

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