Documentation ¶
Overview ¶
Package gw is a reverse proxy.
It translates gRPC into RESTful JSON APIs.
Index ¶
- func RegisterCubicHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterCubicHandlerClient(ctx context.Context, mux *runtime.ServeMux, client cubicpb.CubicClient) error
- func RegisterCubicHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterCubicHandlerServer(ctx context.Context, mux *runtime.ServeMux, server cubicpb.CubicServer) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterCubicHandler ¶
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.