pubsub

package
v0.0.0-...-80f6312 Latest Latest
Warning

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

Go to latest
Published: May 18, 2020 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PubExpireLitePlayer

type PubExpireLitePlayer struct {
	PlayerId             int64    `protobuf:"varint,1,opt,name=player_id,json=playerId,proto3" json:"player_id,omitempty"`
	GameId               int32    `protobuf:"varint,2,opt,name=game_id,json=gameId,proto3" json:"game_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PubExpireLitePlayer) Descriptor

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

func (*PubExpireLitePlayer) GetGameId

func (m *PubExpireLitePlayer) GetGameId() int32

func (*PubExpireLitePlayer) GetPlayerId

func (m *PubExpireLitePlayer) GetPlayerId() int64

func (*PubExpireLitePlayer) ProtoMessage

func (*PubExpireLitePlayer) ProtoMessage()

func (*PubExpireLitePlayer) Reset

func (m *PubExpireLitePlayer) Reset()

func (*PubExpireLitePlayer) String

func (m *PubExpireLitePlayer) String() string

func (*PubExpireLitePlayer) XXX_DiscardUnknown

func (m *PubExpireLitePlayer) XXX_DiscardUnknown()

func (*PubExpireLitePlayer) XXX_Marshal

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

func (*PubExpireLitePlayer) XXX_Merge

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

func (*PubExpireLitePlayer) XXX_Size

func (m *PubExpireLitePlayer) XXX_Size() int

func (*PubExpireLitePlayer) XXX_Unmarshal

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

type PubExpirePlayer

type PubExpirePlayer struct {
	PlayerId             int64    `protobuf:"varint,1,opt,name=player_id,json=playerId,proto3" json:"player_id,omitempty"`
	GameId               int32    `protobuf:"varint,2,opt,name=game_id,json=gameId,proto3" json:"game_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PubExpirePlayer) Descriptor

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

func (*PubExpirePlayer) GetGameId

func (m *PubExpirePlayer) GetGameId() int32

func (*PubExpirePlayer) GetPlayerId

func (m *PubExpirePlayer) GetPlayerId() int64

func (*PubExpirePlayer) ProtoMessage

func (*PubExpirePlayer) ProtoMessage()

func (*PubExpirePlayer) Reset

func (m *PubExpirePlayer) Reset()

func (*PubExpirePlayer) String

func (m *PubExpirePlayer) String() string

func (*PubExpirePlayer) XXX_DiscardUnknown

func (m *PubExpirePlayer) XXX_DiscardUnknown()

func (*PubExpirePlayer) XXX_Marshal

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

func (*PubExpirePlayer) XXX_Merge

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

func (*PubExpirePlayer) XXX_Size

func (m *PubExpirePlayer) XXX_Size() int

func (*PubExpirePlayer) XXX_Unmarshal

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

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

Jump to

Keyboard shortcuts

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