Documentation
¶
Index ¶
Constants ¶
View Source
const ( ID = "apilist" EnableByDefault = false )
View Source
const (
PropertiesPrefix = "management.endpoint.apilist"
)
Variables ¶
View Source
var Module = &bootstrap.Module{ Name: "actuator-apilist", Precedence: actuator.MinActuatorPrecedence, Options: []fx.Option{ fx.Provide(BindProperties), fx.Invoke(register), }, }
Functions ¶
Types ¶
type ApiListEndpoint ¶
type ApiListEndpoint struct { actuator.WebEndpointBase // contains filtered or unexported fields }
ApiListEndpoint implements actuator.Endpoint, actuator.WebEndpoint
type Properties ¶
type Properties struct {
StaticPath string `json:"static-path"`
}
func BindProperties ¶
func BindProperties(ctx *bootstrap.ApplicationContext) Properties
BindProperties create and bind SessionProperties, with a optional prefix
func NewProperties ¶
func NewProperties() *Properties
NewProperties create a Properties with default values
Click to show internal directories.
Click to hide internal directories.