backlogprogressnote

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 backlogprogressnote type in the database.
	Label = "backlog_progress_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"
	// FieldCriterionIndex holds the string denoting the criterion_index field in the database.
	FieldCriterionIndex = "criterion_index"
	// FieldNote holds the string denoting the note field in the database.
	FieldNote = "note"
	// FieldStatus holds the string denoting the status field in the database.
	FieldStatus = "status"
	// 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 backlogprogressnote in the database.
	Table = "backlog_progress_notes"
	// ItemTable is the table that holds the item relation/edge.
	ItemTable = "backlog_progress_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 (
	// CriterionIndexValidator is a validator for the "criterion_index" field. It is called by the builders before save.
	CriterionIndexValidator func(int) error
	// 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 backlogprogressnote fields.

Functions

func And

And groups predicates with the AND operator between them.

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

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

func CreatedAtGT

func CreatedAtGT(v time.Time) predicate.BacklogProgressNote

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

func CreatedAtGTE

func CreatedAtGTE(v time.Time) predicate.BacklogProgressNote

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

func CreatedAtIn

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

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

func CreatedAtLT

func CreatedAtLT(v time.Time) predicate.BacklogProgressNote

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

func CreatedAtLTE

func CreatedAtLTE(v time.Time) predicate.BacklogProgressNote

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

func CreatedAtNEQ

func CreatedAtNEQ(v time.Time) predicate.BacklogProgressNote

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

func CreatedAtNotIn

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

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

func CriterionIndex

func CriterionIndex(v int) predicate.BacklogProgressNote

CriterionIndex applies equality check predicate on the "criterion_index" field. It's identical to CriterionIndexEQ.

func CriterionIndexEQ

func CriterionIndexEQ(v int) predicate.BacklogProgressNote

CriterionIndexEQ applies the EQ predicate on the "criterion_index" field.

func CriterionIndexGT

func CriterionIndexGT(v int) predicate.BacklogProgressNote

CriterionIndexGT applies the GT predicate on the "criterion_index" field.

func CriterionIndexGTE

func CriterionIndexGTE(v int) predicate.BacklogProgressNote

CriterionIndexGTE applies the GTE predicate on the "criterion_index" field.

func CriterionIndexIn

func CriterionIndexIn(vs ...int) predicate.BacklogProgressNote

CriterionIndexIn applies the In predicate on the "criterion_index" field.

func CriterionIndexLT

func CriterionIndexLT(v int) predicate.BacklogProgressNote

CriterionIndexLT applies the LT predicate on the "criterion_index" field.

func CriterionIndexLTE

func CriterionIndexLTE(v int) predicate.BacklogProgressNote

CriterionIndexLTE applies the LTE predicate on the "criterion_index" field.

func CriterionIndexNEQ

func CriterionIndexNEQ(v int) predicate.BacklogProgressNote

CriterionIndexNEQ applies the NEQ predicate on the "criterion_index" field.

func CriterionIndexNotIn

func CriterionIndexNotIn(vs ...int) predicate.BacklogProgressNote

CriterionIndexNotIn applies the NotIn predicate on the "criterion_index" field.

func HasItem

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

func HasItemWith

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

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

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

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

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

func Not

Not applies the not operator on the given predicate.

func Note

Note applies equality check predicate on the "note" field. It's identical to NoteEQ.

func NoteContains

func NoteContains(v string) predicate.BacklogProgressNote

NoteContains applies the Contains predicate on the "note" field.

func NoteContainsFold

func NoteContainsFold(v string) predicate.BacklogProgressNote

NoteContainsFold applies the ContainsFold predicate on the "note" field.

func NoteEQ

NoteEQ applies the EQ predicate on the "note" field.

func NoteEqualFold

func NoteEqualFold(v string) predicate.BacklogProgressNote

NoteEqualFold applies the EqualFold predicate on the "note" field.

func NoteGT

NoteGT applies the GT predicate on the "note" field.

func NoteGTE

NoteGTE applies the GTE predicate on the "note" field.

func NoteHasPrefix

func NoteHasPrefix(v string) predicate.BacklogProgressNote

NoteHasPrefix applies the HasPrefix predicate on the "note" field.

func NoteHasSuffix

func NoteHasSuffix(v string) predicate.BacklogProgressNote

NoteHasSuffix applies the HasSuffix predicate on the "note" field.

func NoteIn

func NoteIn(vs ...string) predicate.BacklogProgressNote

NoteIn applies the In predicate on the "note" field.

func NoteIsNil

func NoteIsNil() predicate.BacklogProgressNote

NoteIsNil applies the IsNil predicate on the "note" field.

func NoteLT

NoteLT applies the LT predicate on the "note" field.

func NoteLTE

NoteLTE applies the LTE predicate on the "note" field.

func NoteNEQ

NoteNEQ applies the NEQ predicate on the "note" field.

func NoteNotIn

func NoteNotIn(vs ...string) predicate.BacklogProgressNote

NoteNotIn applies the NotIn predicate on the "note" field.

func NoteNotNil

func NoteNotNil() predicate.BacklogProgressNote

NoteNotNil applies the NotNil predicate on the "note" field.

func Or

Or groups predicates with the OR operator between them.

func Status

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

func StatusContains

func StatusContains(v string) predicate.BacklogProgressNote

StatusContains applies the Contains predicate on the "status" field.

func StatusContainsFold

func StatusContainsFold(v string) predicate.BacklogProgressNote

StatusContainsFold applies the ContainsFold predicate on the "status" field.

func StatusEQ

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

func StatusEqualFold

func StatusEqualFold(v string) predicate.BacklogProgressNote

StatusEqualFold applies the EqualFold predicate on the "status" field.

func StatusGT

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

func StatusGTE

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

func StatusHasPrefix

func StatusHasPrefix(v string) predicate.BacklogProgressNote

StatusHasPrefix applies the HasPrefix predicate on the "status" field.

func StatusHasSuffix

func StatusHasSuffix(v string) predicate.BacklogProgressNote

StatusHasSuffix applies the HasSuffix predicate on the "status" field.

func StatusIn

func StatusIn(vs ...string) predicate.BacklogProgressNote

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

func StatusLT

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

func StatusLTE

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

func StatusNEQ

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

func StatusNotIn

func StatusNotIn(vs ...string) predicate.BacklogProgressNote

StatusNotIn applies the NotIn predicate on the "status" 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 BacklogProgressNote queries.

func ByCreatedAt

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

ByCreatedAt orders the results by the created_at field.

func ByCriterionIndex

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

ByCriterionIndex orders the results by the criterion_index 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 ByNote

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

ByNote orders the results by the note field.

func ByStatus

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

ByStatus orders the results by the status field.

Jump to

Keyboard shortcuts

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