package
1.0.0
Repository: https://github.com/suared/core.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

HealthCheckHandler - Implements the Health check via http handler.
StartHTTPListener - Starts the Http server.
WriteDeleteAPIResponse - writes Delete responses.
WriteGetAPIResponse - writes GET responses.
WritePatchAPIResponse - writes Patch responses.
WritePostAPIResponse - writes POST responses.
WritePutAPIResponse - writes PUT responses.

# Interfaces

Config - Interface to setup API specific routes.
Health - Interface can be set by caller using --> setHealthChecker(health APIHealth)If not set, only core architecture health checks will be performed.