fix (wip)

This commit is contained in:
2025-10-26 22:35:52 +01:00
parent 6224e63fa9
commit 9406ffda01
7 changed files with 52 additions and 19 deletions

View File

@@ -15,9 +15,9 @@ type (
Message string `json:"message"`
}
HTTPObject struct {
HTTPObject[T any] struct {
HTTPCore
Data any `json:"data"`
Data T `json:"data"`
}
SystemInformation struct {