refactor: remove uptime kuma integration

This commit is contained in:
trafficlunar 2025-01-16 22:05:44 +00:00
parent fa0f5119bd
commit c92e8670c9
7 changed files with 0 additions and 124 deletions

View file

@ -1,8 +0,0 @@
package model
type StatusData struct {
Success bool `json:"success"`
Website uint8 `json:"website"`
Api uint8 `json:"api"`
Files uint8 `json:"files"`
}