Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var File_proto_user_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Msg1 ¶
type Msg1 struct {
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
Id int32 `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty"`
// contains filtered or unexported fields
}
func (*Msg1) Descriptor
deprecated
func (*Msg1) ProtoMessage ¶
func (*Msg1) ProtoMessage()
func (*Msg1) ProtoReflect ¶
func (x *Msg1) ProtoReflect() protoreflect.Message
type Msg2 ¶
type Msg2 struct {
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
Alias string `protobuf:"bytes,2,opt,name=alias,proto3" json:"alias,omitempty"`
Id int32 `protobuf:"varint,3,opt,name=id,proto3" json:"id,omitempty"`
// contains filtered or unexported fields
}
func (*Msg2) Descriptor
deprecated
func (*Msg2) ProtoMessage ¶
func (*Msg2) ProtoMessage()
func (*Msg2) ProtoReflect ¶
func (x *Msg2) ProtoReflect() protoreflect.Message
type Response ¶
type Response struct {
Content string `protobuf:"bytes,1,opt,name=content,proto3" json:"content,omitempty"`
// contains filtered or unexported fields
}
func (*Response) Descriptor
deprecated
func (*Response) GetContent ¶
func (*Response) ProtoMessage ¶
func (*Response) ProtoMessage()
func (*Response) ProtoReflect ¶
func (x *Response) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.