hello

package
v0.0.0-...-46d70e8 Latest Latest
Warning

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

Go to latest
Published: Aug 1, 2023 License: MIT Imports: 12 Imported by: 0

Documentation

Overview

Package hello is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RegisterHelloHTTPHandler

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

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

func RegisterHelloHTTPHandlerClient

func RegisterHelloHTTPHandlerClient(ctx context.Context, mux *runtime.ServeMux, client extHello.HelloHTTPClient) error

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

func RegisterHelloHTTPHandlerFromEndpoint

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

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

func RegisterHelloHTTPHandlerServer

func RegisterHelloHTTPHandlerServer(ctx context.Context, mux *runtime.ServeMux, server extHello.HelloHTTPServer) error

RegisterHelloHTTPHandlerServer registers the http handlers for service HelloHTTP to "mux". UnaryRPC :call HelloHTTPServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterHelloHTTPHandlerFromEndpoint instead.

Types

This section is empty.

Jump to

Keyboard shortcuts

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