Documentation
¶
Index ¶
- Variables
- type Set
- func (*Set) Descriptor() ([]byte, []int)deprecated
- func (x *Set) GetBaseSetSize() int64
- func (x *Set) GetBlock() string
- func (x *Set) GetBooster() map[string]*booster.BoosterConfig
- func (x *Set) GetCards() []string
- func (x *Set) GetCardsphereId() int64
- func (x *Set) GetCode() string
- func (x *Set) GetCodeV3() string
- func (x *Set) GetDecks() []string
- func (x *Set) GetIsFoilOnly() bool
- func (x *Set) GetIsForeignOnly() bool
- func (x *Set) GetIsNonFoilOnly() bool
- func (x *Set) GetIsOnlineOnly() bool
- func (x *Set) GetIsPaperOnly() bool
- func (x *Set) GetIsPartialPreview() bool
- func (x *Set) GetKeyruneCode() string
- func (x *Set) GetLanguages() []string
- func (x *Set) GetMcmId() int64
- func (x *Set) GetMcmIdExtras() int64
- func (x *Set) GetMcmName() string
- func (x *Set) GetMtgjsonApiMeta() *meta.MTGJSONAPIMeta
- func (x *Set) GetMtgoCode() string
- func (x *Set) GetName() string
- func (x *Set) GetParentCode() string
- func (x *Set) GetReleaseDate() string
- func (x *Set) GetSealedProduct() []*sealed.SealedProduct
- func (x *Set) GetTcgPlayerGroupId() int64
- func (x *Set) GetTokenSetCode() string
- func (x *Set) GetTokenSetSize() int64
- func (x *Set) GetTokens() []string
- func (x *Set) GetTranslations() *meta.Translations
- func (x *Set) GetType() string
- func (*Set) ProtoMessage()
- func (x *Set) ProtoReflect() protoreflect.Message
- func (x *Set) Reset()
- func (x *Set) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_set_set_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Set ¶
type Set struct {
BaseSetSize int64 `protobuf:"varint,1,opt,name=baseSetSize,proto3" json:"baseSetSize,omitempty"`
Block string `protobuf:"bytes,2,opt,name=block,proto3" json:"block,omitempty"`
Booster map[string]*booster.BoosterConfig `` /* 155-byte string literal not displayed */
Cards []string `protobuf:"bytes,4,rep,name=cards,proto3" json:"cards,omitempty"`
CardsphereId int64 `protobuf:"varint,5,opt,name=cardsphereId,proto3" json:"cardsphereId,omitempty"`
Code string `protobuf:"bytes,6,opt,name=code,proto3" json:"code,omitempty"`
CodeV3 string `protobuf:"bytes,7,opt,name=codeV3,proto3" json:"codeV3,omitempty"`
Decks []string `protobuf:"bytes,8,rep,name=decks,proto3" json:"decks,omitempty"`
IsForeignOnly bool `protobuf:"varint,9,opt,name=isForeignOnly,proto3" json:"isForeignOnly,omitempty"`
IsFoilOnly bool `protobuf:"varint,10,opt,name=isFoilOnly,proto3" json:"isFoilOnly,omitempty"`
IsNonFoilOnly bool `protobuf:"varint,11,opt,name=isNonFoilOnly,proto3" json:"isNonFoilOnly,omitempty"`
IsOnlineOnly bool `protobuf:"varint,12,opt,name=isOnlineOnly,proto3" json:"isOnlineOnly,omitempty"`
IsPaperOnly bool `protobuf:"varint,13,opt,name=isPaperOnly,proto3" json:"isPaperOnly,omitempty"`
IsPartialPreview bool `protobuf:"varint,14,opt,name=isPartialPreview,proto3" json:"isPartialPreview,omitempty"`
KeyruneCode string `protobuf:"bytes,15,opt,name=keyruneCode,proto3" json:"keyruneCode,omitempty"`
Languages []string `protobuf:"bytes,16,rep,name=languages,proto3" json:"languages,omitempty"`
McmId int64 `protobuf:"varint,17,opt,name=mcmId,proto3" json:"mcmId,omitempty"`
McmIdExtras int64 `protobuf:"varint,18,opt,name=mcmIdExtras,proto3" json:"mcmIdExtras,omitempty"`
McmName string `protobuf:"bytes,19,opt,name=mcmName,proto3" json:"mcmName,omitempty"`
MtgoCode string `protobuf:"bytes,20,opt,name=mtgoCode,proto3" json:"mtgoCode,omitempty"`
Name string `protobuf:"bytes,21,opt,name=name,proto3" json:"name,omitempty"`
ParentCode string `protobuf:"bytes,22,opt,name=parentCode,proto3" json:"parentCode,omitempty"`
ReleaseDate string `protobuf:"bytes,23,opt,name=releaseDate,proto3" json:"releaseDate,omitempty"`
SealedProduct []*sealed.SealedProduct `protobuf:"bytes,24,rep,name=sealedProduct,proto3" json:"sealedProduct,omitempty"`
TcgPlayerGroupId int64 `protobuf:"varint,25,opt,name=tcgPlayerGroupId,proto3" json:"tcgPlayerGroupId,omitempty"`
Tokens []string `protobuf:"bytes,26,rep,name=tokens,proto3" json:"tokens,omitempty"`
TokenSetCode string `protobuf:"bytes,27,opt,name=tokenSetCode,proto3" json:"tokenSetCode,omitempty"`
TokenSetSize int64 `protobuf:"varint,28,opt,name=tokenSetSize,proto3" json:"tokenSetSize,omitempty"`
Translations *meta.Translations `protobuf:"bytes,29,opt,name=translations,proto3" json:"translations,omitempty"`
Type string `protobuf:"bytes,30,opt,name=type,proto3" json:"type,omitempty"`
MtgjsonApiMeta *meta.MTGJSONAPIMeta `protobuf:"bytes,31,opt,name=mtgjsonApiMeta,proto3" json:"mtgjsonApiMeta,omitempty"`
// contains filtered or unexported fields
}
func (*Set) Descriptor
deprecated
added in
v1.2.0
func (*Set) GetBaseSetSize ¶ added in v1.2.0
func (*Set) GetBooster ¶ added in v1.2.0
func (x *Set) GetBooster() map[string]*booster.BoosterConfig
func (*Set) GetCardsphereId ¶ added in v1.2.0
func (*Set) GetIsFoilOnly ¶ added in v1.2.0
func (*Set) GetIsForeignOnly ¶ added in v1.2.0
func (*Set) GetIsNonFoilOnly ¶ added in v1.2.0
func (*Set) GetIsOnlineOnly ¶ added in v1.2.0
func (*Set) GetIsPaperOnly ¶ added in v1.2.0
func (*Set) GetIsPartialPreview ¶ added in v1.2.0
func (*Set) GetKeyruneCode ¶ added in v1.2.0
func (*Set) GetLanguages ¶ added in v1.2.0
func (*Set) GetMcmIdExtras ¶ added in v1.2.0
func (*Set) GetMcmName ¶ added in v1.2.0
func (*Set) GetMtgjsonApiMeta ¶ added in v1.2.0
func (x *Set) GetMtgjsonApiMeta() *meta.MTGJSONAPIMeta
func (*Set) GetMtgoCode ¶ added in v1.2.0
func (*Set) GetParentCode ¶ added in v1.2.0
func (*Set) GetReleaseDate ¶ added in v1.2.0
func (*Set) GetSealedProduct ¶ added in v1.2.0
func (x *Set) GetSealedProduct() []*sealed.SealedProduct
func (*Set) GetTcgPlayerGroupId ¶ added in v1.2.0
func (*Set) GetTokenSetCode ¶ added in v1.2.0
func (*Set) GetTokenSetSize ¶ added in v1.2.0
func (*Set) GetTranslations ¶ added in v1.2.0
func (x *Set) GetTranslations() *meta.Translations
func (*Set) ProtoMessage ¶ added in v1.2.0
func (*Set) ProtoMessage()
func (*Set) ProtoReflect ¶ added in v1.2.0
func (x *Set) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.