Documentation ¶
Index ¶
- func GrpcServerStreamingToWebsocket[req ProtoMsg[T], T any, T2 any](function func(req, grpc.ServerStreamingServer[T2]) error) func(http.ResponseWriter, *http.Request) error
- func GrpcToHttp[req ProtoMsg[T], resp ProtoMsg[T2], T, T2 any](function func(context.Context, req) (resp, error)) func(http.ResponseWriter, *http.Request) error
- func HandleFront(mux *http.ServeMux)
- func ServeHTTP(o *appapi.Components)
- func Server(o *appapi.Components)
- type ProtoMsg
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GrpcServerStreamingToWebsocket ¶ added in v0.3.7
func GrpcToHttp ¶
func HandleFront ¶ added in v0.3.5
func ServeHTTP ¶
func ServeHTTP(o *appapi.Components)
func Server ¶ added in v0.3.5
func Server(o *appapi.Components)
Types ¶
Click to show internal directories.
Click to hide internal directories.