# 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/mw5wxfq
使用 viper 實現 yaml 配置文件的合併**
作爲小廠,我們的基礎設施還不夠完備,項目經理中秋節通知我們的系統近期要上 second-to-last stage 環境和生產環境,於是從運維人員部署效率方面考量,我們緊急開發了一個一鍵安裝腳本生成工具,這樣運維人員便可以利用該工具結合實際目標環境生成一鍵安裝腳本。這個工具的原理十分簡單,如下示意圖所示:從上圖可以知道,我們的工具是基於模板定製最終的配置與安裝腳本的,其中:templates/co ⌘ Read more