mirror of
https://github.com/linka-cloud/grpc.git
synced 2025-06-22 09:12:28 +00:00
interceptors: migrate to otel and add logging interceptor
Signed-off-by: Adphi <philippe.adrien.nousse@gmail.com>
This commit is contained in:
31
example/pb/example.pb.fields.go
Normal file
31
example/pb/example.pb.fields.go
Normal file
@ -0,0 +1,31 @@
|
||||
// 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",
|
||||
}
|
Reference in New Issue
Block a user