sealed

package
v1.3.6 Latest Latest
Warning

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

Go to latest
Published: Apr 18, 2025 License: Unlicense Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_sealed_sealed_product_card_proto protoreflect.FileDescriptor
View Source
var File_sealed_sealed_product_contents_proto protoreflect.FileDescriptor
View Source
var File_sealed_sealed_product_deck_proto protoreflect.FileDescriptor
View Source
var File_sealed_sealed_product_other_proto protoreflect.FileDescriptor
View Source
var File_sealed_sealed_product_pack_proto protoreflect.FileDescriptor
View Source
var File_sealed_sealed_product_proto protoreflect.FileDescriptor
View Source
var File_sealed_sealed_product_sealed_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type SealedProduct

type SealedProduct struct {
	CardCount    int64                  `protobuf:"varint,1,opt,name=cardCount,proto3" json:"cardCount,omitempty" bson:"cardCount"`         // @gotags: bson:"cardCount"
	Category     string                 `protobuf:"bytes,2,opt,name=category,proto3" json:"category,omitempty" bson:"category"`             // @gotags: bson:"category"
	Contents     *SealedProductContents `protobuf:"bytes,3,opt,name=contents,proto3" json:"contents,omitempty" bson:"contents"`             // @gotags: bson:"contents"
	Identifiers  *meta.CardIdentifiers  `protobuf:"bytes,4,opt,name=identifiers,proto3" json:"identifiers,omitempty" bson:"identifiers"`    // @gotags: bson:"identifiers"
	Name         string                 `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty" bson:"name"`                         // @gotags: bson:"name"
	ProductSize  int64                  `protobuf:"varint,6,opt,name=productSize,proto3" json:"productSize,omitempty" bson:"productSize"`   // @gotags: bson:"productSize"
	PurchaseUrls *meta.PurchaseUrls     `protobuf:"bytes,7,opt,name=purchaseUrls,proto3" json:"purchaseUrls,omitempty" bson:"purchaseUrls"` // @gotags: bson:"purchaseUrls"
	ReleaseDate  string                 `protobuf:"bytes,8,opt,name=releaseDate,proto3" json:"releaseDate,omitempty" bson:"releaseDate"`    // @gotags: bson:"releaseDate"
	Subtype      string                 `protobuf:"bytes,9,opt,name=subtype,proto3" json:"subtype,omitempty" bson:"subtype"`                // @gotags: bson:"subtype"
	Uuid         string                 `protobuf:"bytes,10,opt,name=uuid,proto3" json:"uuid,omitempty" bson:"uuid"`                        // @gotags: bson:"uuid"
	// contains filtered or unexported fields
}

func (*SealedProduct) Descriptor deprecated

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

Deprecated: Use SealedProduct.ProtoReflect.Descriptor instead.

func (*SealedProduct) GetCardCount

func (x *SealedProduct) GetCardCount() int64

func (*SealedProduct) GetCategory

func (x *SealedProduct) GetCategory() string

func (*SealedProduct) GetContents

func (x *SealedProduct) GetContents() *SealedProductContents

func (*SealedProduct) GetIdentifiers

func (x *SealedProduct) GetIdentifiers() *meta.CardIdentifiers

func (*SealedProduct) GetName

func (x *SealedProduct) GetName() string

func (*SealedProduct) GetProductSize

func (x *SealedProduct) GetProductSize() int64

func (*SealedProduct) GetPurchaseUrls

func (x *SealedProduct) GetPurchaseUrls() *meta.PurchaseUrls

func (*SealedProduct) GetReleaseDate

func (x *SealedProduct) GetReleaseDate() string

func (*SealedProduct) GetSubtype

func (x *SealedProduct) GetSubtype() string

func (*SealedProduct) GetUuid

func (x *SealedProduct) GetUuid() string

func (*SealedProduct) ProtoMessage

func (*SealedProduct) ProtoMessage()

func (*SealedProduct) ProtoReflect

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

