|
|
|
@ -18,6 +18,7 @@ gen: |
|
|
|
protoc plugin.proto --go_out=./plugin_pb --go-grpc_out=./plugin_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 |
|
|
|
cp volume_server.proto master.proto remote.proto ../../seaweed-volume/proto/ |
|
|
|
|
|
|
|
fbs: |
|
|
|
flatc --go -o . --go-namespace message_fbs message.fbs |