mirror of
https://github.com/donl/gPanel.git
synced 2026-05-26 06:12:20 -06:00
| .. | ||
| maintenance.go | ||
| README.md | ||
| restart.go | ||
| server.go | ||
| shutdown.go | ||
| start.go | ||
| status.go | ||
Server API Documentation
/*
Relative API Path:
api/server/status
Request:
N/A
Response():
N/A
*/
func Status(res http.ResponseWriter, req *http.Request) bool
/*
Relative API Path:
api/server/start
Request:
N/A
Response():
N/A
*/
func Start(res http.ResponseWriter, req *http.Request) bool
/*
Relative API Path:
api/server/Shutdown
Request:
N/A
Response():
N/A
*/
func Shutdown(res http.ResponseWriter, req *http.Request) bool
/*
Relative API Path:
api/server/Restart
Request:
N/A
Response():
N/A
*/
func Restart(res http.ResponseWriter, req *http.Request) bool
/*
Relative API Path:
api/server/maintenance
Request:
N/A
Response():
N/A
*/
func Maintenance(res http.ResponseWriter, req *http.Request) bool