# 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/uvtgvkq
Go 項目 2 次架構演變,算是入了微服務的門吧!**
作者:Ciusyan https://juejin.cn/post/7203247258850312251一、初見 Dousheng (1)架構思路因爲自己以前是一個Javer,對傳統的MVC三層架構還算比較熟悉,就巨石架構而言,使用MVC的架構方式,模塊還算是比較清晰了。因爲接觸了一門新的語言GoLang,利用一些熟悉的事物過渡到不太熟悉的領域。是我們人性所擅長的。所以在 Doush ⌘ Read more