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