type github.com/golang/protobuf/ptypes/timestamp.Timestamp

7 uses

	github.com/golang/protobuf/ptypes/timestamp (current package)
		timestamp.pb.go#L15: type Timestamp = timestamppb.Timestamp

	github.com/golang/protobuf/ptypes
		timestamp.go#L38: func Timestamp(ts *timestamppb.Timestamp) (time.Time, error) {
		timestamp.go#L53: func TimestampNow() *timestamppb.Timestamp {
		timestamp.go#L65: func TimestampProto(t time.Time) (*timestamppb.Timestamp, error) {
		timestamp.go#L66: 	ts := &timestamppb.Timestamp{
		timestamp.go#L81: func TimestampString(ts *timestamppb.Timestamp) string {
		timestamp.go#L98: func validateTimestamp(ts *timestamppb.Timestamp) error {