Documentation
¶
Index ¶
- type PubGateResult
- func (*PubGateResult) Descriptor() ([]byte, []int)
- func (m *PubGateResult) GetInfo() *account.LiteAccount
- func (m *PubGateResult) GetWin() bool
- func (*PubGateResult) ProtoMessage()
- func (m *PubGateResult) Reset()
- func (m *PubGateResult) String() string
- func (m *PubGateResult) XXX_DiscardUnknown()
- func (m *PubGateResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PubGateResult) XXX_Merge(src proto.Message)
- func (m *PubGateResult) XXX_Size() int
- func (m *PubGateResult) XXX_Unmarshal(b []byte) error
- type PubStartGate
- func (*PubStartGate) Descriptor() ([]byte, []int)
- func (m *PubStartGate) GetInfo() *account.LiteAccount
- func (*PubStartGate) ProtoMessage()
- func (m *PubStartGate) Reset()
- func (m *PubStartGate) String() string
- func (m *PubStartGate) XXX_DiscardUnknown()
- func (m *PubStartGate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PubStartGate) XXX_Merge(src proto.Message)
- func (m *PubStartGate) XXX_Size() int
- func (m *PubStartGate) XXX_Unmarshal(b []byte) error
- type PubSyncPlayerInfo
- func (*PubSyncPlayerInfo) Descriptor() ([]byte, []int)
- func (m *PubSyncPlayerInfo) GetInfo() *game.PlayerInfo
- func (*PubSyncPlayerInfo) ProtoMessage()
- func (m *PubSyncPlayerInfo) Reset()
- func (m *PubSyncPlayerInfo) String() string
- func (m *PubSyncPlayerInfo) XXX_DiscardUnknown()
- func (m *PubSyncPlayerInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PubSyncPlayerInfo) XXX_Merge(src proto.Message)
- func (m *PubSyncPlayerInfo) XXX_Size() int
- func (m *PubSyncPlayerInfo) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PubGateResult ¶
type PubGateResult struct { Info *account.LiteAccount `protobuf:"bytes,1,opt,name=info,proto3" json:"info,omitempty"` Win bool `protobuf:"varint,2,opt,name=win,proto3" json:"win,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*PubGateResult) Descriptor ¶
func (*PubGateResult) Descriptor() ([]byte, []int)
func (*PubGateResult) GetInfo ¶
func (m *PubGateResult) GetInfo() *account.LiteAccount
func (*PubGateResult) GetWin ¶
func (m *PubGateResult) GetWin() bool
func (*PubGateResult) ProtoMessage ¶
func (*PubGateResult) ProtoMessage()
func (*PubGateResult) Reset ¶
func (m *PubGateResult) Reset()
func (*PubGateResult) String ¶
func (m *PubGateResult) String() string
func (*PubGateResult) XXX_DiscardUnknown ¶
func (m *PubGateResult) XXX_DiscardUnknown()
func (*PubGateResult) XXX_Marshal ¶
func (m *PubGateResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*PubGateResult) XXX_Merge ¶
func (m *PubGateResult) XXX_Merge(src proto.Message)
func (*PubGateResult) XXX_Size ¶
func (m *PubGateResult) XXX_Size() int
func (*PubGateResult) XXX_Unmarshal ¶
func (m *PubGateResult) XXX_Unmarshal(b []byte) error
type PubStartGate ¶
type PubStartGate struct { Info *account.LiteAccount `protobuf:"bytes,1,opt,name=info,proto3" json:"info,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
/////////////////////////////////////////////// pub/sub ///////////////////////////////////////////////
func (*PubStartGate) Descriptor ¶
func (*PubStartGate) Descriptor() ([]byte, []int)
func (*PubStartGate) GetInfo ¶
func (m *PubStartGate) GetInfo() *account.LiteAccount
func (*PubStartGate) ProtoMessage ¶
func (*PubStartGate) ProtoMessage()
func (*PubStartGate) Reset ¶
func (m *PubStartGate) Reset()
func (*PubStartGate) String ¶
func (m *PubStartGate) String() string
func (*PubStartGate) XXX_DiscardUnknown ¶
func (m *PubStartGate) XXX_DiscardUnknown()
func (*PubStartGate) XXX_Marshal ¶
func (m *PubStartGate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*PubStartGate) XXX_Merge ¶
func (m *PubStartGate) XXX_Merge(src proto.Message)
func (*PubStartGate) XXX_Size ¶
func (m *PubStartGate) XXX_Size() int
func (*PubStartGate) XXX_Unmarshal ¶
func (m *PubStartGate) XXX_Unmarshal(b []byte) error
type PubSyncPlayerInfo ¶ added in v1.0.1
type PubSyncPlayerInfo struct { Info *game.PlayerInfo `protobuf:"bytes,1,opt,name=info,proto3" json:"info,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*PubSyncPlayerInfo) Descriptor ¶ added in v1.0.1
func (*PubSyncPlayerInfo) Descriptor() ([]byte, []int)
func (*PubSyncPlayerInfo) GetInfo ¶ added in v1.0.1
func (m *PubSyncPlayerInfo) GetInfo() *game.PlayerInfo
func (*PubSyncPlayerInfo) ProtoMessage ¶ added in v1.0.1
func (*PubSyncPlayerInfo) ProtoMessage()
func (*PubSyncPlayerInfo) Reset ¶ added in v1.0.1
func (m *PubSyncPlayerInfo) Reset()
func (*PubSyncPlayerInfo) String ¶ added in v1.0.1
func (m *PubSyncPlayerInfo) String() string
func (*PubSyncPlayerInfo) XXX_DiscardUnknown ¶ added in v1.0.1
func (m *PubSyncPlayerInfo) XXX_DiscardUnknown()
func (*PubSyncPlayerInfo) XXX_Marshal ¶ added in v1.0.1
func (m *PubSyncPlayerInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*PubSyncPlayerInfo) XXX_Merge ¶ added in v1.0.1
func (m *PubSyncPlayerInfo) XXX_Merge(src proto.Message)
func (*PubSyncPlayerInfo) XXX_Size ¶ added in v1.0.1
func (m *PubSyncPlayerInfo) XXX_Size() int
func (*PubSyncPlayerInfo) XXX_Unmarshal ¶ added in v1.0.1
func (m *PubSyncPlayerInfo) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.