Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( CMD_name = map[int32]string{ 0: "S2C_Error", } CMD_value = map[string]int32{ "S2C_Error": 0, } )
Enum value maps for CMD.
View Source
var File_server_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type CMD ¶
type CMD int32
const (
CMD_S2C_Error CMD = 0
)
func (CMD) Descriptor ¶
func (CMD) Descriptor() protoreflect.EnumDescriptor
func (CMD) EnumDescriptor
deprecated
func (CMD) Number ¶
func (x CMD) Number() protoreflect.EnumNumber
func (CMD) Type ¶
func (CMD) Type() protoreflect.EnumType
type S2C_ErrorMessage ¶
type S2C_ErrorMessage struct { Content string `protobuf:"bytes,1,opt,name=Content,proto3" json:"Content,omitempty"` // contains filtered or unexported fields }
func (*S2C_ErrorMessage) Descriptor
deprecated
func (*S2C_ErrorMessage) Descriptor() ([]byte, []int)
Deprecated: Use S2C_ErrorMessage.ProtoReflect.Descriptor instead.
func (*S2C_ErrorMessage) GetContent ¶
func (x *S2C_ErrorMessage) GetContent() string
func (*S2C_ErrorMessage) ProtoMessage ¶
func (*S2C_ErrorMessage) ProtoMessage()
func (*S2C_ErrorMessage) ProtoReflect ¶
func (x *S2C_ErrorMessage) ProtoReflect() protoreflect.Message
func (*S2C_ErrorMessage) Reset ¶
func (x *S2C_ErrorMessage) Reset()
func (*S2C_ErrorMessage) String ¶
func (x *S2C_ErrorMessage) String() string
Click to show internal directories.
Click to hide internal directories.