update recorder proto

This commit is contained in:
ginuerzh
2023-10-27 22:13:11 +08:00
parent e190e1c74d
commit 2cfb0a14b4
5 changed files with 84 additions and 15 deletions

View File

@ -8,6 +8,7 @@ option go_package = "github.com/go-gost/plugin/ingress/proto";
message RecordRequest {
bytes data = 1;
bytes metadata = 2;
}
message RecordReply {