cleanup
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
ycc
2023-12-25 16:44:58 +01:00
parent 6a42d261f1
commit 86d51d6dfb
2 changed files with 1 additions and 3 deletions

View File

@ -21,8 +21,6 @@ type Server struct {
Presence bool `json:"presence,omitempty"`
LastCheck time.Time `json:"last_check,omitempty"`
Uptime time.Duration `json:"uptime,omitempty"`
Login string `json:"login,omitempty"`
Password string `json:"password,omitempty"`
UserKp meowlib.KeyPair `json:"user_kp,omitempty"`
ManagerKp meowlib.KeyPair `json:"manager_kp,omitempty"`
Country string `json:"country,omitempty"`