Versions in this module Expand all Collapse all v1 v1.12.0 Jul 26, 2016 Changes in this version + var ErrIntOverflowTimestamp = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthTimestamp = fmt.Errorf("proto: negative length found during unmarshaling") + type Timestamp struct + Nanos int32 + Seconds int64 + func (*Timestamp) Descriptor() ([]byte, []int) + func (*Timestamp) ProtoMessage() + func (m *Timestamp) Copy() *Timestamp + func (m *Timestamp) Marshal() (data []byte, err error) + func (m *Timestamp) MarshalTo(data []byte) (int, error) + func (m *Timestamp) Reset() + func (m *Timestamp) Size() (n int) + func (m *Timestamp) Unmarshal(data []byte) error + func (this *Timestamp) GoString() string + func (this *Timestamp) String() string