aboutsummaryrefslogtreecommitdiff
path: root/user/user.structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'user/user.structs.go')
-rw-r--r--user/user.structs.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/user/user.structs.go b/user/user.structs.go
index 731588d..b730033 100644
--- a/user/user.structs.go
+++ b/user/user.structs.go
@@ -28,8 +28,3 @@ type UserInfo struct {
TimeZone string `json:"time_zone"`
IsSupporter bool `json:"is_supporter"`
}
-
-type Error struct {
- Err string `json:"error"`
- Msg string `json:"message"`
-}