Documentation ¶
Index ¶
- Variables
- type Reply
- func (*Reply) Descriptor() ([]byte, []int)deprecated
- func (x *Reply) FastRead(buf []byte, _type int8, number int32) (offset int, err error)
- func (x *Reply) FastWrite(buf []byte) (offset int)
- func (x *Reply) GetMessage() string
- func (*Reply) ProtoMessage()
- func (x *Reply) ProtoReflect() protoreflect.Message
- func (x *Reply) Reset()
- func (x *Reply) Size() (n int)
- func (x *Reply) String() string
- type RequestA
- func (*RequestA) Descriptor() ([]byte, []int)deprecated
- func (x *RequestA) FastRead(buf []byte, _type int8, number int32) (offset int, err error)
- func (x *RequestA) FastWrite(buf []byte) (offset int)
- func (x *RequestA) GetName() string
- func (*RequestA) ProtoMessage()
- func (x *RequestA) ProtoReflect() protoreflect.Message
- func (x *RequestA) Reset()
- func (x *RequestA) Size() (n int)
- func (x *RequestA) String() string
- type RequestB
- func (*RequestB) Descriptor() ([]byte, []int)deprecated
- func (x *RequestB) FastRead(buf []byte, _type int8, number int32) (offset int, err error)
- func (x *RequestB) FastWrite(buf []byte) (offset int)
- func (x *RequestB) GetName() string
- func (*RequestB) ProtoMessage()
- func (x *RequestB) ProtoReflect() protoreflect.Message
- func (x *RequestB) Reset()
- func (x *RequestB) Size() (n int)
- func (x *RequestB) String() string
- type ServiceA
- type ServiceB
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 RequestA ¶
type RequestA struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*RequestA) Descriptor
deprecated
func (*RequestA) ProtoMessage ¶
func (*RequestA) ProtoMessage()
func (*RequestA) ProtoReflect ¶
func (x *RequestA) ProtoReflect() protoreflect.Message
type RequestB ¶
type RequestB struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*RequestB) Descriptor
deprecated
func (*RequestB) ProtoMessage ¶
func (*RequestB) ProtoMessage()
func (*RequestB) ProtoReflect ¶
func (x *RequestB) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.