Documentation
¶
Index ¶
- Variables
- type H128
- type H160
- type H256
- type H512
- type VersionReply
- func (*VersionReply) Descriptor() ([]byte, []int)deprecated
- func (x *VersionReply) GetMajor() uint32
- func (x *VersionReply) GetMinor() uint32
- func (x *VersionReply) GetPatch() uint32
- func (*VersionReply) ProtoMessage()
- func (x *VersionReply) ProtoReflect() protoreflect.Message
- func (x *VersionReply) Reset()
- func (x *VersionReply) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // optional uint32 service_major_version = 50001; E_ServiceMajorVersion = &file_types_types_proto_extTypes[0] // optional uint32 service_minor_version = 50002; E_ServiceMinorVersion = &file_types_types_proto_extTypes[1] // optional uint32 service_patch_version = 50003; E_ServicePatchVersion = &file_types_types_proto_extTypes[2] )
Extension fields to descriptorpb.FileOptions.
View Source
var File_types_types_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type H128 ¶
type H128 struct { Hi uint64 `protobuf:"varint,1,opt,name=hi,proto3" json:"hi,omitempty"` Lo uint64 `protobuf:"varint,2,opt,name=lo,proto3" json:"lo,omitempty"` // contains filtered or unexported fields }
func (*H128) Descriptor
deprecated
func (*H128) ProtoMessage ¶
func (*H128) ProtoMessage()
func (*H128) ProtoReflect ¶
func (x *H128) ProtoReflect() protoreflect.Message
type H160 ¶
type H160 struct { Hi *H128 `protobuf:"bytes,1,opt,name=hi,proto3" json:"hi,omitempty"` Lo uint32 `protobuf:"varint,2,opt,name=lo,proto3" json:"lo,omitempty"` // contains filtered or unexported fields }
func (*H160) Descriptor
deprecated
func (*H160) ProtoMessage ¶
func (*H160) ProtoMessage()
func (*H160) ProtoReflect ¶
func (x *H160) ProtoReflect() protoreflect.Message
type H256 ¶
type H256 struct { Hi *H128 `protobuf:"bytes,1,opt,name=hi,proto3" json:"hi,omitempty"` Lo *H128 `protobuf:"bytes,2,opt,name=lo,proto3" json:"lo,omitempty"` // contains filtered or unexported fields }
func (*H256) Descriptor
deprecated
func (*H256) ProtoMessage ¶
func (*H256) ProtoMessage()
func (*H256) ProtoReflect ¶
func (x *H256) ProtoReflect() protoreflect.Message
type H512 ¶
type H512 struct { Hi *H256 `protobuf:"bytes,1,opt,name=hi,proto3" json:"hi,omitempty"` Lo *H256 `protobuf:"bytes,2,opt,name=lo,proto3" json:"lo,omitempty"` // contains filtered or unexported fields }
func (*H512) Descriptor
deprecated
func (*H512) ProtoMessage ¶
func (*H512) ProtoMessage()
func (*H512) ProtoReflect ¶
func (x *H512) ProtoReflect() protoreflect.Message
type VersionReply ¶
type VersionReply struct { Major uint32 `protobuf:"varint,1,opt,name=major,proto3" json:"major,omitempty"` Minor uint32 `protobuf:"varint,2,opt,name=minor,proto3" json:"minor,omitempty"` Patch uint32 `protobuf:"varint,3,opt,name=patch,proto3" json:"patch,omitempty"` // contains filtered or unexported fields }
Reply message containing the current service version on the service side
func (*VersionReply) Descriptor
deprecated
func (*VersionReply) Descriptor() ([]byte, []int)
Deprecated: Use VersionReply.ProtoReflect.Descriptor instead.
func (*VersionReply) GetMajor ¶
func (x *VersionReply) GetMajor() uint32
func (*VersionReply) GetMinor ¶
func (x *VersionReply) GetMinor() uint32
func (*VersionReply) GetPatch ¶
func (x *VersionReply) GetPatch() uint32
func (*VersionReply) ProtoMessage ¶
func (*VersionReply) ProtoMessage()
func (*VersionReply) ProtoReflect ¶
func (x *VersionReply) ProtoReflect() protoreflect.Message
func (*VersionReply) Reset ¶
func (x *VersionReply) Reset()
func (*VersionReply) String ¶
func (x *VersionReply) String() string
Click to show internal directories.
Click to hide internal directories.