9 lines
147 B
Protocol Buffer
9 lines
147 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
package timestamp_dict_encode;
|
||
|
|
||
|
import "google/protobuf/timestamp.proto";
|
||
|
|
||
|
message Test {
|
||
|
google.protobuf.Timestamp ts = 1;
|
||
|
}
|