Documentation
¶
Index ¶
- Variables
- type SealedProduct
- func (*SealedProduct) Descriptor() ([]byte, []int)deprecated
- func (x *SealedProduct) GetCardCount() int64
- func (x *SealedProduct) GetCategory() string
- func (x *SealedProduct) GetContents() *SealedProductContents
- func (x *SealedProduct) GetIdentifiers() *meta.CardIdentifiers
- func (x *SealedProduct) GetName() string
- func (x *SealedProduct) GetProductSize() int64
- func (x *SealedProduct) GetPurchaseUrls() *meta.PurchaseUrls
- func (x *SealedProduct) GetReleaseDate() string
- func (x *SealedProduct) GetSubtype() string
- func (x *SealedProduct) GetUuid() string
- func (*SealedProduct) ProtoMessage()
- func (x *SealedProduct) ProtoReflect() protoreflect.Message
- func (x *SealedProduct) Reset()
- func (x *SealedProduct) String() string
- type SealedProductCard
- func (*SealedProductCard) Descriptor() ([]byte, []int)deprecated
- func (x *SealedProductCard) GetFoil() bool
- func (x *SealedProductCard) GetName() string
- func (x *SealedProductCard) GetNumber() string
- func (x *SealedProductCard) GetSet() string
- func (x *SealedProductCard) GetUuid() string
- func (*SealedProductCard) ProtoMessage()
- func (x *SealedProductCard) ProtoReflect() protoreflect.Message
- func (x *SealedProductCard) Reset()
- func (x *SealedProductCard) String() string
- type SealedProductContents
- func (*SealedProductContents) Descriptor() ([]byte, []int)deprecated
- func (x *SealedProductContents) GetCard() *SealedProductCard
- func (x *SealedProductContents) GetDeck() *SealedProductDeck
- func (x *SealedProductContents) GetOther() *SealedProductOther
- func (x *SealedProductContents) GetPack() *SealedProductPack
- func (x *SealedProductContents) GetSealed() *SealedProductSealed
- func (x *SealedProductContents) GetVariable() map[string]*SealedProductContents
- func (*SealedProductContents) ProtoMessage()
- func (x *SealedProductContents) ProtoReflect() protoreflect.Message
- func (x *SealedProductContents) Reset()
- func (x *SealedProductContents) String() string
- type SealedProductDeck
- func (*SealedProductDeck) Descriptor() ([]byte, []int)deprecated
- func (x *SealedProductDeck) GetName() string
- func (x *SealedProductDeck) GetSet() string
- func (*SealedProductDeck) ProtoMessage()
- func (x *SealedProductDeck) ProtoReflect() protoreflect.Message
- func (x *SealedProductDeck) Reset()
- func (x *SealedProductDeck) String() string
- type SealedProductOther
- func (*SealedProductOther) Descriptor() ([]byte, []int)deprecated
- func (x *SealedProductOther) GetName() string
- func (*SealedProductOther) ProtoMessage()
- func (x *SealedProductOther) ProtoReflect() protoreflect.Message
- func (x *SealedProductOther) Reset()
- func (x *SealedProductOther) String() string
- type SealedProductPack
- func (*SealedProductPack) Descriptor() ([]byte, []int)deprecated
- func (x *SealedProductPack) GetCode() string
- func (x *SealedProductPack) GetSet() string
- func (*SealedProductPack) ProtoMessage()
- func (x *SealedProductPack) ProtoReflect() protoreflect.Message
- func (x *SealedProductPack) Reset()
- func (x *SealedProductPack) String() string
- type SealedProductSealed
- func (*SealedProductSealed) Descriptor() ([]byte, []int)deprecated
- func (x *SealedProductSealed) GetCount() int64
- func (x *SealedProductSealed) GetName() string
- func (x *SealedProductSealed) GetSet() string
- func (x *SealedProductSealed) GetUuid() string
- func (*SealedProductSealed) ProtoMessage()
- func (x *SealedProductSealed) ProtoReflect() protoreflect.Message
- func (x *SealedProductSealed) Reset()
- func (x *SealedProductSealed) String() string
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"`
Category string `protobuf:"bytes,2,opt,name=category,proto3" json:"category,omitempty"`
Contents *SealedProductContents `protobuf:"bytes,3,opt,name=contents,proto3" json:"contents,omitempty"`
Identifiers *meta.CardIdentifiers `protobuf:"bytes,4,opt,name=identifiers,proto3" json:"identifiers,omitempty"`
Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"`
ProductSize int64 `protobuf:"varint,6,opt,name=productSize,proto3" json:"productSize,omitempty"`
PurchaseUrls *meta.PurchaseUrls `protobuf:"bytes,7,opt,name=purchaseUrls,proto3" json:"purchaseUrls,omitempty"`
ReleaseDate string `protobuf:"bytes,8,opt,name=releaseDate,proto3" json:"releaseDate,omitempty"`
Subtype string `protobuf:"bytes,9,opt,name=subtype,proto3" json:"subtype,omitempty"`
Uuid string `protobuf:"bytes,10,opt,name=uuid,proto3" json:"uuid,omitempty"`
// 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"`
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
Number string `protobuf:"bytes,3,opt,name=number,proto3" json:"number,omitempty"`
Set string `protobuf:"bytes,4,opt,name=set,proto3" json:"set,omitempty"`
Uuid string `protobuf:"bytes,5,opt,name=uuid,proto3" json:"uuid,omitempty"`
// 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"`
Deck *SealedProductDeck `protobuf:"bytes,2,opt,name=deck,proto3" json:"deck,omitempty"`
Other *SealedProductOther `protobuf:"bytes,3,opt,name=other,proto3" json:"other,omitempty"`
Pack *SealedProductPack `protobuf:"bytes,4,opt,name=pack,proto3" json:"pack,omitempty"`
Sealed *SealedProductSealed `protobuf:"bytes,5,opt,name=sealed,proto3" json:"sealed,omitempty"`
Variable map[string]*SealedProductContents `` /* 157-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 (x *SealedProductContents) GetCard() *SealedProductCard
func (*SealedProductContents) GetDeck ¶
func (x *SealedProductContents) GetDeck() *SealedProductDeck
func (*SealedProductContents) GetOther ¶
func (x *SealedProductContents) GetOther() *SealedProductOther
func (*SealedProductContents) GetPack ¶
func (x *SealedProductContents) GetPack() *SealedProductPack
func (*SealedProductContents) GetSealed ¶
func (x *SealedProductContents) GetSealed() *SealedProductSealed
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"`
Set string `protobuf:"bytes,2,opt,name=set,proto3" json:"set,omitempty"`
// 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"`
// 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"`
Set string `protobuf:"bytes,2,opt,name=set,proto3" json:"set,omitempty"`
// 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"`
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
Set string `protobuf:"bytes,3,opt,name=set,proto3" json:"set,omitempty"`
Uuid string `protobuf:"bytes,4,opt,name=uuid,proto3" json:"uuid,omitempty"`
// 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
Click to show internal directories.
Click to hide internal directories.