add flatbuffer serde for message

This commit is contained in:
chrislu
2022-07-18 00:25:14 -07:00
parent a3fae7cd16
commit 7576c244c4
10 changed files with 425 additions and 0 deletions

View File

@@ -13,3 +13,6 @@ gen:
protoc mq.proto --go_out=./mq_pb --go-grpc_out=./mq_pb --go_opt=paths=source_relative --go-grpc_opt=paths=source_relative
# protoc filer.proto --java_out=../../other/java/client/src/main/java
cp filer.proto ../../other/java/client/src/main/proto
fbs:
flatc --go -o . --go-namespace message_fbs message.fbs