gitee.com/lh-her-team/common@v1.5.1/shardingbirdsnest/pb/serialize.proto (about) 1 syntax = "proto3"; 2 3 package pb; 4 5 // Sharding Bird's Nest 6 message ShardingBirdsNest { 7 uint32 length = 1; 8 // The final height 9 uint64 height = 2; 10 // Bird's Nest config 11 bytes config = 3; 12 }