account

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Nov 25, 2020 License: MIT Imports: 3 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type C2M_AccountDisconnect

type C2M_AccountDisconnect struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*C2M_AccountDisconnect) Descriptor

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

func (*C2M_AccountDisconnect) ProtoMessage

func (*C2M_AccountDisconnect) ProtoMessage()

func (*C2M_AccountDisconnect) Reset

func (m *C2M_AccountDisconnect) Reset()

func (*C2M_AccountDisconnect) String

func (m *C2M_AccountDisconnect) String() string

func (*C2M_AccountDisconnect) XXX_DiscardUnknown

func (m *C2M_AccountDisconnect) XXX_DiscardUnknown()

func (*C2M_AccountDisconnect) XXX_Marshal

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

func (*C2M_AccountDisconnect) XXX_Merge

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

func (*C2M_AccountDisconnect) XXX_Size

func (m *C2M_AccountDisconnect) XXX_Size() int

func (*C2M_AccountDisconnect) XXX_Unmarshal

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

type C2M_AccountLogon

type C2M_AccountLogon struct {
	RpcId                int32    `protobuf:"varint,90,opt,name=RpcId,proto3" json:"RpcId,omitempty"`
	UserId               int64    `protobuf:"varint,1,opt,name=UserId,proto3" json:"UserId,omitempty"`
	AccountId            int64    `protobuf:"varint,2,opt,name=AccountId,proto3" json:"AccountId,omitempty"`
	AccountName          string   `protobuf:"bytes,3,opt,name=AccountName,proto3" json:"AccountName,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*C2M_AccountLogon) Descriptor

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

func (*C2M_AccountLogon) GetAccountId

func (m *C2M_AccountLogon) GetAccountId() int64

func (*C2M_AccountLogon) GetAccountName

func (m *C2M_AccountLogon) GetAccountName() string

func (*C2M_AccountLogon) GetRpcId

func (m *C2M_AccountLogon) GetRpcId() int32

func (*C2M_AccountLogon) GetUserId

func (m *C2M_AccountLogon) GetUserId() int64

func (*C2M_AccountLogon) ProtoMessage

func (*C2M_AccountLogon) ProtoMessage()

func (*C2M_AccountLogon) Reset

func (m *C2M_AccountLogon) Reset()

func (*C2M_AccountLogon) String

func (m *C2M_AccountLogon) String() string

func (*C2M_AccountLogon) XXX_DiscardUnknown

func (m *C2M_AccountLogon) XXX_DiscardUnknown()

func (*C2M_AccountLogon) XXX_Marshal

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

func (*C2M_AccountLogon) XXX_Merge

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

func (*C2M_AccountLogon) XXX_Size

func (m *C2M_AccountLogon) XXX_Size() int

func (*C2M_AccountLogon) XXX_Unmarshal

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

type C2M_HeartBeat

type C2M_HeartBeat struct {
	RpcId                int32    `protobuf:"varint,90,opt,name=RpcId,proto3" json:"RpcId,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*C2M_HeartBeat) Descriptor

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

func (*C2M_HeartBeat) GetRpcId

func (m *C2M_HeartBeat) GetRpcId() int32

func (*C2M_HeartBeat) ProtoMessage

func (*C2M_HeartBeat) ProtoMessage()

func (*C2M_HeartBeat) Reset

func (m *C2M_HeartBeat) Reset()

func (*C2M_HeartBeat) String

func (m *C2M_HeartBeat) String() string

func (*C2M_HeartBeat) XXX_DiscardUnknown

func (m *C2M_HeartBeat) XXX_DiscardUnknown()

func (*C2M_HeartBeat) XXX_Marshal

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

func (*C2M_HeartBeat) XXX_Merge

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

func (*C2M_HeartBeat) XXX_Size

func (m *C2M_HeartBeat) XXX_Size() int

func (*C2M_HeartBeat) XXX_Unmarshal

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

type LiteAccount

type LiteAccount struct {
	Id                   int64    `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Name                 string   `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Level                int32    `protobuf:"varint,3,opt,name=level,proto3" json:"level,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*LiteAccount) Descriptor

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

func (*LiteAccount) GetId

func (m *LiteAccount) GetId() int64

func (*LiteAccount) GetLevel

func (m *LiteAccount) GetLevel() int32

func (*LiteAccount) GetName

func (m *LiteAccount) GetName() string

func (*LiteAccount) ProtoMessage

func (*LiteAccount) ProtoMessage()

func (*LiteAccount) Reset

func (m *LiteAccount) Reset()

func (*LiteAccount) String

func (m *LiteAccount) String() string

func (*LiteAccount) XXX_DiscardUnknown

func (m *LiteAccount) XXX_DiscardUnknown()

func (*LiteAccount) XXX_Marshal

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

func (*LiteAccount) XXX_Merge

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

func (*LiteAccount) XXX_Size

func (m *LiteAccount) XXX_Size() int

func (*LiteAccount) XXX_Unmarshal

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

type M2C_AccountLogon

type M2C_AccountLogon struct {
	RpcId                int32    `protobuf:"varint,90,opt,name=RpcId,proto3" json:"RpcId,omitempty"`
	Error                int32    `protobuf:"varint,91,opt,name=Error,proto3" json:"Error,omitempty"`
	Message              string   `protobuf:"bytes,92,opt,name=Message,proto3" json:"Message,omitempty"`
	UserId               int64    `protobuf:"varint,1,opt,name=UserId,proto3" json:"UserId,omitempty"`
	AccountId            int64    `protobuf:"varint,2,opt,name=AccountId,proto3" json:"AccountId,omitempty"`
	PlayerId             int64    `protobuf:"varint,3,opt,name=PlayerId,proto3" json:"PlayerId,omitempty"`
	PlayerName           string   `protobuf:"bytes,4,opt,name=PlayerName,proto3" json:"PlayerName,omitempty"`
	PlayerLevel          int32    `protobuf:"varint,5,opt,name=PlayerLevel,proto3" json:"PlayerLevel,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*M2C_AccountLogon) Descriptor

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

func (*M2C_AccountLogon) GetAccountId

func (m *M2C_AccountLogon) GetAccountId() int64

func (*M2C_AccountLogon) GetError

func (m *M2C_AccountLogon) GetError() int32

func (*M2C_AccountLogon) GetMessage

func (m *M2C_AccountLogon) GetMessage() string

func (*M2C_AccountLogon) GetPlayerId

func (m *M2C_AccountLogon) GetPlayerId() int64

func (*M2C_AccountLogon) GetPlayerLevel

func (m *M2C_AccountLogon) GetPlayerLevel() int32

func (*M2C_AccountLogon) GetPlayerName

func (m *M2C_AccountLogon) GetPlayerName() string

func (*M2C_AccountLogon) GetRpcId

func (m *M2C_AccountLogon) GetRpcId() int32

func (*M2C_AccountLogon) GetUserId

func (m *M2C_AccountLogon) GetUserId() int64

func (*M2C_AccountLogon) ProtoMessage

func (*M2C_AccountLogon) ProtoMessage()

func (*M2C_AccountLogon) Reset

func (m *M2C_AccountLogon) Reset()

func (*M2C_AccountLogon) String

func (m *M2C_AccountLogon) String() string

func (*M2C_AccountLogon) XXX_DiscardUnknown

func (m *M2C_AccountLogon) XXX_DiscardUnknown()

func (*M2C_AccountLogon) XXX_Marshal

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

func (*M2C_AccountLogon) XXX_Merge

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

func (*M2C_AccountLogon) XXX_Size

func (m *M2C_AccountLogon) XXX_Size() int

func (*M2C_AccountLogon) XXX_Unmarshal

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

type M2C_HeartBeat

type M2C_HeartBeat struct {
	RpcId                int32    `protobuf:"varint,90,opt,name=RpcId,proto3" json:"RpcId,omitempty"`
	Error                int32    `protobuf:"varint,91,opt,name=Error,proto3" json:"Error,omitempty"`
	Message              string   `protobuf:"bytes,92,opt,name=Message,proto3" json:"Message,omitempty"`
	Timestamp            uint32   `protobuf:"varint,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*M2C_HeartBeat) Descriptor

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

func (*M2C_HeartBeat) GetError

func (m *M2C_HeartBeat) GetError() int32

func (*M2C_HeartBeat) GetMessage

func (m *M2C_HeartBeat) GetMessage() string

func (*M2C_HeartBeat) GetRpcId

func (m *M2C_HeartBeat) GetRpcId() int32

func (*M2C_HeartBeat) GetTimestamp

func (m *M2C_HeartBeat) GetTimestamp() uint32

func (*M2C_HeartBeat) ProtoMessage

func (*M2C_HeartBeat) ProtoMessage()

func (*M2C_HeartBeat) Reset

func (m *M2C_HeartBeat) Reset()

func (*M2C_HeartBeat) String

func (m *M2C_HeartBeat) String() string

func (*M2C_HeartBeat) XXX_DiscardUnknown

func (m *M2C_HeartBeat) XXX_DiscardUnknown()

func (*M2C_HeartBeat) XXX_Marshal

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

func (*M2C_HeartBeat) XXX_Merge

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

func (*M2C_HeartBeat) XXX_Size

func (m *M2C_HeartBeat) XXX_Size() int

func (*M2C_HeartBeat) XXX_Unmarshal

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

type MC_AccountConnected

type MC_AccountConnected struct {
	AccountId            int64    `protobuf:"varint,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"`
	Name                 string   `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MC_AccountConnected) Descriptor

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

func (*MC_AccountConnected) GetAccountId

func (m *MC_AccountConnected) GetAccountId() int64

func (*MC_AccountConnected) GetName

func (m *MC_AccountConnected) GetName() string

func (*MC_AccountConnected) ProtoMessage

func (*MC_AccountConnected) ProtoMessage()

func (*MC_AccountConnected) Reset

func (m *MC_AccountConnected) Reset()

func (*MC_AccountConnected) String

func (m *MC_AccountConnected) String() string

func (*MC_AccountConnected) XXX_DiscardUnknown

func (m *MC_AccountConnected) XXX_DiscardUnknown()

func (*MC_AccountConnected) XXX_Marshal

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

func (*MC_AccountConnected) XXX_Merge

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

func (*MC_AccountConnected) XXX_Size

func (m *MC_AccountConnected) XXX_Size() int

func (*MC_AccountConnected) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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