backlogstatusevent

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 backlogstatusevent type in the database.
	Label = "backlog_status_event"
	// 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"
	// FieldFromStatus holds the string denoting the from_status field in the database.
	FieldFromStatus = "from_status"
	// FieldToStatus holds the string denoting the to_status field in the database.
	FieldToStatus = "to_status"
	// FieldTriggeredBy holds the string denoting the triggered_by field in the database.
	FieldTriggeredBy = "triggered_by"
	// FieldNote holds the string denoting the note field in the database.
	FieldNote = "note"
	// 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 backlogstatusevent in the database.
	Table = "backlog_status_events"
	// ItemTable is the table that holds the item relation/edge.
	ItemTable = "backlog_status_events"
	// 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 (
	// DefaultTriggeredBy holds the default value on creation for the "triggered_by" field.
	DefaultTriggeredBy string
	// 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 backlogstatusevent 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.BacklogStatusEvent

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

func CreatedAtGT

func CreatedAtGT(v time.Time) predicate.BacklogStatusEvent

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

func CreatedAtGTE

func CreatedAtGTE(v time.Time) predicate.BacklogStatusEvent

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

func CreatedAtIn

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

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

func CreatedAtLT

func CreatedAtLT(v time.Time) predicate.BacklogStatusEvent

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

func CreatedAtLTE

func CreatedAtLTE(v time.Time) predicate.BacklogStatusEvent

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

func CreatedAtNEQ

func CreatedAtNEQ(v time.Time) predicate.BacklogStatusEvent

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

func CreatedAtNotIn

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

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

func FromStatus

func FromStatus(v string) predicate.BacklogStatusEvent

FromStatus applies equality check predicate on the "from_status" field. It's identical to FromStatusEQ.

func FromStatusContains

func FromStatusContains(v string) predicate.BacklogStatusEvent

FromStatusContains applies the Contains predicate on the "from_status" field.

func FromStatusContainsFold

func FromStatusContainsFold(v string) predicate.BacklogStatusEvent

FromStatusContainsFold applies the ContainsFold predicate on the "from_status" field.

func FromStatusEQ

func FromStatusEQ(v string) predicate.BacklogStatusEvent

FromStatusEQ applies the EQ predicate on the "from_status" field.

func FromStatusEqualFold

func FromStatusEqualFold(v string) predicate.BacklogStatusEvent

FromStatusEqualFold applies the EqualFold predicate on the "from_status" field.

func FromStatusGT

func FromStatusGT(v string) predicate.BacklogStatusEvent

FromStatusGT applies the GT predicate on the "from_status" field.

func FromStatusGTE

func FromStatusGTE(v string) predicate.BacklogStatusEvent

FromStatusGTE applies the GTE predicate on the "from_status" field.

func FromStatusHasPrefix

func FromStatusHasPrefix(v string) predicate.BacklogStatusEvent

FromStatusHasPrefix applies the HasPrefix predicate on the "from_status" field.

func FromStatusHasSuffix

func FromStatusHasSuffix(v string) predicate.BacklogStatusEvent

FromStatusHasSuffix applies the HasSuffix predicate on the "from_status" field.

func FromStatusIn

func FromStatusIn(vs ...string) predicate.BacklogStatusEvent

FromStatusIn applies the In predicate on the "from_status" field.

func FromStatusLT

func FromStatusLT(v string) predicate.BacklogStatusEvent

FromStatusLT applies the LT predicate on the "from_status" field.

func FromStatusLTE

func FromStatusLTE(v string) predicate.BacklogStatusEvent

FromStatusLTE applies the LTE predicate on the "from_status" field.

func FromStatusNEQ

func FromStatusNEQ(v string) predicate.BacklogStatusEvent

FromStatusNEQ applies the NEQ predicate on the "from_status" field.

func FromStatusNotIn

func FromStatusNotIn(vs ...string) predicate.BacklogStatusEvent

FromStatusNotIn applies the NotIn predicate on the "from_status" field.

func HasItem

func HasItem() predicate.BacklogStatusEvent

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

func HasItemWith

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

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

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

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

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

func Not

Not applies the not operator on the given predicate.

func Note added in v1.37.0

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

func NoteContains added in v1.37.0

func NoteContains(v string) predicate.BacklogStatusEvent

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

func NoteContainsFold added in v1.37.0

func NoteContainsFold(v string) predicate.BacklogStatusEvent

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

func NoteEQ added in v1.37.0

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

func NoteEqualFold added in v1.37.0

func NoteEqualFold(v string) predicate.BacklogStatusEvent

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

func NoteGT added in v1.37.0

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

func NoteGTE added in v1.37.0

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

func NoteHasPrefix added in v1.37.0

func NoteHasPrefix(v string) predicate.BacklogStatusEvent

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

func NoteHasSuffix added in v1.37.0

func NoteHasSuffix(v string) predicate.BacklogStatusEvent

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

func NoteIn added in v1.37.0

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

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

func NoteIsNil added in v1.37.0

func NoteIsNil() predicate.BacklogStatusEvent

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

func NoteLT added in v1.37.0

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

func NoteLTE added in v1.37.0

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

func NoteNEQ added in v1.37.0

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

func NoteNotIn added in v1.37.0

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

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

func NoteNotNil added in v1.37.0

func NoteNotNil() predicate.BacklogStatusEvent

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

func Or

Or groups predicates with the OR operator between them.

