realmlist

package
v0.0.0-...-382259f Latest Latest
Warning

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

Go to latest
Published: Jan 25, 2021 License: GPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ClientInformation

type ClientInformation struct {
	Platform             *uint32        `protobuf:"fixed32,1,req,name=platform" json:"platform,omitempty"`
	BuildVariant         *string        `protobuf:"bytes,2,req,name=buildVariant" json:"buildVariant,omitempty"`
	Type                 *uint32        `protobuf:"fixed32,3,req,name=type" json:"type,omitempty"`
	TimeZone             *string        `protobuf:"bytes,4,req,name=timeZone" json:"timeZone,omitempty"`
	CurrentTime          *uint32        `protobuf:"varint,5,req,name=currentTime" json:"currentTime,omitempty"`
	TextLocale           *uint32        `protobuf:"fixed32,6,req,name=textLocale" json:"textLocale,omitempty"`
	AudioLocale          *uint32        `protobuf:"fixed32,7,req,name=audioLocale" json:"audioLocale,omitempty"`
	VersionDataBuild     *uint32        `protobuf:"fixed32,8,req,name=versionDataBuild" json:"versionDataBuild,omitempty"`
	Version              *ClientVersion `protobuf:"bytes,9,req,name=version" json:"version,omitempty"`
	Secret               []byte         `protobuf:"bytes,10,req,name=secret" json:"secret,omitempty"`
	ClientArch           *uint32        `protobuf:"fixed32,11,req,name=clientArch" json:"clientArch,omitempty"`
	SystemVersion        *string        `protobuf:"bytes,12,req,name=systemVersion" json:"systemVersion,omitempty"`
	PlatformType         *uint32        `protobuf:"fixed32,13,req,name=platformType" json:"platformType,omitempty"`
	SystemArch           *uint32        `protobuf:"fixed32,14,req,name=systemArch" json:"systemArch,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*ClientInformation) Descriptor

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

func (*ClientInformation) GetAudioLocale

func (m *ClientInformation) GetAudioLocale() uint32

func (*ClientInformation) GetBuildVariant

func (m *ClientInformation) GetBuildVariant() string

func (*ClientInformation) GetClientArch

func (m *ClientInformation) GetClientArch() uint32

func (*ClientInformation) GetCurrentTime

func (m *ClientInformation) GetCurrentTime() uint32

func (*ClientInformation) GetPlatform

func (m *ClientInformation) GetPlatform() uint32

func (*ClientInformation) GetPlatformType

func (m *ClientInformation) GetPlatformType() uint32

func (*ClientInformation) GetSecret

func (m *ClientInformation) GetSecret() []byte

func (*ClientInformation) GetSystemArch

func (m *ClientInformation) GetSystemArch() uint32

func (*ClientInformation) GetSystemVersion

func (m *ClientInformation) GetSystemVersion() string

func (*ClientInformation) GetTextLocale

func (m *ClientInformation) GetTextLocale() uint32

func (*ClientInformation) GetTimeZone

func (m *ClientInformation) GetTimeZone() string

func (*ClientInformation) GetType

func (m *ClientInformation) GetType() uint32

func (*ClientInformation) GetVersion

func (m *ClientInformation) GetVersion() *ClientVersion

func (*ClientInformation) GetVersionDataBuild

func (m *ClientInformation) GetVersionDataBuild() uint32

func (*ClientInformation) ProtoMessage

func (*ClientInformation) ProtoMessage()

func (*ClientInformation) Reset

func (m *ClientInformation) Reset()

func (*ClientInformation) String

func (m *ClientInformation) String() string

func (*ClientInformation) XXX_DiscardUnknown

func (m *ClientInformation) XXX_DiscardUnknown()

func (*ClientInformation) XXX_Marshal

func (m *ClientInformation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ClientInformation) XXX_Merge

func (m *ClientInformation) XXX_Merge(src proto.Message)

func (*ClientInformation) XXX_Size

func (m *ClientInformation) XXX_Size() int

func (*ClientInformation) XXX_Unmarshal

func (m *ClientInformation) XXX_Unmarshal(b []byte) error

type ClientVersion

type ClientVersion struct {
	VersionMajor         *uint32  `protobuf:"varint,1,req,name=versionMajor" json:"versionMajor,omitempty"`
	VersionMinor         *uint32  `protobuf:"varint,2,req,name=versionMinor" json:"versionMinor,omitempty"`
	VersionRevision      *uint32  `protobuf:"varint,3,req,name=versionRevision" json:"versionRevision,omitempty"`
	VersionBuild         *uint32  `protobuf:"fixed32,4,req,name=versionBuild" json:"versionBuild,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ClientVersion) Descriptor

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

func (*ClientVersion) GetVersionBuild

func (m *ClientVersion) GetVersionBuild() uint32

func (*ClientVersion) GetVersionMajor

func (m *ClientVersion) GetVersionMajor() uint32

func (*ClientVersion) GetVersionMinor

func (m *ClientVersion) GetVersionMinor() uint32

func (*ClientVersion) GetVersionRevision

func (m *ClientVersion) GetVersionRevision() uint32

func (*ClientVersion) ProtoMessage

func (*ClientVersion) ProtoMessage()

func (*ClientVersion) Reset

func (m *ClientVersion) Reset()

func (*ClientVersion) String

func (m *ClientVersion) String() string

func (*ClientVersion) XXX_DiscardUnknown

func (m *ClientVersion) XXX_DiscardUnknown()

func (*ClientVersion) XXX_Marshal

func (m *ClientVersion) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ClientVersion) XXX_Merge

