Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var File_dolthub_vt_time_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Time ¶
type Time struct { Seconds int64 `protobuf:"varint,1,opt,name=seconds,proto3" json:"seconds,omitempty"` Nanoseconds int32 `protobuf:"varint,2,opt,name=nanoseconds,proto3" json:"nanoseconds,omitempty"` // contains filtered or unexported fields }
Time represents a time stamp in nanoseconds. In go, use logutil library to convert times.
func (*Time) Descriptor
deprecated
func (*Time) GetNanoseconds ¶
func (*Time) GetSeconds ¶
func (*Time) ProtoMessage ¶
func (*Time) ProtoMessage()
func (*Time) ProtoReflect ¶
func (x *Time) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.