Documentation
¶
Index ¶
- Constants
- Variables
- func And(predicates ...predicate.FeedbackChatHistoriesRecapsReactions) predicate.FeedbackChatHistoriesRecapsReactions
- func ChatID(v int64) predicate.FeedbackChatHistoriesRecapsReactions
- func ChatIDEQ(v int64) predicate.FeedbackChatHistoriesRecapsReactions
- func ChatIDGT(v int64) predicate.FeedbackChatHistoriesRecapsReactions
- func ChatIDGTE(v int64) predicate.FeedbackChatHistoriesRecapsReactions
- func ChatIDIn(vs ...int64) predicate.FeedbackChatHistoriesRecapsReactions
- func ChatIDLT(v int64) predicate.FeedbackChatHistoriesRecapsReactions
- func ChatIDLTE(v int64) predicate.FeedbackChatHistoriesRecapsReactions
- func ChatIDNEQ(v int64) predicate.FeedbackChatHistoriesRecapsReactions
- func ChatIDNotIn(vs ...int64) predicate.FeedbackChatHistoriesRecapsReactions
- func CreatedAt(v int64) predicate.FeedbackChatHistoriesRecapsReactions
- func CreatedAtEQ(v int64) predicate.FeedbackChatHistoriesRecapsReactions
- func CreatedAtGT(v int64) predicate.FeedbackChatHistoriesRecapsReactions
- func CreatedAtGTE(v int64) predicate.FeedbackChatHistoriesRecapsReactions
- func CreatedAtIn(vs ...int64) predicate.FeedbackChatHistoriesRecapsReactions
- func CreatedAtLT(v int64) predicate.FeedbackChatHistoriesRecapsReactions
- func CreatedAtLTE(v int64) predicate.FeedbackChatHistoriesRecapsReactions
- func CreatedAtNEQ(v int64) predicate.FeedbackChatHistoriesRecapsReactions
- func CreatedAtNotIn(vs ...int64) predicate.FeedbackChatHistoriesRecapsReactions
- func ID(id uuid.UUID) predicate.FeedbackChatHistoriesRecapsReactions
- func IDEQ(id uuid.UUID) predicate.FeedbackChatHistoriesRecapsReactions
- func IDGT(id uuid.UUID) predicate.FeedbackChatHistoriesRecapsReactions
- func IDGTE(id uuid.UUID) predicate.FeedbackChatHistoriesRecapsReactions
- func IDIn(ids ...uuid.UUID) predicate.FeedbackChatHistoriesRecapsReactions
- func IDLT(id uuid.UUID) predicate.FeedbackChatHistoriesRecapsReactions
- func IDLTE(id uuid.UUID) predicate.FeedbackChatHistoriesRecapsReactions
- func IDNEQ(id uuid.UUID) predicate.FeedbackChatHistoriesRecapsReactions
- func IDNotIn(ids ...uuid.UUID) predicate.FeedbackChatHistoriesRecapsReactions
- func LogID(v uuid.UUID) predicate.FeedbackChatHistoriesRecapsReactions
- func LogIDEQ(v uuid.UUID) predicate.FeedbackChatHistoriesRecapsReactions
- func LogIDGT(v uuid.UUID) predicate.FeedbackChatHistoriesRecapsReactions
- func LogIDGTE(v uuid.UUID) predicate.FeedbackChatHistoriesRecapsReactions
- func LogIDIn(vs ...uuid.UUID) predicate.FeedbackChatHistoriesRecapsReactions
- func LogIDLT(v uuid.UUID) predicate.FeedbackChatHistoriesRecapsReactions
- func LogIDLTE(v uuid.UUID) predicate.FeedbackChatHistoriesRecapsReactions
- func LogIDNEQ(v uuid.UUID) predicate.FeedbackChatHistoriesRecapsReactions
- func LogIDNotIn(vs ...uuid.UUID) predicate.FeedbackChatHistoriesRecapsReactions
- func Not(p predicate.FeedbackChatHistoriesRecapsReactions) predicate.FeedbackChatHistoriesRecapsReactions
- func Or(predicates ...predicate.FeedbackChatHistoriesRecapsReactions) predicate.FeedbackChatHistoriesRecapsReactions
- func TypeEQ(v Type) predicate.FeedbackChatHistoriesRecapsReactions
- func TypeIn(vs ...Type) predicate.FeedbackChatHistoriesRecapsReactions
- func TypeNEQ(v Type) predicate.FeedbackChatHistoriesRecapsReactions
- func TypeNotIn(vs ...Type) predicate.FeedbackChatHistoriesRecapsReactions
- func TypeValidator(_type Type) error
- func UpdatedAt(v int64) predicate.FeedbackChatHistoriesRecapsReactions
- func UpdatedAtEQ(v int64) predicate.FeedbackChatHistoriesRecapsReactions
- func UpdatedAtGT(v int64) predicate.FeedbackChatHistoriesRecapsReactions
- func UpdatedAtGTE(v int64) predicate.FeedbackChatHistoriesRecapsReactions
- func UpdatedAtIn(vs ...int64) predicate.FeedbackChatHistoriesRecapsReactions
- func UpdatedAtLT(v int64) predicate.FeedbackChatHistoriesRecapsReactions
- func UpdatedAtLTE(v int64) predicate.FeedbackChatHistoriesRecapsReactions
- func UpdatedAtNEQ(v int64) predicate.FeedbackChatHistoriesRecapsReactions
- func UpdatedAtNotIn(vs ...int64) predicate.FeedbackChatHistoriesRecapsReactions
- func UserID(v int64) predicate.FeedbackChatHistoriesRecapsReactions
- func UserIDEQ(v int64) predicate.FeedbackChatHistoriesRecapsReactions
- func UserIDGT(v int64) predicate.FeedbackChatHistoriesRecapsReactions
- func UserIDGTE(v int64) predicate.FeedbackChatHistoriesRecapsReactions
- func UserIDIn(vs ...int64) predicate.FeedbackChatHistoriesRecapsReactions
- func UserIDLT(v int64) predicate.FeedbackChatHistoriesRecapsReactions
- func UserIDLTE(v int64) predicate.FeedbackChatHistoriesRecapsReactions
- func UserIDNEQ(v int64) predicate.FeedbackChatHistoriesRecapsReactions
- func UserIDNotIn(vs ...int64) predicate.FeedbackChatHistoriesRecapsReactions
- func ValidColumn(column string) bool
- type OrderOption
- func ByChatID(opts ...sql.OrderTermOption) OrderOption
- func ByCreatedAt(opts ...sql.OrderTermOption) OrderOption
- func ByID(opts ...sql.OrderTermOption) OrderOption
- func ByLogID(opts ...sql.OrderTermOption) OrderOption
- func ByType(opts ...sql.OrderTermOption) OrderOption
- func ByUpdatedAt(opts ...sql.OrderTermOption) OrderOption
- func ByUserID(opts ...sql.OrderTermOption) OrderOption
- type Type
Constants ¶
const ( // Label holds the string label denoting the feedbackchathistoriesrecapsreactions type in the database. Label = "feedback_chat_histories_recaps_reactions" // FieldID holds the string denoting the id field in the database. FieldID = "id" // FieldChatID holds the string denoting the chat_id field in the database. FieldChatID = "chat_id" // FieldLogID holds the string denoting the log_id field in the database. FieldLogID = "log_id" // FieldUserID holds the string denoting the user_id field in the database. FieldUserID = "user_id" // FieldType holds the string denoting the type field in the database. FieldType = "type" // FieldCreatedAt holds the string denoting the created_at field in the database. FieldCreatedAt = "created_at" // FieldUpdatedAt holds the string denoting the updated_at field in the database. FieldUpdatedAt = "updated_at" // Table holds the table name of the feedbackchathistoriesrecapsreactions in the database. Table = "feedback_chat_histories_recaps_reactions" )
const DefaultType = TypeNone
TypeNone is the default value of the Type enum.
Variables ¶
var ( // DefaultChatID holds the default value on creation for the "chat_id" field. DefaultChatID int64 // DefaultLogID holds the default value on creation for the "log_id" field. DefaultLogID func() uuid.UUID // DefaultUserID holds the default value on creation for the "user_id" field. DefaultUserID int64 // DefaultCreatedAt holds the default value on creation for the "created_at" field. DefaultCreatedAt func() int64 // DefaultUpdatedAt holds the default value on creation for the "updated_at" field. DefaultUpdatedAt func() int64 // DefaultID holds the default value on creation for the "id" field. DefaultID func() uuid.UUID )
var Columns = []string{ FieldID, FieldChatID, FieldLogID, FieldUserID, FieldType, FieldCreatedAt, FieldUpdatedAt, }
Columns holds all SQL columns for feedbackchathistoriesrecapsreactions fields.
Functions ¶
func And ¶
func And(predicates ...predicate.FeedbackChatHistoriesRecapsReactions) predicate.FeedbackChatHistoriesRecapsReactions
And groups predicates with the AND operator between them.
func ChatID ¶
func ChatID(v int64) predicate.FeedbackChatHistoriesRecapsReactions
ChatID applies equality check predicate on the "chat_id" field. It's identical to ChatIDEQ.
func ChatIDEQ ¶
func ChatIDEQ(v int64) predicate.FeedbackChatHistoriesRecapsReactions
ChatIDEQ applies the EQ predicate on the "chat_id" field.
func ChatIDGT ¶
func ChatIDGT(v int64) predicate.FeedbackChatHistoriesRecapsReactions
ChatIDGT applies the GT predicate on the "chat_id" field.
func ChatIDGTE ¶
func ChatIDGTE(v int64) predicate.FeedbackChatHistoriesRecapsReactions
ChatIDGTE applies the GTE predicate on the "chat_id" field.
func ChatIDIn ¶
func ChatIDIn(vs ...int64) predicate.FeedbackChatHistoriesRecapsReactions
ChatIDIn applies the In predicate on the "chat_id" field.
func ChatIDLT ¶
func ChatIDLT(v int64) predicate.FeedbackChatHistoriesRecapsReactions
ChatIDLT applies the LT predicate on the "chat_id" field.
func ChatIDLTE ¶
func ChatIDLTE(v int64) predicate.FeedbackChatHistoriesRecapsReactions
ChatIDLTE applies the LTE predicate on the "chat_id" field.
func ChatIDNEQ ¶
func ChatIDNEQ(v int64) predicate.FeedbackChatHistoriesRecapsReactions
ChatIDNEQ applies the NEQ predicate on the "chat_id" field.
func ChatIDNotIn ¶
func ChatIDNotIn(vs ...int64) predicate.FeedbackChatHistoriesRecapsReactions
ChatIDNotIn applies the NotIn predicate on the "chat_id" field.
func CreatedAt ¶
func CreatedAt(v int64) predicate.FeedbackChatHistoriesRecapsReactions
CreatedAt applies equality check predicate on the "created_at" field. It's identical to CreatedAtEQ.
func CreatedAtEQ ¶
func CreatedAtEQ(v int64) predicate.FeedbackChatHistoriesRecapsReactions
CreatedAtEQ applies the EQ predicate on the "created_at" field.
func CreatedAtGT ¶
func CreatedAtGT(v int64) predicate.FeedbackChatHistoriesRecapsReactions
CreatedAtGT applies the GT predicate on the "created_at" field.
func CreatedAtGTE ¶
func CreatedAtGTE(v int64) predicate.FeedbackChatHistoriesRecapsReactions
CreatedAtGTE applies the GTE predicate on the "created_at" field.
func CreatedAtIn ¶
func CreatedAtIn(vs ...int64) predicate.FeedbackChatHistoriesRecapsReactions
CreatedAtIn applies the In predicate on the "created_at" field.
func CreatedAtLT ¶
func CreatedAtLT(v int64) predicate.FeedbackChatHistoriesRecapsReactions
CreatedAtLT applies the LT predicate on the "created_at" field.
func CreatedAtLTE ¶
func CreatedAtLTE(v int64) predicate.FeedbackChatHistoriesRecapsReactions
CreatedAtLTE applies the LTE predicate on the "created_at" field.
func CreatedAtNEQ ¶
func CreatedAtNEQ(v int64) predicate.FeedbackChatHistoriesRecapsReactions
CreatedAtNEQ applies the NEQ predicate on the "created_at" field.
func CreatedAtNotIn ¶
func CreatedAtNotIn(vs ...int64) predicate.FeedbackChatHistoriesRecapsReactions
CreatedAtNotIn applies the NotIn predicate on the "created_at" field.
func ID ¶
func ID(id uuid.UUID) predicate.FeedbackChatHistoriesRecapsReactions
ID filters vertices based on their ID field.
func IDEQ ¶
func IDEQ(id uuid.UUID) predicate.FeedbackChatHistoriesRecapsReactions
IDEQ applies the EQ predicate on the ID field.
func IDGT ¶
func IDGT(id uuid.UUID) predicate.FeedbackChatHistoriesRecapsReactions
IDGT applies the GT predicate on the ID field.
func IDGTE ¶
func IDGTE(id uuid.UUID) predicate.FeedbackChatHistoriesRecapsReactions
IDGTE applies the GTE predicate on the ID field.
func IDIn ¶
func IDIn(ids ...uuid.UUID) predicate.FeedbackChatHistoriesRecapsReactions
IDIn applies the In predicate on the ID field.
func IDLT ¶
func IDLT(id uuid.UUID) predicate.FeedbackChatHistoriesRecapsReactions
IDLT applies the LT predicate on the ID field.
func IDLTE ¶
func IDLTE(id uuid.UUID) predicate.FeedbackChatHistoriesRecapsReactions
IDLTE applies the LTE predicate on the ID field.
func IDNEQ ¶
func IDNEQ(id uuid.UUID) predicate.FeedbackChatHistoriesRecapsReactions
IDNEQ applies the NEQ predicate on the ID field.
func IDNotIn ¶
func IDNotIn(ids ...uuid.UUID) predicate.FeedbackChatHistoriesRecapsReactions
IDNotIn applies the NotIn predicate on the ID field.
func LogID ¶
func LogID(v uuid.UUID) predicate.FeedbackChatHistoriesRecapsReactions
LogID applies equality check predicate on the "log_id" field. It's identical to LogIDEQ.
func LogIDEQ ¶
func LogIDEQ(v uuid.UUID) predicate.FeedbackChatHistoriesRecapsReactions
LogIDEQ applies the EQ predicate on the "log_id" field.
func LogIDGT ¶
func LogIDGT(v uuid.UUID) predicate.FeedbackChatHistoriesRecapsReactions
LogIDGT applies the GT predicate on the "log_id" field.
func LogIDGTE ¶
func LogIDGTE(v uuid.UUID) predicate.FeedbackChatHistoriesRecapsReactions
LogIDGTE applies the GTE predicate on the "log_id" field.
func LogIDIn ¶
func LogIDIn(vs ...uuid.UUID) predicate.FeedbackChatHistoriesRecapsReactions
LogIDIn applies the In predicate on the "log_id" field.
func LogIDLT ¶
func LogIDLT(v uuid.UUID) predicate.FeedbackChatHistoriesRecapsReactions
LogIDLT applies the LT predicate on the "log_id" field.
func LogIDLTE ¶
func LogIDLTE(v uuid.UUID) predicate.FeedbackChatHistoriesRecapsReactions
LogIDLTE applies the LTE predicate on the "log_id" field.
func LogIDNEQ ¶
func LogIDNEQ(v uuid.UUID) predicate.FeedbackChatHistoriesRecapsReactions
LogIDNEQ applies the NEQ predicate on the "log_id" field.
func LogIDNotIn ¶
func LogIDNotIn(vs ...uuid.UUID) predicate.FeedbackChatHistoriesRecapsReactions
LogIDNotIn applies the NotIn predicate on the "log_id" field.
func Not ¶
func Not(p predicate.FeedbackChatHistoriesRecapsReactions) predicate.FeedbackChatHistoriesRecapsReactions
Not applies the not operator on the given predicate.
func Or ¶
func Or(predicates ...predicate.FeedbackChatHistoriesRecapsReactions) predicate.FeedbackChatHistoriesRecapsReactions
Or groups predicates with the OR operator between them.
func TypeEQ ¶
func TypeEQ(v Type) predicate.FeedbackChatHistoriesRecapsReactions
TypeEQ applies the EQ predicate on the "type" field.
func TypeIn ¶
func TypeIn(vs ...Type) predicate.FeedbackChatHistoriesRecapsReactions
TypeIn applies the In predicate on the "type" field.
func TypeNEQ ¶
func TypeNEQ(v Type) predicate.FeedbackChatHistoriesRecapsReactions
TypeNEQ applies the NEQ predicate on the "type" field.
func TypeNotIn ¶
func TypeNotIn(vs ...Type) predicate.FeedbackChatHistoriesRecapsReactions
TypeNotIn applies the NotIn predicate on the "type" field.
func TypeValidator ¶
TypeValidator is a validator for the "type" field enum values. It is called by the builders before save.
func UpdatedAt ¶
func UpdatedAt(v int64) predicate.FeedbackChatHistoriesRecapsReactions
UpdatedAt applies equality check predicate on the "updated_at" field. It's identical to UpdatedAtEQ.
func UpdatedAtEQ ¶
func UpdatedAtEQ(v int64) predicate.FeedbackChatHistoriesRecapsReactions
UpdatedAtEQ applies the EQ predicate on the "updated_at" field.
func UpdatedAtGT ¶
func UpdatedAtGT(v int64) predicate.FeedbackChatHistoriesRecapsReactions
UpdatedAtGT applies the GT predicate on the "updated_at" field.
func UpdatedAtGTE ¶
func UpdatedAtGTE(v int64) predicate.FeedbackChatHistoriesRecapsReactions
UpdatedAtGTE applies the GTE predicate on the "updated_at" field.
func UpdatedAtIn ¶
func UpdatedAtIn(vs ...int64) predicate.FeedbackChatHistoriesRecapsReactions
UpdatedAtIn applies the In predicate on the "updated_at" field.
func UpdatedAtLT ¶
func UpdatedAtLT(v int64) predicate.FeedbackChatHistoriesRecapsReactions
UpdatedAtLT applies the LT predicate on the "updated_at" field.
func UpdatedAtLTE ¶
func UpdatedAtLTE(v int64) predicate.FeedbackChatHistoriesRecapsReactions
UpdatedAtLTE applies the LTE predicate on the "updated_at" field.
func UpdatedAtNEQ ¶
func UpdatedAtNEQ(v int64) predicate.FeedbackChatHistoriesRecapsReactions
UpdatedAtNEQ applies the NEQ predicate on the "updated_at" field.
func UpdatedAtNotIn ¶
func UpdatedAtNotIn(vs ...int64) predicate.FeedbackChatHistoriesRecapsReactions
UpdatedAtNotIn applies the NotIn predicate on the "updated_at" field.
func UserID ¶
func UserID(v int64) predicate.FeedbackChatHistoriesRecapsReactions
UserID applies equality check predicate on the "user_id" field. It's identical to UserIDEQ.
func UserIDEQ ¶
func UserIDEQ(v int64) predicate.FeedbackChatHistoriesRecapsReactions
UserIDEQ applies the EQ predicate on the "user_id" field.
func UserIDGT ¶
func UserIDGT(v int64) predicate.FeedbackChatHistoriesRecapsReactions
UserIDGT applies the GT predicate on the "user_id" field.
func UserIDGTE ¶
func UserIDGTE(v int64) predicate.FeedbackChatHistoriesRecapsReactions
UserIDGTE applies the GTE predicate on the "user_id" field.
func UserIDIn ¶
func UserIDIn(vs ...int64) predicate.FeedbackChatHistoriesRecapsReactions
UserIDIn applies the In predicate on the "user_id" field.
func UserIDLT ¶
func UserIDLT(v int64) predicate.FeedbackChatHistoriesRecapsReactions
UserIDLT applies the LT predicate on the "user_id" field.
func UserIDLTE ¶
func UserIDLTE(v int64) predicate.FeedbackChatHistoriesRecapsReactions
UserIDLTE applies the LTE predicate on the "user_id" field.
func UserIDNEQ ¶
func UserIDNEQ(v int64) predicate.FeedbackChatHistoriesRecapsReactions
UserIDNEQ applies the NEQ predicate on the "user_id" field.
func UserIDNotIn ¶
func UserIDNotIn(vs ...int64) predicate.FeedbackChatHistoriesRecapsReactions
UserIDNotIn applies the NotIn predicate on the "user_id" 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 FeedbackChatHistoriesRecapsReactions queries.
func ByChatID ¶
func ByChatID(opts ...sql.OrderTermOption) OrderOption
ByChatID orders the results by the chat_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 ByLogID ¶
func ByLogID(opts ...sql.OrderTermOption) OrderOption
ByLogID orders the results by the log_id field.
func ByType ¶
func ByType(opts ...sql.OrderTermOption) OrderOption
ByType orders the results by the type field.
func ByUpdatedAt ¶
func ByUpdatedAt(opts ...sql.OrderTermOption) OrderOption
ByUpdatedAt orders the results by the updated_at field.
func ByUserID ¶
func ByUserID(opts ...sql.OrderTermOption) OrderOption
ByUserID orders the results by the user_id field.