MCPcopy Create free account

hub / github.com/akuity/grpc-gateway-client / functions

Functions259 in github.com/akuity/grpc-gateway-client

↓ 12 callersMethodNewRequest
(method, url string)
pkg/grpc/gateway/client.go:11
↓ 12 callersFunctionfile_testv1_test_proto_rawDescGZIP
()
internal/test/gen/testv1/test.pb.go:753
↓ 11 callersMethodString
()
internal/test/gen/testv1/test.pb.go:56
↓ 10 callersFunctiongetMessageIdentifier
(msg *protogen.Message)
internal/generator/packages.go:31
↓ 8 callersMethodUnmarshal
(data []byte, v interface{})
pkg/grpc/gateway/client.go:14
↓ 7 callersMethodSend
(*TrackInvitationResponse)
internal/test/gen/testv1/test_grpc.pb.go:252
↓ 6 callersFunctionDoStreamingRequest
(ctx context.Context, c Client, req *resty.Request)
pkg/grpc/gateway/request.go:62
↓ 6 callersFunctionnewStructAccessor
(parentFields []string, field string)
internal/generator/types.go:10
↓ 5 callersMethodListInvitations
(ctx context.Context, in *ListInvitationsRequest, opts ...grpc.CallOption)
internal/test/gen/testv1/test_grpc.pb.go:34
↓ 5 callersMethodSendInvitation
(ctx context.Context, in *SendInvitationRequest, opts ...grpc.CallOption)
internal/test/gen/testv1/test_grpc.pb.go:35
↓ 4 callersMethodDecode
(_ interface{})
pkg/grpc/gateway/marshaller.go:41
↓ 4 callersMethodMarshal
(v interface{})
pkg/grpc/gateway/client.go:13
↓ 4 callersMethodSayHello
Sends a greeting
example/pkg/api/gen/helloworld_grpc.pb.go:22
↓ 3 callersMethodGetLabels
()
internal/test/gen/testv1/test.pb.go:172
↓ 3 callersFunctionHTTPStatusToCode
HTTPStatusToCode converts HTTP status code to gRPC error code https://github.com/grpc/grpc/blob/9d2a1a3d1aba56d94c56d2e01cf2511d1a082445/doc/http-grpc
pkg/grpc/gateway/http.go:34
↓ 3 callersFunctionNewClient
(baseURL string, opts ...ClientOption)
pkg/grpc/gateway/client.go:25
↓ 3 callersFunctionNewEventStreamMarshaller
(marshaller *runtime.JSONPb)
pkg/grpc/gateway/marshaller.go:11
↓ 3 callersMethodRecv
()
internal/test/gen/testv1/test_grpc.pb.go:83
↓ 3 callersFunctionRegisterTestServiceHandler
RegisterTestServiceHandler registers the http handlers for service TestService to "mux". The handlers forward requests to the grpc endpoint over "conn
internal/test/gen/testv1/test.pb.gw.go:301
↓ 3 callersMethodTrackInvitation
(ctx context.Context, in *TrackInvitationRequest, opts ...grpc.CallOption)
internal/test/gen/testv1/test_grpc.pb.go:36
↓ 3 callersFunctiongetClientInterfaceName
(svc *protogen.Service)
internal/generator/gateway.go:22
↓ 3 callersFunctionisGatewayCompatibleMethod
(m *protogen.Method)
internal/generator/gateway.go:94
↓ 2 callersMethodDownloadInvitations
(ctx context.Context, in *DownloadInvitationsRequest, opts ...grpc.CallOption)
internal/test/gen/testv1/test_grpc.pb.go:37
↓ 2 callersMethodDownloadLargeFile
(ctx context.Context, in *DownloadLargeFileRequest, opts ...grpc.CallOption)
internal/test/gen/testv1/test_grpc.pb.go:38
↓ 2 callersMethodEnum
()
internal/test/gen/testv1/test.pb.go:50
↓ 2 callersMethodGetId
()
internal/test/gen/testv1/test.pb.go:165
↓ 2 callersMethodGetInvitations
()
internal/test/gen/testv1/test.pb.go:313
↓ 2 callersMethodGetQuery
()
internal/test/gen/testv1/test.pb.go:266
↓ 2 callersFunctionGetRoundTripper
(c *http.Client)
pkg/http/roundtripper/roundtripper.go:10
↓ 2 callersMethodNewDecoder
(_ io.Reader)
pkg/grpc/gateway/marshaller.go:45
↓ 2 callersFunctionNewTestServer
()
internal/test/server/server.go:22
↓ 2 callersFunctionRegisterTestServiceServer
(s grpc.ServiceRegistrar, srv TestServiceServer)
internal/test/gen/testv1/test_grpc.pb.go:203
↓ 2 callersMethodencode
(v interface{})
pkg/grpc/gateway/marshaller.go:21
↓ 2 callersFunctionfile_helloworld_proto_rawDescGZIP
()
example/pkg/api/gen/helloworld.pb.go:155
↓ 2 callersFunctiongenerateParamValues
(g *protogen.GeneratedFile, m *protogen.Method)
internal/generator/gateway.go:154
↓ 2 callersFunctiongetClientStructName
(svc *protogen.Service)
internal/generator/gateway.go:26
↓ 2 callersFunctiongetHTTPRule
(m *protogen.Method)
internal/generator/gateway.go:36
↓ 2 callersFunctionsetSkipTLSVerify
(hc *http.Client, skip bool)
pkg/grpc/gateway/http.go:12
↓ 2 callersFunctionunexport
(name string)
internal/generator/types.go:14
↓ 2 callersFunctionwrapStreamingResponseError
(c Client, resp *resty.Response)
pkg/grpc/gateway/request.go:181
↓ 1 callersFunctionApplyAuthorizationHeaderInjector
(client *http.Client)
pkg/http/roundtripper/auth.go:34
↓ 1 callersMethodDescriptor
()
internal/test/gen/testv1/test.pb.go:60
↓ 1 callersFunctionDoRequest
(ctx context.Context, req *resty.Request)
pkg/grpc/gateway/request.go:26
↓ 1 callersFunctionGenerate
(p *protogen.Plugin, file *protogen.File)
internal/generator/generator.go:11
↓ 1 callersFunctionGet
(ctx context.Context, key K)
pkg/context/context.go:5
↓ 1 callersMethodGetType
()
internal/test/gen/testv1/test.pb.go:462
↓ 1 callersFunctionNewGreeterClient
(cc grpc.ClientConnInterface)
example/pkg/api/gen/helloworld_grpc.pb.go:29
↓ 1 callersFunctionNewTestServiceClient
(cc grpc.ClientConnInterface)
internal/test/gen/testv1/test_grpc.pb.go:45
↓ 1 callersFunctionNewTestServiceGatewayClient
(c gateway.Client)
internal/test/gen/testv1/test.gw.client.go:23
↓ 1 callersFunctionRegisterGreeterHandler
RegisterGreeterHandler registers the http handlers for service Greeter to "mux". The handlers forward requests to the grpc endpoint over "conn".
example/pkg/api/gen/helloworld.pb.gw.go:131
↓ 1 callersFunctionRegisterGreeterHandlerClient
RegisterGreeterHandlerClient registers the http handlers for service Greeter to "mux". The handlers forward requests to the grpc endpoint over the giv
example/pkg/api/gen/helloworld.pb.gw.go:140
↓ 1 callersFunctionRegisterTestServiceHandlerClient
RegisterTestServiceHandlerClient registers the http handlers for service TestService to "mux". The handlers forward requests to the grpc endpoint over
internal/test/gen/testv1/test.pb.gw.go:310
↓ 1 callersMethodRoundTrip
(req *http.Request)
pkg/grpc/gateway/http_test.go:22
↓ 1 callersMethodSayHello
Sends a greeting
example/pkg/api/gen/helloworld.gw.client.go:16
↓ 1 callersFunctionSet
(ctx context.Context, key K, val V)
pkg/context/context.go:10
↓ 1 callersMethodUnwrap
()
pkg/http/roundtripper/roundtripper.go:7
↓ 1 callersFunctiondoHTTPRequest
(ctx context.Context, req *resty.Request)
pkg/grpc/gateway/request.go:124
↓ 1 callersFunctiondoHTTPStreamingRequest
(ctx context.Context, c Client, req *resty.Request)
pkg/grpc/gateway/request.go:147
↓ 1 callersFunctionfile_helloworld_proto_init
()
example/pkg/api/gen/helloworld.pb.go:178
↓ 1 callersFunctionfile_testv1_test_proto_init
()
internal/test/gen/testv1/test.pb.go:807
↓ 1 callersFunctiongenerateClientConstructor
(g *protogen.GeneratedFile, svc *protogen.Service)
internal/generator/generator.go:61
↓ 1 callersFunctiongenerateClientInterface
(g *protogen.GeneratedFile, svc *protogen.Service)
internal/generator/generator.go:34
↓ 1 callersFunctiongenerateClientStruct
(g *protogen.GeneratedFile, svc *protogen.Service)
internal/generator/generator.go:73
↓ 1 callersFunctiongenerateQueryParam
( g *protogen.GeneratedFile, field *protogen.Field, structFields []string, isMapKeyDefined bool, queryKey
internal/generator/gateway.go:99
↓ 1 callersFunctiongenerateStreamingServerMethod
(g *protogen.GeneratedFile, receiverName string, m *protogen.Method)
internal/generator/generator.go:93
↓ 1 callersFunctiongenerateUnaryMethod
(g *protogen.GeneratedFile, receiverName string, m *protogen.Method)
internal/generator/generator.go:105
↓ 1 callersFunctionhasGatewayCompatibleMethods
(file *protogen.File)
internal/generator/gateway.go:82
↓ 1 callersFunctionlocal_request_Greeter_SayHello_0
(ctx context.Context, marshaler runtime.Marshaler, server GreeterServer, req *http.Request, pathParams map[str
example/pkg/api/gen/helloworld.pb.gw.go:54
↓ 1 callersFunctionlocal_request_TestService_ListInvitations_0
(ctx context.Context, marshaler runtime.Marshaler, server TestServiceServer, req *http.Request, pathParams map
internal/test/gen/testv1/test.pb.gw.go:54
↓ 1 callersFunctionlocal_request_TestService_SendInvitation_0
(ctx context.Context, marshaler runtime.Marshaler, server TestServiceServer, req *http.Request, pathParams map
internal/test/gen/testv1/test.pb.gw.go:87
↓ 1 callersFunctionrequest_Greeter_SayHello_0
(ctx context.Context, marshaler runtime.Marshaler, client GreeterClient, req *http.Request, pathParams map[str
example/pkg/api/gen/helloworld.pb.gw.go:38
↓ 1 callersFunctionrequest_TestService_DownloadInvitations_0
(ctx context.Context, marshaler runtime.Marshaler, client TestServiceClient, req *http.Request, pathParams map
internal/test/gen/testv1/test.pb.gw.go:153
↓ 1 callersFunctionrequest_TestService_DownloadLargeFile_0
(ctx context.Context, marshaler runtime.Marshaler, client TestServiceClient, req *http.Request, pathParams map
internal/test/gen/testv1/test.pb.gw.go:177
↓ 1 callersFunctionrequest_TestService_ListInvitations_0
(ctx context.Context, marshaler runtime.Marshaler, client TestServiceClient, req *http.Request, pathParams map
internal/test/gen/testv1/test.pb.gw.go:38
↓ 1 callersFunctionrequest_TestService_SendInvitation_0
(ctx context.Context, marshaler runtime.Marshaler, client TestServiceClient, req *http.Request, pathParams map
internal/test/gen/testv1/test.pb.gw.go:70
↓ 1 callersFunctionrequest_TestService_TrackInvitation_0
(ctx context.Context, marshaler runtime.Marshaler, client TestServiceClient, req *http.Request, pathParams map
internal/test/gen/testv1/test.pb.gw.go:108
MethodContentType
(_ interface{})
pkg/grpc/gateway/marshaller.go:60
MethodDescriptor
Deprecated: Use HelloRequest.ProtoReflect.Descriptor instead.
example/pkg/api/gen/helloworld.pb.go:61
MethodDescriptor
Deprecated: Use HelloReply.ProtoReflect.Descriptor instead.
example/pkg/api/gen/helloworld.pb.go:109
MethodDescriptor
Deprecated: Use InvitationMetadata.ProtoReflect.Descriptor instead.
internal/test/gen/testv1/test.pb.go:113
MethodDescriptor
Deprecated: Use Invitation.ProtoReflect.Descriptor instead.
internal/test/gen/testv1/test.pb.go:161
MethodDescriptor
Deprecated: Use ListInvitationsQuery.ProtoReflect.Descriptor instead.
internal/test/gen/testv1/test.pb.go:215
MethodDescriptor
Deprecated: Use ListInvitationsRequest.ProtoReflect.Descriptor instead.
internal/test/gen/testv1/test.pb.go:262
MethodDescriptor
Deprecated: Use ListInvitationsResponse.ProtoReflect.Descriptor instead.
internal/test/gen/testv1/test.pb.go:309
MethodDescriptor
Deprecated: Use SendInvitationRequest.ProtoReflect.Descriptor instead.
internal/test/gen/testv1/test.pb.go:356
MethodDescriptor
Deprecated: Use SendInvitationResponse.ProtoReflect.Descriptor instead.
internal/test/gen/testv1/test.pb.go:403
MethodDescriptor
Deprecated: Use TrackInvitationRequest.ProtoReflect.Descriptor instead.
internal/test/gen/testv1/test.pb.go:451
MethodDescriptor
Deprecated: Use TrackInvitationResponse.ProtoReflect.Descriptor instead.
internal/test/gen/testv1/test.pb.go:506
MethodDescriptor
Deprecated: Use DownloadInvitationsRequest.ProtoReflect.Descriptor instead.
internal/test/gen/testv1/test.pb.go:560
MethodDescriptor
Deprecated: Use DownloadLargeFileRequest.ProtoReflect.Descriptor instead.
internal/test/gen/testv1/test.pb.go:605
MethodDownloadInvitations
(ctx context.Context, in *DownloadInvitationsRequest, opts ...grpc.CallOption)
internal/test/gen/testv1/test_grpc.pb.go:99
MethodDownloadInvitations
(*DownloadInvitationsRequest, TestService_DownloadInvitationsServer)
internal/test/gen/testv1/test_grpc.pb.go:170
MethodDownloadInvitations
(*DownloadInvitationsRequest, TestService_DownloadInvitationsServer)
internal/test/gen/testv1/test_grpc.pb.go:188
MethodDownloadInvitations
(context.Context, *DownloadInvitationsRequest)
internal/test/gen/testv1/test.gw.client.go:19
MethodDownloadInvitations
(ctx context.Context, req *DownloadInvitationsRequest)
internal/test/gen/testv1/test.gw.client.go:61
MethodDownloadInvitations
(req *testv1.DownloadInvitationsRequest, srv testv1.TestService_DownloadInvitationsServer)
internal/test/server/server.go:57
MethodDownloadLargeFile
(ctx context.Context, in *DownloadLargeFileRequest, opts ...grpc.CallOption)
internal/test/gen/testv1/test_grpc.pb.go:131
MethodDownloadLargeFile
(*DownloadLargeFileRequest, TestService_DownloadLargeFileServer)
internal/test/gen/testv1/test_grpc.pb.go:171
MethodDownloadLargeFile
(*DownloadLargeFileRequest, TestService_DownloadLargeFileServer)
internal/test/gen/testv1/test_grpc.pb.go:191
MethodDownloadLargeFile
(context.Context, *DownloadLargeFileRequest)
internal/test/gen/testv1/test.gw.client.go:20
next →1–100 of 259, ranked by callers