v1

package
v0.0.0-...-11f19ba Latest Latest
Warning

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

Go to latest
Published: Apr 15, 2024 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Overview

Code generated by protoc-gen-pgdb 0.1.0 from models/food/v1/food.proto. DO NOT EDIT

Index

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) DB

func (x *Pasta) DB() *PastaDB

func (*Pasta) DBReflect

func (dbr *Pasta) DBReflect() pgdb_v1.Message

func (*Pasta) Descriptor deprecated

func (*Pasta) Descriptor() ([]byte, []int)

Deprecated: Use Pasta.ProtoReflect.Descriptor instead.

func (*Pasta) GetCreatedAt

func (x *Pasta) GetCreatedAt() *timestamppb.Timestamp

func (*Pasta) GetDeletedAt

func (x *Pasta) GetDeletedAt() *timestamppb.Timestamp

func (*Pasta) GetId

func (x *Pasta) GetId() string

func (*Pasta) GetTenantId

func (x *Pasta) GetTenantId() string

func (*Pasta) GetUpdatedAt

func (x *Pasta) GetUpdatedAt() *timestamppb.Timestamp

func (*Pasta) ProtoMessage

func (*Pasta) ProtoMessage()

func (*Pasta) ProtoReflect

func (x *Pasta) ProtoReflect() protoreflect.Message

func (*Pasta) Reset

func (x *Pasta) Reset()

func (*Pasta) String

func (x *Pasta) String() string

type PastaCreatedAtQueryType

type PastaCreatedAtQueryType struct {
	// contains filtered or unexported fields
}

func (*PastaCreatedAtQueryType) Identifier

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

func (*PastaDB) TableName

func (x *PastaDB) TableName() string

func (*PastaDB) WithTable

func (x *PastaDB) WithTable(t string) *PastaDB

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 (*PastaDBQueryBuilder) PK

func (*PastaDBQueryBuilder) PKSK

func (*PastaDBQueryBuilder) SK

func (*PastaDBQueryBuilder) TenantId

func (*PastaDBQueryBuilder) Unsafe

func (*PastaDBQueryBuilder) WithTable

type PastaDBQueryUnsafe

type PastaDBQueryUnsafe struct {
	// contains filtered or unexported fields
}

func (*PastaDBQueryUnsafe) CreatedAt

func (*PastaDBQueryUnsafe) DeletedAt

func (*PastaDBQueryUnsafe) FTSData

func (*PastaDBQueryUnsafe) Id

func (*PastaDBQueryUnsafe) PBData

func (*PastaDBQueryUnsafe) PK

func (*PastaDBQueryUnsafe) PKSK

func (*PastaDBQueryUnsafe) SK

func (*PastaDBQueryUnsafe) TenantId

func (*PastaDBQueryUnsafe) UpdatedAt

type PastaDeletedAtQueryType

type PastaDeletedAtQueryType struct {
	// contains filtered or unexported fields
}

func (*PastaDeletedAtQueryType) Identifier

type PastaFTSDataQueryType

type PastaFTSDataQueryType struct {
	// contains filtered or unexported fields
}

func (*PastaFTSDataQueryType) Identifier

type PastaFTSDataSafeOperators

type PastaFTSDataSafeOperators struct {
	// contains filtered or unexported fields
}

func (*PastaFTSDataSafeOperators) Eq

