Documentation ¶
Index ¶
- Variables
- type PeerInfo
- func (*PeerInfo) Descriptor() ([]byte, []int)deprecated
- func (x *PeerInfo) GetCharonVersion() string
- func (x *PeerInfo) GetGitHash() string
- func (x *PeerInfo) GetLockHash() []byte
- func (x *PeerInfo) GetSentAt() *timestamppb.Timestamp
- func (x *PeerInfo) GetStartedAt() *timestamppb.Timestamp
- func (*PeerInfo) ProtoMessage()
- func (x *PeerInfo) ProtoReflect() protoreflect.Message
- func (x *PeerInfo) Reset()
- func (x *PeerInfo) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_app_peerinfo_peerinfopb_v1_peerinfo_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type PeerInfo ¶
type PeerInfo struct { CharonVersion string `protobuf:"bytes,1,opt,name=charon_version,json=charonVersion,proto3" json:"charon_version,omitempty"` LockHash []byte `protobuf:"bytes,2,opt,name=lock_hash,json=lockHash,proto3" json:"lock_hash,omitempty"` SentAt *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=sent_at,json=sentAt,proto3" json:"sent_at,omitempty"` GitHash string `protobuf:"bytes,4,opt,name=git_hash,json=gitHash,proto3" json:"git_hash,omitempty"` StartedAt *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=started_at,json=startedAt,proto3" json:"started_at,omitempty"` // contains filtered or unexported fields }
func (*PeerInfo) Descriptor
deprecated
func (*PeerInfo) GetCharonVersion ¶
func (*PeerInfo) GetGitHash ¶
func (*PeerInfo) GetLockHash ¶
func (*PeerInfo) GetSentAt ¶
func (x *PeerInfo) GetSentAt() *timestamppb.Timestamp
func (*PeerInfo) GetStartedAt ¶ added in v0.12.0
func (x *PeerInfo) GetStartedAt() *timestamppb.Timestamp
func (*PeerInfo) ProtoMessage ¶
func (*PeerInfo) ProtoMessage()
func (*PeerInfo) ProtoReflect ¶
func (x *PeerInfo) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.