backlogactivitynote

package
v1.46.0 Latest Latest
Warning

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

Go to latest
Published: Aug 20, 2026 License: AGPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Label holds the string label denoting the backlogactivitynote type in the database.
	Label = "backlog_activity_note"
	// FieldID holds the string denoting the id field in the database.
	FieldID = "id"
	// FieldItemID holds the string denoting the item_id field in the database.
	FieldItemID = "item_id"
	// FieldMessage holds the string denoting the message field in the database.
	FieldMessage = "message"
	// FieldAuthorSessionUUID holds the string denoting the author_session_uuid field in the database.
	FieldAuthorSessionUUID = "author_session_uuid"
	// FieldAuthorSessionTitle holds the string denoting the author_session_title field in the database.
	FieldAuthorSessionTitle = "author_session_title"
	// FieldCreatedAt holds the string denoting the created_at field in the database.
	FieldCreatedAt = "created_at"
	// EdgeItem holds the string denoting the item edge name in mutations.
	EdgeItem = "item"
	// Table holds the table name of the backlogactivitynote in the database.
	Table = "backlog_activity_notes"
	// ItemTable is the table that holds the item relation/edge.
	ItemTable = "backlog_activity_notes"
	// ItemInverseTable is the table name for the BacklogItem entity.
	// It exists in this package in order to avoid circular dependency with the "backlogitem" package.
	ItemInverseTable = "backlog_items"
	// ItemColumn is the table column denoting the item relation/edge.
	ItemColumn = "item_id"
)

Variables

View Source
var (
	// DefaultCreatedAt holds the default value on creation for the "created_at" field.
	DefaultCreatedAt func() time.Time
	// DefaultID holds the default value on creation for the "id" field.
	DefaultID func() uuid.UUID
)

Columns holds all SQL columns for backlogactivitynote fields.

Functions

func And

And groups predicates with the AND operator between them.

func AuthorSessionTitle

func AuthorSessionTitle(v string) predicate.BacklogActivityNote

AuthorSessionTitle applies equality check predicate on the "author_session_title" field. It's identical to AuthorSessionTitleEQ.

func AuthorSessionTitleContains

func AuthorSessionTitleContains(v string) predicate.BacklogActivityNote

AuthorSessionTitleContains applies the Contains predicate on the "author_session_title" field.

func AuthorSessionTitleContainsFold

func AuthorSessionTitleContainsFold(v string) predicate.BacklogActivityNote

AuthorSessionTitleContainsFold applies the ContainsFold predicate on the "author_session_title" field.

func AuthorSessionTitleEQ

func AuthorSessionTitleEQ(v string) predicate.BacklogActivityNote

AuthorSessionTitleEQ applies the EQ predicate on the "author_session_title" field.

func AuthorSessionTitleEqualFold

func AuthorSessionTitleEqualFold(v string) predicate.BacklogActivityNote

AuthorSessionTitleEqualFold applies the EqualFold predicate on the "author_session_title" field.

func AuthorSessionTitleGT

func AuthorSessionTitleGT(v string) predicate.BacklogActivityNote

AuthorSessionTitleGT applies the GT predicate on the "author_session_title" field.

func AuthorSessionTitleGTE

func AuthorSessionTitleGTE(v string) predicate.BacklogActivityNote

AuthorSessionTitleGTE applies the GTE predicate on the "author_session_title" field.

func AuthorSessionTitleHasPrefix

func AuthorSessionTitleHasPrefix(v string) predicate.BacklogActivityNote

AuthorSessionTitleHasPrefix applies the HasPrefix predicate on the "author_session_title" field.

func AuthorSessionTitleHasSuffix

func AuthorSessionTitleHasSuffix(v string) predicate.BacklogActivityNote

AuthorSessionTitleHasSuffix applies the HasSuffix predicate on the "author_session_title" field.

func AuthorSessionTitleIn

func AuthorSessionTitleIn(vs ...string) predicate.BacklogActivityNote

AuthorSessionTitleIn applies the In predicate on the "author_session_title" field.

func AuthorSessionTitleIsNil

func AuthorSessionTitleIsNil() predicate.BacklogActivityNote

AuthorSessionTitleIsNil applies the IsNil predicate on the "author_session_title" field.

func AuthorSessionTitleLT

func AuthorSessionTitleLT(v string) predicate.BacklogActivityNote

AuthorSessionTitleLT applies the LT predicate on the "author_session_title" field.

