Documentation
¶
Index ¶
- func GetConfiguredEnvironmentOrDie(configurator *config.Configurator, healthChecker *healthcheck.HealthChecker) *real_environment.RealEnv
- func StartAndRunServices(env environment.Env)
- func StartBuildEventServicesOrDie(env environment.Env, grpcServer *grpc.Server)
- func StartGRPCServiceOrDie(env environment.Env, buildBuddyServer *buildbuddy_server.BuildBuddyServer, ...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetConfiguredEnvironmentOrDie ¶
func GetConfiguredEnvironmentOrDie(configurator *config.Configurator, healthChecker *healthcheck.HealthChecker) *real_environment.RealEnv
Normally this code would live in main.go -- we put it here for now because the environments used by the open-core version and the enterprise version are not substantially different enough yet to warrant the extra complexity of always updating both main files.
func StartAndRunServices ¶
func StartAndRunServices(env environment.Env)
func StartBuildEventServicesOrDie ¶
func StartBuildEventServicesOrDie(env environment.Env, grpcServer *grpc.Server)
func StartGRPCServiceOrDie ¶
func StartGRPCServiceOrDie(env environment.Env, buildBuddyServer *buildbuddy_server.BuildBuddyServer, port *int, credentialOption grpc.ServerOption)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.