func (*SealedProduct) Reset

func (x *SealedProduct) Reset()

func (*SealedProduct) String

func (x *SealedProduct) String() string

type SealedProductCard

type SealedProductCard struct {
	Foil   bool   `protobuf:"varint,1,opt,name=foil,proto3" json:"foil,omitempty" bson:"foil"`      // @gotags: bson:"foil"
	Name   string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty" bson:"name"`       // @gotags: bson:"name"
	Number string `protobuf:"bytes,3,opt,name=number,proto3" json:"number,omitempty" bson:"number"` // @gotags: bson:"number"
	Set    string `protobuf:"bytes,4,opt,name=set,proto3" json:"set,omitempty" bson:"set"`          // @gotags: bson:"set"
	Uuid   string `protobuf:"bytes,5,opt,name=uuid,proto3" json:"uuid,omitempty" bson:"uuid"`       // @gotags: bson:"uuid"
	// contains filtered or unexported fields
}

func (*SealedProductCard) Descriptor deprecated

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

Deprecated: Use SealedProductCard.ProtoReflect.Descriptor instead.

func (*SealedProductCard) GetFoil

func (x *SealedProductCard) GetFoil() bool

func (*SealedProductCard) GetName

func (x *SealedProductCard) GetName() string

func (*SealedProductCard) GetNumber

func (x *SealedProductCard) GetNumber() string

func (*SealedProductCard) GetSet

func (x *SealedProductCard) GetSet() string

func (*SealedProductCard) GetUuid

func (x *SealedProductCard) GetUuid() string

func (*SealedProductCard) ProtoMessage

func (*SealedProductCard) ProtoMessage()

func (*SealedProductCard) ProtoReflect

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

func (*SealedProductCard) Reset

func (x *SealedProductCard) Reset()

func (*SealedProductCard) String

func (x *SealedProductCard) String() string

type SealedProductContents

