Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
Options represents status plugin for fiber options.
func NewOptions ¶
NewOptions returns options from config file or environment vars.
func NewOptionsWithPath ¶
NewOptionsWithPath unmarshals a given key path into options and returns it.
type Status ¶
type Status struct {
// contains filtered or unexported fields
}
Status represents a status plugin for fiber.
func NewStatus ¶
func NewStatus() *Status
NewStatusWithOptions returns a new status plugin with default options.
func NewStatusWithConfigPath ¶
NewStatusWithConfigPath returns a new status plugin with options from config path.
func NewStatusWithOptions ¶
NewStatusWithOptions returns a new status plugin with options.
Click to show internal directories.
Click to hide internal directories.