rdrmomentsfollowing

package
v0.0.0-...-aa092f0 Latest Latest
Warning

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

Go to latest
Published: Jan 21, 2023 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Label holds the string label denoting the rdrmomentsfollowing type in the database.
	Label = "rd_rmoments_following"
	// FieldID holds the string denoting the id field in the database.
	FieldID = "id"
	// FieldMomentID holds the string denoting the moment_id field in the database.
	FieldMomentID = "moment_id"
	// FieldMomentType holds the string denoting the moment_type field in the database.
	FieldMomentType = "moment_type"
	// FieldByUID holds the string denoting the by_uid field in the database.
	FieldByUID = "by_uid"
	// FieldForUID holds the string denoting the for_uid field in the database.
	FieldForUID = "for_uid"
	// FieldTxt holds the string denoting the txt field in the database.
	FieldTxt = "txt"
	// FieldImgs holds the string denoting the imgs field in the database.
	FieldImgs = "imgs"
	// FieldStatus holds the string denoting the status field in the database.
	FieldStatus = "status"
	// FieldPublishTime holds the string denoting the publish_time field in the database.
	FieldPublishTime = "publish_time"
	// Table holds the table name of the rdrmomentsfollowing in the database.
	Table = "rd_r_moments_following"
)

Variables

View Source
var (
	// DefaultMomentID holds the default value on creation for the "moment_id" field.
	DefaultMomentID int64
	// DefaultMomentType holds the default value on creation for the "moment_type" field.
	DefaultMomentType int32
	// DefaultPublishTime holds the default value on creation for the "publish_time" field.
	DefaultPublishTime func() time.Time
)

Columns holds all SQL columns for rdrmomentsfollowing fields.

Functions

func And

And groups predicates with the AND operator between them.

func ByUID

ByUID applies equality check predicate on the "by_uid" field. It's identical to ByUIDEQ.

func ByUIDEQ

ByUIDEQ applies the EQ predicate on the "by_uid" field.

func ByUIDGT

ByUIDGT applies the GT predicate on the "by_uid" field.

func ByUIDGTE

ByUIDGTE applies the GTE predicate on the "by_uid" field.

func ByUIDIn

func ByUIDIn(vs ...int32) predicate.RdRMomentsFollowing

ByUIDIn applies the In predicate on the "by_uid" field.

func ByUIDIsNil

func ByUIDIsNil() predicate.RdRMomentsFollowing

ByUIDIsNil applies the IsNil predicate on the "by_uid" field.

func ByUIDLT

ByUIDLT applies the LT predicate on the "by_uid" field.

func ByUIDLTE

ByUIDLTE applies the LTE predicate on the "by_uid" field.

func ByUIDNEQ

ByUIDNEQ applies the NEQ predicate on the "by_uid" field.

func ByUIDNotIn

func ByUIDNotIn(vs ...int32) predicate.RdRMomentsFollowing

ByUIDNotIn applies the NotIn predicate on the "by_uid" field.

func ByUIDNotNil

func ByUIDNotNil() predicate.RdRMomentsFollowing

ByUIDNotNil applies the NotNil predicate on the "by_uid" field.

func ForUID

ForUID applies equality check predicate on the "for_uid" field. It's identical to ForUIDEQ.

func ForUIDEQ

ForUIDEQ applies the EQ predicate on the "for_uid" field.

func ForUIDGT

ForUIDGT applies the GT predicate on the "for_uid" field.

func ForUIDGTE

func ForUIDGTE(v int32) predicate.RdRMomentsFollowing

ForUIDGTE applies the GTE predicate on the "for_uid" field.

func ForUIDIn

func ForUIDIn(vs ...int32) predicate.RdRMomentsFollowing

ForUIDIn applies the In predicate on the "for_uid" field.

func ForUIDIsNil

func ForUIDIsNil() predicate.RdRMomentsFollowing

ForUIDIsNil applies the IsNil predicate on the "for_uid" field.

func ForUIDLT

ForUIDLT applies the LT predicate on the "for_uid" field.

func ForUIDLTE

func ForUIDLTE(v int32) predicate.RdRMomentsFollowing

ForUIDLTE applies the LTE predicate on the "for_uid" field.

func ForUIDNEQ

func ForUIDNEQ(v int32) predicate.RdRMomentsFollowing

