mirror of
https://github.com/donl/gPanel.git
synced 2026-05-31 06:12:34 -06:00
readme api curly braces
This commit is contained in:
parent
298367fb75
commit
ca7e6416f9
2 changed files with 8 additions and 8 deletions
|
|
@ -9,7 +9,7 @@ Request:
|
|||
Response():
|
||||
N/A
|
||||
*/
|
||||
func Status(res http.ResponseWriter, req *http.Request) bool
|
||||
func Status(res http.ResponseWriter, req *http.Request) bool {}
|
||||
|
||||
/*
|
||||
Relative API Path:
|
||||
|
|
@ -19,7 +19,7 @@ Request:
|
|||
Response():
|
||||
N/A
|
||||
*/
|
||||
func Start(res http.ResponseWriter, req *http.Request) bool
|
||||
func Start(res http.ResponseWriter, req *http.Request) bool {}
|
||||
|
||||
/*
|
||||
Relative API Path:
|
||||
|
|
@ -29,7 +29,7 @@ Request:
|
|||
Response():
|
||||
N/A
|
||||
*/
|
||||
func Shutdown(res http.ResponseWriter, req *http.Request) bool
|
||||
func Shutdown(res http.ResponseWriter, req *http.Request) bool {}
|
||||
|
||||
/*
|
||||
Relative API Path:
|
||||
|
|
@ -39,7 +39,7 @@ Request:
|
|||
Response():
|
||||
N/A
|
||||
*/
|
||||
func Restart(res http.ResponseWriter, req *http.Request) bool
|
||||
func Restart(res http.ResponseWriter, req *http.Request) bool {}
|
||||
|
||||
/*
|
||||
Relative API Path:
|
||||
|
|
@ -49,5 +49,5 @@ Request:
|
|||
Response():
|
||||
N/A
|
||||
*/
|
||||
func Maintenance(res http.ResponseWriter, req *http.Request) bool
|
||||
func Maintenance(res http.ResponseWriter, req *http.Request) bool {}
|
||||
```
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ Request:
|
|||
Response(204, 400, 401, 405, 500):
|
||||
N/A
|
||||
*/
|
||||
func Auth(res http.ResponseWriter, req *http.Request) bool
|
||||
func Auth(res http.ResponseWriter, req *http.Request) bool {}
|
||||
|
||||
/*
|
||||
Relative API Path:
|
||||
|
|
@ -25,7 +25,7 @@ Request:
|
|||
Response (204, 400, 405, 500):
|
||||
N/A
|
||||
*/
|
||||
func Register(res http.ResponseWriter, req *http.Request) bool
|
||||
func Register(res http.ResponseWriter, req *http.Request) bool {}
|
||||
|
||||
/*
|
||||
Relative API Path:
|
||||
|
|
@ -35,5 +35,5 @@ Request:
|
|||
Response (204, 405, 500):
|
||||
N/A
|
||||
*/
|
||||
func Logout(res http.ResponseWriter, req *http.Request) bool
|
||||
func Logout(res http.ResponseWriter, req *http.Request) bool {}
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue