refactor: plugin code structure

This commit is contained in:
debugtalk
2022-03-05 00:34:55 +08:00
parent 1904d404fd
commit 0ede8d7989
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 {}