Documentation
¶
Overview ¶
Code generated by protoc-gen-pgdb 0.1.0 from models/food/v1/food.proto. DO NOT EDIT
Index ¶
- Variables
- type Pasta
- func (x *Pasta) DB() *PastaDB
- func (dbr *Pasta) DBReflect() pgdb_v1.Message
- func (*Pasta) Descriptor() ([]byte, []int)deprecated
- func (x *Pasta) GetCreatedAt() *timestamppb.Timestamp
- func (x *Pasta) GetDeletedAt() *timestamppb.Timestamp
- func (x *Pasta) GetId() string
- func (x *Pasta) GetTenantId() string
- func (x *Pasta) GetUpdatedAt() *timestamppb.Timestamp
- func (*Pasta) ProtoMessage()
- func (x *Pasta) ProtoReflect() protoreflect.Message
- func (x *Pasta) Reset()
- func (x *Pasta) String() string
- type PastaCreatedAtQueryType
- type PastaDB
- type PastaDBColumns
- func (x *PastaDBColumns) CreatedAt() exp.Expression
- func (x *PastaDBColumns) DeletedAt() exp.Expression
- func (x *PastaDBColumns) FTSData() exp.Expression
- func (x *PastaDBColumns) Id() exp.Expression
- func (x *PastaDBColumns) PBData() exp.Expression
- func (x *PastaDBColumns) PK() exp.Expression
- func (x *PastaDBColumns) PKSK() exp.Expression
- func (x *PastaDBColumns) SK() exp.Expression
- func (x *PastaDBColumns) TenantId() exp.Expression
- func (x *PastaDBColumns) UpdatedAt() exp.Expression
- func (x *PastaDBColumns) WithTable(t string) *PastaDBColumns
- type PastaDBQueryBuilder
- func (x *PastaDBQueryBuilder) FTSData() *PastaFTSDataSafeOperators
- func (x *PastaDBQueryBuilder) PK() *PastaPKSafeOperators
- func (x *PastaDBQueryBuilder) PKSK() *PastaPKSKSafeOperators
- func (x *PastaDBQueryBuilder) SK() *PastaSKSafeOperators
- func (x *PastaDBQueryBuilder) TenantId() *PastaTenantIdSafeOperators
- func (x *PastaDBQueryBuilder) Unsafe() *PastaDBQueryUnsafe
- func (x *PastaDBQueryBuilder) WithTable(t string) *PastaDBQueryBuilder
- type PastaDBQueryUnsafe
- func (x *PastaDBQueryUnsafe) CreatedAt() *PastaCreatedAtQueryType
- func (x *PastaDBQueryUnsafe) DeletedAt() *PastaDeletedAtQueryType
- func (x *PastaDBQueryUnsafe) FTSData() *PastaFTSDataQueryType
- func (x *PastaDBQueryUnsafe) Id() *PastaIdQueryType
- func (x *PastaDBQueryUnsafe) PBData() *PastaPBDataQueryType
- func (x *PastaDBQueryUnsafe) PK() *PastaPKQueryType
- func (x *PastaDBQueryUnsafe) PKSK() *PastaPKSKQueryType
- func (x *PastaDBQueryUnsafe) SK() *PastaSKQueryType
- func (x *PastaDBQueryUnsafe) TenantId() *PastaTenantIdQueryType
- func (x *PastaDBQueryUnsafe) UpdatedAt() *PastaUpdatedAtQueryType
- type PastaDeletedAtQueryType
- type PastaFTSDataQueryType
- type PastaFTSDataSafeOperators
- type PastaIdQueryType
- type PastaIngredient
- func (x *PastaIngredient) DB() *PastaIngredientDB
- func (dbr *PastaIngredient) DBReflect() pgdb_v1.Message
- func (*PastaIngredient) Descriptor() ([]byte, []int)deprecated
- func (x *PastaIngredient) GetCreatedAt() *timestamppb.Timestamp
- func (x *PastaIngredient) GetDeletedAt() *timestamppb.Timestamp
- func (x *PastaIngredient) GetId() string
- func (x *PastaIngredient) GetIngredientId() string
- func (x *PastaIngredient) GetModelEmbeddings() []*PastaIngredient_ModelEmbedding
- func (x *PastaIngredient) GetPastaId() string
- func (x *PastaIngredient) GetTenantId() string
- func (x *PastaIngredient) GetUpdatedAt() *timestamppb.Timestamp
- func (*PastaIngredient) ProtoMessage()
- func (x *PastaIngredient) ProtoReflect() protoreflect.Message
- func (x *PastaIngredient) Reset()
- func (x *PastaIngredient) String() string
- type PastaIngredientCreatedAtQueryType
- type PastaIngredientDB
- type PastaIngredientDBColumns
- func (x *PastaIngredientDBColumns) CreatedAt() exp.Expression
- func (x *PastaIngredientDBColumns) DeletedAt() exp.Expression
- func (x *PastaIngredientDBColumns) FTSData() exp.Expression
- func (x *PastaIngredientDBColumns) Id() exp.Expression
- func (x *PastaIngredientDBColumns) IngredientId() exp.Expression
- func (x *PastaIngredientDBColumns) ModelEmbeddings_3DIMS() exp.Expression
- func (x *PastaIngredientDBColumns) ModelEmbeddings_4DIMS() exp.Expression
- func (x *PastaIngredientDBColumns) PBData() exp.Expression
- func (x *PastaIngredientDBColumns) PK() exp.Expression
- func (x *PastaIngredientDBColumns) PKSK() exp.Expression
- func (x *PastaIngredientDBColumns) PastaId() exp.Expression
- func (x *PastaIngredientDBColumns) SK() exp.Expression
- func (x *PastaIngredientDBColumns) TenantId() exp.Expression
- func (x *PastaIngredientDBColumns) UpdatedAt() exp.Expression
- func (x *PastaIngredientDBColumns) WithTable(t string) *PastaIngredientDBColumns
- type PastaIngredientDBQueryBuilder
- func (x *PastaIngredientDBQueryBuilder) FTSData() *PastaIngredientFTSDataSafeOperators
- func (x *PastaIngredientDBQueryBuilder) Id() *PastaIngredientIdSafeOperators
- func (x *PastaIngredientDBQueryBuilder) IngredientId() *PastaIngredientIngredientIdSafeOperators
- func (x *PastaIngredientDBQueryBuilder) ModelEmbeddings_3DIMS() *PastaIngredientModelEmbeddings_3DIMSSafeOperators
- func (x *PastaIngredientDBQueryBuilder) ModelEmbeddings_4DIMS() *PastaIngredientModelEmbeddings_4DIMSSafeOperators
- func (x *PastaIngredientDBQueryBuilder) PK() *PastaIngredientPKSafeOperators
- func (x *PastaIngredientDBQueryBuilder) PKSK() *PastaIngredientPKSKSafeOperators
- func (x *PastaIngredientDBQueryBuilder) PastaId() *PastaIngredientPastaIdSafeOperators
- func (x *PastaIngredientDBQueryBuilder) SK() *PastaIngredientSKSafeOperators
- func (x *PastaIngredientDBQueryBuilder) TenantId() *PastaIngredientTenantIdSafeOperators
- func (x *PastaIngredientDBQueryBuilder) Unsafe() *PastaIngredientDBQueryUnsafe
- func (x *PastaIngredientDBQueryBuilder) WithTable(t string) *PastaIngredientDBQueryBuilder
- type PastaIngredientDBQueryUnsafe
- func (x *PastaIngredientDBQueryUnsafe) CreatedAt() *PastaIngredientCreatedAtQueryType
- func (x *PastaIngredientDBQueryUnsafe) DeletedAt() *PastaIngredientDeletedAtQueryType
- func (x *PastaIngredientDBQueryUnsafe) FTSData() *PastaIngredientFTSDataQueryType
- func (x *PastaIngredientDBQueryUnsafe) Id() *PastaIngredientIdQueryType
- func (x *PastaIngredientDBQueryUnsafe) IngredientId() *PastaIngredientIngredientIdQueryType
- func (x *PastaIngredientDBQueryUnsafe) ModelEmbeddings_3DIMS() *PastaIngredientModelEmbeddings_3DIMSQueryType
- func (x *PastaIngredientDBQueryUnsafe) ModelEmbeddings_4DIMS() *PastaIngredientModelEmbeddings_4DIMSQueryType
- func (x *PastaIngredientDBQueryUnsafe) PBData() *PastaIngredientPBDataQueryType
- func (x *PastaIngredientDBQueryUnsafe) PK() *PastaIngredientPKQueryType
- func (x *PastaIngredientDBQueryUnsafe) PKSK() *PastaIngredientPKSKQueryType
- func (x *PastaIngredientDBQueryUnsafe) PastaId() *PastaIngredientPastaIdQueryType
- func (x *PastaIngredientDBQueryUnsafe) SK() *PastaIngredientSKQueryType
- func (x *PastaIngredientDBQueryUnsafe) TenantId() *PastaIngredientTenantIdQueryType
- func (x *PastaIngredientDBQueryUnsafe) UpdatedAt() *PastaIngredientUpdatedAtQueryType
- type PastaIngredientDeletedAtQueryType
- type PastaIngredientFTSDataQueryType
- type PastaIngredientFTSDataSafeOperators
- type PastaIngredientIdQueryType
- type PastaIngredientIdSafeOperators
- func (x *PastaIngredientIdSafeOperators) Between(start string, end string) exp.RangeExpression
- func (x *PastaIngredientIdSafeOperators) Eq(v string) exp.BooleanExpression
- func (x *PastaIngredientIdSafeOperators) Gt(v string) exp.BooleanExpression
- func (x *PastaIngredientIdSafeOperators) Gte(v string) exp.BooleanExpression
- func (x *PastaIngredientIdSafeOperators) Identifier() exp.IdentifierExpression
- func (x *PastaIngredientIdSafeOperators) In(v []string) exp.BooleanExpression
- func (x *PastaIngredientIdSafeOperators) IsNotEmpty() exp.Expression
- func (x *PastaIngredientIdSafeOperators) IsNotNull() exp.BooleanExpression
- func (x *PastaIngredientIdSafeOperators) IsNull() exp.BooleanExpression
- func (x *PastaIngredientIdSafeOperators) Lt(v string) exp.BooleanExpression
- func (x *PastaIngredientIdSafeOperators) Lte(v string) exp.BooleanExpression
- func (x *PastaIngredientIdSafeOperators) NotBetween(start string, end string) exp.RangeExpression
- func (x *PastaIngredientIdSafeOperators) NotIn(v []string) exp.BooleanExpression
- type PastaIngredientIngredientIdQueryType
- type PastaIngredientIngredientIdSafeOperators
- func (x *PastaIngredientIngredientIdSafeOperators) Between(start string, end string) exp.RangeExpression
- func (x *PastaIngredientIngredientIdSafeOperators) Eq(v string) exp.BooleanExpression
- func (x *PastaIngredientIngredientIdSafeOperators) Gt(v string) exp.BooleanExpression
- func (x *PastaIngredientIngredientIdSafeOperators) Gte(v string) exp.BooleanExpression
- func (x *PastaIngredientIngredientIdSafeOperators) Identifier() exp.IdentifierExpression
- func (x *PastaIngredientIngredientIdSafeOperators) In(v []string) exp.BooleanExpression
- func (x *PastaIngredientIngredientIdSafeOperators) IsNotEmpty() exp.Expression
- func (x *PastaIngredientIngredientIdSafeOperators) IsNotNull() exp.BooleanExpression
- func (x *PastaIngredientIngredientIdSafeOperators) IsNull() exp.BooleanExpression
- func (x *PastaIngredientIngredientIdSafeOperators) Lt(v string) exp.BooleanExpression
- func (x *PastaIngredientIngredientIdSafeOperators) Lte(v string) exp.BooleanExpression
- func (x *PastaIngredientIngredientIdSafeOperators) NotBetween(start string, end string) exp.RangeExpression
- func (x *PastaIngredientIngredientIdSafeOperators) NotIn(v []string) exp.BooleanExpression
- type PastaIngredientModelEmbeddings_3DIMSQueryType
- type PastaIngredientModelEmbeddings_3DIMSSafeOperators
- type PastaIngredientModelEmbeddings_4DIMSQueryType
- type PastaIngredientModelEmbeddings_4DIMSSafeOperators
- type PastaIngredientPBDataQueryType
- type PastaIngredientPKQueryType
- type PastaIngredientPKSKQueryType
- type PastaIngredientPKSKSafeOperators
- func (x *PastaIngredientPKSKSafeOperators) Between(start string, end string) exp.RangeExpression
- func (x *PastaIngredientPKSKSafeOperators) Eq(v string) exp.BooleanExpression
- func (x *PastaIngredientPKSKSafeOperators) Gt(v string) exp.BooleanExpression
- func (x *PastaIngredientPKSKSafeOperators) Gte(v string) exp.BooleanExpression
- func (x *PastaIngredientPKSKSafeOperators) Identifier() exp.IdentifierExpression
- func (x *PastaIngredientPKSKSafeOperators) In(v []string) exp.BooleanExpression
- func (x *PastaIngredientPKSKSafeOperators) IsNotEmpty() exp.Expression
- func (x *PastaIngredientPKSKSafeOperators) IsNotNull() exp.BooleanExpression
- func (x *PastaIngredientPKSKSafeOperators) IsNull() exp.BooleanExpression
- func (x *PastaIngredientPKSKSafeOperators) Lt(v string) exp.BooleanExpression
- func (x *PastaIngredientPKSKSafeOperators) Lte(v string) exp.BooleanExpression
- func (x *PastaIngredientPKSKSafeOperators) NotBetween(start string, end string) exp.RangeExpression
- func (x *PastaIngredientPKSKSafeOperators) NotIn(v []string) exp.BooleanExpression
- type PastaIngredientPKSafeOperators
- func (x *PastaIngredientPKSafeOperators) Between(start string, end string) exp.RangeExpression
- func (x *PastaIngredientPKSafeOperators) Eq(v string) exp.BooleanExpression
- func (x *PastaIngredientPKSafeOperators) Gt(v string) exp.BooleanExpression
- func (x *PastaIngredientPKSafeOperators) Gte(v string) exp.BooleanExpression
- func (x *PastaIngredientPKSafeOperators) Identifier() exp.IdentifierExpression
- func (x *PastaIngredientPKSafeOperators) In(v []string) exp.BooleanExpression
- func (x *PastaIngredientPKSafeOperators) IsNotEmpty() exp.Expression
- func (x *PastaIngredientPKSafeOperators) IsNotNull() exp.BooleanExpression
- func (x *PastaIngredientPKSafeOperators) IsNull() exp.BooleanExpression
- func (x *PastaIngredientPKSafeOperators) Lt(v string) exp.BooleanExpression
- func (x *PastaIngredientPKSafeOperators) Lte(v string) exp.BooleanExpression
- func (x *PastaIngredientPKSafeOperators) NotBetween(start string, end string) exp.RangeExpression
- func (x *PastaIngredientPKSafeOperators) NotIn(v []string) exp.BooleanExpression
- type PastaIngredientPastaIdQueryType
- type PastaIngredientPastaIdSafeOperators
- func (x *PastaIngredientPastaIdSafeOperators) Between(start string, end string) exp.RangeExpression
- func (x *PastaIngredientPastaIdSafeOperators) Eq(v string) exp.BooleanExpression
- func (x *PastaIngredientPastaIdSafeOperators) Gt(v string) exp.BooleanExpression
- func (x *PastaIngredientPastaIdSafeOperators) Gte(v string) exp.BooleanExpression
- func (x *PastaIngredientPastaIdSafeOperators) Identifier() exp.IdentifierExpression
- func (x *PastaIngredientPastaIdSafeOperators) In(v []string) exp.BooleanExpression
- func (x *PastaIngredientPastaIdSafeOperators) IsNotEmpty() exp.Expression
- func (x *PastaIngredientPastaIdSafeOperators) IsNotNull() exp.BooleanExpression
- func (x *PastaIngredientPastaIdSafeOperators) IsNull() exp.BooleanExpression
- func (x *PastaIngredientPastaIdSafeOperators) Lt(v string) exp.BooleanExpression
- func (x *PastaIngredientPastaIdSafeOperators) Lte(v string) exp.BooleanExpression
- func (x *PastaIngredientPastaIdSafeOperators) NotBetween(start string, end string) exp.RangeExpression
- func (x *PastaIngredientPastaIdSafeOperators) NotIn(v []string) exp.BooleanExpression
- type PastaIngredientSKQueryType
- type PastaIngredientSKSafeOperators
- func (x *PastaIngredientSKSafeOperators) Between(start string, end string) exp.RangeExpression
- func (x *PastaIngredientSKSafeOperators) Eq(v string) exp.BooleanExpression
- func (x *PastaIngredientSKSafeOperators) Gt(v string) exp.BooleanExpression
- func (x *PastaIngredientSKSafeOperators) Gte(v string) exp.BooleanExpression
- func (x *PastaIngredientSKSafeOperators) Identifier() exp.IdentifierExpression
- func (x *PastaIngredientSKSafeOperators) In(v []string) exp.BooleanExpression
- func (x *PastaIngredientSKSafeOperators) IsNotEmpty() exp.Expression
- func (x *PastaIngredientSKSafeOperators) IsNotNull() exp.BooleanExpression
- func (x *PastaIngredientSKSafeOperators) IsNull() exp.BooleanExpression
- func (x *PastaIngredientSKSafeOperators) Lt(v string) exp.BooleanExpression
- func (x *PastaIngredientSKSafeOperators) Lte(v string) exp.BooleanExpression
- func (x *PastaIngredientSKSafeOperators) NotBetween(start string, end string) exp.RangeExpression
- func (x *PastaIngredientSKSafeOperators) NotIn(v []string) exp.BooleanExpression
- type PastaIngredientTenantIdQueryType
- type PastaIngredientTenantIdSafeOperators
- func (x *PastaIngredientTenantIdSafeOperators) Between(start string, end string) exp.RangeExpression
- func (x *PastaIngredientTenantIdSafeOperators) Eq(v string) exp.BooleanExpression
- func (x *PastaIngredientTenantIdSafeOperators) Gt(v string) exp.BooleanExpression
- func (x *PastaIngredientTenantIdSafeOperators) Gte(v string) exp.BooleanExpression
- func (x *PastaIngredientTenantIdSafeOperators) Identifier() exp.IdentifierExpression
- func (x *PastaIngredientTenantIdSafeOperators) In(v []string) exp.BooleanExpression
- func (x *PastaIngredientTenantIdSafeOperators) IsNotEmpty() exp.Expression
- func (x *PastaIngredientTenantIdSafeOperators) IsNotNull() exp.BooleanExpression
- func (x *PastaIngredientTenantIdSafeOperators) IsNull() exp.BooleanExpression
- func (x *PastaIngredientTenantIdSafeOperators) Lt(v string) exp.BooleanExpression
- func (x *PastaIngredientTenantIdSafeOperators) Lte(v string) exp.BooleanExpression
- func (x *PastaIngredientTenantIdSafeOperators) NotBetween(start string, end string) exp.RangeExpression
- func (x *PastaIngredientTenantIdSafeOperators) NotIn(v []string) exp.BooleanExpression
- type PastaIngredientUpdatedAtQueryType
- type PastaIngredient_ModelEmbedding
- func (x *PastaIngredient_ModelEmbedding) DB() *PastaIngredient_ModelEmbeddingDB
- func (dbr *PastaIngredient_ModelEmbedding) DBReflect() pgdb_v1.Message
- func (*PastaIngredient_ModelEmbedding) Descriptor() ([]byte, []int)deprecated
- func (x *PastaIngredient_ModelEmbedding) GetEmbedding() []float32
- func (x *PastaIngredient_ModelEmbedding) GetModel() v1.Model
- func (*PastaIngredient_ModelEmbedding) ProtoMessage()
- func (x *PastaIngredient_ModelEmbedding) ProtoReflect() protoreflect.Message
- func (x *PastaIngredient_ModelEmbedding) Reset()
- func (x *PastaIngredient_ModelEmbedding) String() string
- type PastaIngredient_ModelEmbeddingDB
- func (x *PastaIngredient_ModelEmbeddingDB) Columns() *PastaIngredient_ModelEmbeddingDBColumns
- func (x *PastaIngredient_ModelEmbeddingDB) Query() *PastaIngredient_ModelEmbeddingDBQueryBuilder
- func (x *PastaIngredient_ModelEmbeddingDB) TableName() string
- func (x *PastaIngredient_ModelEmbeddingDB) WithTable(t string) *PastaIngredient_ModelEmbeddingDB
- type PastaIngredient_ModelEmbeddingDBColumns
- type PastaIngredient_ModelEmbeddingDBQueryBuilder
- type PastaIngredient_ModelEmbeddingDBQueryUnsafe
- type PastaIngredient_ModelEmbeddingEmbeddingQueryType
- type PastaIngredient_ModelEmbeddingModelQueryType
- type PastaPBDataQueryType
- type PastaPKQueryType
- type PastaPKSKQueryType
- type PastaPKSKSafeOperators
- func (x *PastaPKSKSafeOperators) Between(start string, end string) exp.RangeExpression
- func (x *PastaPKSKSafeOperators) Eq(v string) exp.BooleanExpression
- func (x *PastaPKSKSafeOperators) Gt(v string) exp.BooleanExpression
- func (x *PastaPKSKSafeOperators) Gte(v string) exp.BooleanExpression
- func (x *PastaPKSKSafeOperators) Identifier() exp.IdentifierExpression
- func (x *PastaPKSKSafeOperators) In(v []string) exp.BooleanExpression
- func (x *PastaPKSKSafeOperators) IsNotEmpty() exp.Expression
- func (x *PastaPKSKSafeOperators) IsNotNull() exp.BooleanExpression
- func (x *PastaPKSKSafeOperators) IsNull() exp.BooleanExpression
- func (x *PastaPKSKSafeOperators) Lt(v string) exp.BooleanExpression
- func (x *PastaPKSKSafeOperators) Lte(v string) exp.BooleanExpression
- func (x *PastaPKSKSafeOperators) NotBetween(start string, end string) exp.RangeExpression
- func (x *PastaPKSKSafeOperators) NotIn(v []string) exp.BooleanExpression
- type PastaPKSafeOperators
- func (x *PastaPKSafeOperators) Between(start string, end string) exp.RangeExpression
- func (x *PastaPKSafeOperators) Eq(v string) exp.BooleanExpression
- func (x *PastaPKSafeOperators) Gt(v string) exp.BooleanExpression
- func (x *PastaPKSafeOperators) Gte(v string) exp.BooleanExpression
- func (x *PastaPKSafeOperators) Identifier() exp.IdentifierExpression
- func (x *PastaPKSafeOperators) In(v []string) exp.BooleanExpression
- func (x *PastaPKSafeOperators) IsNotEmpty() exp.Expression
- func (x *PastaPKSafeOperators) IsNotNull() exp.BooleanExpression
- func (x *PastaPKSafeOperators) IsNull() exp.BooleanExpression
- func (x *PastaPKSafeOperators) Lt(v string) exp.BooleanExpression
- func (x *PastaPKSafeOperators) Lte(v string) exp.BooleanExpression
- func (x *PastaPKSafeOperators) NotBetween(start string, end string) exp.RangeExpression
- func (x *PastaPKSafeOperators) NotIn(v []string) exp.BooleanExpression
- type PastaSKQueryType
- type PastaSKSafeOperators
- func (x *PastaSKSafeOperators) Between(start string, end string) exp.RangeExpression
- func (x *PastaSKSafeOperators) Eq(v string) exp.BooleanExpression
- func (x *PastaSKSafeOperators) Gt(v string) exp.BooleanExpression
- func (x *PastaSKSafeOperators) Gte(v string) exp.BooleanExpression
- func (x *PastaSKSafeOperators) Identifier() exp.IdentifierExpression
- func (x *PastaSKSafeOperators) In(v []string) exp.BooleanExpression
- func (x *PastaSKSafeOperators) IsNotEmpty() exp.Expression
- func (x *PastaSKSafeOperators) IsNotNull() exp.BooleanExpression
- func (x *PastaSKSafeOperators) IsNull() exp.BooleanExpression
- func (x *PastaSKSafeOperators) Lt(v string) exp.BooleanExpression
- func (x *PastaSKSafeOperators) Lte(v string) exp.BooleanExpression
- func (x *PastaSKSafeOperators) NotBetween(start string, end string) exp.RangeExpression
- func (x *PastaSKSafeOperators) NotIn(v []string) exp.BooleanExpression
- type PastaTenantIdQueryType
- type PastaTenantIdSafeOperators
- func (x *PastaTenantIdSafeOperators) Between(start string, end string) exp.RangeExpression
- func (x *PastaTenantIdSafeOperators) Eq(v string) exp.BooleanExpression
- func (x *PastaTenantIdSafeOperators) Gt(v string) exp.BooleanExpression
- func (x *PastaTenantIdSafeOperators) Gte(v string) exp.BooleanExpression
- func (x *PastaTenantIdSafeOperators) Identifier() exp.IdentifierExpression
- func (x *PastaTenantIdSafeOperators) In(v []string) exp.BooleanExpression
- func (x *PastaTenantIdSafeOperators) IsNotEmpty() exp.Expression
- func (x *PastaTenantIdSafeOperators) IsNotNull() exp.BooleanExpression
- func (x *PastaTenantIdSafeOperators) IsNull() exp.BooleanExpression
- func (x *PastaTenantIdSafeOperators) Lt(v string) exp.BooleanExpression
- func (x *PastaTenantIdSafeOperators) Lte(v string) exp.BooleanExpression
- func (x *PastaTenantIdSafeOperators) NotBetween(start string, end string) exp.RangeExpression
- func (x *PastaTenantIdSafeOperators) NotIn(v []string) exp.BooleanExpression
- type PastaUpdatedAtQueryType
- type SauceIngredient
- func (x *SauceIngredient) DB() *SauceIngredientDB
- func (dbr *SauceIngredient) DBReflect() pgdb_v1.Message
- func (*SauceIngredient) Descriptor() ([]byte, []int)deprecated
- func (x *SauceIngredient) GetCreatedAt() *timestamppb.Timestamp
- func (x *SauceIngredient) GetDeletedAt() *timestamppb.Timestamp
- func (x *SauceIngredient) GetId() string
- func (x *SauceIngredient) GetSourceAddr() string
- func (x *SauceIngredient) GetTenantId() string
- func (x *SauceIngredient) GetUpdatedAt() *timestamppb.Timestamp
- func (*SauceIngredient) ProtoMessage()
- func (x *SauceIngredient) ProtoReflect() protoreflect.Message
- func (x *SauceIngredient) Reset()
- func (x *SauceIngredient) String() string
- type SauceIngredientCreatedAtQueryType
- type SauceIngredientDB
- type SauceIngredientDBColumns
- func (x *SauceIngredientDBColumns) CreatedAt() exp.Expression
- func (x *SauceIngredientDBColumns) DeletedAt() exp.Expression
- func (x *SauceIngredientDBColumns) FTSData() exp.Expression
- func (x *SauceIngredientDBColumns) Id() exp.Expression
- func (x *SauceIngredientDBColumns) PBData() exp.Expression
- func (x *SauceIngredientDBColumns) PK() exp.Expression
- func (x *SauceIngredientDBColumns) PKSK() exp.Expression
- func (x *SauceIngredientDBColumns) SK() exp.Expression
- func (x *SauceIngredientDBColumns) SourceAddr() exp.Expression
- func (x *SauceIngredientDBColumns) TenantId() exp.Expression
- func (x *SauceIngredientDBColumns) UpdatedAt() exp.Expression
- func (x *SauceIngredientDBColumns) WithTable(t string) *SauceIngredientDBColumns
- type SauceIngredientDBQueryBuilder
- func (x *SauceIngredientDBQueryBuilder) FTSData() *SauceIngredientFTSDataSafeOperators
- func (x *SauceIngredientDBQueryBuilder) PK() *SauceIngredientPKSafeOperators
- func (x *SauceIngredientDBQueryBuilder) PKSK() *SauceIngredientPKSKSafeOperators
- func (x *SauceIngredientDBQueryBuilder) SK() *SauceIngredientSKSafeOperators
- func (x *SauceIngredientDBQueryBuilder) SourceAddr() *SauceIngredientSourceAddrSafeOperators
- func (x *SauceIngredientDBQueryBuilder) TenantId() *SauceIngredientTenantIdSafeOperators
- func (x *SauceIngredientDBQueryBuilder) Unsafe() *SauceIngredientDBQueryUnsafe
- func (x *SauceIngredientDBQueryBuilder) WithTable(t string) *SauceIngredientDBQueryBuilder
- type SauceIngredientDBQueryUnsafe
- func (x *SauceIngredientDBQueryUnsafe) CreatedAt() *SauceIngredientCreatedAtQueryType
- func (x *SauceIngredientDBQueryUnsafe) DeletedAt() *SauceIngredientDeletedAtQueryType
- func (x *SauceIngredientDBQueryUnsafe) FTSData() *SauceIngredientFTSDataQueryType
- func (x *SauceIngredientDBQueryUnsafe) Id() *SauceIngredientIdQueryType
- func (x *SauceIngredientDBQueryUnsafe) PBData() *SauceIngredientPBDataQueryType
- func (x *SauceIngredientDBQueryUnsafe) PK() *SauceIngredientPKQueryType
- func (x *SauceIngredientDBQueryUnsafe) PKSK() *SauceIngredientPKSKQueryType
- func (x *SauceIngredientDBQueryUnsafe) SK() *SauceIngredientSKQueryType
- func (x *SauceIngredientDBQueryUnsafe) SourceAddr() *SauceIngredientSourceAddrQueryType
- func (x *SauceIngredientDBQueryUnsafe) TenantId() *SauceIngredientTenantIdQueryType
- func (x *SauceIngredientDBQueryUnsafe) UpdatedAt() *SauceIngredientUpdatedAtQueryType
- type SauceIngredientDeletedAtQueryType
- type SauceIngredientFTSDataQueryType
- type SauceIngredientFTSDataSafeOperators
- type SauceIngredientIdQueryType
- type SauceIngredientPBDataQueryType
- type SauceIngredientPKQueryType
- type SauceIngredientPKSKQueryType
- type SauceIngredientPKSKSafeOperators
- func (x *SauceIngredientPKSKSafeOperators) Between(start string, end string) exp.RangeExpression
- func (x *SauceIngredientPKSKSafeOperators) Eq(v string) exp.BooleanExpression
- func (x *SauceIngredientPKSKSafeOperators) Gt(v string) exp.BooleanExpression
- func (x *SauceIngredientPKSKSafeOperators) Gte(v string) exp.BooleanExpression
- func (x *SauceIngredientPKSKSafeOperators) Identifier() exp.IdentifierExpression
- func (x *SauceIngredientPKSKSafeOperators) In(v []string) exp.BooleanExpression
- func (x *SauceIngredientPKSKSafeOperators) IsNotEmpty() exp.Expression
- func (x *SauceIngredientPKSKSafeOperators) IsNotNull() exp.BooleanExpression
- func (x *SauceIngredientPKSKSafeOperators) IsNull() exp.BooleanExpression
- func (x *SauceIngredientPKSKSafeOperators) Lt(v string) exp.BooleanExpression
- func (x *SauceIngredientPKSKSafeOperators) Lte(v string) exp.BooleanExpression
- func (x *SauceIngredientPKSKSafeOperators) NotBetween(start string, end string) exp.RangeExpression
- func (x *SauceIngredientPKSKSafeOperators) NotIn(v []string) exp.BooleanExpression
- type SauceIngredientPKSafeOperators
- func (x *SauceIngredientPKSafeOperators) Between(start string, end string) exp.RangeExpression
- func (x *SauceIngredientPKSafeOperators) Eq(v string) exp.BooleanExpression
- func (x *SauceIngredientPKSafeOperators) Gt(v string) exp.BooleanExpression
- func (x *SauceIngredientPKSafeOperators) Gte(v string) exp.BooleanExpression
- func (x *SauceIngredientPKSafeOperators) Identifier() exp.IdentifierExpression
- func (x *SauceIngredientPKSafeOperators) In(v []string) exp.BooleanExpression
- func (x *SauceIngredientPKSafeOperators) IsNotEmpty() exp.Expression
- func (x *SauceIngredientPKSafeOperators) IsNotNull() exp.BooleanExpression
- func (x *SauceIngredientPKSafeOperators) IsNull() exp.BooleanExpression
- func (x *SauceIngredientPKSafeOperators) Lt(v string) exp.BooleanExpression
- func (x *SauceIngredientPKSafeOperators) Lte(v string) exp.BooleanExpression
- func (x *SauceIngredientPKSafeOperators) NotBetween(start string, end string) exp.RangeExpression
- func (x *SauceIngredientPKSafeOperators) NotIn(v []string) exp.BooleanExpression
- type SauceIngredientSKQueryType
- type SauceIngredientSKSafeOperators
- func (x *SauceIngredientSKSafeOperators) Between(start string, end string) exp.RangeExpression
- func (x *SauceIngredientSKSafeOperators) Eq(v string) exp.BooleanExpression
- func (x *SauceIngredientSKSafeOperators) Gt(v string) exp.BooleanExpression
- func (x *SauceIngredientSKSafeOperators) Gte(v string) exp.BooleanExpression
- func (x *SauceIngredientSKSafeOperators) Identifier() exp.IdentifierExpression
- func (x *SauceIngredientSKSafeOperators) In(v []string) exp.BooleanExpression
- func (x *SauceIngredientSKSafeOperators) IsNotEmpty() exp.Expression
- func (x *SauceIngredientSKSafeOperators) IsNotNull() exp.BooleanExpression
- func (x *SauceIngredientSKSafeOperators) IsNull() exp.BooleanExpression
- func (x *SauceIngredientSKSafeOperators) Lt(v string) exp.BooleanExpression
- func (x *SauceIngredientSKSafeOperators) Lte(v string) exp.BooleanExpression
- func (x *SauceIngredientSKSafeOperators) NotBetween(start string, end string) exp.RangeExpression
- func (x *SauceIngredientSKSafeOperators) NotIn(v []string) exp.BooleanExpression
- type SauceIngredientSourceAddrQueryType
- type SauceIngredientSourceAddrSafeOperators
- func (x *SauceIngredientSourceAddrSafeOperators) Between(start string, end string) exp.RangeExpression
- func (x *SauceIngredientSourceAddrSafeOperators) Eq(v string) exp.BooleanExpression
- func (x *SauceIngredientSourceAddrSafeOperators) Gt(v string) exp.BooleanExpression
- func (x *SauceIngredientSourceAddrSafeOperators) Gte(v string) exp.BooleanExpression
- func (x *SauceIngredientSourceAddrSafeOperators) Identifier() exp.IdentifierExpression
- func (x *SauceIngredientSourceAddrSafeOperators) In(v []string) exp.BooleanExpression
- func (x *SauceIngredientSourceAddrSafeOperators) InNetworkPrefix(cidr netip.Prefix) exp.RangeExpression
- func (x *SauceIngredientSourceAddrSafeOperators) IsNotNull() exp.BooleanExpression
- func (x *SauceIngredientSourceAddrSafeOperators) IsNull() exp.BooleanExpression
- func (x *SauceIngredientSourceAddrSafeOperators) Lt(v string) exp.BooleanExpression
- func (x *SauceIngredientSourceAddrSafeOperators) Lte(v string) exp.BooleanExpression
- func (x *SauceIngredientSourceAddrSafeOperators) NotBetween(start string, end string) exp.RangeExpression
- func (x *SauceIngredientSourceAddrSafeOperators) NotIn(v []string) exp.BooleanExpression
- type SauceIngredientTenantIdQueryType
- type SauceIngredientTenantIdSafeOperators
- func (x *SauceIngredientTenantIdSafeOperators) Between(start string, end string) exp.RangeExpression
- func (x *SauceIngredientTenantIdSafeOperators) Eq(v string) exp.BooleanExpression
- func (x *SauceIngredientTenantIdSafeOperators) Gt(v string) exp.BooleanExpression
- func (x *SauceIngredientTenantIdSafeOperators) Gte(v string) exp.BooleanExpression
- func (x *SauceIngredientTenantIdSafeOperators) Identifier() exp.IdentifierExpression
- func (x *SauceIngredientTenantIdSafeOperators) In(v []string) exp.BooleanExpression
- func (x *SauceIngredientTenantIdSafeOperators) IsNotEmpty() exp.Expression
- func (x *SauceIngredientTenantIdSafeOperators) IsNotNull() exp.BooleanExpression
- func (x *SauceIngredientTenantIdSafeOperators) IsNull() exp.BooleanExpression
- func (x *SauceIngredientTenantIdSafeOperators) Lt(v string) exp.BooleanExpression
- func (x *SauceIngredientTenantIdSafeOperators) Lte(v string) exp.BooleanExpression
- func (x *SauceIngredientTenantIdSafeOperators) NotBetween(start string, end string) exp.RangeExpression
- func (x *SauceIngredientTenantIdSafeOperators) NotIn(v []string) exp.BooleanExpression
- type SauceIngredientUpdatedAtQueryType
Constants ¶
This section is empty.
Variables ¶
View Source
var File_models_food_v1_food_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Pasta ¶
type Pasta struct { TenantId string `protobuf:"bytes,1,opt,name=tenant_id,json=tenantId,proto3" json:"tenant_id,omitempty"` Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` DeletedAt *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=deleted_at,json=deletedAt,proto3" json:"deleted_at,omitempty"` // contains filtered or unexported fields }
func (*Pasta) Descriptor
deprecated
func (*Pasta) GetCreatedAt ¶
func (x *Pasta) GetCreatedAt() *timestamppb.Timestamp
func (*Pasta) GetDeletedAt ¶
func (x *Pasta) GetDeletedAt() *timestamppb.Timestamp
func (*Pasta) GetTenantId ¶
func (*Pasta) GetUpdatedAt ¶
func (x *Pasta) GetUpdatedAt() *timestamppb.Timestamp
func (*Pasta) ProtoMessage ¶
func (*Pasta) ProtoMessage()
func (*Pasta) ProtoReflect ¶
func (x *Pasta) ProtoReflect() protoreflect.Message
type PastaCreatedAtQueryType ¶
type PastaCreatedAtQueryType struct {
// contains filtered or unexported fields
}
func (*PastaCreatedAtQueryType) Identifier ¶
func (x *PastaCreatedAtQueryType) Identifier() exp.IdentifierExpression
type PastaDB ¶
type PastaDB struct {
// contains filtered or unexported fields
}
func (*PastaDB) Columns ¶
func (x *PastaDB) Columns() *PastaDBColumns
func (*PastaDB) Query ¶
func (x *PastaDB) Query() *PastaDBQueryBuilder
type PastaDBColumns ¶
type PastaDBColumns struct {
// contains filtered or unexported fields
}
func (*PastaDBColumns) CreatedAt ¶
func (x *PastaDBColumns) CreatedAt() exp.Expression
func (*PastaDBColumns) DeletedAt ¶
func (x *PastaDBColumns) DeletedAt() exp.Expression
func (*PastaDBColumns) FTSData ¶
func (x *PastaDBColumns) FTSData() exp.Expression
func (*PastaDBColumns) Id ¶
func (x *PastaDBColumns) Id() exp.Expression
func (*PastaDBColumns) PBData ¶
func (x *PastaDBColumns) PBData() exp.Expression
func (*PastaDBColumns) PK ¶
func (x *PastaDBColumns) PK() exp.Expression
func (*PastaDBColumns) PKSK ¶
func (x *PastaDBColumns) PKSK() exp.Expression
func (*PastaDBColumns) SK ¶
func (x *PastaDBColumns) SK() exp.Expression
func (*PastaDBColumns) TenantId ¶
func (x *PastaDBColumns) TenantId() exp.Expression
func (*PastaDBColumns) UpdatedAt ¶
func (x *PastaDBColumns) UpdatedAt() exp.Expression
func (*PastaDBColumns) WithTable ¶
func (x *PastaDBColumns) WithTable(t string) *PastaDBColumns
type PastaDBQueryBuilder ¶
type PastaDBQueryBuilder struct {
// contains filtered or unexported fields
}
func (*PastaDBQueryBuilder) FTSData ¶
func (x *PastaDBQueryBuilder) FTSData() *PastaFTSDataSafeOperators
func (*PastaDBQueryBuilder) PK ¶
func (x *PastaDBQueryBuilder) PK() *PastaPKSafeOperators
func (*PastaDBQueryBuilder) PKSK ¶
func (x *PastaDBQueryBuilder) PKSK() *PastaPKSKSafeOperators
func (*PastaDBQueryBuilder) SK ¶
func (x *PastaDBQueryBuilder) SK() *PastaSKSafeOperators
func (*PastaDBQueryBuilder) TenantId ¶
func (x *PastaDBQueryBuilder) TenantId() *PastaTenantIdSafeOperators
func (*PastaDBQueryBuilder) Unsafe ¶
func (x *PastaDBQueryBuilder) Unsafe() *PastaDBQueryUnsafe
func (*PastaDBQueryBuilder) WithTable ¶
func (x *PastaDBQueryBuilder) WithTable(t string) *PastaDBQueryBuilder
type PastaDBQueryUnsafe ¶
type PastaDBQueryUnsafe struct {
// contains filtered or unexported fields
}
func (*PastaDBQueryUnsafe) CreatedAt ¶
func (x *PastaDBQueryUnsafe) CreatedAt() *PastaCreatedAtQueryType
func (*PastaDBQueryUnsafe) DeletedAt ¶
func (x *PastaDBQueryUnsafe) DeletedAt() *PastaDeletedAtQueryType
func (*PastaDBQueryUnsafe) FTSData ¶
func (x *PastaDBQueryUnsafe) FTSData() *PastaFTSDataQueryType
func (*PastaDBQueryUnsafe) Id ¶
func (x *PastaDBQueryUnsafe) Id() *PastaIdQueryType
func (*PastaDBQueryUnsafe) PBData ¶
func (x *PastaDBQueryUnsafe) PBData() *PastaPBDataQueryType
func (*PastaDBQueryUnsafe) PK ¶
func (x *PastaDBQueryUnsafe) PK() *PastaPKQueryType
func (*PastaDBQueryUnsafe) PKSK ¶
func (x *PastaDBQueryUnsafe) PKSK() *PastaPKSKQueryType
func (*PastaDBQueryUnsafe) SK ¶
func (x *PastaDBQueryUnsafe) SK() *PastaSKQueryType
func (*PastaDBQueryUnsafe) TenantId ¶
func (x *PastaDBQueryUnsafe) TenantId() *PastaTenantIdQueryType
func (*PastaDBQueryUnsafe) UpdatedAt ¶
func (x *PastaDBQueryUnsafe) UpdatedAt() *PastaUpdatedAtQueryType
type PastaDeletedAtQueryType ¶
type PastaDeletedAtQueryType struct {
// contains filtered or unexported fields
}
func (*PastaDeletedAtQueryType) Identifier ¶
func (x *PastaDeletedAtQueryType) Identifier() exp.IdentifierExpression
type PastaFTSDataQueryType ¶
type PastaFTSDataQueryType struct {
// contains filtered or unexported fields
}
func (*PastaFTSDataQueryType) Identifier ¶
func (x *PastaFTSDataQueryType) Identifier() exp.IdentifierExpression
type PastaFTSDataSafeOperators ¶
type PastaFTSDataSafeOperators struct {
// contains filtered or unexported fields
}
func (*PastaFTSDataSafeOperators) Eq ¶
func (x *PastaFTSDataSafeOperators) Eq(v string) exp.BooleanExpression
func (*PastaFTSDataSafeOperators) Identifier ¶
func (x *PastaFTSDataSafeOperators) Identifier() exp.IdentifierExpression
type PastaIdQueryType ¶
type PastaIdQueryType struct {
// contains filtered or unexported fields
}
func (*PastaIdQueryType) Identifier ¶
func (x *PastaIdQueryType) Identifier() exp.IdentifierExpression
type PastaIngredient ¶
type PastaIngredient struct { TenantId string `protobuf:"bytes,1,opt,name=tenant_id,json=tenantId,proto3" json:"tenant_id,omitempty"` IngredientId string `protobuf:"bytes,2,opt,name=ingredient_id,json=ingredientId,proto3" json:"ingredient_id,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` DeletedAt *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=deleted_at,json=deletedAt,proto3" json:"deleted_at,omitempty"` PastaId string `protobuf:"bytes,6,opt,name=pasta_id,json=pastaId,proto3" json:"pasta_id,omitempty"` Id string `protobuf:"bytes,7,opt,name=id,proto3" json:"id,omitempty"` // We want to verify // 1. Type is repeated // 2. Type is a nested message // 3. Message type has 2 fields, enum type and repeated float type ModelEmbeddings []*PastaIngredient_ModelEmbedding `protobuf:"bytes,8,rep,name=model_embeddings,json=modelEmbeddings,proto3" json:"model_embeddings,omitempty"` // contains filtered or unexported fields }
func (*PastaIngredient) DB ¶
func (x *PastaIngredient) DB() *PastaIngredientDB
func (*PastaIngredient) DBReflect ¶
func (dbr *PastaIngredient) DBReflect() pgdb_v1.Message
func (*PastaIngredient) Descriptor
deprecated
func (*PastaIngredient) Descriptor() ([]byte, []int)
Deprecated: Use PastaIngredient.ProtoReflect.Descriptor instead.
func (*PastaIngredient) GetCreatedAt ¶
func (x *PastaIngredient) GetCreatedAt() *timestamppb.Timestamp
func (*PastaIngredient) GetDeletedAt ¶
func (x *PastaIngredient) GetDeletedAt() *timestamppb.Timestamp
func (*PastaIngredient) GetId ¶
func (x *PastaIngredient) GetId() string
func (*PastaIngredient) GetIngredientId ¶
func (x *PastaIngredient) GetIngredientId() string
func (*PastaIngredient) GetModelEmbeddings ¶
func (x *PastaIngredient) GetModelEmbeddings() []*PastaIngredient_ModelEmbedding
func (*PastaIngredient) GetPastaId ¶
func (x *PastaIngredient) GetPastaId() string
func (*PastaIngredient) GetTenantId ¶
func (x *PastaIngredient) GetTenantId() string
func (*PastaIngredient) GetUpdatedAt ¶
func (x *PastaIngredient) GetUpdatedAt() *timestamppb.Timestamp
func (*PastaIngredient) ProtoMessage ¶
func (*PastaIngredient) ProtoMessage()
func (*PastaIngredient) ProtoReflect ¶
func (x *PastaIngredient) ProtoReflect() protoreflect.Message
func (*PastaIngredient) Reset ¶
func (x *PastaIngredient) Reset()
func (*PastaIngredient) String ¶
func (x *PastaIngredient) String() string
type PastaIngredientCreatedAtQueryType ¶
type PastaIngredientCreatedAtQueryType struct {
// contains filtered or unexported fields
}
func (*PastaIngredientCreatedAtQueryType) Identifier ¶
func (x *PastaIngredientCreatedAtQueryType) Identifier() exp.IdentifierExpression
type PastaIngredientDB ¶
type PastaIngredientDB struct {
// contains filtered or unexported fields
}
func (*PastaIngredientDB) Columns ¶
func (x *PastaIngredientDB) Columns() *PastaIngredientDBColumns
func (*PastaIngredientDB) Query ¶
func (x *PastaIngredientDB) Query() *PastaIngredientDBQueryBuilder
func (*PastaIngredientDB) TableName ¶
func (x *PastaIngredientDB) TableName() string
func (*PastaIngredientDB) WithTable ¶
func (x *PastaIngredientDB) WithTable(t string) *PastaIngredientDB
type PastaIngredientDBColumns ¶
type PastaIngredientDBColumns struct {
// contains filtered or unexported fields
}
func (*PastaIngredientDBColumns) CreatedAt ¶
func (x *PastaIngredientDBColumns) CreatedAt() exp.Expression
func (*PastaIngredientDBColumns) DeletedAt ¶
func (x *PastaIngredientDBColumns) DeletedAt() exp.Expression
func (*PastaIngredientDBColumns) FTSData ¶
func (x *PastaIngredientDBColumns) FTSData() exp.Expression
func (*PastaIngredientDBColumns) Id ¶
func (x *PastaIngredientDBColumns) Id() exp.Expression
func (*PastaIngredientDBColumns) IngredientId ¶
func (x *PastaIngredientDBColumns) IngredientId() exp.Expression
func (*PastaIngredientDBColumns) ModelEmbeddings_3DIMS ¶
func (x *PastaIngredientDBColumns) ModelEmbeddings_3DIMS() exp.Expression
func (*PastaIngredientDBColumns) ModelEmbeddings_4DIMS ¶
func (x *PastaIngredientDBColumns) ModelEmbeddings_4DIMS() exp.Expression
func (*PastaIngredientDBColumns) PBData ¶
func (x *PastaIngredientDBColumns) PBData() exp.Expression
func (*PastaIngredientDBColumns) PK ¶
func (x *PastaIngredientDBColumns) PK() exp.Expression
func (*PastaIngredientDBColumns) PKSK ¶
func (x *PastaIngredientDBColumns) PKSK() exp.Expression
func (*PastaIngredientDBColumns) PastaId ¶
func (x *PastaIngredientDBColumns) PastaId() exp.Expression
func (*PastaIngredientDBColumns) SK ¶
func (x *PastaIngredientDBColumns) SK() exp.Expression
func (*PastaIngredientDBColumns) TenantId ¶
func (x *PastaIngredientDBColumns) TenantId() exp.Expression
func (*PastaIngredientDBColumns) UpdatedAt ¶
func (x *PastaIngredientDBColumns) UpdatedAt() exp.Expression
func (*PastaIngredientDBColumns) WithTable ¶
func (x *PastaIngredientDBColumns) WithTable(t string) *PastaIngredientDBColumns
type PastaIngredientDBQueryBuilder ¶
type PastaIngredientDBQueryBuilder struct {
// contains filtered or unexported fields
}
func (*PastaIngredientDBQueryBuilder) FTSData ¶
func (x *PastaIngredientDBQueryBuilder) FTSData() *PastaIngredientFTSDataSafeOperators
func (*PastaIngredientDBQueryBuilder) Id ¶
func (x *PastaIngredientDBQueryBuilder) Id() *PastaIngredientIdSafeOperators
func (*PastaIngredientDBQueryBuilder) IngredientId ¶
func (x *PastaIngredientDBQueryBuilder) IngredientId() *PastaIngredientIngredientIdSafeOperators
func (*PastaIngredientDBQueryBuilder) ModelEmbeddings_3DIMS ¶
func (x *PastaIngredientDBQueryBuilder) ModelEmbeddings_3DIMS() *PastaIngredientModelEmbeddings_3DIMSSafeOperators
func (*PastaIngredientDBQueryBuilder) ModelEmbeddings_4DIMS ¶
func (x *PastaIngredientDBQueryBuilder) ModelEmbeddings_4DIMS() *PastaIngredientModelEmbeddings_4DIMSSafeOperators
func (*PastaIngredientDBQueryBuilder) PK ¶
func (x *PastaIngredientDBQueryBuilder) PK() *PastaIngredientPKSafeOperators
func (*PastaIngredientDBQueryBuilder) PKSK ¶
func (x *PastaIngredientDBQueryBuilder) PKSK() *PastaIngredientPKSKSafeOperators
func (*PastaIngredientDBQueryBuilder) PastaId ¶
func (x *PastaIngredientDBQueryBuilder) PastaId() *PastaIngredientPastaIdSafeOperators
func (*PastaIngredientDBQueryBuilder) SK ¶
func (x *PastaIngredientDBQueryBuilder) SK() *PastaIngredientSKSafeOperators
func (*PastaIngredientDBQueryBuilder) TenantId ¶
func (x *PastaIngredientDBQueryBuilder) TenantId() *PastaIngredientTenantIdSafeOperators
func (*PastaIngredientDBQueryBuilder) Unsafe ¶
func (x *PastaIngredientDBQueryBuilder) Unsafe() *PastaIngredientDBQueryUnsafe
func (*PastaIngredientDBQueryBuilder) WithTable ¶
func (x *PastaIngredientDBQueryBuilder) WithTable(t string) *PastaIngredientDBQueryBuilder
type PastaIngredientDBQueryUnsafe ¶
type PastaIngredientDBQueryUnsafe struct {
// contains filtered or unexported fields
}
func (*PastaIngredientDBQueryUnsafe) CreatedAt ¶
func (x *PastaIngredientDBQueryUnsafe) CreatedAt() *PastaIngredientCreatedAtQueryType
func (*PastaIngredientDBQueryUnsafe) DeletedAt ¶
func (x *PastaIngredientDBQueryUnsafe) DeletedAt() *PastaIngredientDeletedAtQueryType
func (*PastaIngredientDBQueryUnsafe) FTSData ¶
func (x *PastaIngredientDBQueryUnsafe) FTSData() *PastaIngredientFTSDataQueryType
func (*PastaIngredientDBQueryUnsafe) Id ¶
func (x *PastaIngredientDBQueryUnsafe) Id() *PastaIngredientIdQueryType
func (*PastaIngredientDBQueryUnsafe) IngredientId ¶
func (x *PastaIngredientDBQueryUnsafe) IngredientId() *PastaIngredientIngredientIdQueryType
func (*PastaIngredientDBQueryUnsafe) ModelEmbeddings_3DIMS ¶
func (x *PastaIngredientDBQueryUnsafe) ModelEmbeddings_3DIMS() *PastaIngredientModelEmbeddings_3DIMSQueryType
func (*PastaIngredientDBQueryUnsafe) ModelEmbeddings_4DIMS ¶
func (x *PastaIngredientDBQueryUnsafe) ModelEmbeddings_4DIMS() *PastaIngredientModelEmbeddings_4DIMSQueryType
func (*PastaIngredientDBQueryUnsafe) PBData ¶
func (x *PastaIngredientDBQueryUnsafe) PBData() *PastaIngredientPBDataQueryType
func (*PastaIngredientDBQueryUnsafe) PK ¶
func (x *PastaIngredientDBQueryUnsafe) PK() *PastaIngredientPKQueryType
func (*PastaIngredientDBQueryUnsafe) PKSK ¶
func (x *PastaIngredientDBQueryUnsafe) PKSK() *PastaIngredientPKSKQueryType
func (*PastaIngredientDBQueryUnsafe) PastaId ¶
func (x *PastaIngredientDBQueryUnsafe) PastaId() *PastaIngredientPastaIdQueryType
func (*PastaIngredientDBQueryUnsafe) SK ¶
func (x *PastaIngredientDBQueryUnsafe) SK() *PastaIngredientSKQueryType
func (*PastaIngredientDBQueryUnsafe) TenantId ¶
func (x *PastaIngredientDBQueryUnsafe) TenantId() *PastaIngredientTenantIdQueryType
func (*PastaIngredientDBQueryUnsafe) UpdatedAt ¶
func (x *PastaIngredientDBQueryUnsafe) UpdatedAt() *PastaIngredientUpdatedAtQueryType
type PastaIngredientDeletedAtQueryType ¶
type PastaIngredientDeletedAtQueryType struct {
// contains filtered or unexported fields
}
func (*PastaIngredientDeletedAtQueryType) Identifier ¶
func (x *PastaIngredientDeletedAtQueryType) Identifier() exp.IdentifierExpression
type PastaIngredientFTSDataQueryType ¶
type PastaIngredientFTSDataQueryType struct {
// contains filtered or unexported fields
}
func (*PastaIngredientFTSDataQueryType) Identifier ¶
func (x *PastaIngredientFTSDataQueryType) Identifier() exp.IdentifierExpression
type PastaIngredientFTSDataSafeOperators ¶
type PastaIngredientFTSDataSafeOperators struct {
// contains filtered or unexported fields
}
func (*PastaIngredientFTSDataSafeOperators) Eq ¶
func (x *PastaIngredientFTSDataSafeOperators) Eq(v string) exp.BooleanExpression
func (*PastaIngredientFTSDataSafeOperators) Identifier ¶
func (x *PastaIngredientFTSDataSafeOperators) Identifier() exp.IdentifierExpression
type PastaIngredientIdQueryType ¶
type PastaIngredientIdQueryType struct {
// contains filtered or unexported fields
}
func (*PastaIngredientIdQueryType) Identifier ¶
func (x *PastaIngredientIdQueryType) Identifier() exp.IdentifierExpression
type PastaIngredientIdSafeOperators ¶
type PastaIngredientIdSafeOperators struct {
// contains filtered or unexported fields
}
func (*PastaIngredientIdSafeOperators) Between ¶
func (x *PastaIngredientIdSafeOperators) Between(start string, end string) exp.RangeExpression
func (*PastaIngredientIdSafeOperators) Eq ¶
func (x *PastaIngredientIdSafeOperators) Eq(v string) exp.BooleanExpression
func (*PastaIngredientIdSafeOperators) Gt ¶
func (x *PastaIngredientIdSafeOperators) Gt(v string) exp.BooleanExpression
func (*PastaIngredientIdSafeOperators) Gte ¶
func (x *PastaIngredientIdSafeOperators) Gte(v string) exp.BooleanExpression
func (*PastaIngredientIdSafeOperators) Identifier ¶
func (x *PastaIngredientIdSafeOperators) Identifier() exp.IdentifierExpression
func (*PastaIngredientIdSafeOperators) In ¶
func (x *PastaIngredientIdSafeOperators) In(v []string) exp.BooleanExpression
func (*PastaIngredientIdSafeOperators) IsNotEmpty ¶
func (x *PastaIngredientIdSafeOperators) IsNotEmpty() exp.Expression
func (*PastaIngredientIdSafeOperators) IsNotNull ¶
func (x *PastaIngredientIdSafeOperators) IsNotNull() exp.BooleanExpression
func (*PastaIngredientIdSafeOperators) IsNull ¶
func (x *PastaIngredientIdSafeOperators) IsNull() exp.BooleanExpression
func (*PastaIngredientIdSafeOperators) Lt ¶
func (x *PastaIngredientIdSafeOperators) Lt(v string) exp.BooleanExpression
func (*PastaIngredientIdSafeOperators) Lte ¶
func (x *PastaIngredientIdSafeOperators) Lte(v string) exp.BooleanExpression
func (*PastaIngredientIdSafeOperators) NotBetween ¶
func (x *PastaIngredientIdSafeOperators) NotBetween(start string, end string) exp.RangeExpression
func (*PastaIngredientIdSafeOperators) NotIn ¶
func (x *PastaIngredientIdSafeOperators) NotIn(v []string) exp.BooleanExpression
type PastaIngredientIngredientIdQueryType ¶
type PastaIngredientIngredientIdQueryType struct {
// contains filtered or unexported fields
}
func (*PastaIngredientIngredientIdQueryType) Identifier ¶
func (x *PastaIngredientIngredientIdQueryType) Identifier() exp.IdentifierExpression
type PastaIngredientIngredientIdSafeOperators ¶
type PastaIngredientIngredientIdSafeOperators struct {
// contains filtered or unexported fields
}
func (*PastaIngredientIngredientIdSafeOperators) Between ¶
func (x *PastaIngredientIngredientIdSafeOperators) Between(start string, end string) exp.RangeExpression
func (*PastaIngredientIngredientIdSafeOperators) Eq ¶
func (x *PastaIngredientIngredientIdSafeOperators) Eq(v string) exp.BooleanExpression
func (*PastaIngredientIngredientIdSafeOperators) Gt ¶
func (x *PastaIngredientIngredientIdSafeOperators) Gt(v string) exp.BooleanExpression
func (*PastaIngredientIngredientIdSafeOperators) Gte ¶
func (x *PastaIngredientIngredientIdSafeOperators) Gte(v string) exp.BooleanExpression
func (*PastaIngredientIngredientIdSafeOperators) Identifier ¶
func (x *PastaIngredientIngredientIdSafeOperators) Identifier() exp.IdentifierExpression
func (*PastaIngredientIngredientIdSafeOperators) In ¶
func (x *PastaIngredientIngredientIdSafeOperators) In(v []string) exp.BooleanExpression
func (*PastaIngredientIngredientIdSafeOperators) IsNotEmpty ¶
func (x *PastaIngredientIngredientIdSafeOperators) IsNotEmpty() exp.Expression
func (*PastaIngredientIngredientIdSafeOperators) IsNotNull ¶
func (x *PastaIngredientIngredientIdSafeOperators) IsNotNull() exp.BooleanExpression
func (*PastaIngredientIngredientIdSafeOperators) IsNull ¶
func (x *PastaIngredientIngredientIdSafeOperators) IsNull() exp.BooleanExpression
func (*PastaIngredientIngredientIdSafeOperators) Lt ¶
func (x *PastaIngredientIngredientIdSafeOperators) Lt(v string) exp.BooleanExpression
func (*PastaIngredientIngredientIdSafeOperators) Lte ¶
func (x *PastaIngredientIngredientIdSafeOperators) Lte(v string) exp.BooleanExpression
func (*PastaIngredientIngredientIdSafeOperators) NotBetween ¶
func (x *PastaIngredientIngredientIdSafeOperators) NotBetween(start string, end string) exp.RangeExpression
func (*PastaIngredientIngredientIdSafeOperators) NotIn ¶
func (x *PastaIngredientIngredientIdSafeOperators) NotIn(v []string) exp.BooleanExpression
type PastaIngredientModelEmbeddings_3DIMSQueryType ¶
type PastaIngredientModelEmbeddings_3DIMSQueryType struct {
// contains filtered or unexported fields
}
func (*PastaIngredientModelEmbeddings_3DIMSQueryType) Identifier ¶
func (x *PastaIngredientModelEmbeddings_3DIMSQueryType) Identifier() exp.IdentifierExpression
type PastaIngredientModelEmbeddings_3DIMSSafeOperators ¶
type PastaIngredientModelEmbeddings_3DIMSSafeOperators struct {
// contains filtered or unexported fields
}
func (*PastaIngredientModelEmbeddings_3DIMSSafeOperators) Identifier ¶
func (x *PastaIngredientModelEmbeddings_3DIMSSafeOperators) Identifier() exp.IdentifierExpression
type PastaIngredientModelEmbeddings_4DIMSQueryType ¶
type PastaIngredientModelEmbeddings_4DIMSQueryType struct {
// contains filtered or unexported fields
}
func (*PastaIngredientModelEmbeddings_4DIMSQueryType) Identifier ¶
func (x *PastaIngredientModelEmbeddings_4DIMSQueryType) Identifier() exp.IdentifierExpression
type PastaIngredientModelEmbeddings_4DIMSSafeOperators ¶
type PastaIngredientModelEmbeddings_4DIMSSafeOperators struct {
// contains filtered or unexported fields
}
func (*PastaIngredientModelEmbeddings_4DIMSSafeOperators) Identifier ¶
func (x *PastaIngredientModelEmbeddings_4DIMSSafeOperators) Identifier() exp.IdentifierExpression
type PastaIngredientPBDataQueryType ¶
type PastaIngredientPBDataQueryType struct {
// contains filtered or unexported fields
}
func (*PastaIngredientPBDataQueryType) Identifier ¶
func (x *PastaIngredientPBDataQueryType) Identifier() exp.IdentifierExpression
type PastaIngredientPKQueryType ¶
type PastaIngredientPKQueryType struct {
// contains filtered or unexported fields
}
func (*PastaIngredientPKQueryType) Identifier ¶
func (x *PastaIngredientPKQueryType) Identifier() exp.IdentifierExpression
type PastaIngredientPKSKQueryType ¶
type PastaIngredientPKSKQueryType struct {
// contains filtered or unexported fields
}
func (*PastaIngredientPKSKQueryType) Identifier ¶
func (x *PastaIngredientPKSKQueryType) Identifier() exp.IdentifierExpression
type PastaIngredientPKSKSafeOperators ¶
type PastaIngredientPKSKSafeOperators struct {
// contains filtered or unexported fields
}
func (*PastaIngredientPKSKSafeOperators) Between ¶
func (x *PastaIngredientPKSKSafeOperators) Between(start string, end string) exp.RangeExpression
func (*PastaIngredientPKSKSafeOperators) Eq ¶
func (x *PastaIngredientPKSKSafeOperators) Eq(v string) exp.BooleanExpression
func (*PastaIngredientPKSKSafeOperators) Gt ¶
func (x *PastaIngredientPKSKSafeOperators) Gt(v string) exp.BooleanExpression
func (*PastaIngredientPKSKSafeOperators) Gte ¶
func (x *PastaIngredientPKSKSafeOperators) Gte(v string) exp.BooleanExpression
func (*PastaIngredientPKSKSafeOperators) Identifier ¶
func (x *PastaIngredientPKSKSafeOperators) Identifier() exp.IdentifierExpression
func (*PastaIngredientPKSKSafeOperators) In ¶
func (x *PastaIngredientPKSKSafeOperators) In(v []string) exp.BooleanExpression
func (*PastaIngredientPKSKSafeOperators) IsNotEmpty ¶
func (x *PastaIngredientPKSKSafeOperators) IsNotEmpty() exp.Expression
func (*PastaIngredientPKSKSafeOperators) IsNotNull ¶
func (x *PastaIngredientPKSKSafeOperators) IsNotNull() exp.BooleanExpression
func (*PastaIngredientPKSKSafeOperators) IsNull ¶
func (x *PastaIngredientPKSKSafeOperators) IsNull() exp.BooleanExpression
func (*PastaIngredientPKSKSafeOperators) Lt ¶
func (x *PastaIngredientPKSKSafeOperators) Lt(v string) exp.BooleanExpression
func (*PastaIngredientPKSKSafeOperators) Lte ¶
func (x *PastaIngredientPKSKSafeOperators) Lte(v string) exp.BooleanExpression
func (*PastaIngredientPKSKSafeOperators) NotBetween ¶
func (x *PastaIngredientPKSKSafeOperators) NotBetween(start string, end string) exp.RangeExpression
func (*PastaIngredientPKSKSafeOperators) NotIn ¶
func (x *PastaIngredientPKSKSafeOperators) NotIn(v []string) exp.BooleanExpression
type PastaIngredientPKSafeOperators ¶
type PastaIngredientPKSafeOperators struct {
// contains filtered or unexported fields
}
func (*PastaIngredientPKSafeOperators) Between ¶
func (x *PastaIngredientPKSafeOperators) Between(start string, end string) exp.RangeExpression
func (*PastaIngredientPKSafeOperators) Eq ¶
func (x *PastaIngredientPKSafeOperators) Eq(v string) exp.BooleanExpression
func (*PastaIngredientPKSafeOperators) Gt ¶
func (x *PastaIngredientPKSafeOperators) Gt(v string) exp.BooleanExpression
func (*PastaIngredientPKSafeOperators) Gte ¶
func (x *PastaIngredientPKSafeOperators) Gte(v string) exp.BooleanExpression
func (*PastaIngredientPKSafeOperators) Identifier ¶
func (x *PastaIngredientPKSafeOperators) Identifier() exp.IdentifierExpression
func (*PastaIngredientPKSafeOperators) In ¶
func (x *PastaIngredientPKSafeOperators) In(v []string) exp.BooleanExpression
func (*PastaIngredientPKSafeOperators) IsNotEmpty ¶
func (x *PastaIngredientPKSafeOperators) IsNotEmpty() exp.Expression
func (*PastaIngredientPKSafeOperators) IsNotNull ¶
func (x *PastaIngredientPKSafeOperators) IsNotNull() exp.BooleanExpression
func (*PastaIngredientPKSafeOperators) IsNull ¶
func (x *PastaIngredientPKSafeOperators) IsNull() exp.BooleanExpression
func (*PastaIngredientPKSafeOperators) Lt ¶
func (x *PastaIngredientPKSafeOperators) Lt(v string) exp.BooleanExpression
func (*PastaIngredientPKSafeOperators) Lte ¶
func (x *PastaIngredientPKSafeOperators) Lte(v string) exp.BooleanExpression
func (*PastaIngredientPKSafeOperators) NotBetween ¶
func (x *PastaIngredientPKSafeOperators) NotBetween(start string, end string) exp.RangeExpression
func (*PastaIngredientPKSafeOperators) NotIn ¶
func (x *PastaIngredientPKSafeOperators) NotIn(v []string) exp.BooleanExpression
type PastaIngredientPastaIdQueryType ¶
type PastaIngredientPastaIdQueryType struct {
// contains filtered or unexported fields
}
func (*PastaIngredientPastaIdQueryType) Identifier ¶
func (x *PastaIngredientPastaIdQueryType) Identifier() exp.IdentifierExpression
type PastaIngredientPastaIdSafeOperators ¶
type PastaIngredientPastaIdSafeOperators struct {
// contains filtered or unexported fields
}
func (*PastaIngredientPastaIdSafeOperators) Between ¶
func (x *PastaIngredientPastaIdSafeOperators) Between(start string, end string) exp.RangeExpression
func (*PastaIngredientPastaIdSafeOperators) Eq ¶
func (x *PastaIngredientPastaIdSafeOperators) Eq(v string) exp.BooleanExpression
func (*PastaIngredientPastaIdSafeOperators) Gt ¶
func (x *PastaIngredientPastaIdSafeOperators) Gt(v string) exp.BooleanExpression
func (*PastaIngredientPastaIdSafeOperators) Gte ¶
func (x *PastaIngredientPastaIdSafeOperators) Gte(v string) exp.BooleanExpression
func (*PastaIngredientPastaIdSafeOperators) Identifier ¶
func (x *PastaIngredientPastaIdSafeOperators) Identifier() exp.IdentifierExpression
func (*PastaIngredientPastaIdSafeOperators) In ¶
func (x *PastaIngredientPastaIdSafeOperators) In(v []string) exp.BooleanExpression
func (*PastaIngredientPastaIdSafeOperators) IsNotEmpty ¶
func (x *PastaIngredientPastaIdSafeOperators) IsNotEmpty() exp.Expression
func (*PastaIngredientPastaIdSafeOperators) IsNotNull ¶
func (x *PastaIngredientPastaIdSafeOperators) IsNotNull() exp.BooleanExpression
func (*PastaIngredientPastaIdSafeOperators) IsNull ¶
func (x *PastaIngredientPastaIdSafeOperators) IsNull() exp.BooleanExpression
func (*PastaIngredientPastaIdSafeOperators) Lt ¶
func (x *PastaIngredientPastaIdSafeOperators) Lt(v string) exp.BooleanExpression
func (*PastaIngredientPastaIdSafeOperators) Lte ¶
func (x *PastaIngredientPastaIdSafeOperators) Lte(v string) exp.BooleanExpression
func (*PastaIngredientPastaIdSafeOperators) NotBetween ¶
func (x *PastaIngredientPastaIdSafeOperators) NotBetween(start string, end string) exp.RangeExpression
func (*PastaIngredientPastaIdSafeOperators) NotIn ¶
func (x *PastaIngredientPastaIdSafeOperators) NotIn(v []string) exp.BooleanExpression
type PastaIngredientSKQueryType ¶
type PastaIngredientSKQueryType struct {
// contains filtered or unexported fields
}
func (*PastaIngredientSKQueryType) Identifier ¶
func (x *PastaIngredientSKQueryType) Identifier() exp.IdentifierExpression
type PastaIngredientSKSafeOperators ¶
type PastaIngredientSKSafeOperators struct {
// contains filtered or unexported fields
}
func (*PastaIngredientSKSafeOperators) Between ¶
func (x *PastaIngredientSKSafeOperators) Between(start string, end string) exp.RangeExpression
func (*PastaIngredientSKSafeOperators) Eq ¶
func (x *PastaIngredientSKSafeOperators) Eq(v string) exp.BooleanExpression
func (*PastaIngredientSKSafeOperators) Gt ¶
func (x *PastaIngredientSKSafeOperators) Gt(v string) exp.BooleanExpression
func (*PastaIngredientSKSafeOperators) Gte ¶
func (x *PastaIngredientSKSafeOperators) Gte(v string) exp.BooleanExpression
func (*PastaIngredientSKSafeOperators) Identifier ¶
func (x *PastaIngredientSKSafeOperators) Identifier() exp.IdentifierExpression
func (*PastaIngredientSKSafeOperators) In ¶
func (x *PastaIngredientSKSafeOperators) In(v []string) exp.BooleanExpression
func (*PastaIngredientSKSafeOperators) IsNotEmpty ¶
func (x *PastaIngredientSKSafeOperators) IsNotEmpty() exp.Expression
func (*PastaIngredientSKSafeOperators) IsNotNull ¶
func (x *PastaIngredientSKSafeOperators) IsNotNull() exp.BooleanExpression
func (*PastaIngredientSKSafeOperators) IsNull ¶
func (x *PastaIngredientSKSafeOperators) IsNull() exp.BooleanExpression
func (*PastaIngredientSKSafeOperators) Lt ¶
func (x *PastaIngredientSKSafeOperators) Lt(v string) exp.BooleanExpression
func (*PastaIngredientSKSafeOperators) Lte ¶
func (x *PastaIngredientSKSafeOperators) Lte(v string) exp.BooleanExpression
func (*PastaIngredientSKSafeOperators) NotBetween ¶
func (x *PastaIngredientSKSafeOperators) NotBetween(start string, end string) exp.RangeExpression
func (*PastaIngredientSKSafeOperators) NotIn ¶
func (x *PastaIngredientSKSafeOperators) NotIn(v []string) exp.BooleanExpression
type PastaIngredientTenantIdQueryType ¶
type PastaIngredientTenantIdQueryType struct {
// contains filtered or unexported fields
}
func (*PastaIngredientTenantIdQueryType) Identifier ¶
func (x *PastaIngredientTenantIdQueryType) Identifier() exp.IdentifierExpression
type PastaIngredientTenantIdSafeOperators ¶
type PastaIngredientTenantIdSafeOperators struct {
// contains filtered or unexported fields
}
func (*PastaIngredientTenantIdSafeOperators) Between ¶
func (x *PastaIngredientTenantIdSafeOperators) Between(start string, end string) exp.RangeExpression
func (*PastaIngredientTenantIdSafeOperators) Eq ¶
func (x *PastaIngredientTenantIdSafeOperators) Eq(v string) exp.BooleanExpression
func (*PastaIngredientTenantIdSafeOperators) Gt ¶
func (x *PastaIngredientTenantIdSafeOperators) Gt(v string) exp.BooleanExpression
func (*PastaIngredientTenantIdSafeOperators) Gte ¶
func (x *PastaIngredientTenantIdSafeOperators) Gte(v string) exp.BooleanExpression
func (*PastaIngredientTenantIdSafeOperators) Identifier ¶
func (x *PastaIngredientTenantIdSafeOperators) Identifier() exp.IdentifierExpression
func (*PastaIngredientTenantIdSafeOperators) In ¶
func (x *PastaIngredientTenantIdSafeOperators) In(v []string) exp.BooleanExpression
func (*PastaIngredientTenantIdSafeOperators) IsNotEmpty ¶
func (x *PastaIngredientTenantIdSafeOperators) IsNotEmpty() exp.Expression
func (*PastaIngredientTenantIdSafeOperators) IsNotNull ¶
func (x *PastaIngredientTenantIdSafeOperators) IsNotNull() exp.BooleanExpression
func (*PastaIngredientTenantIdSafeOperators) IsNull ¶
func (x *PastaIngredientTenantIdSafeOperators) IsNull() exp.BooleanExpression
func (*PastaIngredientTenantIdSafeOperators) Lt ¶
func (x *PastaIngredientTenantIdSafeOperators) Lt(v string) exp.BooleanExpression
func (*PastaIngredientTenantIdSafeOperators) Lte ¶
func (x *PastaIngredientTenantIdSafeOperators) Lte(v string) exp.BooleanExpression
func (*PastaIngredientTenantIdSafeOperators) NotBetween ¶
func (x *PastaIngredientTenantIdSafeOperators) NotBetween(start string, end string) exp.RangeExpression
func (*PastaIngredientTenantIdSafeOperators) NotIn ¶
func (x *PastaIngredientTenantIdSafeOperators) NotIn(v []string) exp.BooleanExpression
type PastaIngredientUpdatedAtQueryType ¶
type PastaIngredientUpdatedAtQueryType struct {
// contains filtered or unexported fields
}
func (*PastaIngredientUpdatedAtQueryType) Identifier ¶
func (x *PastaIngredientUpdatedAtQueryType) Identifier() exp.IdentifierExpression
type PastaIngredient_ModelEmbedding ¶
type PastaIngredient_ModelEmbedding struct { Model v1.Model `protobuf:"varint,1,opt,name=model,proto3,enum=models.llm.v1.Model" json:"model,omitempty"` Embedding []float32 `protobuf:"fixed32,2,rep,packed,name=embedding,proto3" json:"embedding,omitempty"` // contains filtered or unexported fields }
func (*PastaIngredient_ModelEmbedding) DB ¶
func (x *PastaIngredient_ModelEmbedding) DB() *PastaIngredient_ModelEmbeddingDB
func (*PastaIngredient_ModelEmbedding) DBReflect ¶
func (dbr *PastaIngredient_ModelEmbedding) DBReflect() pgdb_v1.Message
func (*PastaIngredient_ModelEmbedding) Descriptor
deprecated
func (*PastaIngredient_ModelEmbedding) Descriptor() ([]byte, []int)
Deprecated: Use PastaIngredient_ModelEmbedding.ProtoReflect.Descriptor instead.
func (*PastaIngredient_ModelEmbedding) GetEmbedding ¶
func (x *PastaIngredient_ModelEmbedding) GetEmbedding() []float32
func (*PastaIngredient_ModelEmbedding) GetModel ¶
func (x *PastaIngredient_ModelEmbedding) GetModel() v1.Model
func (*PastaIngredient_ModelEmbedding) ProtoMessage ¶
func (*PastaIngredient_ModelEmbedding) ProtoMessage()
func (*PastaIngredient_ModelEmbedding) ProtoReflect ¶
func (x *PastaIngredient_ModelEmbedding) ProtoReflect() protoreflect.Message
func (*PastaIngredient_ModelEmbedding) Reset ¶
func (x *PastaIngredient_ModelEmbedding) Reset()
func (*PastaIngredient_ModelEmbedding) String ¶
func (x *PastaIngredient_ModelEmbedding) String() string
type PastaIngredient_ModelEmbeddingDB ¶
type PastaIngredient_ModelEmbeddingDB struct {
// contains filtered or unexported fields
}
func (*PastaIngredient_ModelEmbeddingDB) Columns ¶
func (x *PastaIngredient_ModelEmbeddingDB) Columns() *PastaIngredient_ModelEmbeddingDBColumns
func (*PastaIngredient_ModelEmbeddingDB) Query ¶
func (x *PastaIngredient_ModelEmbeddingDB) Query() *PastaIngredient_ModelEmbeddingDBQueryBuilder
func (*PastaIngredient_ModelEmbeddingDB) TableName ¶
func (x *PastaIngredient_ModelEmbeddingDB) TableName() string
func (*PastaIngredient_ModelEmbeddingDB) WithTable ¶
func (x *PastaIngredient_ModelEmbeddingDB) WithTable(t string) *PastaIngredient_ModelEmbeddingDB
type PastaIngredient_ModelEmbeddingDBColumns ¶
type PastaIngredient_ModelEmbeddingDBColumns struct {
// contains filtered or unexported fields
}
func (*PastaIngredient_ModelEmbeddingDBColumns) Embedding ¶
func (x *PastaIngredient_ModelEmbeddingDBColumns) Embedding() exp.Expression
func (*PastaIngredient_ModelEmbeddingDBColumns) Model ¶
func (x *PastaIngredient_ModelEmbeddingDBColumns) Model() exp.Expression
func (*PastaIngredient_ModelEmbeddingDBColumns) WithTable ¶
func (x *PastaIngredient_ModelEmbeddingDBColumns) WithTable(t string) *PastaIngredient_ModelEmbeddingDBColumns
type PastaIngredient_ModelEmbeddingDBQueryBuilder ¶
type PastaIngredient_ModelEmbeddingDBQueryBuilder struct {
// contains filtered or unexported fields
}
func (*PastaIngredient_ModelEmbeddingDBQueryBuilder) WithTable ¶
func (x *PastaIngredient_ModelEmbeddingDBQueryBuilder) WithTable(t string) *PastaIngredient_ModelEmbeddingDBQueryBuilder
type PastaIngredient_ModelEmbeddingDBQueryUnsafe ¶
type PastaIngredient_ModelEmbeddingDBQueryUnsafe struct {
// contains filtered or unexported fields
}
func (*PastaIngredient_ModelEmbeddingDBQueryUnsafe) Embedding ¶
func (x *PastaIngredient_ModelEmbeddingDBQueryUnsafe) Embedding() *PastaIngredient_ModelEmbeddingEmbeddingQueryType
type PastaIngredient_ModelEmbeddingEmbeddingQueryType ¶
type PastaIngredient_ModelEmbeddingEmbeddingQueryType struct {
// contains filtered or unexported fields
}
func (*PastaIngredient_ModelEmbeddingEmbeddingQueryType) Identifier ¶
func (x *PastaIngredient_ModelEmbeddingEmbeddingQueryType) Identifier() exp.IdentifierExpression
type PastaIngredient_ModelEmbeddingModelQueryType ¶
type PastaIngredient_ModelEmbeddingModelQueryType struct {
// contains filtered or unexported fields
}
func (*PastaIngredient_ModelEmbeddingModelQueryType) Identifier ¶
func (x *PastaIngredient_ModelEmbeddingModelQueryType) Identifier() exp.IdentifierExpression
type PastaPBDataQueryType ¶
type PastaPBDataQueryType struct {
// contains filtered or unexported fields
}
func (*PastaPBDataQueryType) Identifier ¶
func (x *PastaPBDataQueryType) Identifier() exp.IdentifierExpression
type PastaPKQueryType ¶
type PastaPKQueryType struct {
// contains filtered or unexported fields
}
func (*PastaPKQueryType) Identifier ¶
func (x *PastaPKQueryType) Identifier() exp.IdentifierExpression
type PastaPKSKQueryType ¶
type PastaPKSKQueryType struct {
// contains filtered or unexported fields
}
func (*PastaPKSKQueryType) Identifier ¶
func (x *PastaPKSKQueryType) Identifier() exp.IdentifierExpression
type PastaPKSKSafeOperators ¶
type PastaPKSKSafeOperators struct {
// contains filtered or unexported fields
}
func (*PastaPKSKSafeOperators) Between ¶
func (x *PastaPKSKSafeOperators) Between(start string, end string) exp.RangeExpression
func (*PastaPKSKSafeOperators) Eq ¶
func (x *PastaPKSKSafeOperators) Eq(v string) exp.BooleanExpression
func (*PastaPKSKSafeOperators) Gt ¶
func (x *PastaPKSKSafeOperators) Gt(v string) exp.BooleanExpression
func (*PastaPKSKSafeOperators) Gte ¶
func (x *PastaPKSKSafeOperators) Gte(v string) exp.BooleanExpression
func (*PastaPKSKSafeOperators) Identifier ¶
func (x *PastaPKSKSafeOperators) Identifier() exp.IdentifierExpression
func (*PastaPKSKSafeOperators) In ¶
func (x *PastaPKSKSafeOperators) In(v []string) exp.BooleanExpression
func (*PastaPKSKSafeOperators) IsNotEmpty ¶
func (x *PastaPKSKSafeOperators) IsNotEmpty() exp.Expression
func (*PastaPKSKSafeOperators) IsNotNull ¶
func (x *PastaPKSKSafeOperators) IsNotNull() exp.BooleanExpression
func (*PastaPKSKSafeOperators) IsNull ¶
func (x *PastaPKSKSafeOperators) IsNull() exp.BooleanExpression
func (*PastaPKSKSafeOperators) Lt ¶
func (x *PastaPKSKSafeOperators) Lt(v string) exp.BooleanExpression
func (*PastaPKSKSafeOperators) Lte ¶
func (x *PastaPKSKSafeOperators) Lte(v string) exp.BooleanExpression
func (*PastaPKSKSafeOperators) NotBetween ¶
func (x *PastaPKSKSafeOperators) NotBetween(start string, end string) exp.RangeExpression
func (*PastaPKSKSafeOperators) NotIn ¶
func (x *PastaPKSKSafeOperators) NotIn(v []string) exp.BooleanExpression
type PastaPKSafeOperators ¶
type PastaPKSafeOperators struct {
// contains filtered or unexported fields
}
func (*PastaPKSafeOperators) Between ¶
func (x *PastaPKSafeOperators) Between(start string, end string) exp.RangeExpression
func (*PastaPKSafeOperators) Eq ¶
func (x *PastaPKSafeOperators) Eq(v string) exp.BooleanExpression
func (*PastaPKSafeOperators) Gt ¶
func (x *PastaPKSafeOperators) Gt(v string) exp.BooleanExpression
func (*PastaPKSafeOperators) Gte ¶
func (x *PastaPKSafeOperators) Gte(v string) exp.BooleanExpression
func (*PastaPKSafeOperators) Identifier ¶
func (x *PastaPKSafeOperators) Identifier() exp.IdentifierExpression
func (*PastaPKSafeOperators) In ¶
func (x *PastaPKSafeOperators) In(v []string) exp.BooleanExpression
func (*PastaPKSafeOperators) IsNotEmpty ¶
func (x *PastaPKSafeOperators) IsNotEmpty() exp.Expression
func (*PastaPKSafeOperators) IsNotNull ¶
func (x *PastaPKSafeOperators) IsNotNull() exp.BooleanExpression
func (*PastaPKSafeOperators) IsNull ¶
func (x *PastaPKSafeOperators) IsNull() exp.BooleanExpression
func (*PastaPKSafeOperators) Lt ¶
func (x *PastaPKSafeOperators) Lt(v string) exp.BooleanExpression
func (*PastaPKSafeOperators) Lte ¶
func (x *PastaPKSafeOperators) Lte(v string) exp.BooleanExpression
func (*PastaPKSafeOperators) NotBetween ¶
func (x *PastaPKSafeOperators) NotBetween(start string, end string) exp.RangeExpression
func (*PastaPKSafeOperators) NotIn ¶
func (x *PastaPKSafeOperators) NotIn(v []string) exp.BooleanExpression
type PastaSKQueryType ¶
type PastaSKQueryType struct {
// contains filtered or unexported fields
}
func (*PastaSKQueryType) Identifier ¶
func (x *PastaSKQueryType) Identifier() exp.IdentifierExpression
type PastaSKSafeOperators ¶
type PastaSKSafeOperators struct {
// contains filtered or unexported fields
}
func (*PastaSKSafeOperators) Between ¶
func (x *PastaSKSafeOperators) Between(start string, end string) exp.RangeExpression
func (*PastaSKSafeOperators) Eq ¶
func (x *PastaSKSafeOperators) Eq(v string) exp.BooleanExpression
func (*PastaSKSafeOperators) Gt ¶
func (x *PastaSKSafeOperators) Gt(v string) exp.BooleanExpression
func (*PastaSKSafeOperators) Gte ¶
func (x *PastaSKSafeOperators) Gte(v string) exp.BooleanExpression
func (*PastaSKSafeOperators) Identifier ¶
func (x *PastaSKSafeOperators) Identifier() exp.IdentifierExpression
func (*PastaSKSafeOperators) In ¶
func (x *PastaSKSafeOperators) In(v []string) exp.BooleanExpression
func (*PastaSKSafeOperators) IsNotEmpty ¶
func (x *PastaSKSafeOperators) IsNotEmpty() exp.Expression
func (*PastaSKSafeOperators) IsNotNull ¶
func (x *PastaSKSafeOperators) IsNotNull() exp.BooleanExpression
func (*PastaSKSafeOperators) IsNull ¶
func (x *PastaSKSafeOperators) IsNull() exp.BooleanExpression
func (*PastaSKSafeOperators) Lt ¶
func (x *PastaSKSafeOperators) Lt(v string) exp.BooleanExpression
func (*PastaSKSafeOperators) Lte ¶
func (x *PastaSKSafeOperators) Lte(v string) exp.BooleanExpression
func (*PastaSKSafeOperators) NotBetween ¶
func (x *PastaSKSafeOperators) NotBetween(start string, end string) exp.RangeExpression
func (*PastaSKSafeOperators) NotIn ¶
func (x *PastaSKSafeOperators) NotIn(v []string) exp.BooleanExpression
type PastaTenantIdQueryType ¶
type PastaTenantIdQueryType struct {
// contains filtered or unexported fields
}
func (*PastaTenantIdQueryType) Identifier ¶
func (x *PastaTenantIdQueryType) Identifier() exp.IdentifierExpression
type PastaTenantIdSafeOperators ¶
type PastaTenantIdSafeOperators struct {
// contains filtered or unexported fields
}
func (*PastaTenantIdSafeOperators) Between ¶
func (x *PastaTenantIdSafeOperators) Between(start string, end string) exp.RangeExpression
func (*PastaTenantIdSafeOperators) Eq ¶
func (x *PastaTenantIdSafeOperators) Eq(v string) exp.BooleanExpression
func (*PastaTenantIdSafeOperators) Gt ¶
func (x *PastaTenantIdSafeOperators) Gt(v string) exp.BooleanExpression
func (*PastaTenantIdSafeOperators) Gte ¶
func (x *PastaTenantIdSafeOperators) Gte(v string) exp.BooleanExpression
func (*PastaTenantIdSafeOperators) Identifier ¶
func (x *PastaTenantIdSafeOperators) Identifier() exp.IdentifierExpression
func (*PastaTenantIdSafeOperators) In ¶
func (x *PastaTenantIdSafeOperators) In(v []string) exp.BooleanExpression
func (*PastaTenantIdSafeOperators) IsNotEmpty ¶
func (x *PastaTenantIdSafeOperators) IsNotEmpty() exp.Expression
func (*PastaTenantIdSafeOperators) IsNotNull ¶
func (x *PastaTenantIdSafeOperators) IsNotNull() exp.BooleanExpression
func (*PastaTenantIdSafeOperators) IsNull ¶
func (x *PastaTenantIdSafeOperators) IsNull() exp.BooleanExpression
func (*PastaTenantIdSafeOperators) Lt ¶
func (x *PastaTenantIdSafeOperators) Lt(v string) exp.BooleanExpression
func (*PastaTenantIdSafeOperators) Lte ¶
func (x *PastaTenantIdSafeOperators) Lte(v string) exp.BooleanExpression
func (*PastaTenantIdSafeOperators) NotBetween ¶
func (x *PastaTenantIdSafeOperators) NotBetween(start string, end string) exp.RangeExpression
func (*PastaTenantIdSafeOperators) NotIn ¶
func (x *PastaTenantIdSafeOperators) NotIn(v []string) exp.BooleanExpression
type PastaUpdatedAtQueryType ¶
type PastaUpdatedAtQueryType struct {
// contains filtered or unexported fields
}
func (*PastaUpdatedAtQueryType) Identifier ¶
func (x *PastaUpdatedAtQueryType) Identifier() exp.IdentifierExpression
type SauceIngredient ¶
type SauceIngredient struct { TenantId string `protobuf:"bytes,1,opt,name=tenant_id,json=tenantId,proto3" json:"tenant_id,omitempty"` Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` DeletedAt *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=deleted_at,json=deletedAt,proto3" json:"deleted_at,omitempty"` SourceAddr string `protobuf:"bytes,6,opt,name=source_addr,json=sourceAddr,proto3" json:"source_addr,omitempty"` // contains filtered or unexported fields }
func (*SauceIngredient) DB ¶
func (x *SauceIngredient) DB() *SauceIngredientDB
func (*SauceIngredient) DBReflect ¶
func (dbr *SauceIngredient) DBReflect() pgdb_v1.Message
func (*SauceIngredient) Descriptor
deprecated
func (*SauceIngredient) Descriptor() ([]byte, []int)
Deprecated: Use SauceIngredient.ProtoReflect.Descriptor instead.
func (*SauceIngredient) GetCreatedAt ¶
func (x *SauceIngredient) GetCreatedAt() *timestamppb.Timestamp
func (*SauceIngredient) GetDeletedAt ¶
func (x *SauceIngredient) GetDeletedAt() *timestamppb.Timestamp
func (*SauceIngredient) GetId ¶
func (x *SauceIngredient) GetId() string
func (*SauceIngredient) GetSourceAddr ¶
func (x *SauceIngredient) GetSourceAddr() string
func (*SauceIngredient) GetTenantId ¶
func (x *SauceIngredient) GetTenantId() string
func (*SauceIngredient) GetUpdatedAt ¶
func (x *SauceIngredient) GetUpdatedAt() *timestamppb.Timestamp
func (*SauceIngredient) ProtoMessage ¶
func (*SauceIngredient) ProtoMessage()
func (*SauceIngredient) ProtoReflect ¶
func (x *SauceIngredient) ProtoReflect() protoreflect.Message
func (*SauceIngredient) Reset ¶
func (x *SauceIngredient) Reset()
func (*SauceIngredient) String ¶
func (x *SauceIngredient) String() string
type SauceIngredientCreatedAtQueryType ¶
type SauceIngredientCreatedAtQueryType struct {
// contains filtered or unexported fields
}
func (*SauceIngredientCreatedAtQueryType) Identifier ¶
func (x *SauceIngredientCreatedAtQueryType) Identifier() exp.IdentifierExpression
type SauceIngredientDB ¶
type SauceIngredientDB struct {
// contains filtered or unexported fields
}
func (*SauceIngredientDB) Columns ¶
func (x *SauceIngredientDB) Columns() *SauceIngredientDBColumns
func (*SauceIngredientDB) Query ¶
func (x *SauceIngredientDB) Query() *SauceIngredientDBQueryBuilder
func (*SauceIngredientDB) TableName ¶
func (x *SauceIngredientDB) TableName() string
func (*SauceIngredientDB) WithTable ¶
func (x *SauceIngredientDB) WithTable(t string) *SauceIngredientDB
type SauceIngredientDBColumns ¶
type SauceIngredientDBColumns struct {
// contains filtered or unexported fields
}
func (*SauceIngredientDBColumns) CreatedAt ¶
func (x *SauceIngredientDBColumns) CreatedAt() exp.Expression
func (*SauceIngredientDBColumns) DeletedAt ¶
func (x *SauceIngredientDBColumns) DeletedAt() exp.Expression
func (*SauceIngredientDBColumns) FTSData ¶
func (x *SauceIngredientDBColumns) FTSData() exp.Expression
func (*SauceIngredientDBColumns) Id ¶
func (x *SauceIngredientDBColumns) Id() exp.Expression
func (*SauceIngredientDBColumns) PBData ¶
func (x *SauceIngredientDBColumns) PBData() exp.Expression
func (*SauceIngredientDBColumns) PK ¶
func (x *SauceIngredientDBColumns) PK() exp.Expression
func (*SauceIngredientDBColumns) PKSK ¶
func (x *SauceIngredientDBColumns) PKSK() exp.Expression
func (*SauceIngredientDBColumns) SK ¶
func (x *SauceIngredientDBColumns) SK() exp.Expression
func (*SauceIngredientDBColumns) SourceAddr ¶
func (x *SauceIngredientDBColumns) SourceAddr() exp.Expression
func (*SauceIngredientDBColumns) TenantId ¶
func (x *SauceIngredientDBColumns) TenantId() exp.Expression
func (*SauceIngredientDBColumns) UpdatedAt ¶
func (x *SauceIngredientDBColumns) UpdatedAt() exp.Expression
func (*SauceIngredientDBColumns) WithTable ¶
func (x *SauceIngredientDBColumns) WithTable(t string) *SauceIngredientDBColumns
type SauceIngredientDBQueryBuilder ¶
type SauceIngredientDBQueryBuilder struct {
// contains filtered or unexported fields
}
func (*SauceIngredientDBQueryBuilder) FTSData ¶
func (x *SauceIngredientDBQueryBuilder) FTSData() *SauceIngredientFTSDataSafeOperators
func (*SauceIngredientDBQueryBuilder) PK ¶
func (x *SauceIngredientDBQueryBuilder) PK() *SauceIngredientPKSafeOperators
func (*SauceIngredientDBQueryBuilder) PKSK ¶
func (x *SauceIngredientDBQueryBuilder) PKSK() *SauceIngredientPKSKSafeOperators
func (*SauceIngredientDBQueryBuilder) SK ¶
func (x *SauceIngredientDBQueryBuilder) SK() *SauceIngredientSKSafeOperators
func (*SauceIngredientDBQueryBuilder) SourceAddr ¶
func (x *SauceIngredientDBQueryBuilder) SourceAddr() *SauceIngredientSourceAddrSafeOperators
func (*SauceIngredientDBQueryBuilder) TenantId ¶
func (x *SauceIngredientDBQueryBuilder) TenantId() *SauceIngredientTenantIdSafeOperators
func (*SauceIngredientDBQueryBuilder) Unsafe ¶
func (x *SauceIngredientDBQueryBuilder) Unsafe() *SauceIngredientDBQueryUnsafe
func (*SauceIngredientDBQueryBuilder) WithTable ¶
func (x *SauceIngredientDBQueryBuilder) WithTable(t string) *SauceIngredientDBQueryBuilder
type SauceIngredientDBQueryUnsafe ¶
type SauceIngredientDBQueryUnsafe struct {
// contains filtered or unexported fields
}
func (*SauceIngredientDBQueryUnsafe) CreatedAt ¶
func (x *SauceIngredientDBQueryUnsafe) CreatedAt() *SauceIngredientCreatedAtQueryType
func (*SauceIngredientDBQueryUnsafe) DeletedAt ¶
func (x *SauceIngredientDBQueryUnsafe) DeletedAt() *SauceIngredientDeletedAtQueryType
func (*SauceIngredientDBQueryUnsafe) FTSData ¶
func (x *SauceIngredientDBQueryUnsafe) FTSData() *SauceIngredientFTSDataQueryType
func (*SauceIngredientDBQueryUnsafe) Id ¶
func (x *SauceIngredientDBQueryUnsafe) Id() *SauceIngredientIdQueryType
func (*SauceIngredientDBQueryUnsafe) PBData ¶
func (x *SauceIngredientDBQueryUnsafe) PBData() *SauceIngredientPBDataQueryType
func (*SauceIngredientDBQueryUnsafe) PK ¶
func (x *SauceIngredientDBQueryUnsafe) PK() *SauceIngredientPKQueryType
func (*SauceIngredientDBQueryUnsafe) PKSK ¶
func (x *SauceIngredientDBQueryUnsafe) PKSK() *SauceIngredientPKSKQueryType
func (*SauceIngredientDBQueryUnsafe) SK ¶
func (x *SauceIngredientDBQueryUnsafe) SK() *SauceIngredientSKQueryType
func (*SauceIngredientDBQueryUnsafe) SourceAddr ¶
func (x *SauceIngredientDBQueryUnsafe) SourceAddr() *SauceIngredientSourceAddrQueryType
func (*SauceIngredientDBQueryUnsafe) TenantId ¶
func (x *SauceIngredientDBQueryUnsafe) TenantId() *SauceIngredientTenantIdQueryType
func (*SauceIngredientDBQueryUnsafe) UpdatedAt ¶
func (x *SauceIngredientDBQueryUnsafe) UpdatedAt() *SauceIngredientUpdatedAtQueryType
type SauceIngredientDeletedAtQueryType ¶
type SauceIngredientDeletedAtQueryType struct {
// contains filtered or unexported fields
}
func (*SauceIngredientDeletedAtQueryType) Identifier ¶
func (x *SauceIngredientDeletedAtQueryType) Identifier() exp.IdentifierExpression
type SauceIngredientFTSDataQueryType ¶
type SauceIngredientFTSDataQueryType struct {
// contains filtered or unexported fields
}
func (*SauceIngredientFTSDataQueryType) Identifier ¶
func (x *SauceIngredientFTSDataQueryType) Identifier() exp.IdentifierExpression
type SauceIngredientFTSDataSafeOperators ¶
type SauceIngredientFTSDataSafeOperators struct {
// contains filtered or unexported fields
}
func (*SauceIngredientFTSDataSafeOperators) Eq ¶
func (x *SauceIngredientFTSDataSafeOperators) Eq(v string) exp.BooleanExpression
func (*SauceIngredientFTSDataSafeOperators) Identifier ¶
func (x *SauceIngredientFTSDataSafeOperators) Identifier() exp.IdentifierExpression
type SauceIngredientIdQueryType ¶
type SauceIngredientIdQueryType struct {
// contains filtered or unexported fields
}
func (*SauceIngredientIdQueryType) Identifier ¶
func (x *SauceIngredientIdQueryType) Identifier() exp.IdentifierExpression
type SauceIngredientPBDataQueryType ¶
type SauceIngredientPBDataQueryType struct {
// contains filtered or unexported fields
}
func (*SauceIngredientPBDataQueryType) Identifier ¶
func (x *SauceIngredientPBDataQueryType) Identifier() exp.IdentifierExpression
type SauceIngredientPKQueryType ¶
type SauceIngredientPKQueryType struct {
// contains filtered or unexported fields
}
func (*SauceIngredientPKQueryType) Identifier ¶
func (x *SauceIngredientPKQueryType) Identifier() exp.IdentifierExpression
type SauceIngredientPKSKQueryType ¶
type SauceIngredientPKSKQueryType struct {
// contains filtered or unexported fields
}
func (*SauceIngredientPKSKQueryType) Identifier ¶
func (x *SauceIngredientPKSKQueryType) Identifier() exp.IdentifierExpression
type SauceIngredientPKSKSafeOperators ¶
type SauceIngredientPKSKSafeOperators struct {
// contains filtered or unexported fields
}
func (*SauceIngredientPKSKSafeOperators) Between ¶
func (x *SauceIngredientPKSKSafeOperators) Between(start string, end string) exp.RangeExpression
func (*SauceIngredientPKSKSafeOperators) Eq ¶
func (x *SauceIngredientPKSKSafeOperators) Eq(v string) exp.BooleanExpression
func (*SauceIngredientPKSKSafeOperators) Gt ¶
func (x *SauceIngredientPKSKSafeOperators) Gt(v string) exp.BooleanExpression
func (*SauceIngredientPKSKSafeOperators) Gte ¶
func (x *SauceIngredientPKSKSafeOperators) Gte(v string) exp.BooleanExpression
func (*SauceIngredientPKSKSafeOperators) Identifier ¶
func (x *SauceIngredientPKSKSafeOperators) Identifier() exp.IdentifierExpression
func (*SauceIngredientPKSKSafeOperators) In ¶
func (x *SauceIngredientPKSKSafeOperators) In(v []string) exp.BooleanExpression
func (*SauceIngredientPKSKSafeOperators) IsNotEmpty ¶
func (x *SauceIngredientPKSKSafeOperators) IsNotEmpty() exp.Expression
func (*SauceIngredientPKSKSafeOperators) IsNotNull ¶
func (x *SauceIngredientPKSKSafeOperators) IsNotNull() exp.BooleanExpression
func (*SauceIngredientPKSKSafeOperators) IsNull ¶
func (x *SauceIngredientPKSKSafeOperators) IsNull() exp.BooleanExpression
func (*SauceIngredientPKSKSafeOperators) Lt ¶
func (x *SauceIngredientPKSKSafeOperators) Lt(v string) exp.BooleanExpression
func (*SauceIngredientPKSKSafeOperators) Lte ¶
func (x *SauceIngredientPKSKSafeOperators) Lte(v string) exp.BooleanExpression
func (*SauceIngredientPKSKSafeOperators) NotBetween ¶
func (x *SauceIngredientPKSKSafeOperators) NotBetween(start string, end string) exp.RangeExpression
func (*SauceIngredientPKSKSafeOperators) NotIn ¶
func (x *SauceIngredientPKSKSafeOperators) NotIn(v []string) exp.BooleanExpression
type SauceIngredientPKSafeOperators ¶
type SauceIngredientPKSafeOperators struct {
// contains filtered or unexported fields
}
func (*SauceIngredientPKSafeOperators) Between ¶
func (x *SauceIngredientPKSafeOperators) Between(start string, end string) exp.RangeExpression
func (*SauceIngredientPKSafeOperators) Eq ¶
func (x *SauceIngredientPKSafeOperators) Eq(v string) exp.BooleanExpression
func (*SauceIngredientPKSafeOperators) Gt ¶
func (x *SauceIngredientPKSafeOperators) Gt(v string) exp.BooleanExpression
func (*SauceIngredientPKSafeOperators) Gte ¶
func (x *SauceIngredientPKSafeOperators) Gte(v string) exp.BooleanExpression
func (*SauceIngredientPKSafeOperators) Identifier ¶
func (x *SauceIngredientPKSafeOperators) Identifier() exp.IdentifierExpression
func (*SauceIngredientPKSafeOperators) In ¶
func (x *SauceIngredientPKSafeOperators) In(v []string) exp.BooleanExpression
func (*SauceIngredientPKSafeOperators) IsNotEmpty ¶
func (x *SauceIngredientPKSafeOperators) IsNotEmpty() exp.Expression
func (*SauceIngredientPKSafeOperators) IsNotNull ¶
func (x *SauceIngredientPKSafeOperators) IsNotNull() exp.BooleanExpression
func (*SauceIngredientPKSafeOperators) IsNull ¶
func (x *SauceIngredientPKSafeOperators) IsNull() exp.BooleanExpression
func (*SauceIngredientPKSafeOperators) Lt ¶
func (x *SauceIngredientPKSafeOperators) Lt(v string) exp.BooleanExpression
func (*SauceIngredientPKSafeOperators) Lte ¶
func (x *SauceIngredientPKSafeOperators) Lte(v string) exp.BooleanExpression
func (*SauceIngredientPKSafeOperators) NotBetween ¶
func (x *SauceIngredientPKSafeOperators) NotBetween(start string, end string) exp.RangeExpression
func (*SauceIngredientPKSafeOperators) NotIn ¶
func (x *SauceIngredientPKSafeOperators) NotIn(v []string) exp.BooleanExpression
type SauceIngredientSKQueryType ¶
type SauceIngredientSKQueryType struct {
// contains filtered or unexported fields
}
func (*SauceIngredientSKQueryType) Identifier ¶
func (x *SauceIngredientSKQueryType) Identifier() exp.IdentifierExpression
type SauceIngredientSKSafeOperators ¶
type SauceIngredientSKSafeOperators struct {
// contains filtered or unexported fields
}
func (*SauceIngredientSKSafeOperators) Between ¶
func (x *SauceIngredientSKSafeOperators) Between(start string, end string) exp.RangeExpression
func (*SauceIngredientSKSafeOperators) Eq ¶
func (x *SauceIngredientSKSafeOperators) Eq(v string) exp.BooleanExpression
func (*SauceIngredientSKSafeOperators) Gt ¶
func (x *SauceIngredientSKSafeOperators) Gt(v string) exp.BooleanExpression
func (*SauceIngredientSKSafeOperators) Gte ¶
func (x *SauceIngredientSKSafeOperators) Gte(v string) exp.BooleanExpression
func (*SauceIngredientSKSafeOperators) Identifier ¶
func (x *SauceIngredientSKSafeOperators) Identifier() exp.IdentifierExpression
func (*SauceIngredientSKSafeOperators) In ¶
func (x *SauceIngredientSKSafeOperators) In(v []string) exp.BooleanExpression
func (*SauceIngredientSKSafeOperators) IsNotEmpty ¶
func (x *SauceIngredientSKSafeOperators) IsNotEmpty() exp.Expression
func (*SauceIngredientSKSafeOperators) IsNotNull ¶
func (x *SauceIngredientSKSafeOperators) IsNotNull() exp.BooleanExpression
func (*SauceIngredientSKSafeOperators) IsNull ¶
func (x *SauceIngredientSKSafeOperators) IsNull() exp.BooleanExpression
func (*SauceIngredientSKSafeOperators) Lt ¶
func (x *SauceIngredientSKSafeOperators) Lt(v string) exp.BooleanExpression
func (*SauceIngredientSKSafeOperators) Lte ¶
func (x *SauceIngredientSKSafeOperators) Lte(v string) exp.BooleanExpression
func (*SauceIngredientSKSafeOperators) NotBetween ¶
func (x *SauceIngredientSKSafeOperators) NotBetween(start string, end string) exp.RangeExpression
func (*SauceIngredientSKSafeOperators) NotIn ¶
func (x *SauceIngredientSKSafeOperators) NotIn(v []string) exp.BooleanExpression
type SauceIngredientSourceAddrQueryType ¶
type SauceIngredientSourceAddrQueryType struct {
// contains filtered or unexported fields
}
func (*SauceIngredientSourceAddrQueryType) Identifier ¶
func (x *SauceIngredientSourceAddrQueryType) Identifier() exp.IdentifierExpression
type SauceIngredientSourceAddrSafeOperators ¶
type SauceIngredientSourceAddrSafeOperators struct {
// contains filtered or unexported fields
}
func (*SauceIngredientSourceAddrSafeOperators) Between ¶
func (x *SauceIngredientSourceAddrSafeOperators) Between(start string, end string) exp.RangeExpression
func (*SauceIngredientSourceAddrSafeOperators) Eq ¶
func (x *SauceIngredientSourceAddrSafeOperators) Eq(v string) exp.BooleanExpression
func (*SauceIngredientSourceAddrSafeOperators) Gt ¶
func (x *SauceIngredientSourceAddrSafeOperators) Gt(v string) exp.BooleanExpression
func (*SauceIngredientSourceAddrSafeOperators) Gte ¶
func (x *SauceIngredientSourceAddrSafeOperators) Gte(v string) exp.BooleanExpression
func (*SauceIngredientSourceAddrSafeOperators) Identifier ¶
func (x *SauceIngredientSourceAddrSafeOperators) Identifier() exp.IdentifierExpression
func (*SauceIngredientSourceAddrSafeOperators) In ¶
func (x *SauceIngredientSourceAddrSafeOperators) In(v []string) exp.BooleanExpression
func (*SauceIngredientSourceAddrSafeOperators) InNetworkPrefix ¶
func (x *SauceIngredientSourceAddrSafeOperators) InNetworkPrefix(cidr netip.Prefix) exp.RangeExpression
func (*SauceIngredientSourceAddrSafeOperators) IsNotNull ¶
func (x *SauceIngredientSourceAddrSafeOperators) IsNotNull() exp.BooleanExpression
func (*SauceIngredientSourceAddrSafeOperators) IsNull ¶
func (x *SauceIngredientSourceAddrSafeOperators) IsNull() exp.BooleanExpression
func (*SauceIngredientSourceAddrSafeOperators) Lt ¶
func (x *SauceIngredientSourceAddrSafeOperators) Lt(v string) exp.BooleanExpression
func (*SauceIngredientSourceAddrSafeOperators) Lte ¶
func (x *SauceIngredientSourceAddrSafeOperators) Lte(v string) exp.BooleanExpression
func (*SauceIngredientSourceAddrSafeOperators) NotBetween ¶
func (x *SauceIngredientSourceAddrSafeOperators) NotBetween(start string, end string) exp.RangeExpression
func (*SauceIngredientSourceAddrSafeOperators) NotIn ¶
func (x *SauceIngredientSourceAddrSafeOperators) NotIn(v []string) exp.BooleanExpression
type SauceIngredientTenantIdQueryType ¶
type SauceIngredientTenantIdQueryType struct {
// contains filtered or unexported fields
}
func (*SauceIngredientTenantIdQueryType) Identifier ¶
func (x *SauceIngredientTenantIdQueryType) Identifier() exp.IdentifierExpression
type SauceIngredientTenantIdSafeOperators ¶
type SauceIngredientTenantIdSafeOperators struct {
// contains filtered or unexported fields
}
func (*SauceIngredientTenantIdSafeOperators) Between ¶
func (x *SauceIngredientTenantIdSafeOperators) Between(start string, end string) exp.RangeExpression
func (*SauceIngredientTenantIdSafeOperators) Eq ¶
func (x *SauceIngredientTenantIdSafeOperators) Eq(v string) exp.BooleanExpression
func (*SauceIngredientTenantIdSafeOperators) Gt ¶
func (x *SauceIngredientTenantIdSafeOperators) Gt(v string) exp.BooleanExpression
func (*SauceIngredientTenantIdSafeOperators) Gte ¶
func (x *SauceIngredientTenantIdSafeOperators) Gte(v string) exp.BooleanExpression
func (*SauceIngredientTenantIdSafeOperators) Identifier ¶
func (x *SauceIngredientTenantIdSafeOperators) Identifier() exp.IdentifierExpression
func (*SauceIngredientTenantIdSafeOperators) In ¶
func (x *SauceIngredientTenantIdSafeOperators) In(v []string) exp.BooleanExpression
func (*SauceIngredientTenantIdSafeOperators) IsNotEmpty ¶
func (x *SauceIngredientTenantIdSafeOperators) IsNotEmpty() exp.Expression
func (*SauceIngredientTenantIdSafeOperators) IsNotNull ¶
func (x *SauceIngredientTenantIdSafeOperators) IsNotNull() exp.BooleanExpression
func (*SauceIngredientTenantIdSafeOperators) IsNull ¶
func (x *SauceIngredientTenantIdSafeOperators) IsNull() exp.BooleanExpression
func (*SauceIngredientTenantIdSafeOperators) Lt ¶
func (x *SauceIngredientTenantIdSafeOperators) Lt(v string) exp.BooleanExpression
func (*SauceIngredientTenantIdSafeOperators) Lte ¶
func (x *SauceIngredientTenantIdSafeOperators) Lte(v string) exp.BooleanExpression
func (*SauceIngredientTenantIdSafeOperators) NotBetween ¶
func (x *SauceIngredientTenantIdSafeOperators) NotBetween(start string, end string) exp.RangeExpression
func (*SauceIngredientTenantIdSafeOperators) NotIn ¶
func (x *SauceIngredientTenantIdSafeOperators) NotIn(v []string) exp.BooleanExpression
type SauceIngredientUpdatedAtQueryType ¶
type SauceIngredientUpdatedAtQueryType struct {
// contains filtered or unexported fields
}
func (*SauceIngredientUpdatedAtQueryType) Identifier ¶
func (x *SauceIngredientUpdatedAtQueryType) Identifier() exp.IdentifierExpression
Click to show internal directories.
Click to hide internal directories.