modulepackage
0.0.0-20240919105523-b20d1381a430
Repository: https://github.com/shinomineko/probe.git
Documentation: pkg.go.dev
# README
probe
URI | Method | Description | Response |
---|---|---|---|
/status | GET | Response 200 OK | {"message":"up"} |
/status | GET | Response 503 Service Unavailable | {"message":"down"} |
/start | POST | Set /status to return 200 | {"message":"ok"} |
/stop | POST | Set /status to return 503 | {"message":"ok"} |
# Functions
No description provided by the author
No description provided by the author
No description provided by the author