mirror of
https://github.com/fullstorydev/grpcurl.git
synced 2026-05-22 19:51:44 +03:00
9 lines
132 B
Protocol Buffer
9 lines
132 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
import "google/protobuf/any.proto";
|
|
|
|
message Extension {
|
|
uint64 id = 1;
|
|
google.protobuf.Any data = 2;
|
|
}
|