package
1.4.2
Repository: https://github.com/becklyn/go-wire-core.git
Documentation: pkg.go.dev

# README

Readyness

This package provides a readyness http endpoint (/ready) that can be controlled by the use of a readyness.Service.

UseFiberEndpoint

The UseFiberEndpoint adds the /ready route to your fiber app.

Service functions

  • IsReady checks a list of components if they are ready. Returns false as soon as one of those components is not ready. If no component is specified, all available components will be checked.
  • SetReady defines the ready status of a given component as "ready".
  • Register registers a new component as not ready.

# Functions

No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author