Documentation
¶
Index ¶
- Variables
- type RpcMessageProto
- func (*RpcMessageProto) Descriptor() ([]byte, []int)deprecated
- func (x *RpcMessageProto) GetCurrentChunkNumber() int32
- func (x *RpcMessageProto) GetExpirationTime() uint64
- func (x *RpcMessageProto) GetModuleId() string
- func (x *RpcMessageProto) GetRpcContent() []byte
- func (x *RpcMessageProto) GetRpcId() string
- func (x *RpcMessageProto) GetSystemId() string
- func (x *RpcMessageProto) GetTotalChunks() int32
- func (x *RpcMessageProto) GetTracingInfo() map[string]string
- func (*RpcMessageProto) ProtoMessage()
- func (x *RpcMessageProto) ProtoReflect() protoreflect.Message
- func (x *RpcMessageProto) Reset()
- func (x *RpcMessageProto) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_rpc_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type RpcMessageProto ¶
type RpcMessageProto struct { RpcId string `protobuf:"bytes,1,opt,name=rpc_id,json=rpcId,proto3" json:"rpc_id,omitempty"` RpcContent []byte `protobuf:"bytes,2,opt,name=rpc_content,json=rpcContent,proto3" json:"rpc_content,omitempty"` SystemId string `protobuf:"bytes,3,opt,name=system_id,json=systemId,proto3" json:"system_id,omitempty"` ExpirationTime uint64 `protobuf:"varint,4,opt,name=expiration_time,json=expirationTime,proto3" json:"expiration_time,omitempty"` CurrentChunkNumber int32 `protobuf:"varint,5,opt,name=current_chunk_number,json=currentChunkNumber,proto3" json:"current_chunk_number,omitempty"` TotalChunks int32 `protobuf:"varint,6,opt,name=total_chunks,json=totalChunks,proto3" json:"total_chunks,omitempty"` TracingInfo map[string]string `` /* 182-byte string literal not displayed */ ModuleId string `protobuf:"bytes,8,opt,name=module_id,json=moduleId,proto3" json:"module_id,omitempty"` // contains filtered or unexported fields }
func (*RpcMessageProto) Descriptor
deprecated
func (*RpcMessageProto) Descriptor() ([]byte, []int)
Deprecated: Use RpcMessageProto.ProtoReflect.Descriptor instead.
func (*RpcMessageProto) GetCurrentChunkNumber ¶
func (x *RpcMessageProto) GetCurrentChunkNumber() int32
func (*RpcMessageProto) GetExpirationTime ¶
func (x *RpcMessageProto) GetExpirationTime() uint64
func (*RpcMessageProto) GetModuleId ¶
func (x *RpcMessageProto) GetModuleId() string
func (*RpcMessageProto) GetRpcContent ¶
func (x *RpcMessageProto) GetRpcContent() []byte
func (*RpcMessageProto) GetRpcId ¶
func (x *RpcMessageProto) GetRpcId() string
func (*RpcMessageProto) GetSystemId ¶
func (x *RpcMessageProto) GetSystemId() string
func (*RpcMessageProto) GetTotalChunks ¶
func (x *RpcMessageProto) GetTotalChunks() int32
func (*RpcMessageProto) GetTracingInfo ¶
func (x *RpcMessageProto) GetTracingInfo() map[string]string
func (*RpcMessageProto) ProtoMessage ¶
func (*RpcMessageProto) ProtoMessage()
func (*RpcMessageProto) ProtoReflect ¶
func (x *RpcMessageProto) ProtoReflect() protoreflect.Message
func (*RpcMessageProto) Reset ¶
func (x *RpcMessageProto) Reset()
func (*RpcMessageProto) String ¶
func (x *RpcMessageProto) String() string
Click to show internal directories.
Click to hide internal directories.