server

package
v0.24.0 Latest Latest
Warning

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

Go to latest
Published: Nov 14, 2025 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ServerFlag                 = "server"
	HTTPAddressFlag            = "http-address"
	GRPCAddressFlag            = "grpc-address"
	GRPCEndpointFlag           = "grpc"
	MetricsEndpointFlag        = "metrics"
	HealthzEndpointFlag        = "healthz"
	PProfEndpointFlag          = "pprof"
	PyroscopeAgentEndpointFlag = "pyroscope"
	DefaultServerFlagValue     = ""
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Server added in v0.24.0

type Server struct {
	HTTP *http.Server
	GRPC *grpc.Server
}

func PrepareServer

func PrepareServer(serverSlice []string) (*Server, error)

Jump to

Keyboard shortcuts

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