Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HealthCheck ¶
HealthCheck represents a single component health check
type HealthResponse ¶
type HealthResponse struct {
Status string `json:"status"`
Checks map[string]HealthCheck `json:"checks"`
}
HealthResponse represents the JSON response for /health endpoint
type IngressConfig ¶
type Server ¶
func NewServer ¶
func NewServer( ctx context.Context, log *slog.Logger, config IngressConfig, rpcClient rpc.Client, aa activator.AppActivator, httpMetrics *metrics.HTTPMetrics, logWriter observability.LogWriter, ) *Server
Click to show internal directories.
Click to hide internal directories.