projectconversationstepevent

package
v0.2.2 Latest Latest
Warning

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

Go to latest
Published: Apr 5, 2026 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Label holds the string label denoting the projectconversationstepevent type in the database.
	Label = "project_conversation_step_event"
	// FieldID holds the string denoting the id field in the database.
	FieldID = "id"
	// FieldPrincipalID holds the string denoting the principal_id field in the database.
	FieldPrincipalID = "principal_id"
	// FieldRunID holds the string denoting the run_id field in the database.
	FieldRunID = "run_id"
	// FieldConversationID holds the string denoting the conversation_id field in the database.
	FieldConversationID = "conversation_id"
	// FieldProjectID holds the string denoting the project_id field in the database.
	FieldProjectID = "project_id"
	// FieldStepStatus holds the string denoting the step_status field in the database.
	FieldStepStatus = "step_status"
	// FieldSummary holds the string denoting the summary field in the database.
	FieldSummary = "summary"
	// FieldSourceTraceEventID holds the string denoting the source_trace_event_id field in the database.
	FieldSourceTraceEventID = "source_trace_event_id"
	// FieldCreatedAt holds the string denoting the created_at field in the database.
	FieldCreatedAt = "created_at"
	// Table holds the table name of the projectconversationstepevent in the database.
	Table = "project_conversation_step_events"
)

Variables