func (m *ClientVersion) XXX_Merge(src proto.Message)

func (*ClientVersion) XXX_Size

func (m *ClientVersion) XXX_Size() int

func (*ClientVersion) XXX_Unmarshal

func (m *ClientVersion) XXX_Unmarshal(b []byte) error

type IPAddress

type IPAddress struct {
	Ip                   *string  `protobuf:"bytes,1,req,name=ip" json:"ip,omitempty"`
	Port                 *uint32  `protobuf:"varint,2,req,name=port" json:"port,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IPAddress) Descriptor

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

func (*IPAddress) GetIp

func (m *IPAddress) GetIp() string

func (*IPAddress) GetPort

func (m *IPAddress) GetPort() uint32

func (*IPAddress) ProtoMessage

func (*IPAddress) ProtoMessage()

func (*IPAddress) Reset

func (m *IPAddress) Reset()

func (*IPAddress) String

func (m *IPAddress) String() string

func (*IPAddress) XXX_DiscardUnknown

func (m *IPAddress) XXX_DiscardUnknown()

func (*IPAddress) XXX_Marshal

func (m *IPAddress) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*IPAddress) XXX_Merge

func (m *IPAddress) XXX_Merge(src proto.Message)

func (*IPAddress) XXX_Size

func (m *IPAddress) XXX_Size() int

func (*IPAddress) XXX_Unmarshal

func (m *IPAddress) XXX_Unmarshal(b []byte) error

type RealmCharacterCountEntry

type RealmCharacterCountEntry struct {
	WowRealmAddress      *uint32  `protobuf:"fixed32,1,req,name=wowRealmAddress" json:"wowRealmAddress,omitempty"`
	Count                *uint32  `protobuf:"varint,2,req,name=count" json:"count,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RealmCharacterCountEntry) Descriptor

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

func (*RealmCharacterCountEntry) GetCount

func (m *RealmCharacterCountEntry) GetCount() uint32

func (*RealmCharacterCountEntry) GetWowRealmAddress

func (m *RealmCharacterCountEntry) GetWowRealmAddress() uint32

func (*RealmCharacterCountEntry) ProtoMessage

func (*RealmCharacterCountEntry) ProtoMessage()

func (*RealmCharacterCountEntry) Reset

func (m *RealmCharacterCountEntry) Reset()

func (*RealmCharacterCountEntry) String

func (m *RealmCharacterCountEntry) String() string

func (*RealmCharacterCountEntry) XXX_DiscardUnknown

func (m *RealmCharacterCountEntry) XXX_DiscardUnknown()

func (*RealmCharacterCountEntry) XXX_Marshal

func (m *RealmCharacterCountEntry) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RealmCharacterCountEntry) XXX_Merge

func (m *RealmCharacterCountEntry) XXX_Merge(src proto.Message)

func (*RealmCharacterCountEntry) XXX_Size

