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: 12 Imported by: 0

Documentation

Overview

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

Index

Constants

This section is empty.

Variables

View Source
var File_models_zoo_v1_zoo_proto protoreflect.FileDescriptor
View Source
var ShopMedium = struct {
	Paper    ShopMediumType
	Ebook    ShopMediumType
	Anything ShopMediumType
}{
	Paper:    50,
	Ebook:    51,
	Anything: 52,
}

Functions

This section is empty.

Types

type Shop

type Shop 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"`
	// Types that are assignable to Medium:
	//	*Shop_Paper
	//	*Shop_Ebook
	//	*Shop_Anything
	Medium isShop_Medium `protobuf_oneof:"medium"`
	Fur    v1.FurType    `protobuf:"varint,4,opt,name=fur,proto3,enum=models.animals.v1.FurType" json:"fur,omitempty"`
	Mgr    *Shop_Manager `protobuf:"bytes,5,opt,name=mgr,proto3" json:"mgr,omitempty"`
	// contains filtered or unexported fields
}

func (*Shop) DB

func (x *Shop) DB() *ShopDB

func (*Shop) DBReflect

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

func (*Shop) Descriptor deprecated

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

Deprecated: Use Shop.ProtoReflect.Descriptor instead.

func (*Shop) GetAnything

func (x *Shop) GetAnything() *v1.ScalarValue

func (*Shop) GetCreatedAt

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

func (*Shop) GetEbook

func (x *Shop) GetEbook() *v1.EBook

func (*Shop) GetFur

func (x *Shop) GetFur() v1.FurType

func (*Shop) GetId

func (x *Shop) GetId() string

func (*Shop) GetMedium

func (m *Shop) GetMedium() isShop_Medium

func (*Shop) GetMgr

func (x *Shop) GetMgr() *Shop_Manager

func (*Shop) GetPaper

func (x *Shop) GetPaper() *v1.PaperBook

func (*Shop) GetTenantId

func (x *Shop) GetTenantId() string

func (*Shop) ProtoMessage

func (*Shop) ProtoMessage()

func (*Shop) ProtoReflect

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

func (*Shop) Reset

func (x *Shop) Reset()

func (*Shop) String

func (x *Shop) String() string

type ShopCreatedAtQueryType

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

func (*ShopCreatedAtQueryType) Identifier

type ShopDB

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

func (*ShopDB) Columns

func (x *ShopDB) Columns() *ShopDBColumns

func (*ShopDB) Query

func (x *ShopDB) Query() *ShopDBQueryBuilder

func (*ShopDB) TableName

func (x *ShopDB) TableName() string

func (*ShopDB) WithTable

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

type ShopDBColumns

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

func (*ShopDBColumns) CreatedAt

func (x *ShopDBColumns) CreatedAt() exp.Expression

func (*ShopDBColumns) FTSData

func (x *ShopDBColumns) FTSData() exp.Expression

func (*ShopDBColumns) Fur

func (x *ShopDBColumns) Fur() exp.Expression

func (*ShopDBColumns) Id

func (x *ShopDBColumns) Id() exp.Expression

func (*ShopDBColumns) Medium

func (x *ShopDBColumns) Medium() exp.Expression

func (*ShopDBColumns) PBData

func (x *ShopDBColumns) PBData() exp.Expression

func (*ShopDBColumns) PK

func (x *ShopDBColumns) PK() exp.Expression

func (*ShopDBColumns) PKSK

func (x *ShopDBColumns) PKSK() exp.Expression

func (*ShopDBColumns) SK

func (x *ShopDBColumns) SK() exp.Expression

func (*ShopDBColumns) TenantId

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

func (*ShopDBColumns) WithTable

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

type ShopDBQueryBuilder

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

func (*ShopDBQueryBuilder) FTSData

func (*ShopDBQueryBuilder) PK

func (*ShopDBQueryBuilder) PKSK

func (*ShopDBQueryBuilder) SK

