diff options
Diffstat (limited to 'user/user.structs.go')
-rw-r--r-- | user/user.structs.go | 5 |
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"` -} |