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 PrepareServer ¶
func StopGRPCServer ¶ added in v0.8.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.