shared

package
v0.11.0 Latest Latest
Warning

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

Go to latest
Published: Oct 29, 2025 License: Apache-2.0 Imports: 7 Imported by: 10

Documentation

Index

Constants

View Source
const (
	EnvUDContainerType = "NUMAFLOW_UD_CONTAINER_TYPE"
)

Variables

View Source
var ContainerType = func() string {
	if val, exists := os.LookupEnv(EnvUDContainerType); exists {
		return val
	}
	return "unknown-container"
}()

Functions

func CreateGRPCServer

func CreateGRPCServer(maxMessageSize int) *grpc.Server

func PrepareServer

func PrepareServer(sockAddr string, infoFilePath string, serverInfo *info.ServerInfo) (net.Listener, error)

func StopGRPCServer added in v0.8.0

func StopGRPCServer(grpcServer *grpc.Server)

Types

This section is empty.

Jump to

Keyboard shortcuts

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