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