Documentation ¶
Index ¶
Constants ¶
View Source
const (
ProxyGateway_HelloWorldMethod = "/gateway.ProxyGateway/HelloWorld"
)
Client methods for ProxyGateway service
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProxyGatewayRPCClient ¶
type ProxyGatewayRPCClient interface {
HelloWorld(ctx context.Context, req *servicepb.HelloRequest, opts ...client.GRPCCallOption) (*servicepb.HelloReply, error)
}
Client gRPC API for ProxyGateway service
func NewProxyGatewayRPCClient ¶
func NewProxyGatewayRPCClient(service string, c client.GRPCClient) ProxyGatewayRPCClient
Client gRPC API for ProxyGateway service
Click to show internal directories.
Click to hide internal directories.