model

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Nov 7, 2025 License: AGPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GrpcServerContext

type GrpcServerContext struct {
	// GRPC server handle, over which the grpc server is hosted,
	// This handle will be used by the service providers to plumb
	// newly created GRPC server handlers
	Server *grpc.Server

	// GRPC gateway mux handle, used to register the GRPC gateway
	// http handle as per the grpc gateway spec, with under neath
	// Endpoint registered catching http requests on the server
	Mux *runtime.ServeMux

	// GRPC client handle typically to the above grpc server itself
	// required by GRPC gateway to plumb between server and mux
	Conn *grpc.ClientConn
}

Jump to

Keyboard shortcuts

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