qbtrade/pkg/pb
2024-06-27 22:42:38 +08:00
..
bbgo_grpc.pb.go first commit 2024-06-27 22:42:38 +08:00
bbgo.pb.go first commit 2024-06-27 22:42:38 +08:00
bbgo.proto first commit 2024-06-27 22:42:38 +08:00
README.md first commit 2024-06-27 22:42:38 +08:00

Protocol Buffers

Generate code

go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
cd <qbtrade>/pkg/protobuf
protoc -I=. --go_out=. qbtrade.proto