refactor: plugin code structure

This commit is contained in:
debugtalk
2022-03-05 00:34:55 +08:00
parent 5b964f2868
commit 0ab3ddb6a3
27 changed files with 297 additions and 25 deletions

View File

@@ -1,7 +1,7 @@
syntax = "proto3";
package proto;
option go_package = "github.com/httprunner/hrp/plugin/proto";
option go_package = "plugin/go/proto";
message Empty {}