package
0.0.0-20230103225107-ab122eaa4684
Repository: https://github.com/multimoml/tracker.git
Documentation: pkg.go.dev
# Functions
Liveness is a simple endpoint to check if the server is alive @Summary Get liveness status of the microservice @Description Get liveness status of the microservice @Tags Kubernetes @Success 200 {string} string @Router /live [get].
NewProducts returns a list of all new products @Summary Get a list of all new products @Description Get a list of all new products @Tags NewProducts @Produce json @Success 200 {array} object @Failure 400 {string} string @Failure 500 {string} string @Router /v1/new [get].
Readiness is a simple endpoint to check if the server is ready @Summary Get readiness status of the microservice @Description Get readiness status of the microservice @Tags Kubernetes @Success 200 {string} string @Failure 503 {string} string @Router /ready [get].
No description provided by the author