Documentation ¶
Index ¶
- Variables
- type DBAddrInfo
- func (*DBAddrInfo) Descriptor() ([]byte, []int)deprecated
- func (x *DBAddrInfo) GetAddrs() [][]byte
- func (x *DBAddrInfo) GetLastSeen() *timestamppb.Timestamp
- func (*DBAddrInfo) ProtoMessage()
- func (x *DBAddrInfo) ProtoReflect() protoreflect.Message
- func (x *DBAddrInfo) Reset()
- func (x *DBAddrInfo) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_db_net_models_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type DBAddrInfo ¶
type DBAddrInfo struct { LastSeen *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=last_seen,json=lastSeen,proto3" json:"last_seen,omitempty"` Addrs [][]byte `protobuf:"bytes,2,rep,name=addrs,proto3" json:"addrs,omitempty"` // contains filtered or unexported fields }
func (*DBAddrInfo) Descriptor
deprecated
func (*DBAddrInfo) Descriptor() ([]byte, []int)
Deprecated: Use DBAddrInfo.ProtoReflect.Descriptor instead.
func (*DBAddrInfo) GetAddrs ¶
func (x *DBAddrInfo) GetAddrs() [][]byte
func (*DBAddrInfo) GetLastSeen ¶
func (x *DBAddrInfo) GetLastSeen() *timestamppb.Timestamp
func (*DBAddrInfo) ProtoMessage ¶
func (*DBAddrInfo) ProtoMessage()
func (*DBAddrInfo) ProtoReflect ¶
func (x *DBAddrInfo) ProtoReflect() protoreflect.Message
func (*DBAddrInfo) Reset ¶
func (x *DBAddrInfo) Reset()
func (*DBAddrInfo) String ¶
func (x *DBAddrInfo) String() string
Click to show internal directories.
Click to hide internal directories.