1
0
mirror of https://github.com/go-kratos/kratos.git synced 2025-04-13 11:50:53 +02:00
2021-07-07 14:37:58 +08:00

9 lines
156 B
Protocol Buffer

syntax = "proto3";
package reply;
option go_package = "github.com/go-kratos/kratos/examples/swagger/reply;reply";
message Reply {
string value = 1;
}