func (*ShopDBQueryBuilder) TenantId

func (*ShopDBQueryBuilder) Unsafe

func (*ShopDBQueryBuilder) WithTable

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

type ShopDBQueryUnsafe

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

func (*ShopDBQueryUnsafe) CreatedAt

func (x *ShopDBQueryUnsafe) CreatedAt() *ShopCreatedAtQueryType

func (*ShopDBQueryUnsafe) FTSData

func (*ShopDBQueryUnsafe) Fur

func (*ShopDBQueryUnsafe) Id

func (*ShopDBQueryUnsafe) Medium

func (*ShopDBQueryUnsafe) PBData

func (*ShopDBQueryUnsafe) PK

func (*ShopDBQueryUnsafe) PKSK

func (*ShopDBQueryUnsafe) SK

func (*ShopDBQueryUnsafe) TenantId

type ShopFTSDataQueryType

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

func (*ShopFTSDataQueryType) Identifier

type ShopFTSDataSafeOperators

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

func (*ShopFTSDataSafeOperators) Eq

func (*ShopFTSDataSafeOperators) Identifier

type ShopFurQueryType

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

func (*ShopFurQueryType) Identifier

func (x *ShopFurQueryType) Identifier() exp.IdentifierExpression

type ShopIdQueryType

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

func (*ShopIdQueryType) Identifier

func (x *ShopIdQueryType) Identifier() exp.IdentifierExpression

type ShopMediumQueryType

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

func (*ShopMediumQueryType) Identifier

type ShopMediumType

type ShopMediumType int32

type ShopPBDataQueryType

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

func (*ShopPBDataQueryType) Identifier

type ShopPKQueryType

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

func (*ShopPKQueryType) Identifier

func (x *ShopPKQueryType) Identifier() exp.IdentifierExpression

type ShopPKSKQueryType

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

func (*ShopPKSKQueryType) Identifier

func (x *ShopPKSKQueryType) Identifier() exp.IdentifierExpression

type ShopPKSKSafeOperators

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

func (*ShopPKSKSafeOperators) Between

func (x *ShopPKSKSafeOperators) Between(start string, end string) exp.RangeExpression

func (*ShopPKSKSafeOperators) Eq

func (*ShopPKSKSafeOperators) Gt

func (*ShopPKSKSafeOperators) Gte

func (*ShopPKSKSafeOperators) Identifier

func (*ShopPKSKSafeOperators) In

func (*ShopPKSKSafeOperators) IsNotEmpty

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

func (*ShopPKSKSafeOperators) IsNotNull

func (*ShopPKSKSafeOperators) IsNull

func (*ShopPKSKSafeOperators) Lt

func (*ShopPKSKSafeOperators) Lte

func (*ShopPKSKSafeOperators) NotBetween

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

func (*ShopPKSKSafeOperators) NotIn

type ShopPKSafeOperators

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

func (*ShopPKSafeOperators) Between

func (x *ShopPKSafeOperators) Between(start string, end string) exp.RangeExpression

func (*ShopPKSafeOperators) Eq

func (*ShopPKSafeOperators) Gt

func (*ShopPKSafeOperators) Gte

func (*ShopPKSafeOperators) Identifier

func (*ShopPKSafeOperators) In

func (*ShopPKSafeOperators) IsNotEmpty

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

func (*ShopPKSafeOperators) IsNotNull

func (x *ShopPKSafeOperators) IsNotNull() exp.BooleanExpression

func (*ShopPKSafeOperators) IsNull

func (*ShopPKSafeOperators) Lt

func (*ShopPKSafeOperators) Lte

func (*ShopPKSafeOperators) NotBetween

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

func (*ShopPKSafeOperators) NotIn

type ShopSKQueryType

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

func (*ShopSKQueryType) Identifier

func (x *ShopSKQueryType) Identifier() exp.IdentifierExpression

type ShopSKSafeOperators

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

