telegramsession

package
v0.0.0-...-45605f7 Latest Latest
Warning

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

Go to latest
Published: Apr 23, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Label holds the string label denoting the telegramsession type in the database.
	Label = "telegram_session"
	// FieldID holds the string denoting the id field in the database.
	FieldID = "id"
	// FieldData holds the string denoting the data field in the database.
	FieldData = "data"
	// Table holds the table name of the telegramsession in the database.
	Table = "telegram_sessions"
)

Variables

View Source
var Columns = []string{
	FieldID,
	FieldData,
}

Columns holds all SQL columns for telegramsession fields.

Functions

func And

And groups predicates with the AND operator between them.

func Data

func Data(v []byte) predicate.TelegramSession

Data applies equality check predicate on the "data" field. It's identical to DataEQ.

func DataEQ

func DataEQ(v []byte) predicate.TelegramSession

DataEQ applies the EQ predicate on the "data" field.

func DataGT

func DataGT(v []byte) predicate.TelegramSession

DataGT applies the GT predicate on the "data" field.

func DataGTE

func DataGTE(v []byte) predicate.TelegramSession

DataGTE applies the GTE predicate on the "data" field.

func DataIn

func DataIn(vs ...[]byte) predicate.TelegramSession

DataIn applies the In predicate on the "data" field.

func DataLT

func DataLT(v []byte) predicate.TelegramSession

DataLT applies the LT predicate on the "data" field.

func DataLTE

func DataLTE(v []byte) predicate.TelegramSession

DataLTE applies the LTE predicate on the "data" field.

func DataNEQ

func DataNEQ(v []byte) predicate.TelegramSession

DataNEQ applies the NEQ predicate on the "data" field.

func DataNotIn

func DataNotIn(vs ...[]byte) predicate.TelegramSession

DataNotIn applies the NotIn predicate on the "data" 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

func IDIn(ids ...uuid.UUID) predicate.TelegramSession

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 ...uuid.UUID) predicate.TelegramSession

IDNotIn applies the NotIn predicate on the ID field.

func Not

Not applies the not operator on the given predicate.

func Or

Or groups predicates with the OR operator between them.

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

func ByID

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

ByID orders the results by the id field.

Jump to

Keyboard shortcuts

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