type SealedProductContents struct {
	Card     *SealedProductCard                `protobuf:"bytes,1,opt,name=card,proto3" json:"card,omitempty" bson:"card"`       // @gotags: bson:"card"
	Deck     *SealedProductDeck                `protobuf:"bytes,2,opt,name=deck,proto3" json:"deck,omitempty" bson:"deck"`       // @gotags: bson:"deck"
	Other    *SealedProductOther               `protobuf:"bytes,3,opt,name=other,proto3" json:"other,omitempty" bson:"other"`    // @gotags: bson:"other"
	Pack     *SealedProductPack                `protobuf:"bytes,4,opt,name=pack,proto3" json:"pack,omitempty" bson:"pack"`       // @gotags: bson:"pack"
	Sealed   *SealedProductSealed              `protobuf:"bytes,5,opt,name=sealed,proto3" json:"sealed,omitempty" bson:"sealed"` // @gotags: bson:"sealed"
	Variable map[string]*SealedProductContents ``                                                                                // @gotags: bson:"variable"
	/* 159-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*SealedProductContents) Descriptor deprecated

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

Deprecated: Use SealedProductContents.ProtoReflect.Descriptor instead.

func (*SealedProductContents) GetCard

func (*SealedProductContents) GetDeck

func (*SealedProductContents) GetOther

func (*SealedProductContents) GetPack

func (*SealedProductContents) GetSealed

func (*SealedProductContents) GetVariable

func (x *SealedProductContents) GetVariable() map[string]*SealedProductContents

func (*SealedProductContents) ProtoMessage

func (*SealedProductContents) ProtoMessage()

func (*SealedProductContents) ProtoReflect

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

func (*SealedProductContents) Reset

func (x *SealedProductContents) Reset()

func (*SealedProductContents) String

func (x *SealedProductContents) String() string

type SealedProductDeck

type SealedProductDeck struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty" bson:"name"` // @gotags: bson:"name"
	Set  string `protobuf:"bytes,2,opt,name=set,proto3" json:"set,omitempty" bson:"set"`    // @gotags: bson:"set"
	// contains filtered or unexported fields
}

func (*SealedProductDeck) Descriptor deprecated

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

Deprecated: Use SealedProductDeck.ProtoReflect.Descriptor instead.

func (*SealedProductDeck) GetName

func (x *SealedProductDeck) GetName() string

func (*SealedProductDeck) GetSet

func (x *SealedProductDeck) GetSet() string

func (*SealedProductDeck) ProtoMessage

func (*SealedProductDeck) ProtoMessage()

func (*SealedProductDeck) ProtoReflect

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

func (*SealedProductDeck) Reset

func (x *SealedProductDeck) Reset()

func (*SealedProductDeck) String

func (x *SealedProductDeck) String() string

type SealedProductOther

type SealedProductOther struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty" bson:"name"` // @gotags: bson:"name"
	// contains filtered or unexported fields
}

func (*SealedProductOther) Descriptor deprecated

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

Deprecated: Use SealedProductOther.ProtoReflect.Descriptor instead.

func (*SealedProductOther) GetName

func (x *SealedProductOther) GetName() string

func (*SealedProductOther) ProtoMessage

func (*SealedProductOther) ProtoMessage()

func (*SealedProductOther) ProtoReflect

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

func (*SealedProductOther) Reset

func (x *SealedProductOther) Reset()

func (*SealedProductOther) String

func (x *SealedProductOther) String() string

type SealedProductPack

type SealedProductPack struct {
	Code string `protobuf:"bytes,1,opt,name=code,proto3" json:"code,omitempty" bson:"code"` // @gotags: bson:"code"
	Set  string `protobuf:"bytes,2,opt,name=set,proto3" json:"set,omitempty" bson:"set"`    // @gotags: bson:"set"
	// contains filtered or unexported fields
}

func (*SealedProductPack) Descriptor deprecated

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

Deprecated: Use SealedProductPack.ProtoReflect.Descriptor instead.

func (*SealedProductPack) GetCode

func (x *SealedProductPack) GetCode() string

func (*SealedProductPack) GetSet

func (x *SealedProductPack) GetSet() string

func (*SealedProductPack) ProtoMessage

func (*SealedProductPack) ProtoMessage()

func (*SealedProductPack) ProtoReflect

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

func (*SealedProductPack) Reset

func (x *SealedProductPack) Reset()

func (*SealedProductPack) String

func (x *SealedProductPack) String() string

type SealedProductSealed

type SealedProductSealed struct {
	Count int64  `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty" bson:"count"` // @gotags: bson:"count"
	Name  string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty" bson:"name"`     // @gotags: bson:"name"
	Set   string `protobuf:"bytes,3,opt,name=set,proto3" json:"set,omitempty" bson:"set"`        // @gotags: bson:"set"
	Uuid  string `protobuf:"bytes,4,opt,name=uuid,proto3" json:"uuid,omitempty" bson:"uuid"`     // @gotags: bson:"uuid"
	// contains filtered or unexported fields
}

func (*SealedProductSealed) Descriptor deprecated

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

Deprecated: Use SealedProductSealed.ProtoReflect.Descriptor instead.

func (*SealedProductSealed) GetCount

func (x *SealedProductSealed) GetCount() int64

func (*SealedProductSealed) GetName

func (x *SealedProductSealed) GetName() string

func (*SealedProductSealed) GetSet

func (x *SealedProductSealed) GetSet() string

func (*SealedProductSealed) GetUuid

func (x *SealedProductSealed) GetUuid() string

func (*SealedProductSealed) ProtoMessage

func (*SealedProductSealed) ProtoMessage()

func (*SealedProductSealed) ProtoReflect

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

func (*SealedProductSealed) Reset

func (x *SealedProductSealed) Reset()

func (*SealedProductSealed) String

func (x *SealedProductSealed) String() string

Jump to

Keyboard shortcuts

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