Minor cleanup and fixes

Signed-off-by: Sean Du <do4suki@gmail.com>
This commit is contained in:
2026-06-05 06:53:48 +08:00
parent c4f1686abb
commit acd9be627e
48 changed files with 4279 additions and 4245 deletions
@@ -1,7 +1,7 @@
package noticeschema
type UserGreetingData struct {
ItemCount int `json:"item_count"`
ItemCount int64 `json:"item_count"`
HasNext bool `json:"has_next"`
NoticeList []UserGreetingNotice `json:"notice_list"`
ServerTimestamp int64 `json:"server_timestamp"`