9 lines
No EOL
151 B
Protocol Buffer
9 lines
No EOL
151 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
package caretta_sync.common;
|
|
|
|
// protobuf message of uuid::Uuid
|
|
message Uuid {
|
|
uint64 high_bits = 1;
|
|
uint64 low_bits = 2;
|
|
} |