func (*ShopSKSafeOperators) Between

func (x *ShopSKSafeOperators) Between(start string, end string) exp.RangeExpression

func (*ShopSKSafeOperators) Eq

func (*ShopSKSafeOperators) Gt

func (*ShopSKSafeOperators) Gte

func (*ShopSKSafeOperators) Identifier

func (*ShopSKSafeOperators) In

func (*ShopSKSafeOperators) IsNotEmpty

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

func (*ShopSKSafeOperators) IsNotNull

func (x *ShopSKSafeOperators) IsNotNull() exp.BooleanExpression

func (*ShopSKSafeOperators) IsNull

func (*ShopSKSafeOperators) Lt

func (*ShopSKSafeOperators) Lte

func (*ShopSKSafeOperators) NotBetween

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

func (*ShopSKSafeOperators) NotIn

type ShopTenantIdQueryType

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

func (*ShopTenantIdQueryType) Identifier

type ShopTenantIdSafeOperators

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

func (*ShopTenantIdSafeOperators) Between

func (*ShopTenantIdSafeOperators) Eq

func (*ShopTenantIdSafeOperators) Gt

func (*ShopTenantIdSafeOperators) Gte

func (*ShopTenantIdSafeOperators) Identifier

func (*ShopTenantIdSafeOperators) In

func (*ShopTenantIdSafeOperators) IsNotEmpty

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

func (*ShopTenantIdSafeOperators) IsNotNull

func (*ShopTenantIdSafeOperators) IsNull

func (*ShopTenantIdSafeOperators) Lt

func (*ShopTenantIdSafeOperators) Lte

func (*ShopTenantIdSafeOperators) NotBetween

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

func (*ShopTenantIdSafeOperators) NotIn

type Shop_Anything

type Shop_Anything struct {
	Anything *v1.ScalarValue `protobuf:"bytes,52,opt,name=anything,proto3,oneof"`
}

type Shop_Ebook

type Shop_Ebook struct {
	Ebook *v1.EBook `protobuf:"bytes,51,opt,name=ebook,proto3,oneof"`
}

type Shop_Manager

type Shop_Manager struct {
	Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*Shop_Manager) DB

func (x *Shop_Manager) DB() *Shop_ManagerDB

func (*Shop_Manager) DBReflect

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

func (*Shop_Manager) Descriptor deprecated

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

Deprecated: Use Shop_Manager.ProtoReflect.Descriptor instead.

func (*Shop_Manager) GetId

func (x *Shop_Manager) GetId() int32

func (*Shop_Manager) ProtoMessage

func (*Shop_Manager) ProtoMessage()

func (*Shop_Manager) ProtoReflect

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

func (*Shop_Manager) Reset

func (x *Shop_Manager) Reset()

func (*Shop_Manager) String

func (x *Shop_Manager) String() string

type Shop_ManagerDB

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

func (*Shop_ManagerDB) Columns

func (x *Shop_ManagerDB) Columns() *Shop_ManagerDBColumns

func (*Shop_ManagerDB) Query

func (*Shop_ManagerDB) TableName

func (x *Shop_ManagerDB) TableName() string

func (*Shop_ManagerDB) WithTable

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

type Shop_ManagerDBColumns

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

func (*Shop_ManagerDBColumns) Id

func (*Shop_ManagerDBColumns) WithTable

type Shop_ManagerDBQueryBuilder

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

func (*Shop_ManagerDBQueryBuilder) Unsafe

func (*Shop_ManagerDBQueryBuilder) WithTable

type Shop_ManagerDBQueryUnsafe

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

func (*Shop_ManagerDBQueryUnsafe) Id

type Shop_ManagerIdQueryType

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

func (*Shop_ManagerIdQueryType) Identifier

type Shop_Paper

type Shop_Paper struct {
	Paper *v1.PaperBook `protobuf:"bytes,50,opt,name=paper,proto3,oneof"`
}

Jump to

Keyboard shortcuts

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