Documentation ¶
Index ¶
- Variables
- type MultipleTimestamp
- func (*MultipleTimestamp) Descriptor() ([]byte, []int)deprecated
- func (x *MultipleTimestamp) GetOne() *timestamppb.Timestamp
- func (x *MultipleTimestamp) GetTwo() *timestamppb.Timestamp
- func (*MultipleTimestamp) ProtoMessage()
- func (x *MultipleTimestamp) ProtoReflect() protoreflect.Message
- func (x *MultipleTimestamp) Reset()
- func (x *MultipleTimestamp) String() string
- type SingleTimestamp
Constants ¶
This section is empty.
Variables ¶
View Source
var File_v3_google_protobuf_timestamp_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type MultipleTimestamp ¶
type MultipleTimestamp struct { One *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=one,proto3" json:"one,omitempty"` Two *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=two,proto3" json:"two,omitempty"` // contains filtered or unexported fields }
func (*MultipleTimestamp) Descriptor
deprecated
func (*MultipleTimestamp) Descriptor() ([]byte, []int)
Deprecated: Use MultipleTimestamp.ProtoReflect.Descriptor instead.
func (*MultipleTimestamp) GetOne ¶
func (x *MultipleTimestamp) GetOne() *timestamppb.Timestamp
func (*MultipleTimestamp) GetTwo ¶
func (x *MultipleTimestamp) GetTwo() *timestamppb.Timestamp
func (*MultipleTimestamp) ProtoMessage ¶
func (*MultipleTimestamp) ProtoMessage()
func (*MultipleTimestamp) ProtoReflect ¶
func (x *MultipleTimestamp) ProtoReflect() protoreflect.Message
func (*MultipleTimestamp) Reset ¶
func (x *MultipleTimestamp) Reset()
func (*MultipleTimestamp) String ¶
func (x *MultipleTimestamp) String() string
type SingleTimestamp ¶
type SingleTimestamp struct { Fut *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=fut,proto3" json:"fut,omitempty"` // contains filtered or unexported fields }
func (*SingleTimestamp) Descriptor
deprecated
func (*SingleTimestamp) Descriptor() ([]byte, []int)
Deprecated: Use SingleTimestamp.ProtoReflect.Descriptor instead.
func (*SingleTimestamp) GetFut ¶
func (x *SingleTimestamp) GetFut() *timestamppb.Timestamp
func (*SingleTimestamp) ProtoMessage ¶
func (*SingleTimestamp) ProtoMessage()
func (*SingleTimestamp) ProtoReflect ¶
func (x *SingleTimestamp) ProtoReflect() protoreflect.Message
func (*SingleTimestamp) Reset ¶
func (x *SingleTimestamp) Reset()
func (*SingleTimestamp) String ¶
func (x *SingleTimestamp) String() string
Click to show internal directories.
Click to hide internal directories.