Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'web/entity/entity.go')
-rw-r--r--web/entity/entity.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/web/entity/entity.go b/web/entity/entity.go
index 98d26faf..02d19701 100644
--- a/web/entity/entity.go
+++ b/web/entity/entity.go
@@ -10,9 +10,9 @@ import (
)
type Msg struct {
- Success bool `json:"success"`
- Msg string `json:"msg"`
- Obj interface{} `json:"obj"`
+ Success bool `json:"success"`
+ Msg string `json:"msg"`
+ Obj any `json:"obj"`
}
type AllSetting struct {