account

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jan 6, 2021 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_account_account_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type C2M_AccountDisconnect

type C2M_AccountDisconnect struct {
	// contains filtered or unexported fields
}

func (*C2M_AccountDisconnect) Descriptor deprecated

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

Deprecated: Use C2M_AccountDisconnect.ProtoReflect.Descriptor instead.

func (*C2M_AccountDisconnect) ProtoMessage

func (*C2M_AccountDisconnect) ProtoMessage()

func (*C2M_AccountDisconnect) ProtoReflect

func (x *C2M_AccountDisconnect) ProtoReflect() protoreflect.Message

func (*C2M_AccountDisconnect) Reset

func (x *C2M_AccountDisconnect) Reset()

func (*C2M_AccountDisconnect) String

func (x *C2M_AccountDisconnect) String() string

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"`
	// contains filtered or unexported fields
}

func (*C2M_AccountLogon) Descriptor deprecated

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

Deprecated: Use C2M_AccountLogon.ProtoReflect.Descriptor instead.

func (*C2M_AccountLogon) GetAccountId

func (x *C2M_AccountLogon) GetAccountId() int64

func (*C2M_AccountLogon) GetAccountName

func (x *C2M_AccountLogon) GetAccountName() string

func (*C2M_AccountLogon) GetRpcId

func (x *C2M_AccountLogon) GetRpcId() int32

func (*C2M_AccountLogon) GetUserId

func (x *C2M_AccountLogon) GetUserId() int64

func (*C2M_AccountLogon) ProtoMessage

func (*C2M_AccountLogon) ProtoMessage()

func (*C2M_AccountLogon) ProtoReflect

func (x *C2M_AccountLogon) ProtoReflect() protoreflect.Message

func (*C2M_AccountLogon) Reset

func (x *C2M_AccountLogon) Reset()

func (*C2M_AccountLogon) String

func (x *C2M_AccountLogon) String() string

type C2M_HeartBeat

type C2M_HeartBeat struct {
	RpcId int32 `protobuf:"varint,90,opt,name=RpcId,proto3" json:"RpcId,omitempty"`
	// contains filtered or unexported fields
}

func (*C2M_HeartBeat) Descriptor deprecated

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

Deprecated: Use C2M_HeartBeat.ProtoReflect.Descriptor instead.

func (*C2M_HeartBeat) GetRpcId

func (x *C2M_HeartBeat) GetRpcId() int32

func (*C2M_HeartBeat) ProtoMessage

func (*C2M_HeartBeat) ProtoMessage()

func (*C2M_HeartBeat) ProtoReflect

func (x *C2M_HeartBeat) ProtoReflect() protoreflect.Message

func (*C2M_HeartBeat) Reset

func (x *C2M_HeartBeat) Reset()

func (*C2M_HeartBeat) String

func (x *C2M_HeartBeat) String() string

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"`
	// contains filtered or unexported fields
}

func (*LiteAccount) Descriptor deprecated

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

Deprecated: Use LiteAccount.ProtoReflect.Descriptor instead.

func (*LiteAccount) GetId

func (x *LiteAccount) GetId() int64

func (*LiteAccount) GetLevel

func (x *LiteAccount) GetLevel() int32

func (*LiteAccount) GetName

func (x *LiteAccount) GetName() string

func (*LiteAccount) ProtoMessage

func (*LiteAccount) ProtoMessage()

func (*LiteAccount) ProtoReflect

func (x *LiteAccount) ProtoReflect() protoreflect.Message

func (*LiteAccount) Reset

func (x *LiteAccount) Reset()

func (*LiteAccount) String

func (x *LiteAccount) String() string

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"`
	// contains filtered or unexported fields
}

func (*M2C_AccountLogon) Descriptor deprecated

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

Deprecated: Use M2C_AccountLogon.ProtoReflect.Descriptor instead.

func (*M2C_AccountLogon) GetAccountId

func (x *M2C_AccountLogon) GetAccountId() int64

func (*M2C_AccountLogon) GetError

func (x *M2C_AccountLogon) GetError() int32

func (*M2C_AccountLogon) GetMessage

func (x *M2C_AccountLogon) GetMessage() string

func (*M2C_AccountLogon) GetPlayerId

func (x *M2C_AccountLogon) GetPlayerId() int64

func (*M2C_AccountLogon) GetPlayerLevel

func (x *M2C_AccountLogon) GetPlayerLevel() int32

func (*M2C_AccountLogon) GetPlayerName

func (x *M2C_AccountLogon) GetPlayerName() string

func (*M2C_AccountLogon) GetRpcId

func (x *M2C_AccountLogon) GetRpcId() int32

func (*M2C_AccountLogon) GetUserId

func (x *M2C_AccountLogon) GetUserId() int64

func (*M2C_AccountLogon) ProtoMessage

func (*M2C_AccountLogon) ProtoMessage()

func (*M2C_AccountLogon) ProtoReflect

func (x *M2C_AccountLogon) ProtoReflect() protoreflect.Message

func (*M2C_AccountLogon) Reset

func (x *M2C_AccountLogon) Reset()

func (*M2C_AccountLogon) String

func (x *M2C_AccountLogon) String() string

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"`
	// contains filtered or unexported fields
}

func (*M2C_HeartBeat) Descriptor deprecated

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

Deprecated: Use M2C_HeartBeat.ProtoReflect.Descriptor instead.

func (*M2C_HeartBeat) GetError

func (x *M2C_HeartBeat) GetError() int32

func (*M2C_HeartBeat) GetMessage

func (x *M2C_HeartBeat) GetMessage() string

func (*M2C_HeartBeat) GetRpcId

func (x *M2C_HeartBeat) GetRpcId() int32

func (*M2C_HeartBeat) GetTimestamp

func (x *M2C_HeartBeat) GetTimestamp() uint32

func (*M2C_HeartBeat) ProtoMessage

func (*M2C_HeartBeat) ProtoMessage()

func (*M2C_HeartBeat) ProtoReflect

func (x *M2C_HeartBeat) ProtoReflect() protoreflect.Message

func (*M2C_HeartBeat) Reset

func (x *M2C_HeartBeat) Reset()

func (*M2C_HeartBeat) String

func (x *M2C_HeartBeat) String() string

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"`
	// contains filtered or unexported fields
}

func (*MC_AccountConnected) Descriptor deprecated

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

Deprecated: Use MC_AccountConnected.ProtoReflect.Descriptor instead.

func (*MC_AccountConnected) GetAccountId

func (x *MC_AccountConnected) GetAccountId() int64

func (*MC_AccountConnected) GetName

func (x *MC_AccountConnected) GetName() string

func (*MC_AccountConnected) ProtoMessage

func (*MC_AccountConnected) ProtoMessage()

func (*MC_AccountConnected) ProtoReflect

func (x *MC_AccountConnected) ProtoReflect() protoreflect.Message

func (*MC_AccountConnected) Reset

func (x *MC_AccountConnected) Reset()

func (*MC_AccountConnected) String

func (x *MC_AccountConnected) String() string

Jump to

Keyboard shortcuts

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