ForUIDNEQ applies the NEQ predicate on the "for_uid" field.

func ForUIDNotIn

func ForUIDNotIn(vs ...int32) predicate.RdRMomentsFollowing

ForUIDNotIn applies the NotIn predicate on the "for_uid" field.

func ForUIDNotNil

func ForUIDNotNil() predicate.RdRMomentsFollowing

ForUIDNotNil applies the NotNil predicate on the "for_uid" 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 ...int64) predicate.RdRMomentsFollowing

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.RdRMomentsFollowing

IDNotIn applies the NotIn predicate on the ID field.

func MomentID

MomentID applies equality check predicate on the "moment_id" field. It's identical to MomentIDEQ.

func MomentIDEQ

func MomentIDEQ(v int64) predicate.RdRMomentsFollowing

MomentIDEQ applies the EQ predicate on the "moment_id" field.

func MomentIDGT

func MomentIDGT(v int64) predicate.RdRMomentsFollowing

MomentIDGT applies the GT predicate on the "moment_id" field.

func MomentIDGTE

func MomentIDGTE(v int64) predicate.RdRMomentsFollowing

MomentIDGTE applies the GTE predicate on the "moment_id" field.

func MomentIDIn

func MomentIDIn(vs ...int64) predicate.RdRMomentsFollowing

MomentIDIn applies the In predicate on the "moment_id" field.

func MomentIDIsNil

func MomentIDIsNil() predicate.RdRMomentsFollowing

MomentIDIsNil applies the IsNil predicate on the "moment_id" field.

func MomentIDLT

func MomentIDLT(v int64) predicate.RdRMomentsFollowing

MomentIDLT applies the LT predicate on the "moment_id" field.

func MomentIDLTE

func MomentIDLTE(v int64) predicate.RdRMomentsFollowing

MomentIDLTE applies the LTE predicate on the "moment_id" field.

func MomentIDNEQ

func MomentIDNEQ(v int64) predicate.RdRMomentsFollowing

MomentIDNEQ applies the NEQ predicate on the "moment_id" field.

func MomentIDNotIn

func MomentIDNotIn(vs ...int64) predicate.RdRMomentsFollowing

MomentIDNotIn applies the NotIn predicate on the "moment_id" field.

func MomentIDNotNil

func MomentIDNotNil() predicate.RdRMomentsFollowing

MomentIDNotNil applies the NotNil predicate on the "moment_id" field.

func MomentType

func MomentType(v int32) predicate.RdRMomentsFollowing

MomentType applies equality check predicate on the "moment_type" field. It's identical to MomentTypeEQ.

func MomentTypeEQ

func MomentTypeEQ(v int32) predicate.RdRMomentsFollowing

MomentTypeEQ applies the EQ predicate on the "moment_type" field.

func MomentTypeGT

func MomentTypeGT(v int32) predicate.RdRMomentsFollowing

MomentTypeGT applies the GT predicate on the "moment_type" field.

func MomentTypeGTE

func MomentTypeGTE(v int32) predicate.RdRMomentsFollowing

MomentTypeGTE applies the GTE predicate on the "moment_type" field.

func MomentTypeIn

func MomentTypeIn(vs ...int32) predicate.RdRMomentsFollowing

MomentTypeIn applies the In predicate on the "moment_type" field.

func MomentTypeIsNil

func MomentTypeIsNil() predicate.RdRMomentsFollowing

MomentTypeIsNil applies the IsNil predicate on the "moment_type" field.

func MomentTypeLT

func MomentTypeLT(v int32) predicate.RdRMomentsFollowing

MomentTypeLT applies the LT predicate on the "moment_type" field.

func MomentTypeLTE

func MomentTypeLTE(v int32) predicate.RdRMomentsFollowing

MomentTypeLTE applies the LTE predicate on the "moment_type" field.

func MomentTypeNEQ

func MomentTypeNEQ(v int32) predicate.RdRMomentsFollowing

MomentTypeNEQ applies the NEQ predicate on the "moment_type" field.

func MomentTypeNotIn

func MomentTypeNotIn(vs ...int32) predicate.RdRMomentsFollowing

MomentTypeNotIn applies the NotIn predicate on the "moment_type" field.

func MomentTypeNotNil

func MomentTypeNotNil() predicate.RdRMomentsFollowing

MomentTypeNotNil applies the NotNil predicate on the "moment_type" field.

