# 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/ialqkdq
Kratos 框架 v2 版本架構演進之路**
Kratos 是一套輕量級 Go 微服務框架,包含大量微服務相關功能及工具。名字來源於遊戲《戰神》,該遊戲以希臘神話爲背景,講述了奎託斯(Kratos)由凡人成爲戰神並展開弒神屠殺的冒險歷程。 寫在前面從 2021 年 2 月份,github 上 kratos v2(下文簡稱 kratos) 版本第一次代碼提交,到功能模塊的討論,修改,測試,最終定稿,已經過去了 13 個月,在社區各位夥伴的貢獻 ⌘ Read more