mirror of
https://github.com/trafficlunar/api.git
synced 2026-06-27 22:24:08 +00:00
feat: add /status route
This commit is contained in:
parent
7a8a229f0e
commit
aaa8640aaf
7 changed files with 122 additions and 3 deletions
8
internal/model/status.go
Normal file
8
internal/model/status.go
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
package model
|
||||
|
||||
type StatusData struct {
|
||||
Success bool `json:"success"`
|
||||
Website uint8 `json:"website"`
|
||||
Api uint8 `json:"api"`
|
||||
Files uint8 `json:"files"`
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue