package
0.0.0-20250113110955-d3dae30358e4
Repository: https://github.com/go-kod/grpc-gateway.git
Documentation: pkg.go.dev
# Functions
NewMockGateway creates a new mock instance.
NewMockGraphqlCaller creates a new mock instance.
NewMockGraphqlCallerRegistry creates a new mock instance.
NewMockGraphqlQueryer creates a new mock instance.
NewMockGraphqlReflection creates a new mock instance.
NewMockHttpUpstream creates a new mock instance.
NewMockHttpUpstreamInvoker creates a new mock instance.
No description provided by the author
# Constants
GraphqlCaller_Call_FullMethodName is the full name of the method [graphqlCaller.Call].
GraphqlQueryer_Query_FullMethodName is the full name of the method [graphqlQueryer.Query].
GraphqlReflection_ListPackages_FullMethodName is the full name of the method [graphqlReflection.ListPackages].
HttpUpstream_Register_FullMethodName is the full name of the method [httpUpstream.Register].
HttpUpstreamInvoker_Invoke_FullMethodName is the full name of the method [httpUpstreamInvoker.Invoke].
# Variables
No description provided by the author
No description provided by the author
# Structs
MockGateway is a mock of Gateway interface.
MockGatewayBuildHTTPServerCall wrap *gomock.Call.
MockGatewayBuildServerCall wrap *gomock.Call.
MockGatewayMockRecorder is the mock recorder for MockGateway.
MockGraphqlCaller is a mock of GraphqlCaller interface.
MockGraphqlCallerCallCall wrap *gomock.Call.
MockGraphqlCallerMockRecorder is the mock recorder for MockGraphqlCaller.
MockGraphqlCallerRegistry is a mock of GraphqlCallerRegistry interface.
MockGraphqlCallerRegistryFindMethodByNameCall wrap *gomock.Call.
MockGraphqlCallerRegistryGetCallerStubCall wrap *gomock.Call.
MockGraphqlCallerRegistryGraphQLSchemaCall wrap *gomock.Call.
MockGraphqlCallerRegistryMarshalCall wrap *gomock.Call.
MockGraphqlCallerRegistryMockRecorder is the mock recorder for MockGraphqlCallerRegistry.
MockGraphqlCallerRegistryUnmarshalCall wrap *gomock.Call.
MockGraphqlQueryer is a mock of GraphqlQueryer interface.
MockGraphqlQueryerMockRecorder is the mock recorder for MockGraphqlQueryer.
MockGraphqlQueryerQueryCall wrap *gomock.Call.
MockGraphqlReflection is a mock of GraphqlReflection interface.
MockGraphqlReflectionListPackagesCall wrap *gomock.Call.
MockGraphqlReflectionMockRecorder is the mock recorder for MockGraphqlReflection.
MockHttpUpstream is a mock of HttpUpstream interface.
MockHttpUpstreamInvoker is a mock of HttpUpstreamInvoker interface.
MockHttpUpstreamInvokerInvokeCall wrap *gomock.Call.
MockHttpUpstreamInvokerMockRecorder is the mock recorder for MockHttpUpstreamInvoker.
MockHttpUpstreamMockRecorder is the mock recorder for MockHttpUpstream.
MockHttpUpstreamRegisterCall wrap *gomock.Call.
# Interfaces
Gateway is implemented by [server], which can be mocked with [NewMockGateway].
GraphqlCaller is implemented by [graphqlCaller], which can be mocked with [NewMockGraphqlCaller].
GraphqlCallerRegistry is implemented by [graphqlCallerRegistry], which can be mocked with [NewMockGraphqlCallerRegistry].
GraphqlQueryer is implemented by [graphqlQueryer], which can be mocked with [NewMockGraphqlQueryer].
GraphqlReflection is implemented by [graphqlReflection], which can be mocked with [NewMockGraphqlReflection].
HttpUpstream is implemented by [httpUpstream], which can be mocked with [NewMockHttpUpstream].
HttpUpstreamInvoker is implemented by [httpUpstreamInvoker], which can be mocked with [NewMockHttpUpstreamInvoker].