Documentation ¶
Index ¶
- Variables
- type Area
- func (*Area) Descriptor() ([]byte, []int)deprecated
- func (x *Area) GetCode() uint64
- func (x *Area) GetLevel() int32
- func (x *Area) GetName() string
- func (x *Area) GetPcode() uint64
- func (*Area) ProtoMessage()
- func (x *Area) ProtoReflect() protoreflect.Message
- func (x *Area) Reset()
- func (x *Area) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_cherry_protobuf_area_area_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Area ¶
type Area struct { Code uint64 `protobuf:"varint,1,opt,name=code,proto3" json:"code,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"` Pcode uint64 `protobuf:"varint,4,opt,name=pcode,proto3" json:"pcode,omitempty"` // contains filtered or unexported fields }
func (*Area) Descriptor
deprecated
func (*Area) ProtoMessage ¶
func (*Area) ProtoMessage()
func (*Area) ProtoReflect ¶
func (x *Area) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.