Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var File_my_service_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Ignored ¶
type Ignored struct {
// contains filtered or unexported fields
}
func (*Ignored) Descriptor
deprecated
func (*Ignored) ProtoMessage ¶
func (*Ignored) ProtoMessage()
func (*Ignored) ProtoReflect ¶
func (x *Ignored) ProtoReflect() protoreflect.Message
type MyClientMessage ¶ added in v0.2.5
type MyClientMessage struct {
// contains filtered or unexported fields
}
func (*MyClientMessage) Descriptor
deprecated
added in
v0.2.5
func (*MyClientMessage) Descriptor() ([]byte, []int)
Deprecated: Use MyClientMessage.ProtoReflect.Descriptor instead.
func (*MyClientMessage) ProtoMessage ¶ added in v0.2.5
func (*MyClientMessage) ProtoMessage()
func (*MyClientMessage) ProtoReflect ¶ added in v0.2.5
func (x *MyClientMessage) ProtoReflect() protoreflect.Message
func (*MyClientMessage) Reset ¶ added in v0.2.5
func (x *MyClientMessage) Reset()
func (*MyClientMessage) String ¶ added in v0.2.5
func (x *MyClientMessage) String() string
type MyRequest ¶
type MyRequest struct {
// contains filtered or unexported fields
}
func (*MyRequest) Descriptor
deprecated
func (*MyRequest) ProtoMessage ¶
func (*MyRequest) ProtoMessage()
func (*MyRequest) ProtoReflect ¶
func (x *MyRequest) ProtoReflect() protoreflect.Message
type MyResponse ¶
type MyResponse struct {
// contains filtered or unexported fields
}
func (*MyResponse) Descriptor
deprecated
func (*MyResponse) Descriptor() ([]byte, []int)
Deprecated: Use MyResponse.ProtoReflect.Descriptor instead.
func (*MyResponse) ProtoMessage ¶
func (*MyResponse) ProtoMessage()
func (*MyResponse) ProtoReflect ¶
func (x *MyResponse) ProtoReflect() protoreflect.Message
func (*MyResponse) Reset ¶
func (x *MyResponse) Reset()
func (*MyResponse) String ¶
func (x *MyResponse) String() string
type MyServerMessage ¶ added in v0.2.5
type MyServerMessage struct {
// contains filtered or unexported fields
}
func (*MyServerMessage) Descriptor
deprecated
added in
v0.2.5
func (*MyServerMessage) Descriptor() ([]byte, []int)
Deprecated: Use MyServerMessage.ProtoReflect.Descriptor instead.
func (*MyServerMessage) ProtoMessage ¶ added in v0.2.5
func (*MyServerMessage) ProtoMessage()
func (*MyServerMessage) ProtoReflect ¶ added in v0.2.5
func (x *MyServerMessage) ProtoReflect() protoreflect.Message
func (*MyServerMessage) Reset ¶ added in v0.2.5
func (x *MyServerMessage) Reset()
func (*MyServerMessage) String ¶ added in v0.2.5
func (x *MyServerMessage) String() string
type MyUpdate ¶
type MyUpdate struct {
// contains filtered or unexported fields
}
func (*MyUpdate) Descriptor
deprecated
func (*MyUpdate) ProtoMessage ¶
func (*MyUpdate) ProtoMessage()
func (*MyUpdate) ProtoReflect ¶
func (x *MyUpdate) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.