grpc/example/pb/example.pb.fields.go

32 lines
503 B
Go
Raw Normal View History

// 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",
}