Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var File_idl_demo_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Reply ¶
type Reply struct {
Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
// contains filtered or unexported fields
}
func (*Reply) Descriptor
deprecated
func (*Reply) GetMessage ¶
func (*Reply) ProtoMessage ¶
func (*Reply) ProtoMessage()
func (*Reply) ProtoReflect ¶
func (x *Reply) ProtoReflect() protoreflect.Message
type Request ¶
type Request struct {
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
// contains filtered or unexported fields
}
func (*Request) Descriptor
deprecated
func (*Request) ProtoMessage ¶
func (*Request) ProtoMessage()
func (*Request) ProtoReflect ¶
func (x *Request) ProtoReflect() protoreflect.Message
type ServiceA ¶
type ServiceA interface {
Chat(stream ServiceA_ChatServer) (err error)
}
type ServiceA_ChatServer ¶
type ServiceProxy ¶
type ServiceProxy interface {
}
Directories
¶
| Path | Synopsis |
|---|---|
|
Code generated by Kitex v0.3.2.
|
Code generated by Kitex v0.3.2. |
|
Code generated by Kitex v0.3.2.
|
Code generated by Kitex v0.3.2. |
Click to show internal directories.
Click to hide internal directories.