# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 1
# self = https://watcher.sour.is/conv/akgkvfq
GORM Gen 使用指南**
Gen 介紹------Gen 是由字節跳動無恆實驗室與 GORM 作者聯合研發的一個基於 GORM 的安全 ORM 框架,主要通過代碼生成方式實現 GORM 代碼封裝。Gen 框架在 GORM 框架的基礎上提供了以下能力:基於原始 SQL 語句生成可重用的 CRUD API 生成不使用interface{}的 100% 安全的 DAO API 依據數據庫生成遵循 GORM 約定的結構 ⌘ Read more