Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type StatusPlugin ¶
type StatusPlugin struct {
// contains filtered or unexported fields
}
StatusPlugin provides a status check endpoint
func (*StatusPlugin) Handler ¶
func (p *StatusPlugin) Handler() fiber.Handler
Handler returns a no-op middleware since status endpoint is set up via SetupEndpoints
func (*StatusPlugin) Initialize ¶
func (p *StatusPlugin) Initialize(config map[string]interface{}) error
func (*StatusPlugin) Name ¶
func (p *StatusPlugin) Name() string
func (*StatusPlugin) SetupEndpoints ¶
func (p *StatusPlugin) SetupEndpoints(app *fiber.App) error
SetupEndpoints implements the optional EndpointSetup interface
Click to show internal directories.
Click to hide internal directories.