mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 09:02:00 +00:00
6 lines
62 B
Protocol Buffer
6 lines
62 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
message Numbers {
|
||
|
uint64 number = 1;
|
||
|
};
|