View Source
var (
	// StepStatusValidator is a validator for the "step_status" field. It is called by the builders before save.
	StepStatusValidator func(string) 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 projectconversationstepevent fields.

Functions

func And

And groups predicates with the AND operator between them.

func ConversationID

ConversationID applies equality check predicate on the "conversation_id" field. It's identical to ConversationIDEQ.

func ConversationIDEQ

func ConversationIDEQ(v uuid.UUID) predicate.ProjectConversationStepEvent

ConversationIDEQ applies the EQ predicate on the "conversation_id" field.

func ConversationIDGT

func ConversationIDGT(v uuid.UUID) predicate.ProjectConversationStepEvent

ConversationIDGT applies the GT predicate on the "conversation_id" field.

func ConversationIDGTE

func ConversationIDGTE(v uuid.UUID) predicate.ProjectConversationStepEvent

ConversationIDGTE applies the GTE predicate on the "conversation_id" field.

func ConversationIDIn

func ConversationIDIn(vs ...uuid.UUID) predicate.ProjectConversationStepEvent

ConversationIDIn applies the In predicate on the "conversation_id" field.

func ConversationIDLT

func ConversationIDLT(v uuid.UUID) predicate.ProjectConversationStepEvent

ConversationIDLT applies the LT predicate on the "conversation_id" field.

func ConversationIDLTE

func ConversationIDLTE(v uuid.UUID) predicate.ProjectConversationStepEvent

ConversationIDLTE applies the LTE predicate on the "conversation_id" field.

func ConversationIDNEQ

func ConversationIDNEQ(v uuid.UUID) predicate.ProjectConversationStepEvent

ConversationIDNEQ applies the NEQ predicate on the "conversation_id" field.

func ConversationIDNotIn

func ConversationIDNotIn(vs ...uuid.UUID) predicate.ProjectConversationStepEvent

ConversationIDNotIn applies the NotIn predicate on the "conversation_id" field.

func CreatedAt

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

func CreatedAtEQ

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

func CreatedAtGT

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

func CreatedAtGTE

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

func CreatedAtIn

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

func CreatedAtLT

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

func CreatedAtLTE

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

func CreatedAtNEQ

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

func CreatedAtNotIn

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

CreatedAtNotIn applies the NotIn predicate on the "created_at" 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

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

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 PrincipalID

PrincipalID applies equality check predicate on the "principal_id" field. It's identical to PrincipalIDEQ.

func PrincipalIDEQ

PrincipalIDEQ applies the EQ predicate on the "principal_id" field.

func PrincipalIDGT

PrincipalIDGT applies the GT predicate on the "principal_id" field.

func PrincipalIDGTE

PrincipalIDGTE applies the GTE predicate on the "principal_id" field.

func PrincipalIDIn

func PrincipalIDIn(vs ...uuid.UUID) predicate.ProjectConversationStepEvent

PrincipalIDIn applies the In predicate on the "principal_id" field.

func PrincipalIDLT

PrincipalIDLT applies the LT predicate on the "principal_id" field.

func PrincipalIDLTE

PrincipalIDLTE applies the LTE predicate on the "principal_id" field.

func PrincipalIDNEQ

PrincipalIDNEQ applies the NEQ predicate on the "principal_id" field.

func PrincipalIDNotIn

func PrincipalIDNotIn(vs ...uuid.UUID) predicate.ProjectConversationStepEvent

PrincipalIDNotIn applies the NotIn predicate on the "principal_id" field.

func ProjectID

ProjectID applies equality check predicate on the "project_id" field. It's identical to ProjectIDEQ.

func ProjectIDEQ

ProjectIDEQ applies the EQ predicate on the "project_id" field.

func ProjectIDGT

ProjectIDGT applies the GT predicate on the "project_id" field.

func ProjectIDGTE

ProjectIDGTE applies the GTE predicate on the "project_id" field.

func ProjectIDIn

ProjectIDIn applies the In predicate on the "project_id" field.

func ProjectIDLT

ProjectIDLT applies the LT predicate on the "project_id" field.

func ProjectIDLTE

ProjectIDLTE applies the LTE predicate on the "project_id" field.

func ProjectIDNEQ

ProjectIDNEQ applies the NEQ predicate on the "project_id" field.

func ProjectIDNotIn

func ProjectIDNotIn(vs ...uuid.UUID) predicate.ProjectConversationStepEvent

ProjectIDNotIn applies the NotIn predicate on the "project_id" field.

func RunID

RunID applies equality check predicate on the "run_id" field. It's identical to RunIDEQ.

func RunIDEQ

RunIDEQ applies the EQ predicate on the "run_id" field.

func RunIDGT

RunIDGT applies the GT predicate on the "run_id" field.

func RunIDGTE

RunIDGTE applies the GTE predicate on the "run_id" field.

func RunIDIn

RunIDIn applies the In predicate on the "run_id" field.

func RunIDLT

RunIDLT applies the LT predicate on the "run_id" field.

func RunIDLTE

RunIDLTE applies the LTE predicate on the "run_id" field.

func RunIDNEQ

RunIDNEQ applies the NEQ predicate on the "run_id" field.

func RunIDNotIn

RunIDNotIn applies the NotIn predicate on the "run_id" field.

func SourceTraceEventID

func SourceTraceEventID(v uuid.UUID) predicate.ProjectConversationStepEvent

SourceTraceEventID applies equality check predicate on the "source_trace_event_id" field. It's identical to SourceTraceEventIDEQ.

func SourceTraceEventIDEQ

func SourceTraceEventIDEQ(v uuid.UUID) predicate.ProjectConversationStepEvent

SourceTraceEventIDEQ applies the EQ predicate on the "source_trace_event_id" field.

func SourceTraceEventIDGT

func SourceTraceEventIDGT(v uuid.UUID) predicate.ProjectConversationStepEvent

SourceTraceEventIDGT applies the GT predicate on the "source_trace_event_id" field.

func SourceTraceEventIDGTE

func SourceTraceEventIDGTE(v uuid.UUID) predicate.ProjectConversationStepEvent

SourceTraceEventIDGTE applies the GTE predicate on the "source_trace_event_id" field.

func SourceTraceEventIDIn

func SourceTraceEventIDIn(vs ...uuid.UUID) predicate.ProjectConversationStepEvent

SourceTraceEventIDIn applies the In predicate on the "source_trace_event_id" field.

func SourceTraceEventIDIsNil

func SourceTraceEventIDIsNil() predicate.ProjectConversationStepEvent

SourceTraceEventIDIsNil applies the IsNil predicate on the "source_trace_event_id" field.

func SourceTraceEventIDLT

func SourceTraceEventIDLT(v uuid.UUID) predicate.ProjectConversationStepEvent

SourceTraceEventIDLT applies the LT predicate on the "source_trace_event_id" field.

func SourceTraceEventIDLTE

func SourceTraceEventIDLTE(v uuid.UUID) predicate.ProjectConversationStepEvent

SourceTraceEventIDLTE applies the LTE predicate on the "source_trace_event_id" field.

func SourceTraceEventIDNEQ

func SourceTraceEventIDNEQ(v uuid.UUID) predicate.ProjectConversationStepEvent

SourceTraceEventIDNEQ applies the NEQ predicate on the "source_trace_event_id" field.

func SourceTraceEventIDNotIn

func SourceTraceEventIDNotIn(vs ...uuid.UUID) predicate.ProjectConversationStepEvent

SourceTraceEventIDNotIn applies the NotIn predicate on the "source_trace_event_id" field.

func SourceTraceEventIDNotNil

func SourceTraceEventIDNotNil() predicate.ProjectConversationStepEvent

SourceTraceEventIDNotNil applies the NotNil predicate on the "source_trace_event_id" field.

func StepStatus

StepStatus applies equality check predicate on the "step_status" field. It's identical to StepStatusEQ.

func StepStatusContains

func StepStatusContains(v string) predicate.ProjectConversationStepEvent

StepStatusContains applies the Contains predicate on the "step_status" field.

func StepStatusContainsFold

func StepStatusContainsFold(v string) predicate.ProjectConversationStepEvent

StepStatusContainsFold applies the ContainsFold predicate on the "step_status" field.

func StepStatusEQ

StepStatusEQ applies the EQ predicate on the "step_status" field.

func StepStatusEqualFold

func StepStatusEqualFold(v string) predicate.ProjectConversationStepEvent

StepStatusEqualFold applies the EqualFold predicate on the "step_status" field.

func StepStatusGT

StepStatusGT applies the GT predicate on the "step_status" field.

func StepStatusGTE

StepStatusGTE applies the GTE predicate on the "step_status" field.

func StepStatusHasPrefix

func StepStatusHasPrefix(v string) predicate.ProjectConversationStepEvent

StepStatusHasPrefix applies the HasPrefix predicate on the "step_status" field.

func StepStatusHasSuffix

func StepStatusHasSuffix(v string) predicate.ProjectConversationStepEvent

StepStatusHasSuffix applies the HasSuffix predicate on the "step_status" field.

func StepStatusIn

func StepStatusIn(vs ...string) predicate.ProjectConversationStepEvent

StepStatusIn applies the In predicate on the "step_status" field.

func StepStatusLT

StepStatusLT applies the LT predicate on the "step_status" field.

func StepStatusLTE

StepStatusLTE applies the LTE predicate on the "step_status" field.

func StepStatusNEQ

StepStatusNEQ applies the NEQ predicate on the "step_status" field.

func StepStatusNotIn

func StepStatusNotIn(vs ...string) predicate.ProjectConversationStepEvent

StepStatusNotIn applies the NotIn predicate on the "step_status" field.

func Summary

Summary applies equality check predicate on the "summary" field. It's identical to SummaryEQ.

func SummaryContains

SummaryContains applies the Contains predicate on the "summary" field.

func SummaryContainsFold

func SummaryContainsFold(v string) predicate.ProjectConversationStepEvent

SummaryContainsFold applies the ContainsFold predicate on the "summary" field.

func SummaryEQ

SummaryEQ applies the EQ predicate on the "summary" field.

func SummaryEqualFold

func SummaryEqualFold(v string) predicate.ProjectConversationStepEvent

SummaryEqualFold applies the EqualFold predicate on the "summary" field.

func SummaryGT

SummaryGT applies the GT predicate on the "summary" field.

func SummaryGTE

SummaryGTE applies the GTE predicate on the "summary" field.

func SummaryHasPrefix

func SummaryHasPrefix(v string) predicate.ProjectConversationStepEvent

SummaryHasPrefix applies the HasPrefix predicate on the "summary" field.

func SummaryHasSuffix

func SummaryHasSuffix(v string) predicate.ProjectConversationStepEvent

SummaryHasSuffix applies the HasSuffix predicate on the "summary" field.

func SummaryIn

SummaryIn applies the In predicate on the "summary" field.

func SummaryIsNil

SummaryIsNil applies the IsNil predicate on the "summary" field.

func SummaryLT

SummaryLT applies the LT predicate on the "summary" field.

func SummaryLTE

SummaryLTE applies the LTE predicate on the "summary" field.

func SummaryNEQ

SummaryNEQ applies the NEQ predicate on the "summary" field.

func SummaryNotIn

func SummaryNotIn(vs ...string) predicate.ProjectConversationStepEvent

SummaryNotIn applies the NotIn predicate on the "summary" field.

func SummaryNotNil

SummaryNotNil applies the NotNil predicate on the "summary" 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 ProjectConversationStepEvent queries.

func ByConversationID

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

ByConversationID orders the results by the conversation_id 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 ByPrincipalID

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

ByPrincipalID orders the results by the principal_id field.

func ByProjectID

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

ByProjectID orders the results by the project_id field.

func ByRunID

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

ByRunID orders the results by the run_id field.

func BySourceTraceEventID

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

BySourceTraceEventID orders the results by the source_trace_event_id field.

func ByStepStatus

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

ByStepStatus orders the results by the step_status field.

func BySummary

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

BySummary orders the results by the summary field.

Jump to

Keyboard shortcuts

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