Documentation
¶
Index ¶
- Constants
- Variables
- func And(predicates ...predicate.ProjectConversationStepEvent) predicate.ProjectConversationStepEvent
- func ConversationID(v uuid.UUID) predicate.ProjectConversationStepEvent
- func ConversationIDEQ(v uuid.UUID) predicate.ProjectConversationStepEvent
- func ConversationIDGT(v uuid.UUID) predicate.ProjectConversationStepEvent
- func ConversationIDGTE(v uuid.UUID) predicate.ProjectConversationStepEvent
- func ConversationIDIn(vs ...uuid.UUID) predicate.ProjectConversationStepEvent
- func ConversationIDLT(v uuid.UUID) predicate.ProjectConversationStepEvent
- func ConversationIDLTE(v uuid.UUID) predicate.ProjectConversationStepEvent
- func ConversationIDNEQ(v uuid.UUID) predicate.ProjectConversationStepEvent
- func ConversationIDNotIn(vs ...uuid.UUID) predicate.ProjectConversationStepEvent
- func CreatedAt(v time.Time) predicate.ProjectConversationStepEvent
- func CreatedAtEQ(v time.Time) predicate.ProjectConversationStepEvent
- func CreatedAtGT(v time.Time) predicate.ProjectConversationStepEvent
- func CreatedAtGTE(v time.Time) predicate.ProjectConversationStepEvent
- func CreatedAtIn(vs ...time.Time) predicate.ProjectConversationStepEvent
- func CreatedAtLT(v time.Time) predicate.ProjectConversationStepEvent
- func CreatedAtLTE(v time.Time) predicate.ProjectConversationStepEvent
- func CreatedAtNEQ(v time.Time) predicate.ProjectConversationStepEvent
- func CreatedAtNotIn(vs ...time.Time) predicate.ProjectConversationStepEvent
- func ID(id uuid.UUID) predicate.ProjectConversationStepEvent
- func IDEQ(id uuid.UUID) predicate.ProjectConversationStepEvent
- func IDGT(id uuid.UUID) predicate.ProjectConversationStepEvent
- func IDGTE(id uuid.UUID) predicate.ProjectConversationStepEvent
- func IDIn(ids ...uuid.UUID) predicate.ProjectConversationStepEvent
- func IDLT(id uuid.UUID) predicate.ProjectConversationStepEvent
- func IDLTE(id uuid.UUID) predicate.ProjectConversationStepEvent
- func IDNEQ(id uuid.UUID) predicate.ProjectConversationStepEvent
- func IDNotIn(ids ...uuid.UUID) predicate.ProjectConversationStepEvent
- func Not(p predicate.ProjectConversationStepEvent) predicate.ProjectConversationStepEvent
- func Or(predicates ...predicate.ProjectConversationStepEvent) predicate.ProjectConversationStepEvent
- func PrincipalID(v uuid.UUID) predicate.ProjectConversationStepEvent
- func PrincipalIDEQ(v uuid.UUID) predicate.ProjectConversationStepEvent
- func PrincipalIDGT(v uuid.UUID) predicate.ProjectConversationStepEvent
- func PrincipalIDGTE(v uuid.UUID) predicate.ProjectConversationStepEvent
- func PrincipalIDIn(vs ...uuid.UUID) predicate.ProjectConversationStepEvent
- func PrincipalIDLT(v uuid.UUID) predicate.ProjectConversationStepEvent
- func PrincipalIDLTE(v uuid.UUID) predicate.ProjectConversationStepEvent
- func PrincipalIDNEQ(v uuid.UUID) predicate.ProjectConversationStepEvent
- func PrincipalIDNotIn(vs ...uuid.UUID) predicate.ProjectConversationStepEvent
- func ProjectID(v uuid.UUID) predicate.ProjectConversationStepEvent
- func ProjectIDEQ(v uuid.UUID) predicate.ProjectConversationStepEvent
- func ProjectIDGT(v uuid.UUID) predicate.ProjectConversationStepEvent
- func ProjectIDGTE(v uuid.UUID) predicate.ProjectConversationStepEvent
- func ProjectIDIn(vs ...uuid.UUID) predicate.ProjectConversationStepEvent
- func ProjectIDLT(v uuid.UUID) predicate.ProjectConversationStepEvent
- func ProjectIDLTE(v uuid.UUID) predicate.ProjectConversationStepEvent
- func ProjectIDNEQ(v uuid.UUID) predicate.ProjectConversationStepEvent
- func ProjectIDNotIn(vs ...uuid.UUID) predicate.ProjectConversationStepEvent
- func RunID(v uuid.UUID) predicate.ProjectConversationStepEvent
- func RunIDEQ(v uuid.UUID) predicate.ProjectConversationStepEvent
- func RunIDGT(v uuid.UUID) predicate.ProjectConversationStepEvent
- func RunIDGTE(v uuid.UUID) predicate.ProjectConversationStepEvent
- func RunIDIn(vs ...uuid.UUID) predicate.ProjectConversationStepEvent
- func RunIDLT(v uuid.UUID) predicate.ProjectConversationStepEvent
- func RunIDLTE(v uuid.UUID) predicate.ProjectConversationStepEvent
- func RunIDNEQ(v uuid.UUID) predicate.ProjectConversationStepEvent
- func RunIDNotIn(vs ...uuid.UUID) predicate.ProjectConversationStepEvent
- func SourceTraceEventID(v uuid.UUID) predicate.ProjectConversationStepEvent
- func SourceTraceEventIDEQ(v uuid.UUID) predicate.ProjectConversationStepEvent
- func SourceTraceEventIDGT(v uuid.UUID) predicate.ProjectConversationStepEvent
- func SourceTraceEventIDGTE(v uuid.UUID) predicate.ProjectConversationStepEvent
- func SourceTraceEventIDIn(vs ...uuid.UUID) predicate.ProjectConversationStepEvent
- func SourceTraceEventIDIsNil() predicate.ProjectConversationStepEvent
- func SourceTraceEventIDLT(v uuid.UUID) predicate.ProjectConversationStepEvent
- func SourceTraceEventIDLTE(v uuid.UUID) predicate.ProjectConversationStepEvent
- func SourceTraceEventIDNEQ(v uuid.UUID) predicate.ProjectConversationStepEvent
- func SourceTraceEventIDNotIn(vs ...uuid.UUID) predicate.ProjectConversationStepEvent
- func SourceTraceEventIDNotNil() predicate.ProjectConversationStepEvent
- func StepStatus(v string) predicate.ProjectConversationStepEvent
- func StepStatusContains(v string) predicate.ProjectConversationStepEvent
- func StepStatusContainsFold(v string) predicate.ProjectConversationStepEvent
- func StepStatusEQ(v string) predicate.ProjectConversationStepEvent
- func StepStatusEqualFold(v string) predicate.ProjectConversationStepEvent
- func StepStatusGT(v string) predicate.ProjectConversationStepEvent
- func StepStatusGTE(v string) predicate.ProjectConversationStepEvent
- func StepStatusHasPrefix(v string) predicate.ProjectConversationStepEvent
- func StepStatusHasSuffix(v string) predicate.ProjectConversationStepEvent
- func StepStatusIn(vs ...string) predicate.ProjectConversationStepEvent
- func StepStatusLT(v string) predicate.ProjectConversationStepEvent
- func StepStatusLTE(v string) predicate.ProjectConversationStepEvent
- func StepStatusNEQ(v string) predicate.ProjectConversationStepEvent
- func StepStatusNotIn(vs ...string) predicate.ProjectConversationStepEvent
- func Summary(v string) predicate.ProjectConversationStepEvent
- func SummaryContains(v string) predicate.ProjectConversationStepEvent
- func SummaryContainsFold(v string) predicate.ProjectConversationStepEvent
- func SummaryEQ(v string) predicate.ProjectConversationStepEvent
- func SummaryEqualFold(v string) predicate.ProjectConversationStepEvent
- func SummaryGT(v string) predicate.ProjectConversationStepEvent
- func SummaryGTE(v string) predicate.ProjectConversationStepEvent
- func SummaryHasPrefix(v string) predicate.ProjectConversationStepEvent
- func SummaryHasSuffix(v string) predicate.ProjectConversationStepEvent
- func SummaryIn(vs ...string) predicate.ProjectConversationStepEvent
- func SummaryIsNil() predicate.ProjectConversationStepEvent
- func SummaryLT(v string) predicate.ProjectConversationStepEvent
- func SummaryLTE(v string) predicate.ProjectConversationStepEvent
- func SummaryNEQ(v string) predicate.ProjectConversationStepEvent
- func SummaryNotIn(vs ...string) predicate.ProjectConversationStepEvent
- func SummaryNotNil() predicate.ProjectConversationStepEvent
- func ValidColumn(column string) bool
- type OrderOption
- func ByConversationID(opts ...sql.OrderTermOption) OrderOption
- func ByCreatedAt(opts ...sql.OrderTermOption) OrderOption
- func ByID(opts ...sql.OrderTermOption) OrderOption
- func ByPrincipalID(opts ...sql.OrderTermOption) OrderOption
- func ByProjectID(opts ...sql.OrderTermOption) OrderOption
- func ByRunID(opts ...sql.OrderTermOption) OrderOption
- func BySourceTraceEventID(opts ...sql.OrderTermOption) OrderOption
- func ByStepStatus(opts ...sql.OrderTermOption) OrderOption
- func BySummary(opts ...sql.OrderTermOption) OrderOption
Constants ¶
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 ¶
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 )
var Columns = []string{ FieldID, FieldPrincipalID, FieldRunID, FieldConversationID, FieldProjectID, FieldStepStatus, FieldSummary, FieldSourceTraceEventID, FieldCreatedAt, }
Columns holds all SQL columns for projectconversationstepevent fields.
Functions ¶
func And ¶
func And(predicates ...predicate.ProjectConversationStepEvent) predicate.ProjectConversationStepEvent
And groups predicates with the AND operator between them.
func ConversationID ¶
func ConversationID(v uuid.UUID) predicate.ProjectConversationStepEvent
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 ¶
func CreatedAt(v time.Time) predicate.ProjectConversationStepEvent
CreatedAt applies equality check predicate on the "created_at" field. It's identical to CreatedAtEQ.
func CreatedAtEQ ¶
func CreatedAtEQ(v time.Time) predicate.ProjectConversationStepEvent
CreatedAtEQ applies the EQ predicate on the "created_at" field.
func CreatedAtGT ¶
func CreatedAtGT(v time.Time) predicate.ProjectConversationStepEvent
CreatedAtGT applies the GT predicate on the "created_at" field.
func CreatedAtGTE ¶
func CreatedAtGTE(v time.Time) predicate.ProjectConversationStepEvent
CreatedAtGTE applies the GTE predicate on the "created_at" field.
func CreatedAtIn ¶
func CreatedAtIn(vs ...time.Time) predicate.ProjectConversationStepEvent
CreatedAtIn applies the In predicate on the "created_at" field.
func CreatedAtLT ¶
func CreatedAtLT(v time.Time) predicate.ProjectConversationStepEvent
CreatedAtLT applies the LT predicate on the "created_at" field.
func CreatedAtLTE ¶
func CreatedAtLTE(v time.Time) predicate.ProjectConversationStepEvent
CreatedAtLTE applies the LTE predicate on the "created_at" field.
func CreatedAtNEQ ¶
func CreatedAtNEQ(v time.Time) predicate.ProjectConversationStepEvent
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 ¶
func ID(id uuid.UUID) predicate.ProjectConversationStepEvent
ID filters vertices based on their ID field.
func IDEQ ¶
func IDEQ(id uuid.UUID) predicate.ProjectConversationStepEvent
IDEQ applies the EQ predicate on the ID field.
func IDGT ¶
func IDGT(id uuid.UUID) predicate.ProjectConversationStepEvent
IDGT applies the GT predicate on the ID field.
func IDGTE ¶
func IDGTE(id uuid.UUID) predicate.ProjectConversationStepEvent
IDGTE applies the GTE predicate on the ID field.
func IDIn ¶
func IDIn(ids ...uuid.UUID) predicate.ProjectConversationStepEvent
IDIn applies the In predicate on the ID field.
func IDLT ¶
func IDLT(id uuid.UUID) predicate.ProjectConversationStepEvent
IDLT applies the LT predicate on the ID field.
func IDLTE ¶
func IDLTE(id uuid.UUID) predicate.ProjectConversationStepEvent
IDLTE applies the LTE predicate on the ID field.
func IDNEQ ¶
func IDNEQ(id uuid.UUID) predicate.ProjectConversationStepEvent
IDNEQ applies the NEQ predicate on the ID field.
func IDNotIn ¶
func IDNotIn(ids ...uuid.UUID) predicate.ProjectConversationStepEvent
IDNotIn applies the NotIn predicate on the ID field.
func Or ¶
func Or(predicates ...predicate.ProjectConversationStepEvent) predicate.ProjectConversationStepEvent
Or groups predicates with the OR operator between them.
func PrincipalID ¶
func PrincipalID(v uuid.UUID) predicate.ProjectConversationStepEvent
PrincipalID applies equality check predicate on the "principal_id" field. It's identical to PrincipalIDEQ.
func PrincipalIDEQ ¶
func PrincipalIDEQ(v uuid.UUID) predicate.ProjectConversationStepEvent
PrincipalIDEQ applies the EQ predicate on the "principal_id" field.
func PrincipalIDGT ¶
func PrincipalIDGT(v uuid.UUID) predicate.ProjectConversationStepEvent
PrincipalIDGT applies the GT predicate on the "principal_id" field.
func PrincipalIDGTE ¶
func PrincipalIDGTE(v uuid.UUID) predicate.ProjectConversationStepEvent
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 ¶
func PrincipalIDLT(v uuid.UUID) predicate.ProjectConversationStepEvent
PrincipalIDLT applies the LT predicate on the "principal_id" field.
func PrincipalIDLTE ¶
func PrincipalIDLTE(v uuid.UUID) predicate.ProjectConversationStepEvent
PrincipalIDLTE applies the LTE predicate on the "principal_id" field.
func PrincipalIDNEQ ¶
func PrincipalIDNEQ(v uuid.UUID) predicate.ProjectConversationStepEvent
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 ¶
func ProjectID(v uuid.UUID) predicate.ProjectConversationStepEvent
ProjectID applies equality check predicate on the "project_id" field. It's identical to ProjectIDEQ.
func ProjectIDEQ ¶
func ProjectIDEQ(v uuid.UUID) predicate.ProjectConversationStepEvent
ProjectIDEQ applies the EQ predicate on the "project_id" field.
func ProjectIDGT ¶
func ProjectIDGT(v uuid.UUID) predicate.ProjectConversationStepEvent
ProjectIDGT applies the GT predicate on the "project_id" field.
func ProjectIDGTE ¶
func ProjectIDGTE(v uuid.UUID) predicate.ProjectConversationStepEvent
ProjectIDGTE applies the GTE predicate on the "project_id" field.
func ProjectIDIn ¶
func ProjectIDIn(vs ...uuid.UUID) predicate.ProjectConversationStepEvent
ProjectIDIn applies the In predicate on the "project_id" field.
func ProjectIDLT ¶
func ProjectIDLT(v uuid.UUID) predicate.ProjectConversationStepEvent
ProjectIDLT applies the LT predicate on the "project_id" field.
func ProjectIDLTE ¶
func ProjectIDLTE(v uuid.UUID) predicate.ProjectConversationStepEvent
ProjectIDLTE applies the LTE predicate on the "project_id" field.
func ProjectIDNEQ ¶
func ProjectIDNEQ(v uuid.UUID) predicate.ProjectConversationStepEvent
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 ¶
func RunID(v uuid.UUID) predicate.ProjectConversationStepEvent
RunID applies equality check predicate on the "run_id" field. It's identical to RunIDEQ.
func RunIDEQ ¶
func RunIDEQ(v uuid.UUID) predicate.ProjectConversationStepEvent
RunIDEQ applies the EQ predicate on the "run_id" field.
func RunIDGT ¶
func RunIDGT(v uuid.UUID) predicate.ProjectConversationStepEvent
RunIDGT applies the GT predicate on the "run_id" field.
func RunIDGTE ¶
func RunIDGTE(v uuid.UUID) predicate.ProjectConversationStepEvent
RunIDGTE applies the GTE predicate on the "run_id" field.
func RunIDIn ¶
func RunIDIn(vs ...uuid.UUID) predicate.ProjectConversationStepEvent
RunIDIn applies the In predicate on the "run_id" field.
func RunIDLT ¶
func RunIDLT(v uuid.UUID) predicate.ProjectConversationStepEvent
RunIDLT applies the LT predicate on the "run_id" field.
func RunIDLTE ¶
func RunIDLTE(v uuid.UUID) predicate.ProjectConversationStepEvent
RunIDLTE applies the LTE predicate on the "run_id" field.
func RunIDNEQ ¶
func RunIDNEQ(v uuid.UUID) predicate.ProjectConversationStepEvent
RunIDNEQ applies the NEQ predicate on the "run_id" field.
func RunIDNotIn ¶
func RunIDNotIn(vs ...uuid.UUID) predicate.ProjectConversationStepEvent
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 ¶
func StepStatus(v string) predicate.ProjectConversationStepEvent
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 ¶
func StepStatusEQ(v string) predicate.ProjectConversationStepEvent
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 ¶
func StepStatusGT(v string) predicate.ProjectConversationStepEvent
StepStatusGT applies the GT predicate on the "step_status" field.
func StepStatusGTE ¶
func StepStatusGTE(v string) predicate.ProjectConversationStepEvent
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 ¶
func StepStatusLT(v string) predicate.ProjectConversationStepEvent
StepStatusLT applies the LT predicate on the "step_status" field.
func StepStatusLTE ¶
func StepStatusLTE(v string) predicate.ProjectConversationStepEvent
StepStatusLTE applies the LTE predicate on the "step_status" field.
func StepStatusNEQ ¶
func StepStatusNEQ(v string) predicate.ProjectConversationStepEvent
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 ¶
func Summary(v string) predicate.ProjectConversationStepEvent
Summary applies equality check predicate on the "summary" field. It's identical to SummaryEQ.
func SummaryContains ¶
func SummaryContains(v string) predicate.ProjectConversationStepEvent
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 ¶
func SummaryEQ(v string) predicate.ProjectConversationStepEvent
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 ¶
func SummaryGT(v string) predicate.ProjectConversationStepEvent
SummaryGT applies the GT predicate on the "summary" field.
func SummaryGTE ¶
func SummaryGTE(v string) predicate.ProjectConversationStepEvent
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 ¶
func SummaryIn(vs ...string) predicate.ProjectConversationStepEvent
SummaryIn applies the In predicate on the "summary" field.
func SummaryIsNil ¶
func SummaryIsNil() predicate.ProjectConversationStepEvent
SummaryIsNil applies the IsNil predicate on the "summary" field.
func SummaryLT ¶
func SummaryLT(v string) predicate.ProjectConversationStepEvent
SummaryLT applies the LT predicate on the "summary" field.
func SummaryLTE ¶
func SummaryLTE(v string) predicate.ProjectConversationStepEvent
SummaryLTE applies the LTE predicate on the "summary" field.
func SummaryNEQ ¶
func SummaryNEQ(v string) predicate.ProjectConversationStepEvent
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 ¶
func SummaryNotNil() predicate.ProjectConversationStepEvent
SummaryNotNil applies the NotNil predicate on the "summary" field.
func ValidColumn ¶
ValidColumn reports if the column name is valid (part of the table columns).
Types ¶
type OrderOption ¶
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.