Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var File_other_pb_other_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type BlogSetPage ¶
type BlogSetPage struct { Set *pb.BlogSet `protobuf:"bytes,1,opt,name=set,proto3" json:"set,omitempty"` // contains filtered or unexported fields }
vscode proto3插件配置 下面是我的用户配置(全局)
"protoc": { "compile_on_save": false, "options": [ "--proto_path=C:\\Program Files\\Git\\usr\\local\\include", ] }
proto3插件 也是已 当前项目空间为. 去搜索proto文件
func (*BlogSetPage) Descriptor
deprecated
func (*BlogSetPage) Descriptor() ([]byte, []int)
Deprecated: Use BlogSetPage.ProtoReflect.Descriptor instead.
func (*BlogSetPage) GetSet ¶
func (x *BlogSetPage) GetSet() *pb.BlogSet
func (*BlogSetPage) ProtoMessage ¶
func (*BlogSetPage) ProtoMessage()
func (*BlogSetPage) ProtoReflect ¶
func (x *BlogSetPage) ProtoReflect() protoreflect.Message
func (*BlogSetPage) Reset ¶
func (x *BlogSetPage) Reset()
func (*BlogSetPage) String ¶
func (x *BlogSetPage) String() string
Click to show internal directories.
Click to hide internal directories.