mirror of
https://github.com/kataras/iris.git
synced 2025-12-23 12:57:05 +00:00
add Context.ReadJSONProtobuf method
Former-commit-id: 9c7f268c0d7be7e405ea97a5ac12257beba3a4f3
This commit is contained in:
13
_examples/response-writer/protobuf/protos/hello.proto
Normal file
13
_examples/response-writer/protobuf/protos/hello.proto
Normal file
@@ -0,0 +1,13 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package protos;
|
||||
|
||||
option go_package = "./protos";
|
||||
|
||||
message HelloRequest {
|
||||
string name = 1;
|
||||
}
|
||||
|
||||
message HelloReply {
|
||||
string message = 1;
|
||||
}
|
||||
Reference in New Issue
Block a user