Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HealthHandler ¶
type HealthHandler struct {
// contains filtered or unexported fields
}
HealthHandler manages all endpoints related to system banner management.
func NewHealthHandler ¶
func NewHealthHandler(manager HealthManager) HealthHandler
NewHealthHandler creates HealthHandler.
func (*HealthHandler) Install ¶
func (self *HealthHandler) Install(w http.ResponseWriter, _ *http.Request) (int, error)
Install creates new endpoints for system banner management.
type HealthManager ¶
type HealthManager struct {
// contains filtered or unexported fields
}
HealthManager is a structure containing all system banner manager members.
func NewHealthManager ¶
func NewHealthManager(client client.ClientManager) HealthManager
NewHealthManager creates new settings manager.
func (*HealthManager) Get ¶
func (sbm *HealthManager) Get() health.Health
Get implements HealthManager interface. Check it for more information.
Click to show internal directories.
Click to hide internal directories.