Documentation
¶
Index ¶
Constants ¶
View Source
const ( ID = "info" EnableByDefault = true )
Variables ¶
View Source
var Module = &bootstrap.Module{ Name: "actuator-info", Precedence: actuator.MinActuatorPrecedence, Options: []fx.Option{ fx.Invoke(register), }, }
Functions ¶
Types ¶
type InfoEndpoint ¶
type InfoEndpoint struct { actuator.WebEndpointBase // contains filtered or unexported fields }
InfoEndpoint implements actuator.Endpoint, actuator.WebEndpoint
Click to show internal directories.
Click to hide internal directories.