func (*PastaFTSDataSafeOperators) Identifier

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 (*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

type PastaIngredientDB

type PastaIngredientDB struct {
	// contains filtered or unexported fields
}

func (*PastaIngredientDB) Columns

func (*PastaIngredientDB) Query

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 (*PastaIngredientDBColumns) Id

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 (*PastaIngredientDBColumns) PK

func (*PastaIngredientDBColumns) PKSK

func (*PastaIngredientDBColumns) PastaId

func (*PastaIngredientDBColumns) SK

func (*PastaIngredientDBColumns) TenantId

func (x *PastaIngredientDBColumns) TenantId() exp.Expression

func (*PastaIngredientDBColumns) UpdatedAt

func (x *PastaIngredientDBColumns) UpdatedAt() exp.Expression

func (*PastaIngredientDBColumns) WithTable

type PastaIngredientDBQueryBuilder

type PastaIngredientDBQueryBuilder struct {
	// contains filtered or unexported fields
}

func (*PastaIngredientDBQueryBuilder) FTSData

func (*PastaIngredientDBQueryBuilder) Id

func (*PastaIngredientDBQueryBuilder) IngredientId

func (*PastaIngredientDBQueryBuilder) ModelEmbeddings_3DIMS

func (*PastaIngredientDBQueryBuilder) ModelEmbeddings_4DIMS

func (*PastaIngredientDBQueryBuilder) PK

func (*PastaIngredientDBQueryBuilder) PKSK

func (*PastaIngredientDBQueryBuilder) PastaId

func (*PastaIngredientDBQueryBuilder) SK

func (*PastaIngredientDBQueryBuilder) TenantId

func (*PastaIngredientDBQueryBuilder) Unsafe

func (*PastaIngredientDBQueryBuilder) WithTable

type PastaIngredientDBQueryUnsafe

type PastaIngredientDBQueryUnsafe struct {
	// contains filtered or unexported fields
}

func (*PastaIngredientDBQueryUnsafe) CreatedAt

func (*PastaIngredientDBQueryUnsafe) DeletedAt

func (*PastaIngredientDBQueryUnsafe) FTSData

func (*PastaIngredientDBQueryUnsafe) Id

func (*PastaIngredientDBQueryUnsafe) IngredientId

func (*PastaIngredientDBQueryUnsafe) ModelEmbeddings_3DIMS

func (*PastaIngredientDBQueryUnsafe) ModelEmbeddings_4DIMS

func (*PastaIngredientDBQueryUnsafe) PBData

func (*PastaIngredientDBQueryUnsafe) PK

func (*PastaIngredientDBQueryUnsafe) PKSK

func (*PastaIngredientDBQueryUnsafe) PastaId

func (*PastaIngredientDBQueryUnsafe) SK

func (*PastaIngredientDBQueryUnsafe) TenantId

func (*PastaIngredientDBQueryUnsafe) UpdatedAt

type PastaIngredientDeletedAtQueryType

type PastaIngredientDeletedAtQueryType struct {
	// contains filtered or unexported fields
}

func (*PastaIngredientDeletedAtQueryType) Identifier

type PastaIngredientFTSDataQueryType

type PastaIngredientFTSDataQueryType struct {
	// contains filtered or unexported fields
}

func (*PastaIngredientFTSDataQueryType) Identifier

type PastaIngredientFTSDataSafeOperators

type PastaIngredientFTSDataSafeOperators struct {
	// contains filtered or unexported fields
}

func (*PastaIngredientFTSDataSafeOperators) Eq

func (*PastaIngredientFTSDataSafeOperators) Identifier

type PastaIngredientIdQueryType

type PastaIngredientIdQueryType struct {
	// contains filtered or unexported fields
}

func (*PastaIngredientIdQueryType) Identifier

type PastaIngredientIdSafeOperators

type PastaIngredientIdSafeOperators struct {
	// contains filtered or unexported fields
}

func (*PastaIngredientIdSafeOperators) Between

func (*PastaIngredientIdSafeOperators) Eq

func (*PastaIngredientIdSafeOperators) Gt

func (*PastaIngredientIdSafeOperators) Gte

func (*PastaIngredientIdSafeOperators) Identifier

func (*PastaIngredientIdSafeOperators) In

func (*PastaIngredientIdSafeOperators) IsNotEmpty

func (*PastaIngredientIdSafeOperators) IsNotNull

func (*PastaIngredientIdSafeOperators) IsNull

func (*PastaIngredientIdSafeOperators) Lt

func (*PastaIngredientIdSafeOperators) Lte

func (*PastaIngredientIdSafeOperators) NotBetween

func (*PastaIngredientIdSafeOperators) NotIn

type PastaIngredientIngredientIdQueryType

type PastaIngredientIngredientIdQueryType struct {
	// contains filtered or unexported fields
}

func (*PastaIngredientIngredientIdQueryType) Identifier

type PastaIngredientIngredientIdSafeOperators

type PastaIngredientIngredientIdSafeOperators struct {
	// contains filtered or unexported fields
}

func (*PastaIngredientIngredientIdSafeOperators) Between

func (*PastaIngredientIngredientIdSafeOperators) Eq

func (*PastaIngredientIngredientIdSafeOperators) Gt

func (*PastaIngredientIngredientIdSafeOperators) Gte

func (*PastaIngredientIngredientIdSafeOperators) Identifier

func (*PastaIngredientIngredientIdSafeOperators) In

func (*PastaIngredientIngredientIdSafeOperators) IsNotEmpty

func (*PastaIngredientIngredientIdSafeOperators) IsNotNull

func (*PastaIngredientIngredientIdSafeOperators) IsNull

func (*PastaIngredientIngredientIdSafeOperators) Lt

func (*PastaIngredientIngredientIdSafeOperators) Lte

func (*PastaIngredientIngredientIdSafeOperators) NotBetween

func (*PastaIngredientIngredientIdSafeOperators) NotIn

type PastaIngredientModelEmbeddings_3DIMSQueryType

type PastaIngredientModelEmbeddings_3DIMSQueryType struct {
	// contains filtered or unexported fields
}

func (*PastaIngredientModelEmbeddings_3DIMSQueryType) Identifier

type PastaIngredientModelEmbeddings_3DIMSSafeOperators

type PastaIngredientModelEmbeddings_3DIMSSafeOperators struct {
	// contains filtered or unexported fields
}

func (*PastaIngredientModelEmbeddings_3DIMSSafeOperators) Identifier

type PastaIngredientModelEmbeddings_4DIMSQueryType

type PastaIngredientModelEmbeddings_4DIMSQueryType struct {
	// contains filtered or unexported fields
}

func (*PastaIngredientModelEmbeddings_4DIMSQueryType) Identifier

type PastaIngredientModelEmbeddings_4DIMSSafeOperators

type PastaIngredientModelEmbeddings_4DIMSSafeOperators struct {
	// contains filtered or unexported fields
}

func (*PastaIngredientModelEmbeddings_4DIMSSafeOperators) Identifier

type PastaIngredientPBDataQueryType

type PastaIngredientPBDataQueryType struct {
	// contains filtered or unexported fields
}

func (*PastaIngredientPBDataQueryType) Identifier

type PastaIngredientPKQueryType

type PastaIngredientPKQueryType struct {
	// contains filtered or unexported fields
}

func (*PastaIngredientPKQueryType) Identifier

type PastaIngredientPKSKQueryType

type PastaIngredientPKSKQueryType struct {
	// contains filtered or unexported fields
}

func (*PastaIngredientPKSKQueryType) Identifier

type PastaIngredientPKSKSafeOperators

type PastaIngredientPKSKSafeOperators struct {
	// contains filtered or unexported fields
}

func (*PastaIngredientPKSKSafeOperators) Between

func (*PastaIngredientPKSKSafeOperators) Eq

func (*PastaIngredientPKSKSafeOperators) Gt

func (*PastaIngredientPKSKSafeOperators) Gte

func (*PastaIngredientPKSKSafeOperators) Identifier

func (*PastaIngredientPKSKSafeOperators) In

func (*PastaIngredientPKSKSafeOperators) IsNotEmpty

func (*PastaIngredientPKSKSafeOperators) IsNotNull

func (*PastaIngredientPKSKSafeOperators) IsNull

func (*PastaIngredientPKSKSafeOperators) Lt

func (*PastaIngredientPKSKSafeOperators) Lte

func (*PastaIngredientPKSKSafeOperators) NotBetween

func (*PastaIngredientPKSKSafeOperators) NotIn

type PastaIngredientPKSafeOperators

type PastaIngredientPKSafeOperators struct {
	// contains filtered or unexported fields
}

func (*PastaIngredientPKSafeOperators) Between

func (*PastaIngredientPKSafeOperators) Eq

func (*PastaIngredientPKSafeOperators) Gt

func (*PastaIngredientPKSafeOperators) Gte

func (*PastaIngredientPKSafeOperators) Identifier

func (*PastaIngredientPKSafeOperators) In

func (*PastaIngredientPKSafeOperators) IsNotEmpty

func (*PastaIngredientPKSafeOperators) IsNotNull

func (*PastaIngredientPKSafeOperators) IsNull

func (*PastaIngredientPKSafeOperators) Lt

func (*PastaIngredientPKSafeOperators) Lte

func (*PastaIngredientPKSafeOperators) NotBetween

func (*PastaIngredientPKSafeOperators) NotIn

type PastaIngredientPastaIdQueryType

type PastaIngredientPastaIdQueryType struct {
	// contains filtered or unexported fields
}

func (*PastaIngredientPastaIdQueryType) Identifier

type PastaIngredientPastaIdSafeOperators

type PastaIngredientPastaIdSafeOperators struct {
	// contains filtered or unexported fields
}

func (*PastaIngredientPastaIdSafeOperators) Between

func (*PastaIngredientPastaIdSafeOperators) Eq

func (*PastaIngredientPastaIdSafeOperators) Gt

func (*PastaIngredientPastaIdSafeOperators) Gte

func (*PastaIngredientPastaIdSafeOperators) Identifier

func (*PastaIngredientPastaIdSafeOperators) In

func (*PastaIngredientPastaIdSafeOperators) IsNotEmpty

func (*PastaIngredientPastaIdSafeOperators) IsNotNull

func (*PastaIngredientPastaIdSafeOperators) IsNull

func (*PastaIngredientPastaIdSafeOperators) Lt

func (*PastaIngredientPastaIdSafeOperators) Lte

func (*PastaIngredientPastaIdSafeOperators) NotBetween

func (*PastaIngredientPastaIdSafeOperators) NotIn

type PastaIngredientSKQueryType

type PastaIngredientSKQueryType struct {
	// contains filtered or unexported fields
}

func (*PastaIngredientSKQueryType) Identifier

type PastaIngredientSKSafeOperators

type PastaIngredientSKSafeOperators struct {
	// contains filtered or unexported fields
}

func (*PastaIngredientSKSafeOperators) Between

func (*PastaIngredientSKSafeOperators) Eq

func (*PastaIngredientSKSafeOperators) Gt

func (*PastaIngredientSKSafeOperators) Gte

func (*PastaIngredientSKSafeOperators) Identifier

func (*PastaIngredientSKSafeOperators) In

func (*PastaIngredientSKSafeOperators) IsNotEmpty

func (*PastaIngredientSKSafeOperators) IsNotNull

func (*PastaIngredientSKSafeOperators) IsNull

func (*PastaIngredientSKSafeOperators) Lt

func (*PastaIngredientSKSafeOperators) Lte

func (*PastaIngredientSKSafeOperators) NotBetween

func (*PastaIngredientSKSafeOperators) NotIn

type PastaIngredientTenantIdQueryType

type PastaIngredientTenantIdQueryType struct {
	// contains filtered or unexported fields
}

func (*PastaIngredientTenantIdQueryType) Identifier

type PastaIngredientTenantIdSafeOperators

type PastaIngredientTenantIdSafeOperators struct {
	// contains filtered or unexported fields
}

func (*PastaIngredientTenantIdSafeOperators) Between

func (*PastaIngredientTenantIdSafeOperators) Eq

func (*PastaIngredientTenantIdSafeOperators) Gt

func (*PastaIngredientTenantIdSafeOperators) Gte

func (*PastaIngredientTenantIdSafeOperators) Identifier

func (*PastaIngredientTenantIdSafeOperators) In

func (*PastaIngredientTenantIdSafeOperators) IsNotEmpty

func (*PastaIngredientTenantIdSafeOperators) IsNotNull

func (*PastaIngredientTenantIdSafeOperators) IsNull

func (*PastaIngredientTenantIdSafeOperators) Lt

func (*PastaIngredientTenantIdSafeOperators) Lte

func (*PastaIngredientTenantIdSafeOperators) NotBetween

func (*PastaIngredientTenantIdSafeOperators) NotIn

type PastaIngredientUpdatedAtQueryType

type PastaIngredientUpdatedAtQueryType struct {
	// contains filtered or unexported fields
}

func (*PastaIngredientUpdatedAtQueryType) Identifier

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 (*PastaIngredient_ModelEmbedding) DBReflect

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 (*PastaIngredient_ModelEmbedding) Reset

func (x *PastaIngredient_ModelEmbedding) Reset()

func (*PastaIngredient_ModelEmbedding) String

type PastaIngredient_ModelEmbeddingDB

type PastaIngredient_ModelEmbeddingDB struct {
	// contains filtered or unexported fields
}

func (*PastaIngredient_ModelEmbeddingDB) Columns

func (*PastaIngredient_ModelEmbeddingDB) Query

func (*PastaIngredient_ModelEmbeddingDB) TableName

func (*PastaIngredient_ModelEmbeddingDB) WithTable

type PastaIngredient_ModelEmbeddingDBColumns

type PastaIngredient_ModelEmbeddingDBColumns struct {
	// contains filtered or unexported fields
}

func (*PastaIngredient_ModelEmbeddingDBColumns) Embedding

func (*PastaIngredient_ModelEmbeddingDBColumns) Model

func (*PastaIngredient_ModelEmbeddingDBColumns) WithTable

type PastaIngredient_ModelEmbeddingDBQueryBuilder

type PastaIngredient_ModelEmbeddingDBQueryBuilder struct {
	// contains filtered or unexported fields
}

func (*PastaIngredient_ModelEmbeddingDBQueryBuilder) Unsafe

func (*PastaIngredient_ModelEmbeddingDBQueryBuilder) WithTable

type PastaIngredient_ModelEmbeddingDBQueryUnsafe

type PastaIngredient_ModelEmbeddingDBQueryUnsafe struct {
	// contains filtered or unexported fields
}

func (*PastaIngredient_ModelEmbeddingDBQueryUnsafe) Embedding

func (*PastaIngredient_ModelEmbeddingDBQueryUnsafe) Model

type PastaIngredient_ModelEmbeddingEmbeddingQueryType

type PastaIngredient_ModelEmbeddingEmbeddingQueryType struct {
	// contains filtered or unexported fields
}

func (*PastaIngredient_ModelEmbeddingEmbeddingQueryType) Identifier

type PastaIngredient_ModelEmbeddingModelQueryType

type PastaIngredient_ModelEmbeddingModelQueryType struct {
	// contains filtered or unexported fields
}

func (*PastaIngredient_ModelEmbeddingModelQueryType) Identifier

type PastaPBDataQueryType

type PastaPBDataQueryType struct {
	// contains filtered or unexported fields
}

func (*PastaPBDataQueryType) Identifier

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

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 (*PastaPKSKSafeOperators) Gt

func (*PastaPKSKSafeOperators) Gte

func (*PastaPKSKSafeOperators) Identifier

func (*PastaPKSKSafeOperators) In

func (*PastaPKSKSafeOperators) IsNotEmpty

func (x *PastaPKSKSafeOperators) IsNotEmpty() exp.Expression

func (*PastaPKSKSafeOperators) IsNotNull

func (*PastaPKSKSafeOperators) IsNull

func (*PastaPKSKSafeOperators) Lt

func (*PastaPKSKSafeOperators) Lte

func (*PastaPKSKSafeOperators) NotBetween

func (x *PastaPKSKSafeOperators) NotBetween(start string, end string) exp.RangeExpression

func (*PastaPKSKSafeOperators) NotIn

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 (*PastaPKSafeOperators) Gt

func (*PastaPKSafeOperators) Gte

func (*PastaPKSafeOperators) Identifier

func (*PastaPKSafeOperators) In

func (*PastaPKSafeOperators) IsNotEmpty

func (x *PastaPKSafeOperators) IsNotEmpty() exp.Expression

func (*PastaPKSafeOperators) IsNotNull

func (*PastaPKSafeOperators) IsNull

func (*PastaPKSafeOperators) Lt

func (*PastaPKSafeOperators) Lte

func (*PastaPKSafeOperators) NotBetween

func (x *PastaPKSafeOperators) NotBetween(start string, end string) exp.RangeExpression

func (*PastaPKSafeOperators) NotIn

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 (*PastaSKSafeOperators) Gt

func (*PastaSKSafeOperators) Gte

func (*PastaSKSafeOperators) Identifier

func (*PastaSKSafeOperators) In

func (*PastaSKSafeOperators) IsNotEmpty

func (x *PastaSKSafeOperators) IsNotEmpty() exp.Expression

func (*PastaSKSafeOperators) IsNotNull

func (*PastaSKSafeOperators) IsNull

func (*PastaSKSafeOperators) Lt

func (*PastaSKSafeOperators) Lte

func (*PastaSKSafeOperators) NotBetween

func (x *PastaSKSafeOperators) NotBetween(start string, end string) exp.RangeExpression

func (*PastaSKSafeOperators) NotIn

type PastaTenantIdQueryType

type PastaTenantIdQueryType struct {
	// contains filtered or unexported fields
}

func (*PastaTenantIdQueryType) Identifier

type PastaTenantIdSafeOperators

type PastaTenantIdSafeOperators struct {
	// contains filtered or unexported fields
}

func (*PastaTenantIdSafeOperators) Between

func (*PastaTenantIdSafeOperators) Eq

func (*PastaTenantIdSafeOperators) Gt

func (*PastaTenantIdSafeOperators) Gte

func (*PastaTenantIdSafeOperators) Identifier

func (*PastaTenantIdSafeOperators) In

func (*PastaTenantIdSafeOperators) IsNotEmpty

func (x *PastaTenantIdSafeOperators) IsNotEmpty() exp.Expression

func (*PastaTenantIdSafeOperators) IsNotNull

func (*PastaTenantIdSafeOperators) IsNull

func (*PastaTenantIdSafeOperators) Lt

func (*PastaTenantIdSafeOperators) Lte

func (*PastaTenantIdSafeOperators) NotBetween

func (x *PastaTenantIdSafeOperators) NotBetween(start string, end string) exp.RangeExpression

func (*PastaTenantIdSafeOperators) NotIn

type PastaUpdatedAtQueryType

type PastaUpdatedAtQueryType struct {
	// contains filtered or unexported fields
}

func (*PastaUpdatedAtQueryType) Identifier

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 (*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

type SauceIngredientDB

type SauceIngredientDB struct {
	// contains filtered or unexported fields
}

func (*SauceIngredientDB) Columns

func (*SauceIngredientDB) Query

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 (*SauceIngredientDBColumns) Id

func (*SauceIngredientDBColumns) PBData

func (*SauceIngredientDBColumns) PK

func (*SauceIngredientDBColumns) PKSK

func (*SauceIngredientDBColumns) SK

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

type SauceIngredientDBQueryBuilder

type SauceIngredientDBQueryBuilder struct {
	// contains filtered or unexported fields
}

func (*SauceIngredientDBQueryBuilder) FTSData

func (*SauceIngredientDBQueryBuilder) PK

func (*SauceIngredientDBQueryBuilder) PKSK

func (*SauceIngredientDBQueryBuilder) SK

func (*SauceIngredientDBQueryBuilder) SourceAddr

func (*SauceIngredientDBQueryBuilder) TenantId

func (*SauceIngredientDBQueryBuilder) Unsafe

func (*SauceIngredientDBQueryBuilder) WithTable

type SauceIngredientDBQueryUnsafe

type SauceIngredientDBQueryUnsafe struct {
	// contains filtered or unexported fields
}

func (*SauceIngredientDBQueryUnsafe) CreatedAt

func (*SauceIngredientDBQueryUnsafe) DeletedAt

func (*SauceIngredientDBQueryUnsafe) FTSData

func (*SauceIngredientDBQueryUnsafe) Id

func (*SauceIngredientDBQueryUnsafe) PBData

func (*SauceIngredientDBQueryUnsafe) PK

func (*SauceIngredientDBQueryUnsafe) PKSK

func (*SauceIngredientDBQueryUnsafe) SK

func (*SauceIngredientDBQueryUnsafe) SourceAddr

func (*SauceIngredientDBQueryUnsafe) TenantId

func (*SauceIngredientDBQueryUnsafe) UpdatedAt

type SauceIngredientDeletedAtQueryType

type SauceIngredientDeletedAtQueryType struct {
	// contains filtered or unexported fields
}

func (*SauceIngredientDeletedAtQueryType) Identifier

type SauceIngredientFTSDataQueryType

type SauceIngredientFTSDataQueryType struct {
	// contains filtered or unexported fields
}

func (*SauceIngredientFTSDataQueryType) Identifier

type SauceIngredientFTSDataSafeOperators

type SauceIngredientFTSDataSafeOperators struct {
	// contains filtered or unexported fields
}

func (*SauceIngredientFTSDataSafeOperators) Eq

func (*SauceIngredientFTSDataSafeOperators) Identifier

type SauceIngredientIdQueryType

type SauceIngredientIdQueryType struct {
	// contains filtered or unexported fields
}

func (*SauceIngredientIdQueryType) Identifier

type SauceIngredientPBDataQueryType

type SauceIngredientPBDataQueryType struct {
	// contains filtered or unexported fields
}

func (*SauceIngredientPBDataQueryType) Identifier

type SauceIngredientPKQueryType

type SauceIngredientPKQueryType struct {
	// contains filtered or unexported fields
}

func (*SauceIngredientPKQueryType) Identifier

type SauceIngredientPKSKQueryType

type SauceIngredientPKSKQueryType struct {
	// contains filtered or unexported fields
}

func (*SauceIngredientPKSKQueryType) Identifier

type SauceIngredientPKSKSafeOperators

type SauceIngredientPKSKSafeOperators struct {
	// contains filtered or unexported fields
}

func (*SauceIngredientPKSKSafeOperators) Between

func (*SauceIngredientPKSKSafeOperators) Eq

func (*SauceIngredientPKSKSafeOperators) Gt

func (*SauceIngredientPKSKSafeOperators) Gte

func (*SauceIngredientPKSKSafeOperators) Identifier

func (*SauceIngredientPKSKSafeOperators) In

func (*SauceIngredientPKSKSafeOperators) IsNotEmpty

func (*SauceIngredientPKSKSafeOperators) IsNotNull

func (*SauceIngredientPKSKSafeOperators) IsNull

func (*SauceIngredientPKSKSafeOperators) Lt

func (*SauceIngredientPKSKSafeOperators) Lte

func (*SauceIngredientPKSKSafeOperators) NotBetween

func (*SauceIngredientPKSKSafeOperators) NotIn

type SauceIngredientPKSafeOperators

type SauceIngredientPKSafeOperators struct {
	// contains filtered or unexported fields
}

func (*SauceIngredientPKSafeOperators) Between

func (*SauceIngredientPKSafeOperators) Eq

func (*SauceIngredientPKSafeOperators) Gt

func (*SauceIngredientPKSafeOperators) Gte

func (*SauceIngredientPKSafeOperators) Identifier

func (*SauceIngredientPKSafeOperators) In

func (*SauceIngredientPKSafeOperators) IsNotEmpty

func (*SauceIngredientPKSafeOperators) IsNotNull

func (*SauceIngredientPKSafeOperators) IsNull

func (*SauceIngredientPKSafeOperators) Lt

func (*SauceIngredientPKSafeOperators) Lte

func (*SauceIngredientPKSafeOperators) NotBetween

func (*SauceIngredientPKSafeOperators) NotIn

type SauceIngredientSKQueryType

type SauceIngredientSKQueryType struct {
	// contains filtered or unexported fields
}

func (*SauceIngredientSKQueryType) Identifier

type SauceIngredientSKSafeOperators

type SauceIngredientSKSafeOperators struct {
	// contains filtered or unexported fields
}

func (*SauceIngredientSKSafeOperators) Between

func (*SauceIngredientSKSafeOperators) Eq

func (*SauceIngredientSKSafeOperators) Gt

func (*SauceIngredientSKSafeOperators) Gte

func (*SauceIngredientSKSafeOperators) Identifier

func (*SauceIngredientSKSafeOperators) In

func (*SauceIngredientSKSafeOperators) IsNotEmpty

func (*SauceIngredientSKSafeOperators) IsNotNull

func (*SauceIngredientSKSafeOperators) IsNull

func (*SauceIngredientSKSafeOperators) Lt

func (*SauceIngredientSKSafeOperators) Lte

func (*SauceIngredientSKSafeOperators) NotBetween

func (*SauceIngredientSKSafeOperators) NotIn

type SauceIngredientSourceAddrQueryType

type SauceIngredientSourceAddrQueryType struct {
	// contains filtered or unexported fields
}

func (*SauceIngredientSourceAddrQueryType) Identifier

type SauceIngredientSourceAddrSafeOperators

type SauceIngredientSourceAddrSafeOperators struct {
	// contains filtered or unexported fields
}

func (*SauceIngredientSourceAddrSafeOperators) Between

func (*SauceIngredientSourceAddrSafeOperators) Eq

func (*SauceIngredientSourceAddrSafeOperators) Gt

func (*SauceIngredientSourceAddrSafeOperators) Gte

func (*SauceIngredientSourceAddrSafeOperators) Identifier

func (*SauceIngredientSourceAddrSafeOperators) In

func (*SauceIngredientSourceAddrSafeOperators) InNetworkPrefix

func (*SauceIngredientSourceAddrSafeOperators) IsNotNull

func (*SauceIngredientSourceAddrSafeOperators) IsNull

func (*SauceIngredientSourceAddrSafeOperators) Lt

func (*SauceIngredientSourceAddrSafeOperators) Lte

func (*SauceIngredientSourceAddrSafeOperators) NotBetween

func (*SauceIngredientSourceAddrSafeOperators) NotIn

type SauceIngredientTenantIdQueryType

type SauceIngredientTenantIdQueryType struct {
	// contains filtered or unexported fields
}

func (*SauceIngredientTenantIdQueryType) Identifier

type SauceIngredientTenantIdSafeOperators

type SauceIngredientTenantIdSafeOperators struct {
	// contains filtered or unexported fields
}

func (*SauceIngredientTenantIdSafeOperators) Between

func (*SauceIngredientTenantIdSafeOperators) Eq

func (*SauceIngredientTenantIdSafeOperators) Gt

func (*SauceIngredientTenantIdSafeOperators) Gte

func (*SauceIngredientTenantIdSafeOperators) Identifier

func (*SauceIngredientTenantIdSafeOperators) In

func (*SauceIngredientTenantIdSafeOperators) IsNotEmpty

func (*SauceIngredientTenantIdSafeOperators) IsNotNull

func (*SauceIngredientTenantIdSafeOperators) IsNull

func (*SauceIngredientTenantIdSafeOperators) Lt

func (*SauceIngredientTenantIdSafeOperators) Lte

func (*SauceIngredientTenantIdSafeOperators) NotBetween

func (*SauceIngredientTenantIdSafeOperators) NotIn

type SauceIngredientUpdatedAtQueryType

type SauceIngredientUpdatedAtQueryType struct {
	// contains filtered or unexported fields
}

func (*SauceIngredientUpdatedAtQueryType) Identifier

Jump to

Keyboard shortcuts

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