Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type ReadynessEndpoint ¶
type ReadynessEndpoint struct { fx.In Readyness *ServiceReadyness }
func (*ReadynessEndpoint) Handle ¶
func (e *ReadynessEndpoint) Handle(c *fiber.Ctx) error
type ServiceReadyness ¶
type ServiceReadyness struct {
// contains filtered or unexported fields
}
func (*ServiceReadyness) IsReady ¶
func (s *ServiceReadyness) IsReady(component ...string) (bool, string)
func (*ServiceReadyness) Register ¶
func (s *ServiceReadyness) Register(component string)
func (*ServiceReadyness) SetReady ¶
func (s *ServiceReadyness) SetReady(component string)
Click to show internal directories.
Click to hide internal directories.