Documentation ¶
Index ¶
- Variables
- type BasicRequest
- type BasicResponse
- type ChunkedDataResponse
- func (*ChunkedDataResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ChunkedDataResponse) GetData() []byte
- func (*ChunkedDataResponse) ProtoMessage()
- func (x *ChunkedDataResponse) ProtoReflect() protoreflect.Message
- func (x *ChunkedDataResponse) Reset()
- func (x *ChunkedDataResponse) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_request_proto protoreflect.FileDescriptor
View Source
var File_response_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type BasicRequest ¶
type BasicRequest struct {
// contains filtered or unexported fields
}
func (*BasicRequest) Descriptor
deprecated
func (*BasicRequest) Descriptor() ([]byte, []int)
Deprecated: Use BasicRequest.ProtoReflect.Descriptor instead.
func (*BasicRequest) ProtoMessage ¶
func (*BasicRequest) ProtoMessage()
func (*BasicRequest) ProtoReflect ¶
func (x *BasicRequest) ProtoReflect() protoreflect.Message
func (*BasicRequest) Reset ¶
func (x *BasicRequest) Reset()
func (*BasicRequest) String ¶
func (x *BasicRequest) String() string
type BasicResponse ¶
type BasicResponse struct {
// contains filtered or unexported fields
}
func (*BasicResponse) Descriptor
deprecated
func (*BasicResponse) Descriptor() ([]byte, []int)
Deprecated: Use BasicResponse.ProtoReflect.Descriptor instead.
func (*BasicResponse) ProtoMessage ¶
func (*BasicResponse) ProtoMessage()
func (*BasicResponse) ProtoReflect ¶
func (x *BasicResponse) ProtoReflect() protoreflect.Message
func (*BasicResponse) Reset ¶
func (x *BasicResponse) Reset()
func (*BasicResponse) String ¶
func (x *BasicResponse) String() string
type ChunkedDataResponse ¶
type ChunkedDataResponse struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*ChunkedDataResponse) Descriptor
deprecated
func (*ChunkedDataResponse) Descriptor() ([]byte, []int)
Deprecated: Use ChunkedDataResponse.ProtoReflect.Descriptor instead.
func (*ChunkedDataResponse) GetData ¶
func (x *ChunkedDataResponse) GetData() []byte
func (*ChunkedDataResponse) ProtoMessage ¶
func (*ChunkedDataResponse) ProtoMessage()
func (*ChunkedDataResponse) ProtoReflect ¶
func (x *ChunkedDataResponse) ProtoReflect() protoreflect.Message
func (*ChunkedDataResponse) Reset ¶
func (x *ChunkedDataResponse) Reset()
func (*ChunkedDataResponse) String ¶
func (x *ChunkedDataResponse) String() string
Click to show internal directories.
Click to hide internal directories.