mirror of
https://github.com/linka-cloud/grpc.git
synced 2024-11-22 02:46:25 +00:00
32 lines
503 B
Go
32 lines
503 B
Go
// Code generated by protoc-gen-defaults. DO NOT EDIT.
|
|
|
|
package pb
|
|
|
|
var GreeterMethods = struct {
|
|
SayHello string
|
|
SayHelloStream string
|
|
}{
|
|
SayHello: "/helloworld.Greeter/SayHello",
|
|
SayHelloStream: "/helloworld.Greeter/SayHelloStream",
|
|
}
|
|
|
|
var HelloRequestFields = struct {
|
|
Name string
|
|
}{
|
|
Name: "name",
|
|
}
|
|
|
|
var HelloReplyFields = struct {
|
|
Message string
|
|
}{
|
|
Message: "message",
|
|
}
|
|
|
|
var HelloStreamRequestFields = struct {
|
|
Name string
|
|
Count string
|
|
}{
|
|
Name: "name",
|
|
Count: "count",
|
|
}
|