Documentation
¶
Overview ¶
Package hello is a reverse proxy.
It translates gRPC into RESTful JSON APIs.
Index ¶
- func RegisterHelloHTTPHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterHelloHTTPHandlerClient(ctx context.Context, mux *runtime.ServeMux, client extHello.HelloHTTPClient) error
- func RegisterHelloHTTPHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterHelloHTTPHandlerServer(ctx context.Context, mux *runtime.ServeMux, server extHello.HelloHTTPServer) error
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.