func (m *RealmCharacterCountEntry) XXX_Size() int

func (*RealmCharacterCountEntry) XXX_Unmarshal

func (m *RealmCharacterCountEntry) XXX_Unmarshal(b []byte) error

type RealmCharacterCountList

type RealmCharacterCountList struct {
	Counts               []*RealmCharacterCountEntry `protobuf:"bytes,1,rep,name=counts" json:"counts,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                    `json:"-"`
	XXX_unrecognized     []byte                      `json:"-"`
	XXX_sizecache        int32                       `json:"-"`
}

func (*RealmCharacterCountList) Descriptor

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

func (*RealmCharacterCountList) GetCounts

func (*RealmCharacterCountList) ProtoMessage

func (*RealmCharacterCountList) ProtoMessage()

func (*RealmCharacterCountList) Reset

func (m *RealmCharacterCountList) Reset()

func (*RealmCharacterCountList) String

func (m *RealmCharacterCountList) String() string

func (*RealmCharacterCountList) XXX_DiscardUnknown

func (m *RealmCharacterCountList) XXX_DiscardUnknown()

func (*RealmCharacterCountList) XXX_Marshal

func (m *RealmCharacterCountList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RealmCharacterCountList) XXX_Merge

func (m *RealmCharacterCountList) XXX_Merge(src proto.Message)

func (*RealmCharacterCountList) XXX_Size

func (m *RealmCharacterCountList) XXX_Size() int

func (*RealmCharacterCountList) XXX_Unmarshal

func (m *RealmCharacterCountList) XXX_Unmarshal(b []byte) error

type RealmEntry

type RealmEntry struct {
	WowRealmAddress      *uint32        `protobuf:"fixed32,1,req,name=wowRealmAddress" json:"wowRealmAddress,omitempty"`
	CfgTimezonesID       *uint32        `protobuf:"varint,2,req,name=cfgTimezonesID" json:"cfgTimezonesID,omitempty"`
	PopulationState      *uint32        `protobuf:"varint,3,req,name=populationState" json:"populationState,omitempty"`
	CfgCategoriesID      *uint32        `protobuf:"varint,4,req,name=cfgCategoriesID" json:"cfgCategoriesID,omitempty"`
	Version              *ClientVersion `protobuf:"bytes,5,req,name=version" json:"version,omitempty"`
	CfgRealmsID          *uint32        `protobuf:"varint,6,req,name=cfgRealmsID" json:"cfgRealmsID,omitempty"`
	Flags                *uint32        `protobuf:"varint,7,req,name=flags" json:"flags,omitempty"`
	Name                 *string        `protobuf:"bytes,8,req,name=name" json:"name,omitempty"`
	CfgConfigsID         *uint32        `protobuf:"varint,9,req,name=cfgConfigsID" json:"cfgConfigsID,omitempty"`
	CfgLanguagesID       *uint32        `protobuf:"varint,10,req,name=cfgLanguagesID" json:"cfgLanguagesID,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*RealmEntry) Descriptor

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

func (*RealmEntry) GetCfgCategoriesID

func (m *RealmEntry) GetCfgCategoriesID() uint32

func (*RealmEntry) GetCfgConfigsID

func (m *RealmEntry) GetCfgConfigsID() uint32

func (*RealmEntry) GetCfgLanguagesID

func (m *RealmEntry) GetCfgLanguagesID() uint32

func (*RealmEntry) GetCfgRealmsID

func (m *RealmEntry) GetCfgRealmsID() uint32

func (*RealmEntry) GetCfgTimezonesID

func (m *RealmEntry) GetCfgTimezonesID() uint32

func (*RealmEntry) GetFlags

func (m *RealmEntry) GetFlags() uint32

func (*RealmEntry) GetName

func (m *RealmEntry) GetName() string

func (*RealmEntry) GetPopulationState

func (m *RealmEntry) GetPopulationState() uint32

func (*RealmEntry) GetVersion

func (m *RealmEntry) GetVersion() *ClientVersion

func (*RealmEntry) GetWowRealmAddress

func (m *RealmEntry) GetWowRealmAddress() uint32

func (*RealmEntry) ProtoMessage

func (*RealmEntry) ProtoMessage()

func (*RealmEntry) Reset

func (m *RealmEntry) Reset()

func (*RealmEntry) String

func (m *RealmEntry) String() string

func (*RealmEntry) XXX_DiscardUnknown

func (m *RealmEntry) XXX_DiscardUnknown()

func (*RealmEntry) XXX_Marshal

func (m *RealmEntry) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RealmEntry) XXX_Merge