func Not

Not applies the not operator on the given predicate.

func Or

Or groups predicates with the OR operator between them.

func PublishTime

func PublishTime(v time.Time) predicate.RdRMomentsFollowing

PublishTime applies equality check predicate on the "publish_time" field. It's identical to PublishTimeEQ.

func PublishTimeEQ

func PublishTimeEQ(v time.Time) predicate.RdRMomentsFollowing

PublishTimeEQ applies the EQ predicate on the "publish_time" field.

func PublishTimeGT

func PublishTimeGT(v time.Time) predicate.RdRMomentsFollowing

PublishTimeGT applies the GT predicate on the "publish_time" field.

func PublishTimeGTE

func PublishTimeGTE(v time.Time) predicate.RdRMomentsFollowing

PublishTimeGTE applies the GTE predicate on the "publish_time" field.

func PublishTimeIn

func PublishTimeIn(vs ...time.Time) predicate.RdRMomentsFollowing

PublishTimeIn applies the In predicate on the "publish_time" field.

func PublishTimeLT

func PublishTimeLT(v time.Time) predicate.RdRMomentsFollowing

PublishTimeLT applies the LT predicate on the "publish_time" field.

func PublishTimeLTE

func PublishTimeLTE(v time.Time) predicate.RdRMomentsFollowing

PublishTimeLTE applies the LTE predicate on the "publish_time" field.

func PublishTimeNEQ

func PublishTimeNEQ(v time.Time) predicate.RdRMomentsFollowing

PublishTimeNEQ applies the NEQ predicate on the "publish_time" field.

func PublishTimeNotIn

func PublishTimeNotIn(vs ...time.Time) predicate.RdRMomentsFollowing

PublishTimeNotIn applies the NotIn predicate on the "publish_time" field.

func Status

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

func StatusEQ

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

func StatusGT

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

func StatusGTE

func StatusGTE(v int32) predicate.RdRMomentsFollowing

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

func StatusIn

func StatusIn(vs ...int32) predicate.RdRMomentsFollowing

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

func StatusIsNil

func StatusIsNil() predicate.RdRMomentsFollowing

StatusIsNil applies the IsNil predicate on the "status" field.

func StatusLT

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

func StatusLTE

func StatusLTE(v int32) predicate.RdRMomentsFollowing

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

func StatusNEQ

func StatusNEQ(v int32) predicate.RdRMomentsFollowing

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

func StatusNotIn

func StatusNotIn(vs ...int32) predicate.RdRMomentsFollowing

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

func StatusNotNil

func StatusNotNil() predicate.RdRMomentsFollowing

StatusNotNil applies the NotNil predicate on the "status" field.

func Txt

Txt applies equality check predicate on the "txt" field. It's identical to TxtEQ.

func TxtContains

func TxtContains(v string) predicate.RdRMomentsFollowing

TxtContains applies the Contains predicate on the "txt" field.

func TxtContainsFold

func TxtContainsFold(v string) predicate.RdRMomentsFollowing

TxtContainsFold applies the ContainsFold predicate on the "txt" field.

func TxtEQ

TxtEQ applies the EQ predicate on the "txt" field.

func TxtEqualFold

func TxtEqualFold(v string) predicate.RdRMomentsFollowing

TxtEqualFold applies the EqualFold predicate on the "txt" field.

func TxtGT

TxtGT applies the GT predicate on the "txt" field.

func TxtGTE

TxtGTE applies the GTE predicate on the "txt" field.

func TxtHasPrefix

func TxtHasPrefix(v string) predicate.RdRMomentsFollowing

TxtHasPrefix applies the HasPrefix predicate on the "txt" field.

func TxtHasSuffix

func TxtHasSuffix(v string) predicate.RdRMomentsFollowing

TxtHasSuffix applies the HasSuffix predicate on the "txt" field.

func TxtIn

TxtIn applies the In predicate on the "txt" field.

func TxtLT

TxtLT applies the LT predicate on the "txt" field.

func TxtLTE

TxtLTE applies the LTE predicate on the "txt" field.

func TxtNEQ

TxtNEQ applies the NEQ predicate on the "txt" field.

func TxtNotIn

func TxtNotIn(vs ...string) predicate.RdRMomentsFollowing

TxtNotIn applies the NotIn predicate on the "txt" 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