File: timestamp_dict_encode.proto

package info (click to toggle)
python-aristaproto 1.2%2Breally0.1.4-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,600 kB
  • sloc: python: 6,521; java: 106; xml: 84; makefile: 6
file content (9 lines) | stat: -rw-r--r-- 147 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
syntax = "proto3";

package timestamp_dict_encode;

import "google/protobuf/timestamp.proto";

message Test {
  google.protobuf.Timestamp ts = 1;
}