# 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/vbr5dcq
Go:gRPC-Gateway 完全指南**
大家好,我是程序員幽鬼。gRPC 越來越流行,相關的插件也很多,今天介紹的就是一個 gRPC 插件。 gRPC-Gateway 是一個插件,它爲 gRPC 服務生成反向代理服務器,將 Restful/JSON 轉換爲 gRPC,反之亦然。換句話說,gRPC-Gateway 將在你的 gRPC 服務上創建一個層,該層將充當客戶端的 Restful/JSON 服務。gRPC-Gateway 從 gRP ⌘ Read more