func AuthorSessionTitleLTE

func AuthorSessionTitleLTE(v string) predicate.BacklogActivityNote

AuthorSessionTitleLTE applies the LTE predicate on the "author_session_title" field.

func AuthorSessionTitleNEQ

func AuthorSessionTitleNEQ(v string) predicate.BacklogActivityNote

AuthorSessionTitleNEQ applies the NEQ predicate on the "author_session_title" field.

func AuthorSessionTitleNotIn

func AuthorSessionTitleNotIn(vs ...string) predicate.BacklogActivityNote

AuthorSessionTitleNotIn applies the NotIn predicate on the "author_session_title" field.

func AuthorSessionTitleNotNil

func AuthorSessionTitleNotNil() predicate.BacklogActivityNote

AuthorSessionTitleNotNil applies the NotNil predicate on the "author_session_title" field.

func AuthorSessionUUID

func AuthorSessionUUID(v string) predicate.BacklogActivityNote

AuthorSessionUUID applies equality check predicate on the "author_session_uuid" field. It's identical to AuthorSessionUUIDEQ.

func AuthorSessionUUIDContains

func AuthorSessionUUIDContains(v string) predicate.BacklogActivityNote

AuthorSessionUUIDContains applies the Contains predicate on the "author_session_uuid" field.

func AuthorSessionUUIDContainsFold

func AuthorSessionUUIDContainsFold(v string) predicate.BacklogActivityNote

AuthorSessionUUIDContainsFold applies the ContainsFold predicate on the "author_session_uuid" field.

func AuthorSessionUUIDEQ

func AuthorSessionUUIDEQ(v string) predicate.BacklogActivityNote

AuthorSessionUUIDEQ applies the EQ predicate on the "author_session_uuid" field.

func AuthorSessionUUIDEqualFold

func AuthorSessionUUIDEqualFold(v string) predicate.BacklogActivityNote

AuthorSessionUUIDEqualFold applies the EqualFold predicate on the "author_session_uuid" field.

func AuthorSessionUUIDGT

func AuthorSessionUUIDGT(v string) predicate.BacklogActivityNote

AuthorSessionUUIDGT applies the GT predicate on the "author_session_uuid" field.

func AuthorSessionUUIDGTE

func AuthorSessionUUIDGTE(v string) predicate.BacklogActivityNote

AuthorSessionUUIDGTE applies the GTE predicate on the "author_session_uuid" field.

func AuthorSessionUUIDHasPrefix

func AuthorSessionUUIDHasPrefix(v string) predicate.BacklogActivityNote

AuthorSessionUUIDHasPrefix applies the HasPrefix predicate on the "author_session_uuid" field.

func AuthorSessionUUIDHasSuffix

func AuthorSessionUUIDHasSuffix(v string) predicate.BacklogActivityNote

AuthorSessionUUIDHasSuffix applies the HasSuffix predicate on the "author_session_uuid" field.

func AuthorSessionUUIDIn

func AuthorSessionUUIDIn(vs ...string) predicate.BacklogActivityNote

AuthorSessionUUIDIn applies the In predicate on the "author_session_uuid" field.

func AuthorSessionUUIDIsNil

func AuthorSessionUUIDIsNil() predicate.BacklogActivityNote

AuthorSessionUUIDIsNil applies the IsNil predicate on the "author_session_uuid" field.

func AuthorSessionUUIDLT

func AuthorSessionUUIDLT(v string) predicate.BacklogActivityNote

AuthorSessionUUIDLT applies the LT predicate on the "author_session_uuid" field.

func AuthorSessionUUIDLTE

func AuthorSessionUUIDLTE(v string) predicate.BacklogActivityNote

AuthorSessionUUIDLTE applies the LTE predicate on the "author_session_uuid" field.

func AuthorSessionUUIDNEQ

func AuthorSessionUUIDNEQ(v string) predicate.BacklogActivityNote

AuthorSessionUUIDNEQ applies the NEQ predicate on the "author_session_uuid" field.

func AuthorSessionUUIDNotIn

func AuthorSessionUUIDNotIn(vs ...string) predicate.BacklogActivityNote

AuthorSessionUUIDNotIn applies the NotIn predicate on the "author_session_uuid" field.

func AuthorSessionUUIDNotNil

func AuthorSessionUUIDNotNil() predicate.BacklogActivityNote

AuthorSessionUUIDNotNil applies the NotNil predicate on the "author_session_uuid" field.