func ToStatus

ToStatus applies equality check predicate on the "to_status" field. It's identical to ToStatusEQ.

func ToStatusContains

func ToStatusContains(v string) predicate.BacklogStatusEvent

ToStatusContains applies the Contains predicate on the "to_status" field.

func ToStatusContainsFold

func ToStatusContainsFold(v string) predicate.BacklogStatusEvent

ToStatusContainsFold applies the ContainsFold predicate on the "to_status" field.

func ToStatusEQ

func ToStatusEQ(v string) predicate.BacklogStatusEvent

ToStatusEQ applies the EQ predicate on the "to_status" field.

func ToStatusEqualFold

func ToStatusEqualFold(v string) predicate.BacklogStatusEvent

ToStatusEqualFold applies the EqualFold predicate on the "to_status" field.

func ToStatusGT

func ToStatusGT(v string) predicate.BacklogStatusEvent

ToStatusGT applies the GT predicate on the "to_status" field.

func ToStatusGTE

func ToStatusGTE(v string) predicate.BacklogStatusEvent

ToStatusGTE applies the GTE predicate on the "to_status" field.

func ToStatusHasPrefix

func ToStatusHasPrefix(v string) predicate.BacklogStatusEvent

ToStatusHasPrefix applies the HasPrefix predicate on the "to_status" field.

func ToStatusHasSuffix

func ToStatusHasSuffix(v string) predicate.BacklogStatusEvent

ToStatusHasSuffix applies the HasSuffix predicate on the "to_status" field.

func ToStatusIn

func ToStatusIn(vs ...string) predicate.BacklogStatusEvent

ToStatusIn applies the In predicate on the "to_status" field.

func ToStatusLT

func ToStatusLT(v string) predicate.BacklogStatusEvent

ToStatusLT applies the LT predicate on the "to_status" field.

func ToStatusLTE

func ToStatusLTE(v string) predicate.BacklogStatusEvent

ToStatusLTE applies the LTE predicate on the "to_status" field.

func ToStatusNEQ

func ToStatusNEQ(v string) predicate.BacklogStatusEvent

ToStatusNEQ applies the NEQ predicate on the "to_status" field.

func ToStatusNotIn

func ToStatusNotIn(vs ...string) predicate.BacklogStatusEvent

ToStatusNotIn applies the NotIn predicate on the "to_status" field.

func TriggeredBy

func TriggeredBy(v string) predicate.BacklogStatusEvent

TriggeredBy applies equality check predicate on the "triggered_by" field. It's identical to TriggeredByEQ.

func TriggeredByContains

func TriggeredByContains(v string) predicate.BacklogStatusEvent

TriggeredByContains applies the Contains predicate on the "triggered_by" field.

func TriggeredByContainsFold

func TriggeredByContainsFold(v string) predicate.BacklogStatusEvent

TriggeredByContainsFold applies the ContainsFold predicate on the "triggered_by" field.

func TriggeredByEQ

func TriggeredByEQ(v string) predicate.BacklogStatusEvent

TriggeredByEQ applies the EQ predicate on the "triggered_by" field.

func TriggeredByEqualFold

func TriggeredByEqualFold(v string) predicate.BacklogStatusEvent

TriggeredByEqualFold applies the EqualFold predicate on the "triggered_by" field.

func TriggeredByGT

func TriggeredByGT(v string) predicate.BacklogStatusEvent

TriggeredByGT applies the GT predicate on the "triggered_by" field.

func TriggeredByGTE

func TriggeredByGTE(v string) predicate.BacklogStatusEvent

TriggeredByGTE applies the GTE predicate on the "triggered_by" field.

func TriggeredByHasPrefix

func TriggeredByHasPrefix(v string) predicate.BacklogStatusEvent

TriggeredByHasPrefix applies the HasPrefix predicate on the "triggered_by" field.

func TriggeredByHasSuffix

func TriggeredByHasSuffix(v string) predicate.BacklogStatusEvent

TriggeredByHasSuffix applies the HasSuffix predicate on the "triggered_by" field.

func TriggeredByIn

func TriggeredByIn(vs ...string) predicate.BacklogStatusEvent

TriggeredByIn applies the In predicate on the "triggered_by" field.

func TriggeredByLT

func TriggeredByLT(v string) predicate.BacklogStatusEvent

TriggeredByLT applies the LT predicate on the "triggered_by" field.

func TriggeredByLTE

func TriggeredByLTE(v string) predicate.BacklogStatusEvent

TriggeredByLTE applies the LTE predicate on the "triggered_by" field.

func TriggeredByNEQ

func TriggeredByNEQ(v string) predicate.BacklogStatusEvent

TriggeredByNEQ applies the NEQ predicate on the "triggered_by" field.

func TriggeredByNotIn

func TriggeredByNotIn(vs ...string) predicate.BacklogStatusEvent

TriggeredByNotIn applies the NotIn predicate on the "triggered_by" 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 BacklogStatusEvent queries.

func ByCreatedAt

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

ByCreatedAt orders the results by the created_at field.

func ByFromStatus

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

ByFromStatus orders the results by the from_status 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 added in v1.37.0

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

ByNote orders the results by the note field.

func ByToStatus

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

ByToStatus orders the results by the to_status field.

func ByTriggeredBy

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

ByTriggeredBy orders the results by the triggered_by field.

Jump to

Keyboard shortcuts

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