Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bootstrap ¶
type Bootstrap struct { App *app.Application ClusterCli *cluster.Client RemoteConfig *rc.Config MetricsRegistry *metrics.Registry InfraServer *infra.Server HealthcheckRegistry *healthcheck.Registry BindingAddress string MigrationsDir string ModuleName string SentryHub sentry.Hub TracingProvider tracing.Provider }
type ConfigServiceAddr ¶
type GrpcInnerAddr ¶
type GrpcOuterAddr ¶
type LocalConfig ¶
type LocalConfig struct { ConfigServiceAddress ConfigServiceAddr GrpcOuterAddress GrpcOuterAddr GrpcInnerAddress GrpcInnerAddr ModuleName string `validate:"required"` DefaultRemoteConfigPath string MigrationsDirPath string RemoteConfigOverride string LogFile LogFile Logs Logs Observability Observability InfraServerPort int }
type Observability ¶
Click to show internal directories.
Click to hide internal directories.