gw

package module
v1.6.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 16, 2023 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Overview

Package gw is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RegisterCubicHandler

func RegisterCubicHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterCubicHandler registers the http handlers for service Cubic to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterCubicHandlerClient

func RegisterCubicHandlerClient(ctx context.Context, mux *runtime.ServeMux, client cubicpb.CubicClient) error

RegisterCubicHandler, client cubicpb.registers the http handlers for service Cubic to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "CubicClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "CubicClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "CubicClient" to call the correct interceptors.

func RegisterCubicHandlerFromEndpoint

func RegisterCubicHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterCubicHandlerFromEndpoint is same as RegisterCubicHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterCubicHandlerServer added in v1.5.0

func RegisterCubicHandlerServer(ctx context.Context, mux *runtime.ServeMux, server cubicpb.CubicServer) error

RegisterCubicHandlerServer registers the http handlers for service Cubic to "mux". UnaryRPC :call CubicServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL