mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-09 17:59:36 +08:00
feat: support hashicorp plugin in gPRC mode
This commit is contained in:
10
plugin/proto/README.md
Normal file
10
plugin/proto/README.md
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
## Updating the Protocol
|
||||
|
||||
If you update the protocol buffers file, you can regenerate the file using the following command from the project root directory. You do not need to run this if you're just using the plugin.
|
||||
|
||||
For Go:
|
||||
|
||||
```bash
|
||||
$ protoc --go_out=. --go_opt=paths=source_relative --go-grpc_out=. --go-grpc_opt=paths=source_relative plugin/proto/debugtalk.proto
|
||||
```
|
||||
Reference in New Issue
Block a user