func (m *RealmEntry) XXX_Merge(src proto.Message)

func (*RealmEntry) XXX_Size

func (m *RealmEntry) XXX_Size() int

func (*RealmEntry) XXX_Unmarshal

func (m *RealmEntry) XXX_Unmarshal(b []byte) error

type RealmIPAddressFamily

type RealmIPAddressFamily struct {
	Family               *uint32      `protobuf:"varint,1,req,name=family" json:"family,omitempty"`
	Addresses            []*IPAddress `protobuf:"bytes,2,rep,name=addresses" json:"addresses,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*RealmIPAddressFamily) Descriptor

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

func (*RealmIPAddressFamily) GetAddresses

func (m *RealmIPAddressFamily) GetAddresses() []*IPAddress

func (*RealmIPAddressFamily) GetFamily

func (m *RealmIPAddressFamily) GetFamily() uint32

func (*RealmIPAddressFamily) ProtoMessage

func (*RealmIPAddressFamily) ProtoMessage()

func (*RealmIPAddressFamily) Reset

func (m *RealmIPAddressFamily) Reset()

func (*RealmIPAddressFamily) String

func (m *RealmIPAddressFamily) String() string

func (*RealmIPAddressFamily) XXX_DiscardUnknown

func (m *RealmIPAddressFamily) XXX_DiscardUnknown()

func (*RealmIPAddressFamily) XXX_Marshal

func (m *RealmIPAddressFamily) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RealmIPAddressFamily) XXX_Merge

func (m *RealmIPAddressFamily) XXX_Merge(src proto.Message)

func (*RealmIPAddressFamily) XXX_Size

func (m *RealmIPAddressFamily) XXX_Size() int

func (*RealmIPAddressFamily) XXX_Unmarshal

func (m *RealmIPAddressFamily) XXX_Unmarshal(b []byte) error

type RealmListServerIPAddresses

type RealmListServerIPAddresses struct {
	Families             []*RealmIPAddressFamily `protobuf:"bytes,1,rep,name=families" json:"families,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

func (*RealmListServerIPAddresses) Descriptor

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

func (*RealmListServerIPAddresses) GetFamilies

func (*RealmListServerIPAddresses) ProtoMessage

func (*RealmListServerIPAddresses) ProtoMessage()

func (*RealmListServerIPAddresses) Reset

func (m *RealmListServerIPAddresses) Reset()

func (*RealmListServerIPAddresses) String

func (m *RealmListServerIPAddresses) String() string

func (*RealmListServerIPAddresses) XXX_DiscardUnknown

func (m *RealmListServerIPAddresses) XXX_DiscardUnknown()

func (*RealmListServerIPAddresses) XXX_Marshal

func (m *RealmListServerIPAddresses) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RealmListServerIPAddresses) XXX_Merge

func (m *RealmListServerIPAddresses) XXX_Merge(src proto.Message)

func (*RealmListServerIPAddresses) XXX_Size

func (m *RealmListServerIPAddresses) XXX_Size() int

func (*RealmListServerIPAddresses) XXX_Unmarshal

func (m *RealmListServerIPAddresses) XXX_Unmarshal(b []byte) error

type RealmListTicketClientInformation

