Documentation
¶
Overview ¶
Package management defines canonical descriptors for generated management endpoints.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Enable ¶
func Enable() sdk.Definition
Enable selects the management endpoints generated for one application.
Exposure is explicit and allowlisted. Sensitive values such as configuration secrets are redacted. Management routes participate in the same module ownership, authorization, metrics, and graceful shutdown model as application routes.
// @import { Enable } from "github.com/spice-framework/spice/annotation/management"
// @Enable(expose=["health", "liveness", "readiness", "info"], access="loopback")
func ManagementEnableHandler ¶
ManagementEnableHandler contributes selected generated management endpoints.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.