Documentation ¶
Index ¶
- Variables
- type TimensEntry
- func (*TimensEntry) Descriptor() ([]byte, []int)deprecated
- func (x *TimensEntry) GetBoottime() *Timespec
- func (x *TimensEntry) GetMonotonic() *Timespec
- func (*TimensEntry) ProtoMessage()
- func (x *TimensEntry) ProtoReflect() protoreflect.Message
- func (x *TimensEntry) Reset()
- func (x *TimensEntry) String() string
- type Timespec
Constants ¶
This section is empty.
Variables ¶
View Source
var File_timens_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type TimensEntry ¶
type TimensEntry struct { Monotonic *Timespec `protobuf:"bytes,1,req,name=monotonic" json:"monotonic,omitempty"` Boottime *Timespec `protobuf:"bytes,2,req,name=boottime" json:"boottime,omitempty"` // contains filtered or unexported fields }
func (*TimensEntry) Descriptor
deprecated
func (*TimensEntry) Descriptor() ([]byte, []int)
Deprecated: Use TimensEntry.ProtoReflect.Descriptor instead.
func (*TimensEntry) GetBoottime ¶
func (x *TimensEntry) GetBoottime() *Timespec
func (*TimensEntry) GetMonotonic ¶
func (x *TimensEntry) GetMonotonic() *Timespec
func (*TimensEntry) ProtoMessage ¶
func (*TimensEntry) ProtoMessage()
func (*TimensEntry) ProtoReflect ¶
func (x *TimensEntry) ProtoReflect() protoreflect.Message
func (*TimensEntry) Reset ¶
func (x *TimensEntry) Reset()
func (*TimensEntry) String ¶
func (x *TimensEntry) String() string
type Timespec ¶
type Timespec struct { TvSec *uint64 `protobuf:"varint,1,req,name=tv_sec,json=tvSec" json:"tv_sec,omitempty"` TvNsec *uint64 `protobuf:"varint,2,req,name=tv_nsec,json=tvNsec" json:"tv_nsec,omitempty"` // contains filtered or unexported fields }
func (*Timespec) Descriptor
deprecated
func (*Timespec) ProtoMessage ¶
func (*Timespec) ProtoMessage()
func (*Timespec) ProtoReflect ¶
func (x *Timespec) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.