type RealmListTicketClientInformation struct {
	Info                 *ClientInformation `protobuf:"bytes,1,req,name=info" json:"info,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*RealmListTicketClientInformation) Descriptor

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

func (*RealmListTicketClientInformation) GetInfo

func (*RealmListTicketClientInformation) ProtoMessage

func (*RealmListTicketClientInformation) ProtoMessage()

func (*RealmListTicketClientInformation) Reset

func (*RealmListTicketClientInformation) String

func (*RealmListTicketClientInformation) XXX_DiscardUnknown

func (m *RealmListTicketClientInformation) XXX_DiscardUnknown()

func (*RealmListTicketClientInformation) XXX_Marshal

func (m *RealmListTicketClientInformation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RealmListTicketClientInformation) XXX_Merge

func (*RealmListTicketClientInformation) XXX_Size

func (m *RealmListTicketClientInformation) XXX_Size() int

func (*RealmListTicketClientInformation) XXX_Unmarshal

func (m *RealmListTicketClientInformation) XXX_Unmarshal(b []byte) error

type RealmListTicketIdentity

type RealmListTicketIdentity struct {
	GameAccountID        *uint32  `protobuf:"fixed32,1,req,name=gameAccountID" json:"gameAccountID,omitempty"`
	GameAccountRegion    *uint32  `protobuf:"varint,2,req,name=gameAccountRegion" json:"gameAccountRegion,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RealmListTicketIdentity) Descriptor

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

func (*RealmListTicketIdentity) GetGameAccountID

func (m *RealmListTicketIdentity) GetGameAccountID() uint32

func (*RealmListTicketIdentity) GetGameAccountRegion

func (m *RealmListTicketIdentity) GetGameAccountRegion() uint32

func (*RealmListTicketIdentity) ProtoMessage

func (*RealmListTicketIdentity) ProtoMessage()

func (*RealmListTicketIdentity) Reset

func (m *RealmListTicketIdentity) Reset()

func (*RealmListTicketIdentity) String

func (m *RealmListTicketIdentity) String() string

func (*RealmListTicketIdentity) XXX_DiscardUnknown

func (m *RealmListTicketIdentity) XXX_DiscardUnknown()

func (*RealmListTicketIdentity) XXX_Marshal

func (m *RealmListTicketIdentity) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RealmListTicketIdentity) XXX_Merge

func (m *RealmListTicketIdentity) XXX_Merge(src proto.Message)

func (*RealmListTicketIdentity) XXX_Size

func (m *RealmListTicketIdentity) XXX_Size() int

func (*RealmListTicketIdentity) XXX_Unmarshal

func (m *RealmListTicketIdentity) XXX_Unmarshal(b []byte) error

type RealmListUpdates

type RealmListUpdates struct {
	Updates              []*RealmState `protobuf:"bytes,1,rep,name=updates" json:"updates,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*RealmListUpdates) Descriptor

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

func (*RealmListUpdates) GetUpdates

func (m *RealmListUpdates) GetUpdates() []*RealmState

func (*RealmListUpdates) ProtoMessage

func (*RealmListUpdates) ProtoMessage()

func (*RealmListUpdates) Reset

func (m *RealmListUpdates) Reset()

func (*RealmListUpdates) String

func (m *RealmListUpdates) String() string

func (*RealmListUpdates) XXX_DiscardUnknown

func (m *RealmListUpdates) XXX_DiscardUnknown()

func (*RealmListUpdates) XXX_Marshal

func (m *RealmListUpdates) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RealmListUpdates) XXX_Merge

func (m *RealmListUpdates) XXX_Merge(src proto.Message)

func (*RealmListUpdates) XXX_Size

func (m *RealmListUpdates) XXX_Size() int

func (*RealmListUpdates) XXX_Unmarshal

func (m *RealmListUpdates) XXX_Unmarshal(b []byte) error

type RealmState

type RealmState struct {
	Update               *RealmEntry `protobuf:"bytes,1,opt,name=update" json:"update,omitempty"`
	Deleting             *bool       `protobuf:"varint,2,req,name=deleting" json:"deleting,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*RealmState) Descriptor

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

func (*RealmState) GetDeleting

func (m *RealmState) GetDeleting() bool

func (*RealmState) GetUpdate

func (m *RealmState) GetUpdate() *RealmEntry

func (*RealmState) ProtoMessage

func (*RealmState) ProtoMessage()

func (*RealmState) Reset

func (m *RealmState) Reset()

func (*RealmState) String

func (m *RealmState) String() string

func (*RealmState) XXX_DiscardUnknown

func (m *RealmState) XXX_DiscardUnknown()

func (*RealmState) XXX_Marshal

func (m *RealmState) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RealmState) XXX_Merge

func (m *RealmState) XXX_Merge(src proto.Message)

func (*RealmState) XXX_Size

func (m *RealmState) XXX_Size() int

func (*RealmState) XXX_Unmarshal

func (m *RealmState) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

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