func CreatedAt

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

func CreatedAtEQ

func CreatedAtEQ(v time.Time) predicate.BacklogActivityNote

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

func CreatedAtGT

func CreatedAtGT(v time.Time) predicate.BacklogActivityNote

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

func CreatedAtGTE

func CreatedAtGTE(v time.Time) predicate.BacklogActivityNote

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

func CreatedAtIn

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

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

func CreatedAtLT

func CreatedAtLT(v time.Time) predicate.BacklogActivityNote

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

func CreatedAtLTE

func CreatedAtLTE(v time.Time) predicate.BacklogActivityNote

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

func CreatedAtNEQ

func CreatedAtNEQ(v time.Time) predicate.BacklogActivityNote

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

func CreatedAtNotIn

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

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

func HasItem

HasItem applies the HasEdge predicate on the "item" edge.

func HasItemWith

func HasItemWith(preds ...predicate.BacklogItem) predicate.BacklogActivityNote

HasItemWith applies the HasEdge predicate on the "item" edge with a given conditions (other predicates).

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

func IDNotIn(ids ...uuid.UUID) predicate.BacklogActivityNote

IDNotIn applies the NotIn predicate on the ID field.

func ItemID

ItemID applies equality check predicate on the "item_id" field. It's identical to ItemIDEQ.

func ItemIDEQ

ItemIDEQ applies the EQ predicate on the "item_id" field.

func ItemIDIn

func ItemIDIn(vs ...uuid.UUID) predicate.BacklogActivityNote

ItemIDIn applies the In predicate on the "item_id" field.

func ItemIDNEQ

ItemIDNEQ applies the NEQ predicate on the "item_id" field.

func ItemIDNotIn

func ItemIDNotIn(vs ...uuid.UUID) predicate.BacklogActivityNote

ItemIDNotIn applies the NotIn predicate on the "item_id" field.

func Message

Message applies equality check predicate on the "message" field. It's identical to MessageEQ.

func MessageContains

func MessageContains(v string) predicate.BacklogActivityNote

MessageContains applies the Contains predicate on the "message" field.

func MessageContainsFold

func MessageContainsFold(v string) predicate.BacklogActivityNote

MessageContainsFold applies the ContainsFold predicate on the "message" field.

func MessageEQ

MessageEQ applies the EQ predicate on the "message" field.

func MessageEqualFold

func MessageEqualFold(v string) predicate.BacklogActivityNote

MessageEqualFold applies the EqualFold predicate on the "message" field.

func MessageGT

MessageGT applies the GT predicate on the "message" field.

func MessageGTE

func MessageGTE(v string) predicate.BacklogActivityNote

MessageGTE applies the GTE predicate on the "message" field.

func MessageHasPrefix

func MessageHasPrefix(v string) predicate.BacklogActivityNote

MessageHasPrefix applies the HasPrefix predicate on the "message" field.

func MessageHasSuffix

func MessageHasSuffix(v string) predicate.BacklogActivityNote

MessageHasSuffix applies the HasSuffix predicate on the "message" field.

func MessageIn

func MessageIn(vs ...string) predicate.BacklogActivityNote

MessageIn applies the In predicate on the "message" field.

func MessageLT

MessageLT applies the LT predicate on the "message" field.

func MessageLTE

func MessageLTE(v string) predicate.BacklogActivityNote

MessageLTE applies the LTE predicate on the "message" field.

func MessageNEQ

func MessageNEQ(v string) predicate.BacklogActivityNote

MessageNEQ applies the NEQ predicate on the "message" field.

func MessageNotIn

func MessageNotIn(vs ...string) predicate.BacklogActivityNote

MessageNotIn applies the NotIn predicate on the "message" 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 BacklogActivityNote queries.

func ByAuthorSessionTitle

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

ByAuthorSessionTitle orders the results by the author_session_title field.

func ByAuthorSessionUUID

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

ByAuthorSessionUUID orders the results by the author_session_uuid field.

func ByCreatedAt

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

ByCreatedAt orders the results by the created_at field.

func ByID

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

ByID orders the results by the id field.

func ByItemField

func ByItemField(field string, opts ...sql.OrderTermOption) OrderOption

ByItemField orders the results by item field.

func ByItemID

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

ByItemID orders the results by the item_id field.

func ByMessage

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

ByMessage orders the results by the message field.

Jump to

Keyboard shortcuts

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