Documentation ¶
Overview ¶
Package pb is a reverse proxy.
It translates gRPC into RESTful JSON APIs.
Index ¶
- func RegisterJarvisV1Handler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterJarvisV1HandlerClient(ctx context.Context, mux *runtime.ServeMux, client extPb.JarvisV1Client) error
- func RegisterJarvisV1HandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterJarvisV1HandlerServer(ctx context.Context, mux *runtime.ServeMux, server extPb.JarvisV1Server) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterJarvisV1Handler ¶
func RegisterJarvisV1Handler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
RegisterJarvisV1Handler registers the http handlers for service JarvisV1 to "mux". The handlers forward requests to the grpc endpoint over "conn".
func RegisterJarvisV1HandlerClient ¶
func RegisterJarvisV1HandlerClient(ctx context.Context, mux *runtime.ServeMux, client extPb.JarvisV1Client) error
RegisterJarvisV1HandlerClient registers the http handlers for service JarvisV1 to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "extPb.JarvisV1Client". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "extPb.JarvisV1Client" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "extPb.JarvisV1Client" to call the correct interceptors.
func RegisterJarvisV1HandlerFromEndpoint ¶
func RegisterJarvisV1HandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)
RegisterJarvisV1HandlerFromEndpoint is same as RegisterJarvisV1Handler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
func RegisterJarvisV1HandlerServer ¶
func RegisterJarvisV1HandlerServer(ctx context.Context, mux *runtime.ServeMux, server extPb.JarvisV1Server) error
RegisterJarvisV1HandlerServer registers the http handlers for service JarvisV1 to "mux". UnaryRPC :call JarvisV1Server 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 RegisterJarvisV1HandlerFromEndpoint instead.
Types ¶
This section is empty.