package
0.0.0-20241007120623-b946689a3c72
Repository: https://github.com/znotify/server.git
Documentation: pkg.go.dev
# Functions
Alive godoc
@Summary Server Heartbeat @Id alive @Tags Health @Description If the server is alive @Produce plain @Success 204 {string} string "" @Router /alive [get].
DocRedirect godoc
@Summary Redirect to docs @Id docRedirect @Tags UI @Produce plain @Success 301 {string} string "" @Router /docs [get].
WebIndex godoc
@Summary Web Index @Description Provide UI @Id webIndex @Tags UI @Produce html @Success 200 {string} string "html" @Router / [get].